Skip to content

Commit d92b399

Browse files
authored
mpls-services topo configs (#138)
1 parent c93027b commit d92b399

File tree

100 files changed

+3716
-368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+3716
-368
lines changed

labs/techlib-mpls-services/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ $RECYCLE.BIN/
103103

104104
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
105105

106-
# ignore clab files
106+
# Ignore clab files, but do not ignore the startup configurations created by the `clab save` command
107107
clab-*
108108
*.bak
109+
!clab/init-configs/clab-*/
109110

110111
# ignore cv onboarding token
111112
clab/cv-onboarding-token

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

Lines changed: 0 additions & 91 deletions
This file was deleted.

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

Lines changed: 0 additions & 87 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
startup-config-260223_133905
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
! Startup-config last modified at Mon Feb 23 13:39:05 2026 by root
2+
! device: EOS4 (cEOSLab, EOS-4.35.2F-46221466.4352F (engineering build))
3+
!
4+
no aaa root
5+
!
6+
username admin privilege 15 role network-admin secret sha512 $6$Nn1sia0NpLQPW9FB$q/PgN/1A3zEaUnOddk3T9ucpVXt1l4Askdj2N3xYV.kSJk7hiDIYVkltWnGJ2tfD1t4.OLn7c0wzjQr0bAhJK.
7+
!
8+
management api http-commands
9+
no shutdown
10+
!
11+
vrf MGMT
12+
no shutdown
13+
!
14+
no service interface inactive port-id allocation disabled
15+
!
16+
transceiver qsfp default-mode 4x10G
17+
!
18+
interface defaults
19+
mtu 9214
20+
!
21+
service routing protocols model multi-agent
22+
!
23+
hostname EOS4
24+
!
25+
spanning-tree mode mstp
26+
!
27+
system l1
28+
unsupported speed action error
29+
unsupported error-correction action error
30+
!
31+
vrf instance MGMT
32+
!
33+
management api gnmi
34+
transport grpc default
35+
vrf MGMT
36+
!
37+
management api netconf
38+
transport ssh default
39+
vrf MGMT
40+
!
41+
aaa authorization exec default local
42+
!
43+
interface Ethernet1
44+
no switchport
45+
ip address unnumbered Loopback0
46+
isis enable 100
47+
isis circuit-type level-2
48+
isis network point-to-point
49+
!
50+
interface Ethernet2
51+
no switchport
52+
ip address unnumbered Loopback0
53+
isis enable 100
54+
isis circuit-type level-2
55+
isis network point-to-point
56+
!
57+
interface Ethernet3
58+
no switchport
59+
ip address unnumbered Loopback0
60+
isis enable 100
61+
isis circuit-type level-2
62+
isis network point-to-point
63+
!
64+
interface Ethernet4
65+
no switchport
66+
ip address unnumbered Loopback0
67+
isis enable 100
68+
isis circuit-type level-2
69+
isis network point-to-point
70+
!
71+
interface Loopback0
72+
ip address 100.0.0.4/32
73+
node-segment ipv4 index 4
74+
isis enable 100
75+
isis circuit-type level-2
76+
isis passive
77+
!
78+
interface Loopback99
79+
ip address 99.0.0.1/32
80+
!
81+
interface Management0
82+
vrf MGMT
83+
ip address 172.100.100.2/24
84+
!
85+
ip routing
86+
no ip routing vrf MGMT
87+
!
88+
ipv6 unicast-routing
89+
!
90+
ip route vrf MGMT 0.0.0.0/0 172.100.100.1
91+
!
92+
mpls ip
93+
!
94+
router bgp 100
95+
router-id 100.0.0.4
96+
no bgp default ipv4-unicast
97+
distance bgp 20 200 200
98+
neighbor default send-community
99+
neighbor RR-CLIENTS peer group
100+
neighbor RR-CLIENTS remote-as 100
101+
neighbor RR-CLIENTS update-source Loopback0
102+
neighbor RR-CLIENTS route-reflector-client
103+
neighbor 100.0.0.1 peer group RR-CLIENTS
104+
neighbor 100.0.0.1 description EOS1
105+
neighbor 100.0.0.2 peer group RR-CLIENTS
106+
neighbor 100.0.0.2 description EOS2
107+
neighbor 100.0.0.3 peer group RR-CLIENTS
108+
neighbor 100.0.0.3 description EOS3
109+
neighbor 100.0.0.5 peer group RR-CLIENTS
110+
neighbor 100.0.0.5 description EOS5
111+
neighbor 100.0.0.6 peer group RR-CLIENTS
112+
neighbor 100.0.0.6 description EOS6
113+
!
114+
address-family evpn
115+
neighbor default encapsulation mpls next-hop-self source-interface Loopback0
116+
neighbor RR-CLIENTS activate
117+
!
118+
address-family ipv6 labeled-unicast
119+
next-hop resolution disabled
120+
neighbor RR-CLIENTS activate
121+
!
122+
router isis 100
123+
net 49.1111.0000.0000.0004.00
124+
router-id ipv4 100.0.0.4
125+
is-type level-2
126+
!
127+
address-family ipv4 unicast
128+
!
129+
segment-routing mpls
130+
no shutdown
131+
!
132+
end
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
startup-config-260223_133905

0 commit comments

Comments
 (0)