Skip to content

Commit c93027b

Browse files
authored
mpls services lab node configs updates (#136)
* update mpls services guide * update mpls-services lab configs
1 parent 2969b41 commit c93027b

File tree

6 files changed

+7
-52
lines changed

6 files changed

+7
-52
lines changed

labs/techlib-mpls-services/clab/init-configs/EOS1/startup-config

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ system l1
2828
unsupported speed action error
2929
unsupported error-correction action error
3030
!
31-
vlan 2000
32-
!
3331
vrf instance MGMT
3432
!
3533
management api gnmi
@@ -43,15 +41,13 @@ management api netconf
4341
aaa authorization exec default local
4442
!
4543
interface 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
!
5350
interface 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-
!
8881
ip routing
8982
no ip routing vrf MGMT
9083
!

labs/techlib-mpls-services/clab/init-configs/EOS2/startup-config

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ system l1
2828
unsupported speed action error
2929
unsupported error-correction action error
3030
!
31-
vlan 2000
32-
!
3331
vrf instance MGMT
3432
!
3533
management api gnmi
@@ -64,18 +62,7 @@ interface Ethernet3
6462
isis network point-to-point
6563
!
6664
interface 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
!
8067
interface Loopback0
8168
ip address 100.0.0.2/32

labs/techlib-mpls-services/clab/init-configs/EOS6/startup-config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ interface Ethernet1
4848
isis network point-to-point
4949
!
5050
interface 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
!
5857
interface Ethernet3
59-
shutdown
6058
no switchport
6159
ip address unnumbered Loopback0
6260
isis enable 100

labs/techlib-mpls-services/clab/init-configs/EOS7/startup-config

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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-
!
3331
vrf instance MGMT
3432
!
3533
management api gnmi
@@ -49,12 +47,10 @@ interface Ethernet1
4947
ipv6 address 2001:db8:1:7::7/64
5048
!
5149
interface Ethernet2
52-
shutdown
53-
switchport trunk allowed vlan 2000
54-
switchport mode trunk
50+
no switchport
5551
!
5652
interface Ethernet3
57-
switchport access vlan 501
53+
no switchport
5854
!
5955
interface 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-
!
7664
ip routing
7765
no ip routing vrf MGMT
7866
!

labs/techlib-mpls-services/clab/init-configs/EOS8/startup-config

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,16 @@ management api netconf
4141
aaa authorization exec default local
4242
!
4343
interface Ethernet1
44-
shutdown
44+
no switchport
4545
!
4646
interface 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-
!
6052
interface Ethernet3
53+
no switchport
6154
!
6255
interface Loopback0
6356
ip address 8.8.8.8/32

labs/techlib-mpls-services/clab/topology.clab.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
prefix: ""
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

0 commit comments

Comments
 (0)