-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrouter-210-spoke.txt
176 lines (174 loc) · 2.37 KB
/
router-210-spoke.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
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
210_mGRE_PE#sh run
Building configuration...
Current configuration : 2332 bytes
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname 210_mGRE_PE
!
boot-start-marker
boot-end-marker
!
!
vrf definition green
!
address-family ipv4
exit-address-family
!
vrf definition red
rd 1:1
route-target export 1:1
route-target import 1:1
!
address-family ipv4
exit-address-family
!
!
!
!
!
no aaa new-model
clock timezone EST -5 0
ip cef
!
!
!
no ip domain lookup
!
!
!
!
!
!
no ipv6 cef
ipv6 multicast rpf use-bgp
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
bfd map ipv4 172.16.100.19/32 172.16.10.2/24 test
bfd-template multi-hop test
interval min-tx 900 min-rx 900 multiplier 3
authentication sha-1 keychain mGRE
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
vrf forwarding red
ip address 10.210.210.210 255.255.255.255
!
interface Ethernet0/0
ip address 172.16.10.2 255.255.255.0
load-interval 30
!
interface Ethernet0/1
no ip address
shutdown
!
interface Ethernet0/2
no ip address
shutdown
!
interface Ethernet0/3
no ip address
shutdown
!
interface Ethernet1/0
ip address 10.1.95.1 255.255.255.0
!
interface Ethernet1/1
no ip address
shutdown
!
interface Ethernet1/2
no ip address
shutdown
!
interface Ethernet1/3
no ip address
shutdown
!
l3vpn encapsulation ip vnet
transport ipv4 source Ethernet0/0
protocol gre key 100
!
router ospf 95 vrf red
redistribute bgp 65000 subnets
network 10.0.0.0 0.255.255.255 area 0
!
router ospf 195 vrf green
network 10.0.0.0 0.255.255.255 area 0
!
router rip
version 2
redistribute connected
network 172.16.0.0
!
address-family ipv4 vrf red
redistribute connected
redistribute bgp 65000
no auto-summary
version 2
exit-address-family
!
router bgp 65000
bgp log-neighbor-changes
neighbor 172.16.100.58 remote-as 65000
neighbor 172.16.100.58 update-source Ethernet0/0
!
address-family vpnv4
neighbor 172.16.100.58 activate
neighbor 172.16.100.58 send-community extended
neighbor 172.16.100.58 route-map mgre-v4 in
exit-address-family
!
address-family ipv4 vrf red
redistribute connected
redistribute ospf 95 metric 10
redistribute rip
exit-address-family
!
ip forward-protocol nd
!
no ip http server
!
!
!
route-map mgre-v4 permit 10
!
!
!
control-plane
!
!
line con 0
exec-timeout 9999 1
logging synchronous
line aux 0
line vty 0 4
login
!
!
!
end
210_mGRE_PE#