aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/TBSHOOT/L3-Technologies/IPv4/Routing-Protocols/Redistribution/Jean-Christophe_Manciot/1+/TT 5-linux-/CSR1000v-1.cfg
blob: 4b3e04dc35948501fb319694b27bda8b82aed61d (plain)
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
platform console serial
!
hostname CSR1000v-1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!         
!
!
!
!
!
!
!
ipv6 unicast-routing
!
!
!
!
!
!
!
subscriber templating
!
multilink bundle-name authenticated
!
!         
!
!
!
!
!
!
!
!
!
!
!
license udi pid CSR1000V sn 9A8Y8GB3VEF
!
spanning-tree extend system-id
!
!
redundancy
!
!
!
!
!
!         
! 
!
!
!
!
!
!
!
!
!
!
!
!
! 
! 
! 
! 
! 
! 
!
!
interface GigabitEthernet1
 no shutdown
 ip address 10.1.12.11 255.255.255.0
 ip ospf 1 area 0
 negotiation auto
 ipv6 address 2001:DB8:0:12::11/64
 ospfv3 1 ipv6 area 0
!
interface GigabitEthernet2
 no shutdown
 ip address 10.1.1.11 255.255.255.0
 ip ospf 1 area 0
 negotiation auto
 ipv6 address 2001:DB8:0:1::11/64
 ospfv3 1 ipv6 area 0
!
interface GigabitEthernet3
 no shutdown
 ip address 10.1.14.11 255.255.255.0
 negotiation auto
 ipv6 address 2001:DB8:0:14::11/64
 ipv6 eigrp 64512
!
interface GigabitEthernet4
 ip address dhcp
 negotiation auto
!
interface GigabitEthernet5
 no ip address
 shutdown
 negotiation auto
!
interface GigabitEthernet6
 no ip address
 shutdown
 negotiation auto
!
interface GigabitEthernet7
 no ip address
 shutdown
 negotiation auto
!
interface GigabitEthernet8
 no ip address
 shutdown
 negotiation auto
!
!
router eigrp CSR1000v-1
 !
 address-family ipv4 unicast autonomous-system 64512
  !
  af-interface GigabitEthernet1
   passive-interface
  exit-af-interface
  !
  af-interface GigabitEthernet2
   passive-interface
  exit-af-interface
  !
  topology base
   distribute-list route-map filter-tagged-ospf-routes in 
   redistribute ospf 1 metric 1000000000 1 255 1 1500 route-map ospf-tag
  exit-af-topology
  network 10.1.0.0 0.0.255.255
  eigrp router-id 11.11.11.11
 exit-address-family
 !
 address-family ipv6 unicast autonomous-system 64512
  !
  no shutdown
  af-interface GigabitEthernet1
   passive-interface
  exit-af-interface
  !
  af-interface GigabitEthernet2
   passive-interface
  exit-af-interface
  !
  topology base
   redistribute ospf 1 metric 1000000000 1 255 1 1500 route-map ospf-tag include-connected
  exit-af-topology
  eigrp router-id 11.11.11.11
 exit-address-family
!
router ospfv3 1
 router-id 11.11.11.11
 auto-cost reference-bandwidth 1000
 !
 address-family ipv6 unicast
  distance ospf external 173 
  redistribute eigrp 64512 route-map eigrp-tag include-connected
 exit-address-family
!
router ospf 1
 router-id 11.11.11.11
 auto-cost reference-bandwidth 1000
 redistribute eigrp 64512 subnets route-map eigrp-tag
 distribute-list route-map filter-tagged-eigrp-routes in
!
!
virtual-service csr_mgmt
!
ip forward-protocol nd
!         
no ip http server
no ip http secure-server
!
!
route-map eigrp-tag permit 10
 set metric-type type-1
 set tag 64512
!
route-map filter-tagged-ospf-routes deny 10
 match tag 23
!
route-map filter-tagged-ospf-routes permit 20
!
route-map ospf-tag permit 10
 set tag 23
!
route-map filter-tagged-eigrp-routes deny 10
 match tag 64512
!
route-map filter-tagged-eigrp-routes permit 20
!
!
!         
control-plane
!
 !
 !
 !
 !
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
 stopbits 1
line vty 0
 login
 transport input none
line vty 1
 login
 length 0
 transport input none
line vty 2 4
 login
 transport input none
!
!
end