-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr3-sw.txt
86 lines (86 loc) · 1.38 KB
/
r3-sw.txt
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
hostname r3
no buggy
!
vrf definition v1
rd 1:1
exit
!
router ospf4 1
vrf v1
router-id 10.3.3.3
traffeng-id 0.0.0.0
segrout 10
area 0 enable
area 0 segrout
redistribute connected
exit
!
router ospf6 1
vrf v1
router-id 10.6.3.3
traffeng-id ::
segrout 10
area 0 enable
area 0 segrout
redistribute connected
exit
!
interface template1
description template interface r3
lldp enable
vrf forwarding v1
ipv4 address dynamic dynamic
ipv6 address dynamic dynamic
mpls enable
polka enable 3 65536 10
router ospf4 1 enable
router ospf4 1 area 0
router ospf4 1 segrout index 3
router ospf4 1 segrout node
router ospf6 1 enable
router ospf6 1 area 0
router ospf6 1 segrout index 3
router ospf6 1 segrout node
shutdown
no log-link-change
exit
!
interface loopback0
description lo r3
vrf forwarding v1
ipv4 address 20.20.20.3 /32
ipv6 address 2020::3 /128
template template1
no shutdown
exit
!
interface ethernet2
description r3 -> r1
vrf forwarding v1
ipv4 address 3.3.3.1 /30
ipv6 address 3333::1 /64
template template1
no shutdown
exit
!
interface ethernet3
description r3 -> r5
vrf forwarding v1
ipv4 address 5.5.5.2 /30
ipv6 address 5555::2 /64
template template1
no shutdown
exit
!
server telnet tel
security protocol telnet
exec timeout 10000000
exec logging
exec colorize prompt
no exec authorization
no login authentication
login logging
vrf v1
exit
!
end