-
Notifications
You must be signed in to change notification settings - Fork 0
/
rtr2.conf
188 lines (188 loc) · 2.52 KB
/
rtr2.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
hostname freertr2
buggy
!
!
vrf definition host
exit
!
vrf definition mgmt
rd 9:9
exit
!
vrf definition vrf1
rd 1:1
exit
!
router isis4 1
vrf vrf1
net-id 48.2222.0000.2222.00
traffeng-id ::
is-type both
redistribute connected
exit
!
router isis6 1
vrf vrf1
net-id 48.2222.0000.2222.00
traffeng-id ::
is-type both
segrout 10
level2 segrout
level1 segrout
redistribute connected
exit
!
interface loopback0
no description
vrf forwarding vrf1
ipv4 address 10.99.99.2 255.255.255.255
ipv6 address 2001:db8:2222::2 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
router isis6 1 enable
router isis6 1 circuit both
router isis6 1 segrout index 2
router isis6 1 segrout node
no shutdown
no log-link-change
exit
!
interface ethernet1
description to_freertr1_ether1
lldp enable
vrf forwarding vrf1
ipv4 address 10.1.1.2 255.255.255.252
ipv6 address 2001:db8:1111::3 ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe
mpls enable
router isis6 1 enable
router isis6 1 circuit both
no shutdown
no log-link-change
exit
!
interface ethernet2
no description
lldp enable
vrf forwarding vrf1
ipv4 address 10.1.3.1 255.255.255.252
ipv6 address 2001:db8:1112::2 ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe
mpls enable
router isis6 1 enable
router isis6 1 circuit both
no shutdown
no log-link-change
exit
!
interface ethernet20001
no description
lldp enable
vrf forwarding host
ipv4 address 10.255.255.254 255.255.255.0
no shutdown
no log-link-change
exit
!
interface ethernet3
description to_freertr4_ether3
lldp enable
vrf forwarding vrf1
ipv6 address 2001:db8:1112::4 ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe
router isis6 1 enable
router isis6 1 circuit both
no shutdown
no log-link-change
exit
!
interface ethernet4
no description
lldp enable
no shutdown
no log-link-change
exit
!
interface ethernet5
no description
no shutdown
no log-link-change
exit
!
interface ethernet6
no description
no shutdown
no log-link-change
exit
!
interface ethernet7
no description
lldp enable
no shutdown
no log-link-change
exit
!
interface ethernet8
no description
lldp enable
vrf forwarding mgmt
ipv4 address 10.255.6.2 255.255.255.0
no shutdown
no log-link-change
exit
!
line tty1
no exec authorization
no login authentication
exit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
server telnet host
security protocol telnet
no exec authorization
no login authentication
vrf host
exit
!
server telnet mgmt
security protocol telnet
no exec authorization
no login authentication
vrf mgmt
exit
!
!
end