File tree Expand file tree Collapse file tree 6 files changed +7
-52
lines changed
labs/techlib-mpls-services/clab Expand file tree Collapse file tree 6 files changed +7
-52
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ system l1
2828 unsupported speed action error
2929 unsupported error-correction action error
3030!
31- vlan 2000
32- !
3331vrf instance MGMT
3432!
3533management api gnmi
@@ -43,15 +41,13 @@ management api netconf
4341aaa authorization exec default local
4442!
4543interface Ethernet1
46- shutdown
4744 no switchport
4845 ip address unnumbered Loopback0
4946 isis enable 100
5047 isis circuit-type level-2
5148 isis network point-to-point
5249!
5350interface Ethernet2
54- shutdown
5551 no switchport
5652 ip address unnumbered Loopback0
5753 isis enable 100
@@ -82,9 +78,6 @@ interface Management0
8278 vrf MGMT
8379 ip address 172.100.100.101/24
8480!
85- interface Vlan2000
86- ip address 20.0.0.2/24
87- !
8881ip routing
8982no ip routing vrf MGMT
9083!
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ system l1
2828 unsupported speed action error
2929 unsupported error-correction action error
3030!
31- vlan 2000
32- !
3331vrf instance MGMT
3432!
3533management api gnmi
@@ -64,18 +62,7 @@ interface Ethernet3
6462 isis network point-to-point
6563!
6664interface Ethernet4
67- description EOS7
68- bgp session tracker TRACK-LOCAL-EVPN-PEERS
69- switchport trunk allowed vlan 2000
70- switchport mode trunk
71- !
72- evpn ethernet-segment
73- identifier 0000:0001:0002:0000:0004
74- redundancy single-active
75- designated-forwarder election algorithm preference 1000
76- route-target import 00:00:01:02:00:04
77- spanning-tree portfast edge
78- spanning-tree bpduguard disable
65+ no switchport
7966!
8067interface Loopback0
8168 ip address 100.0.0.2/32
Original file line number Diff line number Diff line change @@ -48,15 +48,13 @@ interface Ethernet1
4848 isis network point-to-point
4949!
5050interface Ethernet2
51- shutdown
5251 no switchport
5352 ip address unnumbered Loopback0
5453 isis enable 100
5554 isis circuit-type level-2
5655 isis network point-to-point
5756!
5857interface Ethernet3
59- shutdown
6058 no switchport
6159 ip address unnumbered Loopback0
6260 isis enable 100
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ system l1
2828 unsupported speed action error
2929 unsupported error-correction action error
3030!
31- vlan 100,501,2000
32- !
3331vrf instance MGMT
3432!
3533management api gnmi
@@ -49,12 +47,10 @@ interface Ethernet1
4947 ipv6 address 2001:db8:1:7::7/64
5048!
5149interface Ethernet2
52- shutdown
53- switchport trunk allowed vlan 2000
54- switchport mode trunk
50+ no switchport
5551!
5652interface Ethernet3
57- switchport access vlan 501
53+ no switchport
5854!
5955interface Loopback0
6056 ip address 7.7.7.7/32
@@ -65,14 +61,6 @@ interface Management0
6561 vrf MGMT
6662 ip address 172.100.100.107/24
6763!
68- interface Vlan501
69- no autostate
70- ip address 50.0.0.1/24
71- !
72- interface Vlan2000
73- no autostate
74- ip address 20.0.0.4/29
75- !
7664ip routing
7765no ip routing vrf MGMT
7866!
Original file line number Diff line number Diff line change @@ -41,23 +41,16 @@ management api netconf
4141aaa authorization exec default local
4242!
4343interface Ethernet1
44- shutdown
44+ no switchport
4545!
4646interface Ethernet2
4747 mtu 9214
4848 no switchport
4949 ipv6 enable
5050 ipv6 address 2001:db8:6:8::8/64
5151!
52- interface Ethernet2.101
53- encapsulation dot1q vlan 101
54- ip address 80.0.0.2/24
55- !
56- interface Ethernet2.102
57- encapsulation dot1q vlan 102
58- ip address 70.0.0.2/24
59- !
6052interface Ethernet3
53+ no switchport
6154!
6255interface Loopback0
6356 ip address 8.8.8.8/32
Original file line number Diff line number Diff line change 11---
22# --------------------------------------------------------------
3- # Routing Topo 1
3+ # Tech Library MPLS Services Deployment Guide
44# --------------------------------------------------------------
55
6- name : routing-topo-1
6+ name : techlib-mpls-services
77
88prefix : " "
99
@@ -27,10 +27,6 @@ topology:
2727
2828 nodes :
2929
30- # ########################
31- # DC "B" SPINE #
32- # ########################
33-
3430 EOS1 :
3531 kind : ceos
3632 mgmt-ipv4 : 172.100.100.101
You can’t perform that action at this time.
0 commit comments