aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP-SP/Global/INE/initial.configs/BB3.initial.config.gns3.cfg
blob: d883e36c3613e664c09eb66cd0707144501e5a1c (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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
!
! Last configuration change at 16:02:55 PST Thu Feb 28 2002
! NVRAM config last updated at 16:14:19 PST Thu Feb 28 2002
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname BB3
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
clock timezone PST -8
clock summer-time PDT recurring
ip cef
!
!
!
!
no ip domain lookup
ipv6 unicast-routing
!
multilink bundle-name authenticated
!
!
!
key chain CISCO
 key 1
   key-string CISCO
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
! 
!
!
!
!
!
!
!
interface Loopback0
 ip address 28.119.16.1 255.255.255.0
 ipv6 address 2001:28:119:16::1/64
!
interface Loopback1
 ip address 28.119.17.1 255.255.255.0
 ipv6 address 2001:28:119:17::1/64
!
interface Loopback10
 ip address 30.0.0.1 255.255.0.0
 ipv6 address 2001:30::1/64
 ipv6 rip RIPng enable
!
interface Loopback11
 ip address 30.1.0.1 255.255.0.0
 ipv6 address 2001:30:1::1/64
 ipv6 rip RIPng enable
!
interface Loopback12
 ip address 30.2.0.1 255.255.0.0
 ipv6 address 2001:30:2::1/64
 ipv6 rip RIPng enable
!
interface Loopback13
 ip address 30.3.0.1 255.255.0.0
 ipv6 address 2001:30:3::1/64
 ipv6 rip RIPng enable
!
interface Loopback14
 ip address 31.0.0.1 255.255.0.0
 ipv6 address 2001:31::1/64
 ipv6 rip RIPng enable
!
interface Loopback15
 ip address 31.1.0.1 255.255.0.0
 ipv6 address 2001:31:1::1/64
 ipv6 rip RIPng enable
!
interface Loopback16
 ip address 31.2.0.1 255.255.0.0
 ipv6 address 2001:31:2::1/64
 ipv6 rip RIPng enable
!
interface Loopback17
 ip address 31.3.0.1 255.255.0.0
 ipv6 address 2001:31:3::1/64
 ipv6 rip RIPng enable
!
interface FastEthernet0/0
 description Ethernet to SW3 Fa1/0
 ip address 204.12.1.254 255.255.255.0
 duplex auto
 speed auto
 ipv6 address 2001:204:12:1::254/64
 ipv6 rip RIPng enable
!
interface Serial0/0
 description Serial to BB1
 ip address 172.16.4.3 255.255.255.0
 ipv6 address 2001:172:16:4::3/64
 no fair-queue
 clock rate 64000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
 clock rate 2000000
!
router rip
 version 2
 network 30.0.0.0
 network 31.0.0.0
 network 204.12.1.0
 distribute-list 1 in FastEthernet0/0
 distribute-list prefix RIP out
 no auto-summary
!
router bgp 54
 bgp log-neighbor-changes
 neighbor RACKS peer-group
 neighbor RACKS remote-as 100
 neighbor 2001:172:16:4::1 remote-as 54
 neighbor 2001:204:12:1::100 remote-as 100
 neighbor 172.16.4.1 remote-as 54
 neighbor 204.12.1.1 peer-group RACKS
 neighbor 204.12.1.2 peer-group RACKS
 neighbor 204.12.1.3 peer-group RACKS
 neighbor 204.12.1.4 peer-group RACKS
 neighbor 204.12.1.5 peer-group RACKS
 neighbor 204.12.1.6 peer-group RACKS
 neighbor 204.12.1.7 peer-group RACKS
 neighbor 204.12.1.8 peer-group RACKS
 !
 address-family ipv4
  neighbor RACKS send-community
  neighbor RACKS route-map BGP_IN in
  neighbor RACKS route-map BGP_OUT out
  no neighbor 2001:172:16:4::1 activate
  no neighbor 2001:204:12:1::100 activate
  neighbor 172.16.4.1 activate
  neighbor 172.16.4.1 send-community
  neighbor 172.16.4.1 next-hop-self
  neighbor 204.12.1.1 activate
  neighbor 204.12.1.2 activate
  neighbor 204.12.1.3 activate
  neighbor 204.12.1.4 activate
  neighbor 204.12.1.5 activate
  neighbor 204.12.1.6 activate
  neighbor 204.12.1.7 activate
  neighbor 204.12.1.8 activate
  no auto-summary
  no synchronization
  network 28.119.16.0 mask 255.255.255.0
  network 28.119.17.0 mask 255.255.255.0
 exit-address-family
 !
 address-family ipv6
  neighbor 2001:172:16:4::1 activate
  neighbor 2001:204:12:1::100 activate
  network 2001:28:119:16::/64
  network 2001:28:119:17::/64
 exit-address-family
!
ip forward-protocol nd
ip route 54.0.0.0 255.0.0.0 172.16.4.1
!
!
no ip http server
no ip http secure-server
!
!
ip prefix-list BGP_PREPEND_1 seq 5 permit 112.0.0.0/8
ip prefix-list BGP_PREPEND_1 seq 10 permit 113.0.0.0/8
!
ip prefix-list DEFAULT seq 5 permit 0.0.0.0/0
!
ip prefix-list RIP seq 5 permit 30.0.0.0/14 ge 16 le 16
ip prefix-list RIP seq 10 permit 31.0.0.0/14 ge 16 le 16
access-list 1 deny   0.0.0.0
access-list 1 permit 150.1.0.0 0.0.255.255
access-list 1 deny   150.0.0.0 0.255.255.255
access-list 1 permit any
ipv6 route 2001:54::/32 2001:172:16:4::1
ipv6 route ::/0 Null0
ipv6 router rip RIPng
 distribute-list prefix-list RIPng out
!
!
!
ipv6 prefix-list RIPng seq 5 permit 2001:30::/64
ipv6 prefix-list RIPng seq 10 permit 2001:30:1::/64
ipv6 prefix-list RIPng seq 15 permit 2001:30:2::/64
ipv6 prefix-list RIPng seq 20 permit 2001:30:3::/64
ipv6 prefix-list RIPng seq 25 permit 2001:31::/64
ipv6 prefix-list RIPng seq 30 permit 2001:31:1::/64
ipv6 prefix-list RIPng seq 35 permit 2001:31:2::/64
ipv6 prefix-list RIPng seq 40 permit 2001:31:3::/64
!
!
route-map BGP_IN deny 10
 match ip address prefix-list DEFAULT
!
route-map BGP_IN permit 1000
!
route-map BGP_OUT permit 10
 match ip address prefix-list BGP_PREPEND_1
 set as-path prepend 50 60
!
route-map BGP_OUT permit 10000
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
privilege exec level 0 telnet
privilege exec level 0 traceroute
privilege exec level 0 ping
privilege exec level 1 terminal length
privilege exec level 1 terminal
privilege exec level 0 show ip bgp neighbors
privilege exec level 0 show ip bgp summary
privilege exec level 0 show ip bgp
privilege exec level 0 show ip route
privilege exec level 0 show ip protocols
privilege exec level 0 show ip
privilege exec level 0 show
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 privilege level 0
 no login
!
ntp authentication-key 1 md5 096F673A3A2A 7
ntp master 4
!
end