CCIE Bootcamp R&S Labs 1-18

605

Transcript of CCIE Bootcamp R&S Labs 1-18

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookup!interface Loopback0 ip address 201.201.201.1 255.255.255.0!interface Ethernet0 ip address 10.1.1.1 255.255.0.0!interface Serial0 no ip address encapsulation frame-relay bandwidth 2000 no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 multipoint ip address 10.10.1.1 255.255.0.0 ip ospf hello-interval 20 ip ospf priority 200 bandwidth 2000 frame-relay map ip 10.10.1.2 102 broadcast frame-relay map ip 10.10.1.3 103 broadcast frame-relay map ip 10.10.1.5 105 broadcast!interface Serial1 no ip address shutdown!router ospf 1 network 10.10.1.1 0.0.0.0 area 0 network 10.1.1.1 0.0.0.0 area 1 neighbor 10.10.1.2 priority 1 poll-interval 180 neighbor 10.10.1.3 priority 1 poll-interval 180 neighbor 10.10.1.5 priority 1 poll-interval 180! no ip classlessno logging console!!line con 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Page 1

r1.txt U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.2 to network 0.0.0.0

10.0.0.0/16 is subnetted, 5 subnetsC 10.10.0.0 is directly connected, Serial0.1C 10.1.0.0 is directly connected, Ethernet0O IA 10.4.0.0 [110/110] via 10.10.1.3, 00:06:55, Serial0.1O IA 10.44.0.0 [110/101] via 10.10.1.3, 00:06:55, Serial0.1O IA 10.34.0.0 [110/100] via 10.10.1.3, 00:06:55, Serial0.1 11.0.0.0/16 is subnetted, 1 subnetsO IA 11.1.0.0 [110/60] via 10.10.1.5, 00:06:55, Serial0.1 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/60] via 10.10.1.2, 00:06:55, Serial0.1C 201.201.201.0/24 is directly connected, Loopback0O*E1 0.0.0.0/0 [110/150] via 10.10.1.2, 00:06:56, Serial0.1r1#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface200.200.200.1 1 FULL/BDR 00:01:08 10.10.1.2 Serial0.110.34.1.1 1 FULL/DROTHER 00:01:08 10.10.1.3 Serial0.111.1.1.5 1 FULL/DROTHER 00:01:11 10.10.1.5 Serial0.1

Page 2

r2.txt

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password cisco!ip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r7 2007 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Loopback0 ip address 200.200.200.1 255.255.255.0! interface Ethernet0 ip address 137.20.20.1 255.255.255.0!interface Serial0 ip address 10.10.1.2 255.255.0.0 encapsulation frame-relay ip ospf hello-interval 20 ip policy route-map 10 bandwidth 2000 clockrate 2000000 frame-relay map ip 10.10.1.1 201 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!router ospf 1 network 10.10.1.2 0.0.0.0 area 0 network 137.20.20.1 0.0.0.0 area 10 neighbor 10.10.1.1 priority 200 poll-interval 180 default-information originate always metric 100 metric-type 1! ip local policy route-map 10no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging consoleaccess-list 101 permit ip any 10.34.0.0 0.0.255.255access-list 101 permit ip any 11.1.0.0 0.0.255.255access-list 101 permit ip any 10.4.0.0 0.0.255.255access-list 101 permit ip any host 10.10.1.3access-list 101 permit ip any host 10.10.1.5access-list 101 permit ip any 10.44.0.0 0.0.255.255route-map 10 permit 10 match ip address 101 set ip next-hop 10.10.1.1!!!

Page 1

r2.txtline con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 300 txspeed 300 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 login!end

r2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

10.0.0.0/16 is subnetted, 5 subnetsC 10.10.0.0 is directly connected, Serial0O IA 10.1.0.0 [110/60] via 10.10.1.1, 00:08:26, Serial0O IA 10.4.0.0 [110/110] via 10.10.1.3, 00:08:26, Serial0O IA 10.44.0.0 [110/101] via 10.10.1.3, 00:08:26, Serial0O IA 10.34.0.0 [110/100] via 10.10.1.3, 00:08:26, Serial0 11.0.0.0/16 is subnetted, 1 subnetsO IA 11.1.0.0 [110/60] via 10.10.1.5, 00:08:26, Serial0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0C 200.200.200.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface201.201.201.1 200 FULL/DR 00:01:00 10.10.1.1 Serial0

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!no ip domain-lookup!interface Serial0 ip address 10.10.1.3 255.255.0.0 encapsulation frame-relay ip ospf hello-interval 20 ip policy route-map 10 bandwidth 2000 no fair-queue frame-relay map ip 10.10.1.1 301 broadcast frame-relay lmi-type ansi!interface Serial1 ip address 10.34.1.1 255.255.0.0 ip policy route-map 10 bandwidth 2000 clockrate 2000000!interface TokenRing0 no ip address shutdown!router ospf 1 network 10.10.1.3 0.0.0.0 area 0 network 10.34.1.1 0.0.0.0 area 3 neighbor 10.10.1.1 priority 200 poll-interval 180 area 3 virtual-link 10.34.1.2!ip local policy route-map 10no ip classlessno logging consoleaccess-list 101 permit ip any 137.20.20.0 0.0.0.255access-list 101 permit ip any host 10.10.1.2access-list 101 permit ip any 11.0.0.0 0.255.255.255access-list 101 permit ip any host 10.10.1.5route-map 10 permit 10 match ip address 101 set ip next-hop 10.10.1.1!!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

Page 1

r3.txt i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.2 to network 0.0.0.0

10.0.0.0/16 is subnetted, 5 subnetsC 10.10.0.0 is directly connected, Serial0O IA 10.1.0.0 [110/60] via 10.10.1.1, 00:09:24, Serial0O 10.4.0.0 [110/60] via 10.34.1.2, 00:09:44, Serial1O IA 10.44.0.0 [110/51] via 10.34.1.2, 00:09:24, Serial1C 10.34.0.0 is directly connected, Serial1 11.0.0.0/16 is subnetted, 1 subnetsO IA 11.1.0.0 [110/60] via 10.10.1.5, 00:09:24, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/60] via 10.10.1.2, 00:09:24, Serial0O*E1 0.0.0.0/0 [110/150] via 10.10.1.2, 00:09:24, Serial0r3#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface201.201.201.1 200 FULL/DR 00:01:05 10.10.1.1 Serial010.34.1.2 1 FULL/ - 00:00:33 10.34.1.2 Serial1r

Page 2

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!no ip domain-lookup!interface Loopback0 ip address 10.44.1.1 255.255.255.0!interface Loopback1 ip address 10.44.2.1 255.255.255.0!interface Ethernet0 ip address 10.4.1.1 255.255.0.0!interface Serial0 ip address 10.34.1.2 255.255.0.0 bandwidth 2000 no fair-queue!interface Serial1 no ip address shutdown!router ospf 1 network 10.34.1.2 0.0.0.0 area 3 network 10.4.1.1 0.0.0.0 area 3 network 10.44.2.1 0.0.0.0 area 44 network 10.44.1.1 0.0.0.0 area 44 area 3 virtual-link 10.34.1.1 area 44 range 10.44.0.0 255.255.0.0!no ip classlessno logging console!!line con 0line aux 0line vty 0 4 login !end

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.34.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 6 subnets, 2 masksO 10.10.0.0/16 [110/100] via 10.34.1.1, 00:10:58, Serial0O IA 10.1.0.0/16 [110/110] via 10.34.1.1, 00:10:58, Serial0C 10.4.0.0/16 is directly connected, Ethernet0

Page 1

r4.txtC 10.44.2.0/24 is directly connected, Loopback1C 10.44.1.0/24 is directly connected, Loopback0C 10.34.0.0/16 is directly connected, Serial0 11.0.0.0/16 is subnetted, 1 subnetsO IA 11.1.0.0 [110/110] via 10.34.1.1, 00:10:59, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/110] via 10.34.1.1, 00:10:59, Serial0O*E1 0.0.0.0/0 [110/200] via 10.34.1.1, 00:10:59, Serial0r4#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface10.34.1.1 1 FULL/ - 00:00:38 10.34.1.1 Serial0r

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookup!interface Ethernet0 ip address 11.1.1.5 255.255.0.0!interface Serial0 ip address 10.10.1.5 255.255.0.0 encapsulation frame-relay ip ospf hello-interval 20 ip policy route-map 10 bandwidth 2000 no fair-queue clockrate 2000000 frame-relay map ip 10.10.1.1 501 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 network 10.10.1.5 0.0.0.0 area 0 network 11.1.1.5 0.0.0.0 area 4 neighbor 10.10.1.1 priority 200 poll-interval 180!ip local policy route-map 10no ip classlessno logging consoleaccess-list 101 permit ip any 10.4.0.0 0.0.255.255access-list 101 permit ip any 10.34.0.0 0.0.255.255access-list 101 permit ip any 137.20.20.0 0.0.0.255access-list 101 permit ip any host 10.10.1.2access-list 101 permit ip any host 10.10.1.3access-list 101 permit ip any 10.44.0.0 0.0.255.255route-map 10 permit 10 match ip address 101 set ip next-hop 10.10.1.1!!line con 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

Page 1

r5.txt N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.2 to network 0.0.0.0

10.0.0.0/16 is subnetted, 5 subnetsC 10.10.0.0 is directly connected, Serial0O IA 10.1.0.0 [110/60] via 10.10.1.1, 00:11:44, Serial0O IA 10.4.0.0 [110/110] via 10.10.1.3, 00:11:44, Serial0O IA 10.44.0.0 [110/101] via 10.10.1.3, 00:11:44, Serial0O IA 10.34.0.0 [110/100] via 10.10.1.3, 00:11:44, Serial0 11.0.0.0/16 is subnetted, 1 subnetsC 11.1.0.0 is directly connected, Ethernet0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/60] via 10.10.1.2, 00:11:44, Serial0O*E1 0.0.0.0/0 [110/150] via 10.10.1.2, 00:11:44, Serial0r5#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface201.201.201.1 200 FULL/DR 00:01:00 10.10.1.1 Serial0

Page 2

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Ethernet0 no ip address shutdown!interface Ethernet1 no ip address shutdown!interface Serial0 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1 201 frame-relay route 103 interface Serial2 301 frame-relay route 105 interface Serial3 501!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial0 102!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial0 103!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial0 105!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!

Page 1

r7.txtinterface Serial7 no ip address shutdown!no logging console! !line con 0line aux 0 transport input allline vty 0 4 login!end

r7#sh frame ? ip show frame relay IP statistics lmi show frame relay lmi statistics map Frame-Relay map table pvc show frame relay pvc statistics route show frame relay route traffic Frame-Relay protocol statistics

r7#sh frame routeInput Intf Input Dlci Output Intf Output Dlci StatusSerial0 102 Serial1 201 activeSerial0 103 Serial2 301 activeSerial0 105 Serial3 501 activeSerial1 201 Serial0 102 activeSerial2 301 Serial0 103 activeSerial3 501 Serial0 105 active

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookup!interface Loopback0 ip address 192.168.1.1 255.255.255.0!interface Ethernet0 ip address 10.1.1.1 255.255.0.0!interface Serial0 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 10.20.1.2 255.255.0.0 frame-relay interface-dlci 102!interface Serial0.2 multipoint ip address 10.10.1.1 255.255.0.0 ip ospf network point-to-multipoint frame-relay map ip 10.10.1.3 103 broadcast frame-relay map ip 10.10.1.5 105 broadcast!interface Serial1 no ip address shutdown!router eigrp 1 redistribute ospf 1 metric 2000 200 255 1 1500 passive-interface Ethernet0 passive-interface Serial0.2 network 10.0.0.0!router ospf 1 redistribute eigrp 1 metric 20 metric-type 1 subnets network 10.10.1.1 0.0.0.0 area 0 network 10.1.1.1 0.0.0.0 area 1!router bgp 2 no synchronization neighbor 10.10.1.3 remote-as 1 neighbor 10.10.1.3 next-hop-self neighbor 10.10.1.5 remote-as 2 neighbor 10.10.1.5 route-reflector-client neighbor 10.20.1.1 remote-as 2 neighbor 10.20.1.1 route-reflector-client!no ip classlessno logging console!alias exec ci clear ip route *alias exec i show ip route

Page 1

r1.txt!line con 0line aux 0line vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.3 to network 0.0.0.0

B 4.0.0.0/8 [20/0] via 10.10.1.3, 01:11:21 173.168.0.0/24 is subnetted, 1 subnetsO E2 173.168.40.0 [110/20] via 10.10.1.3, 01:39:03, Serial0.2 10.0.0.0/8 is variably subnetted, 9 subnets, 3 masksC 10.10.0.0/16 is directly connected, Serial0.2O 10.10.1.3/32 [110/64] via 10.10.1.3, 02:00:39, Serial0.2O 10.10.1.5/32 [110/64] via 10.10.1.5, 02:00:39, Serial0.2O 10.3.0.0/16 [110/70] via 10.10.1.3, 02:00:39, Serial0.2C 10.1.0.0/16 is directly connected, Ethernet0C 10.20.0.0/16 is directly connected, Serial0.1O E2 10.33.2.0/24 [110/20] via 10.10.1.3, 01:39:04, Serial0.2O E2 10.33.1.0/24 [110/20] via 10.10.1.3, 01:39:04, Serial0.2O IA 10.33.0.0/16 [110/65] via 10.10.1.3, 02:00:40, Serial0.2 11.0.0.0/16 is subnetted, 1 subnetsO 11.1.0.0 [110/74] via 10.10.1.5, 02:00:41, Serial0.2B 12.0.0.0/8 [200/0] via 11.1.1.6, 00:26:13B 41.0.0.0/8 [20/0] via 10.10.1.3, 01:11:23 44.0.0.0/24 is subnetted, 1 subnetsB 44.1.1.0 [20/0] via 10.10.1.3, 01:11:23C 192.168.1.0/24 is directly connected, Loopback0 137.20.0.0/24 is subnetted, 1 subnetsD 137.20.20.0 [90/2195456] via 10.20.1.1, 02:00:41, Serial0.1B 177.1.0.0/16 [200/0] via 11.1.1.6, 00:26:13O*E1 0.0.0.0/0 [110/564] via 10.10.1.3, 02:00:41, Serial0.2r1#sh ip bgpBGP table version is 23, local router ID is 192.168.1.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 4.0.0.0 10.10.1.3 0 1 ?*>i12.0.0.0 11.1.1.6 0 100 0 3 ?*> 41.0.0.0 10.10.1.3 0 1 ?*> 44.1.1.0/24 10.10.1.3 0 1 i*>i177.1.0.0 11.1.1.6 0 100 0 3 ?r1#

Page 2

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!!username marc password 0 ciscono ip domain-lookupip host r1 2001 172.168.32.1ip host r3 2003 172.168.32.1ip host r4 2004 172.168.32.1ip host r5 2005 172.168.32.1ip host r6 2006 172.168.32.1ip host r7 2007 172.168.32.1ip host r8 2002 172.168.32.1!interface Loopback0 ip address 172.168.32.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0!interface Serial0 ip address 10.20.1.1 255.255.0.0 encapsulation frame-relay ip split-horizon clockrate 2000000 frame-relay map ip 10.20.1.2 201 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!router eigrp 1 network 10.0.0.0 network 137.20.0.0 no auto-summary!router bgp 2 no synchronization neighbor 10.20.1.2 remote-as 2!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2ip route 200.200.200.0 255.255.255.0 10.20.1.2no logging console!alias exec s show sessionalias exec ci clear ip route *alias exec i show ip route!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input all

Page 1

r2.txtline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password cisco login local!end

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

B 4.0.0.0/8 [200/0] via 10.10.1.3, 01:03:20 172.168.0.0/24 is subnetted, 1 subnetsC 172.168.32.0 is directly connected, Loopback0 173.168.0.0/24 is subnetted, 1 subnetsD EX 173.168.40.0 [170/2221056] via 10.20.1.2, 01:03:48, Serial0 10.0.0.0/8 is variably subnetted, 9 subnets, 3 masksD 10.10.0.0/16 [90/2681856] via 10.20.1.2, 01:03:48, Serial0D EX 10.10.1.3/32 [170/2221056] via 10.20.1.2, 01:03:48, Serial0D EX 10.10.1.5/32 [170/2221056] via 10.20.1.2, 01:03:48, Serial0D EX 10.3.0.0/16 [170/2221056] via 10.20.1.2, 01:03:48, Serial0D 10.1.0.0/16 [90/2195456] via 10.20.1.2, 01:03:48, Serial0C 10.20.0.0/16 is directly connected, Serial0D EX 10.33.2.0/24 [170/2221056] via 10.20.1.2, 01:03:48, Serial0D EX 10.33.1.0/24 [170/2221056] via 10.20.1.2, 01:03:48, Serial0D EX 10.33.0.0/16 [170/2221056] via 10.20.1.2, 01:03:49, Serial0 11.0.0.0/16 is subnetted, 1 subnetsD EX 11.1.0.0 [170/2221056] via 10.20.1.2, 01:03:49, Serial0B 12.0.0.0/8 [200/0] via 11.1.1.6, 00:27:06B 41.0.0.0/8 [200/0] via 10.10.1.3, 01:03:22 44.0.0.0/24 is subnetted, 1 subnetsB 44.1.1.0 [200/0] via 10.10.1.3, 01:03:22 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0B 177.1.0.0/16 [200/0] via 11.1.1.6, 00:27:06S 200.200.200.0/24 [1/0] via 10.20.1.2S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#sh ip bgp neiBGP neighbor is 10.20.1.2, remote AS 2, internal link Index 0, Offset 0, Mask 0x0 BGP version 4, remote router ID 192.168.1.1 BGP state = Established, table version = 18, up for 01:03:25 Last read 00:00:26, hold time is 180, keepalive interval is 60 seconds Minimum time between advertisement runs is 5 seconds Received 75 messages, 0 notifications, 0 in queue Sent 66 messages, 0 notifications, 0 in queue Connections established 1; dropped 0 Last reset never No. of prefix received 5Connection state is ESTAB, I/O status: 1, unread input bytes: 0Local host: 10.20.1.1, Local port: 179

Page 2

r2.txtForeign host: 10.20.1.2, Foreign port: 11010

Enqueued packets for retransmit: 0, input: 0 mis-ordered: 0 (0 bytes)

Event Timers (current time is 0xAF60C0):Timer Starts Wakeups NextRetrans 67 0 0x0TimeWait 0 0 0x0AckHold 75 36 0x0SendWnd 0 0 0x0KeepAlive 0 0 0x0GiveUp 0 0 0x0PmtuAger 0 0 0x0DeadWait 0 0 0x0

iss: 1858084750 snduna: 1858086015 sndnxt: 1858086015 sndwnd: 15120irs: 2605170005 rcvnxt: 2605171782 rcvwnd: 16080 delrcvwnd: 304

SRTT: 302 ms, RTTO: 632 ms, RTV: 14 ms, KRTT: 0 msminRTT: 8 ms, maxRTT: 316 ms, ACK hold: 300 msFlags: passive open, nagle, gen tcbs

Datagrams (max data segment is 1460 bytes):Rcvd: 127 (out of order: 0), with data: 75, total data bytes: 1776Sent: 104 (retransmit: 0), with data: 66, total data bytes: 1264r2#

Page 3

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!no ip domain-lookup!interface Loopback0 ip address 10.33.1.1 255.255.255.0!interface Loopback1 ip address 10.33.2.1 255.255.255.0!interface Serial0 ip address 10.10.1.3 255.255.0.0 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 10.10.1.1 301 broadcast frame-relay lmi-type ansi!interface Serial1 ip address 173.168.40.1 255.255.255.0 clockrate 2000000!interface TokenRing0 ip address 10.3.1.1 255.255.0.0 ring-speed 16!router ospf 1 redistribute connected metric 20 subnets network 10.3.1.1 0.0.0.0 area 0 network 10.10.1.3 0.0.0.0 area 0 network 10.33.0.0 0.0.255.255 area 33 default-information originate always metric 500 metric-type 1 area 33 range 10.33.0.0 255.255.0.0!router bgp 1 no synchronization neighbor 10.10.1.1 remote-as 2 neighbor 173.168.40.2 remote-as 1 neighbor 173.168.40.2 update-source Loopback0!no ip classlessip route 0.0.0.0 0.0.0.0 173.168.40.2no logging console!alias exec ci clear ip route *alias exec i show ip routealias exec cib clear ip bgp *!line con 0line aux 0line vty 0 4 login!end

r3#iPage 1

r3.txtCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 173.168.40.2 to network 0.0.0.0

B 4.0.0.0/8 [200/0] via 173.168.40.2, 01:17:23 173.168.0.0/24 is subnetted, 1 subnetsC 173.168.40.0 is directly connected, Serial1 10.0.0.0/8 is variably subnetted, 8 subnets, 3 masksO 10.10.1.1/32 [110/64] via 10.10.1.1, 02:03:35, Serial0C 10.10.0.0/16 is directly connected, Serial0O 10.10.1.5/32 [110/128] via 10.10.1.1, 02:03:35, Serial0C 10.3.0.0/16 is directly connected, TokenRing0O IA 10.1.0.0/16 [110/74] via 10.10.1.1, 02:03:35, Serial0O E1 10.20.0.0/16 [110/84] via 10.10.1.1, 02:03:35, Serial0C 10.33.2.0/24 is directly connected, Loopback1C 10.33.1.0/24 is directly connected, Loopback0 11.0.0.0/16 is subnetted, 1 subnetsO 11.1.0.0 [110/138] via 10.10.1.1, 02:03:36, Serial0B 12.0.0.0/8 [20/0] via 10.10.1.1, 00:27:56B 41.0.0.0/8 [200/0] via 173.168.40.2, 01:17:26 44.0.0.0/24 is subnetted, 1 subnetsB 44.1.1.0 [200/0] via 173.168.40.2, 01:17:26 137.20.0.0/24 is subnetted, 1 subnetsO E1 137.20.20.0 [110/84] via 10.10.1.1, 02:03:37, Serial0B 177.1.0.0/16 [20/0] via 10.10.1.1, 00:27:56S* 0.0.0.0/0 [1/0] via 173.168.40.2r3#sh ip bgp neiBGP neighbor is 10.10.1.1, remote AS 2, external link Index 1, Offset 0, Mask 0x2 BGP version 4, remote router ID 192.168.1.1 BGP state = Established, table version = 18, up for 01:13:16 Last read 00:00:16, hold time is 180, keepalive interval is 60 seconds Minimum time between advertisement runs is 30 seconds Received 83 messages, 0 notifications, 0 in queue Sent 78 messages, 0 notifications, 0 in queue Connections established 1; dropped 0 Last reset 01:17:37, due to : User reset request No. of prefix received 2Connection state is ESTAB, I/O status: 1, unread input bytes: 0Local host: 10.10.1.3, Local port: 11011Foreign host: 10.10.1.1, Foreign port: 179

Enqueued packets for retransmit: 0, input: 0 mis-ordered: 0 (0 bytes)

Event Timers (current time is 0xBD4690):Timer Starts Wakeups NextRetrans 79 0 0x0TimeWait 0 0 0x0AckHold 83 78 0x0SendWnd 0 0 0x0KeepAlive 0 0 0x0GiveUp 0 0 0x0PmtuAger 0 0 0x0DeadWait 0 0 0x0

iss: 2178421477 snduna: 2178423022 sndnxt: 2178423022 sndwnd: 16308irs: 2070651871 rcvnxt: 2070653602 rcvwnd: 16118 delrcvwnd: 266

Page 2

r3.txtSRTT: 300 ms, RTTO: 607 ms, RTV: 3 ms, KRTT: 0 msminRTT: 4 ms, maxRTT: 308 ms, ACK hold: 300 msFlags: higher precedence, nagle

Datagrams (max data segment is 1460 bytes):Rcvd: 87 (out of order: 0), with data: 83, total data bytes: 1730Sent: 159 (retransmit: 0), with data: 78, total data bytes: 1544

BGP neighbor is 173.168.40.2, remote AS 1, internal link Index 0, Offset 0, Mask 0x0 BGP version 4, remote router ID 44.1.1.1 BGP state = Established, table version = 18, up for 01:17:36 Last read 00:00:36, hold time is 180, keepalive interval is 60 seconds Minimum time between advertisement runs is 5 seconds Received 87 messages, 0 notifications, 0 in queue Sent 90 messages, 0 notifications, 0 in queue Connections established 2; dropped 1 Last reset 01:17:43, due to : User reset request No. of prefix received 3Connection state is ESTAB, I/O status: 1, unread input bytes: 0Local host: 10.33.1.1, Local port: 11008Foreign host: 173.168.40.2, Foreign port: 179

Enqueued packets for retransmit: 0, input: 0 mis-ordered: 0 (0 bytes)

Event Timers (current time is 0xBD61E8):Timer Starts Wakeups NextRetrans 88 0 0x0TimeWait 0 0 0x0AckHold 81 39 0x0SendWnd 0 0 0x0KeepAlive 0 0 0x0GiveUp 0 0 0x0PmtuAger 0 0 0x0DeadWait 0 0 0x0

iss: 1924353400 snduna: 1924355235 sndnxt: 1924355235 sndwnd: 16175irs: 1918317413 rcvnxt: 1918319054 rcvwnd: 16384 delrcvwnd: 0

SRTT: 317 ms, RTTO: 846 ms, RTV: 106 ms, KRTT: 0 msminRTT: 4 ms, maxRTT: 404 ms, ACK hold: 300 msFlags: higher precedence, nagle

Datagrams (max data segment is 536 bytes):Rcvd: 145 (out of order: 0), with data: 81, total data bytes: 1640Sent: 131 (retransmit: 0), with data: 87, total data bytes: 1834r3#sh ip bgpBGP table version is 18, local router ID is 10.33.2.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i4.0.0.0 173.168.40.2 0 100 0 ?*> 12.0.0.0 10.10.1.1 0 2 3 ?*>i41.0.0.0 173.168.40.2 0 100 0 ?*>i44.1.1.0/24 173.168.40.2 0 100 0 i*> 177.1.0.0 10.10.1.1 0 2 3 ?r3#

Page 3

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!no ip domain-lookup!interface Loopback0 ip address 44.1.1.1 255.255.255.0!interface Loopback1 ip address 41.1.1.1 255.255.255.0!interface Ethernet0 ip address 200.200.200.1 255.255.255.0!interface Serial0 ip address 173.168.40.2 255.255.255.0 no fair-queue!interface Serial1 no ip address shutdown!router rip network 41.0.0.0!router bgp 1 no synchronization network 44.1.1.0 mask 255.255.255.0 redistribute static redistribute rip neighbor 10.33.1.1 remote-as 1!no ip classlessip route 0.0.0.0 0.0.0.0 173.168.40.1ip route 4.1.1.0 255.255.255.0 Null0no logging console!alias exec ci clear ip route *alias exec i show ip route!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 173.168.40.1 to network 0.0.0.0Page 1

r4.txt

4.0.0.0/24 is subnetted, 1 subnetsS 4.1.1.0 is directly connected, Null0 173.168.0.0/24 is subnetted, 1 subnetsC 173.168.40.0 is directly connected, Serial0B 12.0.0.0/8 [200/0] via 10.10.1.1, 00:28:47 41.0.0.0/24 is subnetted, 1 subnetsC 41.1.1.0 is directly connected, Loopback1 44.0.0.0/24 is subnetted, 1 subnetsC 44.1.1.0 is directly connected, Loopback0B 177.1.0.0/16 [200/0] via 10.10.1.1, 00:28:47C 200.200.200.0/24 is directly connected, Ethernet0S* 0.0.0.0/0 [1/0] via 173.168.40.1r4#sh ip bgpBGP table version is 19, local router ID is 44.1.1.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 4.0.0.0 0.0.0.0 0 32768 ?*>i12.0.0.0 10.10.1.1 100 0 2 3 ?*> 41.0.0.0 0.0.0.0 0 32768 ?*> 44.1.1.0/24 0.0.0.0 0 32768 i*>i177.1.0.0 10.10.1.1 100 0 2 3 ?r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookup!interface Ethernet0 ip address 11.1.1.5 255.255.0.0!interface Serial0 ip address 10.10.1.5 255.255.0.0 encapsulation frame-relay ip ospf network point-to-multipoint no fair-queue clockrate 2000000 frame-relay map ip 10.10.1.1 501 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 passive-interface Ethernet0 network 10.10.1.5 0.0.0.0 area 0 network 11.1.1.5 0.0.0.0 area 0!router bgp 2 no synchronization neighbor 10.10.1.1 remote-as 2 neighbor 11.1.1.6 remote-as 3 neighbor 11.1.1.6 route-map filternull out!no ip classlessno logging consoleaccess-list 10 permit 4.0.0.0access-list 20 permit anyroute-map filternull deny 10 match ip address 10!route-map filternull permit 20 match ip address 20!alias exec ci clear ip route *alias exec i show ip route!line con 0line aux 0line vty 0 4 login!end

Page 1

r5.txtr5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.1 to network 0.0.0.0

B 4.0.0.0/8 [200/0] via 10.10.1.3, 00:00:16 173.168.0.0/24 is subnetted, 1 subnetsO E2 173.168.40.0 [110/20] via 10.10.1.1, 00:00:18, Serial0 10.0.0.0/8 is variably subnetted, 9 subnets, 3 masksO 10.10.1.1/32 [110/64] via 10.10.1.1, 00:00:18, Serial0C 10.10.0.0/16 is directly connected, Serial0O 10.10.1.3/32 [110/128] via 10.10.1.1, 00:00:18, Serial0O 10.3.0.0/16 [110/134] via 10.10.1.1, 00:00:18, Serial0O IA 10.1.0.0/16 [110/74] via 10.10.1.1, 00:00:18, Serial0O E1 10.20.0.0/16 [110/84] via 10.10.1.1, 00:00:18, Serial0O E2 10.33.2.0/24 [110/20] via 10.10.1.1, 00:00:19, Serial0O E2 10.33.1.0/24 [110/20] via 10.10.1.1, 00:00:19, Serial0O IA 10.33.0.0/16 [110/129] via 10.10.1.1, 00:00:19, Serial0 11.0.0.0/16 is subnetted, 1 subnetsC 11.1.0.0 is directly connected, Ethernet0B 12.0.0.0/8 [20/0] via 11.1.1.6, 00:00:30B 41.0.0.0/8 [200/0] via 10.10.1.3, 00:00:18 44.0.0.0/24 is subnetted, 1 subnetsB 44.1.1.0 [200/0] via 10.10.1.3, 00:00:18 137.20.0.0/24 is subnetted, 1 subnetsO E1 137.20.20.0 [110/84] via 10.10.1.1, 00:00:20, Serial0B 177.1.0.0/16 [20/0] via 11.1.1.6, 00:00:30O*E1 0.0.0.0/0 [110/628] via 10.10.1.1, 00:00:20, Serial0r5#sh ip bgpBGP table version is 6, local router ID is 11.1.1.5Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i4.0.0.0 10.10.1.3 100 0 1 ?*> 12.0.0.0 11.1.1.6 0 0 3 ?*>i41.0.0.0 10.10.1.3 100 0 1 ?*>i44.1.1.0/24 10.10.1.3 100 0 1 i*> 177.1.0.0 11.1.1.6 0 0 3 ?r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!no ip domain-lookup!interface Ethernet0 ip address 11.1.1.6 255.255.0.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 12.2.1.1 255.255.0.0 ip ospf message-digest-key 1 md5 cisco ip ospf hello-interval 45 ip ospf transmit-delay 10 bandwidth 2000!interface BRI0 no ip address shutdown!router ospf 2 network 12.2.1.1 0.0.0.0 area 0 default-information originate always metric 20 area 0 authentication message-digest!router bgp 3 no synchronization redistribute ospf 2 match internal external 1 external 2 route-map filter1 neighbor 11.1.1.5 remote-as 2 neighbor 11.1.1.5 route-map setlocal in neighbor 12.2.1.2 remote-as 3 neighbor 12.2.1.2 password en cisco!no ip classlessip route 0.0.0.0 0.0.0.0 11.1.1.5no logging consoleaccess-list 1 permit 0.0.0.0access-list 2 permit anyroute-map setlocal permit 10 set local-preference 300!route-map filter1 deny 10 match ip address 1!route-map filter1 permit 20 match ip address 2!!alias exec ci clear ip route *alias exec i show ip route!line con 0

Page 1

r6.txtline aux 0line vty 0 4 login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 11.1.1.5 to network 0.0.0.0

11.0.0.0/16 is subnetted, 1 subnetsC 11.1.0.0 is directly connected, Ethernet0 12.0.0.0/16 is subnetted, 3 subnetsO 12.4.0.0 [110/60] via 12.2.1.2, 00:51:50, Serial1C 12.2.0.0 is directly connected, Serial1O 12.3.0.0 [110/60] via 12.2.1.2, 00:51:50, Serial1B 41.0.0.0/8 [20/0] via 11.1.1.5, 00:00:43 44.0.0.0/24 is subnetted, 1 subnetsB 44.1.1.0 [20/0] via 11.1.1.5, 00:00:43 177.1.0.0/24 is subnetted, 1 subnetsO E2 177.1.1.0 [110/20] via 12.2.1.2, 00:51:50, Serial1S* 0.0.0.0/0 [1/0] via 11.1.1.5r6#sh ip bgp neiBGP neighbor is 11.1.1.5, remote AS 2, external link Index 1, Offset 0, Mask 0x2 BGP version 4, remote router ID 11.1.1.5 BGP state = Established, table version = 17, up for 00:01:08 Last read 00:00:08, hold time is 180, keepalive interval is 60 seconds Minimum time between advertisement runs is 30 seconds Received 93 messages, 0 notifications, 0 in queue Sent 86 messages, 0 notifications, 0 in queue Inbound path policy configured Route map for incoming advertisements is setlocal Connections established 7; dropped 6 Last reset 00:01:49, due to : Peer closing down the session No. of prefix received 2Connection state is ESTAB, I/O status: 1, unread input bytes: 0Local host: 11.1.1.6, Local port: 11012Foreign host: 11.1.1.5, Foreign port: 179

Enqueued packets for retransmit: 0, input: 0 mis-ordered: 0 (0 bytes)

Event Timers (current time is 0xBF6FE8):Timer Starts Wakeups NextRetrans 7 1 0x0TimeWait 0 0 0x0AckHold 6 3 0x0SendWnd 0 0 0x0KeepAlive 0 0 0x0GiveUp 0 0 0x0PmtuAger 0 0 0x0DeadWait 0 0 0x0

iss: 2352185212 snduna: 2352185352 sndnxt: 2352185352 sndwnd: 16245irs: 2788113064 rcvnxt: 2788113243 rcvwnd: 16206 delrcvwnd: 178

SRTT: 659 ms, RTTO: 4406 ms, RTV: 1544 ms, KRTT: 0 msPage 2

r6.txtminRTT: 4 ms, maxRTT: 300 ms, ACK hold: 300 msFlags: higher precedence, nagle

Datagrams (max data segment is 1460 bytes):Rcvd: 9 (out of order: 0), with data: 6, total data bytes: 178Sent: 10 (retransmit: 1), with data: 5, total data bytes: 139

BGP neighbor is 12.2.1.2, remote AS 3, internal link Index 0, Offset 0, Mask 0x0 BGP version 4, remote router ID 177.1.1.1 BGP state = Established, table version = 17, up for 00:38:57 Last read 00:00:57, hold time is 180, keepalive interval is 60 seconds Minimum time between advertisement runs is 5 seconds Received 66 messages, 0 notifications, 0 in queue Sent 82 messages, 0 notifications, 0 in queue Connections established 4; dropped 3 Last reset 00:39:05, due to : User reset request No. of prefix received 0Connection state is ESTAB, I/O status: 1, unread input bytes: 0Local host: 12.2.1.1, Local port: 11010Foreign host: 12.2.1.2, Foreign port: 179

Enqueued packets for retransmit: 0, input: 0 mis-ordered: 0 (0 bytes)

Event Timers (current time is 0xBF8134):Timer Starts Wakeups NextRetrans 51 0 0x0TimeWait 0 0 0x0AckHold 41 39 0x0SendWnd 0 0 0x0KeepAlive 0 0 0x0GiveUp 0 0 0x0PmtuAger 0 0 0x0DeadWait 0 0 0x0

iss: 89833588 snduna: 89834814 sndnxt: 89834814 sndwnd: 15159irs: 74153476 rcvnxt: 74154266 rcvwnd: 15595 delrcvwnd: 789

SRTT: 308 ms, RTTO: 729 ms, RTV: 56 ms, KRTT: 0 msminRTT: 4 ms, maxRTT: 360 ms, ACK hold: 300 msFlags: higher precedence, nagle, md5

Datagrams (max data segment is 1440 bytes):Rcvd: 52 (out of order: 0), with data: 42, total data bytes: 808Sent: 93 (retransmit: 0), with data: 51, total data bytes: 1244r6#sh ip bgpBGP table version is 17, local router ID is 12.2.1.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 12.0.0.0 0.0.0.0 0 32768 ?*> 41.0.0.0 11.1.1.5 300 0 2 1 ?*> 44.1.1.0/24 11.1.1.5 300 0 2 1 i*> 177.1.0.0 0.0.0.0 0 32768 ?r6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Loopback0 ip address 177.1.1.1 255.255.255.0!interface Ethernet0 ip address 12.3.1.1 255.255.0.0!interface Ethernet1 ip address 12.4.1.1 255.255.0.0!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1 201 frame-relay route 103 interface Serial2 301 frame-relay route 105 interface Serial3 501!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial0 102!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial0 103!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial0 105!interface Serial4 ip address 12.2.1.2 255.255.0.0 ip ospf message-digest-key 1 md5 cisco ip ospf cost 50 ip ospf hello-interval 45 ip ospf transmit-delay 10 clockrate 2000000!interface Serial5 no ip address

Page 1

r7.txt shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router ospf 2 redistribute rip metric 20 subnets network 12.0.0.0 0.255.255.255 area 0 area 0 authentication message-digest!router rip network 177.1.0.0!router bgp 3 no synchronization neighbor 12.2.1.1 remote-as 3 neighbor 12.2.1.1 password en cisco!no logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 12.2.1.1 to network 0.0.0.0

12.0.0.0 is variably subnetted, 4 subnets, 2 masksC 12.4.0.0 255.255.0.0 is directly connected, Ethernet1B 12.0.0.0 255.0.0.0 [200/0] via 12.2.1.1, 00:31:29C 12.2.0.0 255.255.0.0 is directly connected, Serial4C 12.3.0.0 255.255.0.0 is directly connected, Ethernet0B 41.0.0.0 [200/0] via 11.1.1.5, 00:01:39 44.0.0.0 255.255.255.0 is subnetted, 1 subnetsB 44.1.1.0 [200/0] via 11.1.1.5, 00:01:35 177.1.0.0 is variably subnetted, 2 subnets, 2 masksB 177.1.0.0 255.255.0.0 [200/0] via 12.2.1.1, 00:31:30C 177.1.1.0 255.255.255.0 is directly connected, Loopback0O*E2 0.0.0.0 0.0.0.0 [110/20] via 12.2.1.1, 00:31:30, Serial4r7#sh ip bgpBGP table version is 26, local router ID is 177.1.1.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i12.0.0.0 12.2.1.1 0 100 0 ?

Page 2

r7.txt*>i41.0.0.0 11.1.1.5 300 0 2 1 ?*>i44.1.1.0/24 11.1.1.5 300 0 2 1 i*>i177.1.0.0 12.2.1.1 0 100 0 ?r7#sh ip bgp neiBGP neighbor is 12.2.1.1, remote AS 3, internal link BGP version 4, remote router ID 12.2.1.1 BGP state = Established, table version = 26, up for 0:39:51 Last read 0:00:51, hold time is 180, keepalive interval is 60 seconds Minimum time between advertisement runs is 5 seconds Received 83 messages, 0 notifications, 0 in queue Sent 67 messages, 0 notifications, 0 in queue Connections established 4; dropped 3Connection state is ESTAB, I/O status: 1, unread input bytes: 0Local host: 12.2.1.2, Local port: 179Foreign host: 12.2.1.1, Foreign port: 11010

Enqueued packets for retransmit: 0, input: 0, saved: 0

Event Timers (current time is 12588728):Timer: Retrans TimeWait AckHold SendWnd KeepAliveStarts: 43 0 51 0 0Wakeups: 0 0 9 0 0Next: 0 0 0 0 0

iss: 74153476 snduna: 74154285 sndnxt: 74154285 sndwnd: 15576irs: 89833588 rcvnxt: 89834833 rcvwnd: 15140 delrcvwnd: 1244

SRTT: 306 ms, RTTO: 655 ms, RTV: 21 ms, KRTT: 0 msminRTT: 4 ms, maxRTT: 380 ms, ACK hold: 300 msFlags: passive open, nagle, gen tcbs, md5

Datagrams (max data segment is 1440 bytes):Rcvd: 93 (out of order: 0), with data: 51, total data bytes: 1244Sent: 52 (retransmit: 0), with data: 42, total data bytes: 808r7#

Page 3

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookupappletalk routing eigrp 1appletalk route-redistribution!decnet routing 1.1decnet node-type area!ipx routing 0000.0c4a.acf9!interface Loopback0 ip address 137.20.1.17 255.255.255.240 ipx network 10000!interface Loopback1 ip address 137.20.1.33 255.255.255.240 ipx network 10001!interface Ethernet0 ip address 137.20.10.1 255.255.255.0 appletalk cable-range 100-100 100.231 appletalk zone r1ether0 decnet cost 10 ipx network 100 ipx network 101 encapsulation SAP secondary!interface Serial0 no ip address encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 137.20.100.2 255.255.255.0 ip ospf network broadcast ip ospf priority 200 appletalk cable-range 2001-2001 2001.69 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 2001 frame-relay interface-dlci 102!interface Serial0.2 multipoint ip address 137.20.101.1 255.255.255.0 ip ospf network point-to-multipoint ip ospf priority 200 appletalk cable-range 3150-3150 3150.129 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp no appletalk eigrp-splithorizon

Page 1

r1.txt decnet cost 10 ipx network 3150 no ipx split-horizon eigrp 1 frame-relay map ip 137.20.101.3 103 broadcast frame-relay map ip 137.20.101.5 105 broadcast!interface Serial1 no ip address shutdown!router ospf 1 network 137.20.100.2 0.0.0.0 area 0 network 137.20.101.1 0.0.0.0 area 0 network 137.20.10.1 0.0.0.0 area 10 network 137.20.1.0 0.0.0.255 area 11 area 11 range 137.20.1.0 255.255.255.0!router bgp 2 no synchronization neighbor 137.20.100.1 remote-as 2 neighbor 137.20.100.1 route-reflector-client neighbor 137.20.101.3 remote-as 2 neighbor 137.20.101.3 route-reflector-client neighbor 137.20.101.5 remote-as 2 neighbor 137.20.101.5 route-reflector-client!no ip classlessno logging console!!!!ipx router eigrp 1 network 2001 network 3150!!ipx router rip no network 2001 no network 3150!!!alias exec i sh ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

Page 2

r1.txt 172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksB 172.168.2.0/24 [200/0] via 137.20.103.2, 00:23:25O IA 172.168.32.1/32 [110/65] via 137.20.100.1, 03:12:42, Serial0.1 10.0.0.0/16 is subnetted, 1 subnetsO E1 10.1.0.0 [110/84] via 137.20.101.5, 00:16:40, Serial0.2O E1 192.168.2.0/24 [110/84] via 137.20.101.5, 03:12:42, Serial0.2O E1 192.168.4.0/24 [110/84] via 137.20.101.5, 03:12:42, Serial0.2O E1 192.168.6.0/24 [110/84] via 137.20.101.5, 03:12:42, Serial0.2 137.20.0.0/16 is variably subnetted, 13 subnets, 3 masksO IA 137.20.30.0/24 [110/70] via 137.20.101.3, 01:46:40, Serial0.2O 137.20.20.0/24 [110/74] via 137.20.100.1, 03:12:43, Serial0.1C 137.20.1.16/28 is directly connected, Loopback0C 137.20.10.0/24 is directly connected, Ethernet0O IA 137.20.3.0/24 [110/65] via 137.20.101.3, 03:12:43, Serial0.2O E1 137.20.50.0/24 [110/84] via 137.20.101.5, 03:12:44, Serial0.2O IA 137.20.40.0/24 [110/138] via 137.20.101.3, 03:12:44, Serial0.2C 137.20.1.32/28 is directly connected, Loopback1C 137.20.101.0/24 is directly connected, Serial0.2C 137.20.100.0/24 is directly connected, Serial0.1O IA 137.20.103.0/24 [110/128] via 137.20.101.3, 03:12:44, Serial0.2O 137.20.101.3/32 [110/64] via 137.20.101.3, 03:12:44, Serial0.2O 137.20.101.5/32 [110/64] via 137.20.101.5, 03:12:44, Serial0.2O E1 160.0.0.0/4 [110/84] via 137.20.101.5, 00:16:48, Serial0.2r1#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 100 (NOVELL-ETHER), Et0c 101 (SAP), Et0C 2001 (FRAME-RELAY), Se0.1C 3150 (FRAME-RELAY), Se0.2C 10000 (UNKNOWN), Lo0C 10001 (UNKNOWN), Lo1E 200 [2195456/1] via 2001.0060.5cf4.7345, age 03:12:16, 1u, Se0.1E 300 [2185984/1] via 3150.0000.30e2.e870, age 01:46:50, 13u, Se0.2E 400 [479616000/2] via 3150.0000.30e2.e870, age 03:12:16, 1u, Se0.2E 567 [2195456/1] via 3150.00e0.b055.d43a, age 03:12:16, 1u, Se0.2E 701 [269824000/2] via 3150.00e0.b055.d43a, age 03:12:17, 1u, Se0.2E 3004 [297756416/1] via 3150.0000.30e2.e870, age 03:12:17, 1u, Se0.2E 20000 [2297856/1] via 2001.0060.5cf4.7345, age 03:12:17, 1u, Se0.1E 30000 [2297856/1] via 3150.0000.30e2.e870, age 03:12:17, 1u, Se0.2E 30001 [2297856/1] via 3150.0000.30e2.e870, age 03:12:17, 1u, Se0.2r1#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.Page 3

r1.txt

C Net 100-100 directly connected, Ethernet0, zone r1ether0E Net 200 [1/G] via 2001.150, 11479 sec, Serial0.1, zone r2ether0E Net 300-300 [1/G] via 3150.7, 6344 sec, Serial0.2, zone r3token0E Net 400-400 [2/G] via 3150.7, 11479 sec, Serial0.2, zone r4ether0E Net 567-567 [1/G] via 3150.106, 11479 sec, Serial0.2, zone r5r6r7ether0C Net 2001-2001 directly connected, Serial0.1, zone frameE Net 3004-3004 [1/G] via 3150.7, 11479 sec, Serial0.2, zone r3r4serialC Net 3150-3150 directly connected, Serial0.2, zone framer1#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 0 0 (Local) -> 1.1*2 10 1 Serial0.2 -> 2.5 43 64 A+ Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 1.1*1.1 0 0 (Local) -> 1.1*1.2 10 1 Serial0.1 -> 1.2 45 64 V*1.3 10 1 Serial0.2 -> 1.3 31 64 V*1.4 20 2 Serial0.2 -> 1.3r1#

Page 4

r2.txtCurrent configuration:!! Last configuration change at 21:20:37 est Fri Dec 18 1998! NVRAM config last updated at 20:07:37 est Fri Dec 18 1998!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!!username marc password 0 ciscono ip domain-lookupip host r1 2001 172.168.32.1ip host r3 2003 172.168.32.1ip host r4 2004 172.168.32.1ip host r5 2005 172.168.32.1ip host r6 2006 172.168.32.1ip host r7 2007 172.168.32.1ip host r8 2002 172.168.32.1appletalk routing eigrp 2appletalk route-redistribution!decnet routing 1.2decnet node-type routing-iv!ipx routing 0060.5cf4.7345frame-relay de-list 1 protocol ipclock timezone est -5clock summer-time edt recurringsource-bridge ring-group 10dlsw local-peer peer-id 137.20.20.1dlsw remote-peer 0 tcp 137.20.30.1dlsw remote-peer 0 tcp 137.20.40.1dlsw bridge-group 1!interface Loopback0 ip address 172.168.32.1 255.255.255.0 ipx network 20000!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 appletalk address 200.1 appletalk zone r2ether0 decnet cost 10 ipx network 200 bridge-group 1!interface Serial0 ip address 137.20.100.1 255.255.255.0 encapsulation frame-relay ip ospf network broadcast appletalk cable-range 2001-2001 2001.150 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 2001 clockrate 2000000 frame-relay de-group 1 201 frame-relay interface-dlci 201

Page 1

r2.txt frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!router ospf 1 network 137.20.100.1 0.0.0.0 area 0 network 172.168.32.1 0.0.0.0 area 21 network 137.20.20.1 0.0.0.0 area 0!router bgp 2 no synchronization neighbor 137.20.100.2 remote-as 2!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2!!!!ipx router eigrp 1 network 2001!!ipx router rip no network 2001!!!bridge 1 protocol ieeealias exec s show sessionalias exec ci clear ip route *alias exec i show ip route!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password cisco login local!ntp masterend

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Page 2

r2.txt

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

172.168.0.0/24 is subnetted, 2 subnetsB 172.168.2.0 [200/0] via 137.20.103.2, 00:24:45C 172.168.32.0 is directly connected, Loopback0 10.0.0.0/16 is subnetted, 1 subnetsO E1 10.1.0.0 [110/148] via 137.20.100.2, 00:19:23, Serial0O E1 192.168.2.0/24 [110/148] via 137.20.100.2, 03:15:25, Serial0O E1 192.168.4.0/24 [110/148] via 137.20.100.2, 03:15:25, Serial0O E1 192.168.6.0/24 [110/148] via 137.20.100.2, 03:15:25, Serial0 137.20.0.0/16 is variably subnetted, 13 subnets, 2 masksO IA 137.20.30.0/24 [110/134] via 137.20.100.2, 01:49:23, Serial0C 137.20.20.0/24 is directly connected, Ethernet0O IA 137.20.10.0/24 [110/74] via 137.20.100.2, 03:15:26, Serial0O IA 137.20.1.0/24 [110/65] via 137.20.100.2, 03:15:26, Serial0O IA 137.20.3.0/24 [110/129] via 137.20.100.2, 03:15:26, Serial0O E1 137.20.50.0/24 [110/148] via 137.20.100.2, 03:15:30, Serial0O IA 137.20.40.0/24 [110/202] via 137.20.100.2, 03:15:30, Serial0O E1 137.20.101.0/24 [110/148] via 137.20.100.2, 03:15:30, Serial0O 137.20.101.1/32 [110/64] via 137.20.100.2, 03:15:30, Serial0C 137.20.100.0/24 is directly connected, Serial0O IA 137.20.103.0/24 [110/192] via 137.20.100.2, 03:15:30, Serial0O 137.20.101.3/32 [110/128] via 137.20.100.2, 03:15:30, Serial0O 137.20.101.5/32 [110/128] via 137.20.100.2, 03:15:30, Serial0S* 0.0.0.0/0 [1/0] via 137.20.20.2O E1 160.0.0.0/4 [110/148] via 137.20.100.2, 00:19:34, Serial0r2#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 200 (NOVELL-ETHER), Et0C 2001 (FRAME-RELAY), Se0C 20000 (UNKNOWN), Lo0E 100 [2195456/1] via 2001.0000.0c4a.acf9, age 22:41:17, 1u, Se0E 101 [2195456/1] via 2001.0000.0c4a.acf9, age 22:41:17, 1u, Se0E 300 [2697984/1] via 2001.0000.0c4a.acf9, age 01:49:36, 5u, Se0E 400 [480128000/2] via 2001.0000.0c4a.acf9, age 22:41:14, 1u, Se0E 567 [2707456/1] via 2001.0000.0c4a.acf9, age 03:15:02, 1u, Se0E 701 [270336000/2] via 2001.0000.0c4a.acf9, age 03:15:02, 1u, Se0E 3004 [298268416/1] via 2001.0000.0c4a.acf9, age 22:41:15, 1u, Se0E 3150 [2681856/0] via 2001.0000.0c4a.acf9, age 22:41:18, 1u, Se0E 10000 [2297856/1] via 2001.0000.0c4a.acf9, age 22:41:18, 1u, Se0E 10001 [2297856/1] via 2001.0000.0c4a.acf9, age 22:41:18, 1u, Se0E 30000 [2809856/1] via 2001.0000.0c4a.acf9, age 22:41:15, 1u, Se0E 30001 [2809856/1] via 2001.0000.0c4a.acf9, age 22:41:15,

Page 3

r2.txt 1u, Se0r2#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [1/G] via 2001.69, 87442 sec, Serial0, zone r1ether0C Net 200 directly connected, Ethernet0, zone r2ether0E Net 300-300 [2/G] via 2001.69, 6509 sec, Serial0, zone r3token0E Net 400-400 [3/G] via 2001.69, 82790 sec, Serial0, zone r4ether0E Net 567-567 [2/G] via 2001.69, 11643 sec, Serial0, zone r5r6r7ether0C Net 2001-2001 directly connected, Serial0, zone frameE Net 3004-3004 [2/G] via 2001.69, 87433 sec, Serial0, zone r3r4serialE Net 3150-3150 [1/G] via 2001.69, 87443 sec, Serial0, zone framer2#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 1.1*1.1 10 1 Serial0 -> 1.1 45 64 V+*1.2 0 0 (Local) -> 1.2*1.3 20 2 Serial0 -> 1.1*1.4 30 3 Serial0 -> 1.1

Page 4

r3.txtCurrent configuration:!! Last configuration change at 21:44:01 est Fri Dec 18 1998! NVRAM config last updated at 20:53:04 est Fri Dec 18 1998!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!netbios access-list host r3 deny CCIERING1netbios access-list host r3 permit *!no ip domain-lookupappletalk routing eigrp 3appletalk route-redistribution!decnet routing 1.3decnet node-type routing-iv!ipx routing 0000.30e2.e870clock timezone est -5clock summer-time edt recurringsource-bridge ring-group 10dlsw local-peer peer-id 137.20.30.1dlsw remote-peer 0 tcp 137.20.40.1 lsap-output-list 200 host-netbios-out r3dlsw remote-peer 0 tcp 137.20.20.1 host-netbios-out r3!interface Loopback0 ip address 137.20.3.33 255.255.255.224 ipx network 30000!interface Loopback1 ip address 137.20.3.65 255.255.255.224 ipx network 30001!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.236 appletalk zone r3r4serial ipx network 3004 ipx update-time 120 ipx type-20-propagation tunnel source 137.20.103.1 tunnel destination 137.20.103.2!interface Serial0 ip address 137.20.101.3 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint appletalk cable-range 3150-3150 3150.7 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 3150 custom-queue-list 1 frame-relay map ip 137.20.101.1 301 broadcast frame-relay lmi-type ansi!interface Serial1

Page 1

r3.txtCurrent configuration:!! Last configuration change at 21:44:01 est Fri Dec 18 1998! NVRAM config last updated at 20:53:04 est Fri Dec 18 1998!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!netbios access-list host r3 deny CCIERING1netbios access-list host r3 permit *!no ip domain-lookupappletalk routing eigrp 3appletalk route-redistribution!decnet routing 1.3decnet node-type routing-iv!ipx routing 0000.30e2.e870clock timezone est -5clock summer-time edt recurringsource-bridge ring-group 10dlsw local-peer peer-id 137.20.30.1dlsw remote-peer 0 tcp 137.20.40.1 lsap-output-list 200 host-netbios-out r3dlsw remote-peer 0 tcp 137.20.20.1 host-netbios-out r3!interface Loopback0 ip address 137.20.3.33 255.255.255.224 ipx network 30000!interface Loopback1 ip address 137.20.3.65 255.255.255.224 ipx network 30001!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.236 appletalk zone r3r4serial ipx network 3004 ipx update-time 120 ipx type-20-propagation tunnel source 137.20.103.1 tunnel destination 137.20.103.2!interface Serial0 ip address 137.20.101.3 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint appletalk cable-range 3150-3150 3150.7 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 3150 custom-queue-list 1 frame-relay map ip 137.20.101.1 301 broadcast frame-relay lmi-type ansi!interface Serial1

Page 1

r3.txt ip address 137.20.103.1 255.255.255.0 decnet cost 10 clockrate 2000000!interface TokenRing0 ip address 137.20.30.1 255.255.255.0 appletalk cable-range 300-300 300.142 appletalk zone r3token0 decnet cost 10 ipx network 300 ipx type-20-propagation ring-speed 16 source-bridge 1 1 10 source-bridge spanning!router ospf 1 network 137.20.101.3 0.0.0.0 area 0 network 137.20.3.0 0.0.0.255 area 31 network 137.20.30.1 0.0.0.0 area 30 network 137.20.103.1 0.0.0.0 area 1 area 1 virtual-link 137.20.103.2 area 31 range 137.20.3.0 255.255.255.0!router bgp 2 neighbor 137.20.101.1 remote-as 2 neighbor 137.20.103.2 remote-as 1!no ip classlessno logging consoleaccess-list 200 permit 0x0404 0x0001access-list 200 permit 0x0004 0x0001queue-list 1 protocol ip 0 tcp telnetqueue-list 1 protocol ipx 1queue-list 1 protocol ip 3queue-list 1 default 2queue-list 1 queue 0 byte-count 1000queue-list 1 queue 1 byte-count 1000queue-list 1 queue 2 byte-count 1000queue-list 1 queue 3 byte-count 1000!!!!ipx router eigrp 1 network 3150!!ipx router rip no network 3150!!ipx sap 4 fserver 300.0000.0c12.3456 451 1ipx sap 7 pserver 300.0000.0c12.3456 451 1!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!ntp clock-period 17179874

Page 2

r3.txtntp server 137.20.20.1end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksB 172.168.2.0/24 [20/0] via 137.20.103.2, 00:30:50O IA 172.168.32.1/32 [110/129] via 137.20.101.1, 01:54:05, Serial0 10.0.0.0/16 is subnetted, 1 subnetsO E1 10.1.0.0 [110/148] via 137.20.101.1, 00:24:05, Serial0O E1 192.168.2.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0O E1 192.168.4.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0O E1 192.168.6.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0 137.20.0.0/16 is variably subnetted, 13 subnets, 3 masksC 137.20.30.0/24 is directly connected, TokenRing0O 137.20.20.0/24 [110/138] via 137.20.101.1, 03:20:08, Serial0O IA 137.20.10.0/24 [110/74] via 137.20.101.1, 01:54:05, Serial0O IA 137.20.1.0/24 [110/65] via 137.20.101.1, 01:54:05, Serial0O E1 137.20.50.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0O IA 137.20.40.0/24 [110/74] via 137.20.103.2, 01:54:07, Serial1C 137.20.3.32/27 is directly connected, Loopback0C 137.20.3.64/27 is directly connected, Loopback1C 137.20.101.0/24 is directly connected, Serial0O 137.20.101.1/32 [110/64] via 137.20.101.1, 03:20:09, Serial0O 137.20.100.0/24 [110/128] via 137.20.101.1, 03:20:09, Serial0C 137.20.103.0/24 is directly connected, Serial1O 137.20.101.5/32 [110/128] via 137.20.101.1, 03:20:09, Serial0O E1 160.0.0.0/4 [110/148] via 137.20.101.1, 00:24:13, Serial0r3#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 300 (SAP), To0C 3004 (TUNNEL), Tu0C 3150 (FRAME-RELAY), Se0C 30000 (UNKNOWN), Lo0C 30001 (UNKNOWN), Lo1E 100 [2195456/1] via 3150.0000.0c4a.acf9, age 22:45:54, 1u, Se0E 101 [2195456/1] via 3150.0000.0c4a.acf9, age 22:45:54, 1u, Se0E 200 [2707456/1] via 3150.0000.0c4a.acf9, age 22:45:54, 1u, Se0R 400 [151/01] via 3004.0000.0c92.821f, 52s, Tu0E 567 [2707456/1] via 3150.0000.0c4a.acf9, age 03:19:43, 1u, Se0E 701 [270336000/2] via 3150.0000.0c4a.acf9, age 03:19:44, 1u, Se0E 2001 [2681856/0] via 3150.0000.0c4a.acf9, age 22:45:55,

Page 3

r3.txt 1u, Se0E 10000 [2297856/1] via 3150.0000.0c4a.acf9, age 22:45:55, 1u, Se0E 10001 [2297856/1] via 3150.0000.0c4a.acf9, age 22:45:55, 1u, Se0E 20000 [2809856/1] via 3150.0000.0c4a.acf9, age 22:45:55, 1u, Se0r3#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [1/G] via 3150.129, 87713 sec, Serial0, zone r1ether0E Net 200 [2/G] via 3150.129, 87713 sec, Serial0, zone r2ether0C Net 300-300 directly connected, TokenRing0, zone r3token0R Net 400-400 [1/G] via 3004.139, 8 sec, Tunnel0, zone r4ether0E Net 567-567 [2/G] via 3150.129, 11925 sec, Serial0, zone r5r6r7ether0E Net 2001-2001 [1/G] via 3150.129, 87713 sec, Serial0, zone frameC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialC Net 3150-3150 directly connected, Serial0, zone framer3#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 1.1*1.1 10 1 Serial0 -> 1.1 35 64 V+*1.2 20 2 Serial0 -> 1.1*1.3 0 0 (Local) -> 1.3*1.4 10 1 Serial1 -> 1.4 33 64 V

Page 4

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!no ip domain-lookupappletalk routing eigrp 4appletalk route-redistribution!decnet routing 1.4decnet node-type routing-iv!ipx routing 0000.0c92.821fsource-bridge ring-group 10dlsw local-peer peer-id 137.20.40.1dlsw remote-peer 0 tcp 137.20.30.1 lsap-output-list 200dlsw remote-peer 0 tcp 137.20.20.1dlsw bridge-group 1!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.139 appletalk zone r3r4serial ipx network 3004 ipx update-time 120 ipx type-20-propagation tunnel source 137.20.103.2 tunnel destination 137.20.103.1!interface Ethernet0 ip address 137.20.40.1 255.255.255.0 appletalk cable-range 400-400 400.224 appletalk zone r4ether0 decnet cost 10 ipx network 400 ipx type-20-propagation bridge-group 1!interface Serial0 ip address 137.20.103.2 255.255.255.0 decnet cost 10 no fair-queue!interface Serial1 no ip address shutdown!router ospf 1 network 137.20.103.2 0.0.0.0 area 1 network 137.20.40.1 0.0.0.0 area 40 area 1 virtual-link 137.20.3.65!router bgp 1 redistribute static route-map static neighbor 137.20.103.1 remote-as 2 no auto-summary!no ip classless

Page 1

r4.txtip route 172.168.1.0 255.255.255.0 Null0ip route 172.168.2.0 255.255.255.0 Null0no logging consoleaccess-list 1 permit 172.168.2.0 0.0.0.255access-list 2 permit anyaccess-list 200 permit 0x0404 0x0001access-list 200 permit 0x0004 0x0001!route-map static permit 10 match ip address 1!route-map static deny 20 match ip address 2!!!!!bridge 1 protocol ieeealias exec ci clear ip route *alias exec i show ip route!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/16 is variably subnetted, 3 subnets, 2 masksS 172.168.1.0/24 is directly connected, Null0S 172.168.2.0/24 is directly connected, Null0O IA 172.168.32.1/32 [110/193] via 137.20.103.1, 03:22:01, Serial0 10.0.0.0/16 is subnetted, 1 subnetsO E1 10.1.0.0 [110/212] via 137.20.103.1, 00:26:09, Serial0O E1 192.168.2.0/24 [110/212] via 137.20.103.1, 03:22:01, Serial0O E1 192.168.4.0/24 [110/212] via 137.20.103.1, 03:22:01, Serial0O E1 192.168.6.0/24 [110/212] via 137.20.103.1, 03:22:01, Serial0 137.20.0.0/16 is variably subnetted, 13 subnets, 2 masksO IA 137.20.30.0/24 [110/70] via 137.20.103.1, 01:56:09, Serial0O 137.20.20.0/24 [110/202] via 137.20.103.1, 03:22:12, Serial0O IA 137.20.10.0/24 [110/138] via 137.20.103.1, 03:22:02, Serial0O IA 137.20.1.0/24 [110/129] via 137.20.103.1, 03:22:02, Serial0O IA 137.20.3.0/24 [110/65] via 137.20.103.1, 03:22:03, Serial0O E1 137.20.50.0/24 [110/212] via 137.20.103.1, 03:22:03, Serial0C 137.20.40.0/24 is directly connected, Ethernet0O E1 137.20.101.0/24 [110/212] via 137.20.103.1, 03:22:03, Serial0O 137.20.101.1/32 [110/128] via 137.20.103.1, 03:22:13, Serial0O 137.20.100.0/24 [110/192] via 137.20.103.1, 03:22:13, Serial0C 137.20.103.0/24 is directly connected, Serial0O 137.20.101.3/32 [110/64] via 137.20.103.1, 03:22:14, Serial0O 137.20.101.5/32 [110/192] via 137.20.103.1, 03:22:14, Serial0O E1 160.0.0.0/4 [110/212] via 137.20.103.1, 00:26:17, Serial0

Page 2

r4.txtr4#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 400 (NOVELL-ETHER), Et0C 3004 (TUNNEL), Tu0R 100 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 101 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 200 [163/02] via 3004.0000.30e2.e870, 63s, Tu0R 300 [151/01] via 3004.0000.30e2.e870, 63s, Tu0R 567 [163/02] via 3004.0000.30e2.e870, 63s, Tu0R 701 [164/03] via 3004.0000.30e2.e870, 63s, Tu0R 2001 [150/01] via 3004.0000.30e2.e870, 63s, Tu0R 3150 [151/01] via 3004.0000.30e2.e870, 63s, Tu0R 10000 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 10001 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 20000 [163/02] via 3004.0000.30e2.e870, 64s, Tu0R 30000 [151/01] via 3004.0000.30e2.e870, 64s, Tu0R 30001 [151/01] via 3004.0000.30e2.e870, 67s, Tu0r4#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 100-100 [2/G] via 3004.236, 3 sec, Tunnel0, zone r1ether0R Net 200 [3/G] via 3004.236, 3 sec, Tunnel0, zone r2ether0R Net 300-300 [1/G] via 3004.236, 3 sec, Tunnel0, zone r3token0C Net 400-400 directly connected, Ethernet0, zone r4ether0R Net 567-567 [3/G] via 3004.236, 3 sec, Tunnel0, zone r5r6r7ether0R Net 2001-2001 [2/G] via 3004.236, 4 sec, Tunnel0, zone frameC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialR Net 3150-3150 [1/G] via 3004.236, 4 sec, Tunnel0, zone framer4#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 20 2 Serial0 -> 1.3*1.1 20 2 Serial0 -> 1.3*1.2 30 3 Serial0 -> 1.3*1.3 10 1 Serial0 -> 1.3 35 64 V*1.4 0 0 (Local) -> 1.4

Page 3

r4.txtr4#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 400 (NOVELL-ETHER), Et0C 3004 (TUNNEL), Tu0R 100 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 101 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 200 [163/02] via 3004.0000.30e2.e870, 63s, Tu0R 300 [151/01] via 3004.0000.30e2.e870, 63s, Tu0R 567 [163/02] via 3004.0000.30e2.e870, 63s, Tu0R 701 [164/03] via 3004.0000.30e2.e870, 63s, Tu0R 2001 [150/01] via 3004.0000.30e2.e870, 63s, Tu0R 3150 [151/01] via 3004.0000.30e2.e870, 63s, Tu0R 10000 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 10001 [157/02] via 3004.0000.30e2.e870, 63s, Tu0R 20000 [163/02] via 3004.0000.30e2.e870, 64s, Tu0R 30000 [151/01] via 3004.0000.30e2.e870, 64s, Tu0R 30001 [151/01] via 3004.0000.30e2.e870, 67s, Tu0r4#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 100-100 [2/G] via 3004.236, 3 sec, Tunnel0, zone r1ether0R Net 200 [3/G] via 3004.236, 3 sec, Tunnel0, zone r2ether0R Net 300-300 [1/G] via 3004.236, 3 sec, Tunnel0, zone r3token0C Net 400-400 directly connected, Ethernet0, zone r4ether0R Net 567-567 [3/G] via 3004.236, 3 sec, Tunnel0, zone r5r6r7ether0R Net 2001-2001 [2/G] via 3004.236, 4 sec, Tunnel0, zone frameC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialR Net 3150-3150 [1/G] via 3004.236, 4 sec, Tunnel0, zone framer4#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 20 2 Serial0 -> 1.3*1.1 20 2 Serial0 -> 1.3*1.2 30 3 Serial0 -> 1.3*1.3 10 1 Serial0 -> 1.3 35 64 V*1.4 0 0 (Local) -> 1.4

Page 3

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookup!decnet routing 2.5decnet node-type area!appletalk routing eigrp 5appletalk route-redistributionipx routing 00e0.b055.d43a!interface Ethernet0 ip address 137.20.50.1 255.255.255.0 ip access-group 101 in decnet cost 10 appletalk cable-range 567-567 567.103 appletalk zone r5r6r7ether0 appletalk distribute-list 600 out ipx network 567 ipx output-sap-filter 1000!interface Serial0 ip address 137.20.101.5 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint decnet cost 10 appletalk cable-range 3150-3150 3150.106 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 3150 clockrate 2000000 frame-relay map ip 137.20.101.1 501 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router eigrp 1 redistribute ospf 1 metric 2000 100 255 1 1500 network 137.20.0.0!router ospf 1 redistribute eigrp 1 metric 20 metric-type 1 subnets route-map filter1 network 137.20.101.5 0.0.0.0 area 0 distribute-list 3 out!router bgp 2 no synchronization neighbor 10.1.1.1 remote-as 3

Page 1

r5.txt neighbor 10.1.1.1 ebgp-multihop 2 neighbor 137.20.101.1 remote-as 2!no ip classlessno logging consoleaccess-list 1 permit 192.168.100.0 0.0.0.255access-list 2 permit anyaccess-list 3 deny 192.168.1.0 0.0.254.255access-list 3 permit anyaccess-list 101 deny icmp host 137.20.50.6 host 137.20.10.1 echoaccess-list 101 permit ip any anyaccess-list 600 deny cable-range 200-200access-list 600 deny cable-range 400-400access-list 600 permit other-accessaccess-list 1000 permit FFFFFFFF 0 fserver!!!ipx router eigrp 1 network 3150!!ipx router rip no network 3150!!!route-map filter1 deny 10 match ip address 1!route-map filter1 permit 20 match ip address 2!alias exec i sh ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksB 172.168.2.0/24 [200/0] via 137.20.103.2, 00:38:32O IA 172.168.32.1/32 [110/129] via 137.20.101.1, 03:29:25, Serial0 10.0.0.0/16 is subnetted, 1 subnetsD 10.1.0.0 [90/307200] via 137.20.50.7, 00:33:28, Ethernet0D EX 192.168.100.0/24 [170/307200] via 137.20.50.7, 00:33:28, Ethernet0D EX 192.168.1.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0D EX 192.168.2.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0D EX 192.168.3.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0D EX 192.168.4.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0

Page 2

r5.txtD EX 192.168.5.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0D EX 192.168.6.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0 137.20.0.0/16 is variably subnetted, 12 subnets, 2 masksO IA 137.20.30.0/24 [110/134] via 137.20.101.1, 02:03:23, Serial0O 137.20.20.0/24 [110/138] via 137.20.101.1, 03:29:27, Serial0O IA 137.20.10.0/24 [110/74] via 137.20.101.1, 03:29:27, Serial0O IA 137.20.1.0/24 [110/65] via 137.20.101.1, 03:29:27, Serial0O IA 137.20.3.0/24 [110/129] via 137.20.101.1, 03:29:27, Serial0C 137.20.50.0/24 is directly connected, Ethernet0O IA 137.20.40.0/24 [110/202] via 137.20.101.1, 03:29:27, Serial0C 137.20.101.0/24 is directly connected, Serial0O 137.20.101.1/32 [110/64] via 137.20.101.1, 03:29:27, Serial0O 137.20.100.0/24 [110/128] via 137.20.101.1, 03:29:27, Serial0O IA 137.20.103.0/24 [110/192] via 137.20.101.1, 03:29:27, Serial0O 137.20.101.3/32 [110/128] via 137.20.101.1, 03:29:27, Serial0D 160.0.0.0/4 [90/1356800] via 137.20.50.7, 00:33:31, Ethernet0r5#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 567 (NOVELL-ETHER), Et0C 3150 (FRAME-RELAY), Se0E 100 [2195456/1] via 3150.0000.0c4a.acf9, age 03:29:02, 1u, Se0E 101 [2195456/1] via 3150.0000.0c4a.acf9, age 03:29:03, 1u, Se0E 200 [2707456/1] via 3150.0000.0c4a.acf9, age 03:29:03, 1u, Se0E 300 [2697984/1] via 3150.0000.0c4a.acf9, age 02:03:34, 5u, Se0E 400 [480128000/2] via 3150.0000.0c4a.acf9, age 03:29:03, 1u, Se0R 701 [02/01] via 567.aa00.0400.0708, 18s, Et0E 2001 [2681856/0] via 3150.0000.0c4a.acf9, age 03:29:03, 1u, Se0E 3004 [298268416/1] via 3150.0000.0c4a.acf9, age 03:29:04, 1u, Se0E 10000 [2297856/1] via 3150.0000.0c4a.acf9, age 03:29:04, 1u, Se0E 10001 [2297856/1] via 3150.0000.0c4a.acf9, age 03:29:04, 1u, Se0E 20000 [2809856/1] via 3150.0000.0c4a.acf9, age 03:29:04, 1u, Se0E 30000 [2809856/1] via 3150.0000.0c4a.acf9, age 03:29:04, 1u, Se0E 30001 [2809856/1] via 3150.0000.0c4a.acf9, age 03:29:04, 1u, Se0r5#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [1/G] via 3150.129, 12486 sec, Serial0, zone r1ether0E Net 200 [2/G] via 3150.129, 12486 sec, Serial0, zone r2ether0E Net 300-300 [2/G] via 3150.129, 7351 sec, Serial0, zone r3token0

Page 3

r5.txtE Net 400-400 [3/G] via 3150.129, 12486 sec, Serial0, zone r4ether0C Net 567-567 directly connected, Ethernet0, zone r5r6r7ether0E Net 2001-2001 [1/G] via 3150.129, 12487 sec, Serial0, zone frameE Net 3004-3004 [2/G] via 3150.129, 12487 sec, Serial0, zone r3r4serialC Net 3150-3150 directly connected, Serial0, zone framer5#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 10 1 Serial0 -> 1.1 39 64 A+*2 0 0 (Local) -> 2.5 Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 2.5*2.5 0 0 (Local) -> 2.5*2.6 10 1 Ethernet0 -> 2.6 35 64 V*2.7 10 1 Ethernet0 -> 2.7 31 64 Vr5#

Page 4

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!no ip domain-lookupappletalk routing!decnet routing 2.6decnet node-type routing-iv!ipx routing 0000.0c92.8ed7!interface Ethernet0 ip address 137.20.50.6 255.255.255.0 appletalk cable-range 567-567 567.8 appletalk zone r5r6r7ether0 decnet cost 10 ipx network 567!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router eigrp 1 redistribute static metric 10000 100 255 1 1500 network 137.20.0.0!no ip classlessip route 192.168.1.0 255.255.255.0 Null0ip route 192.168.2.0 255.255.255.0 Null0ip route 192.168.3.0 255.255.255.0 Null0ip route 192.168.4.0 255.255.255.0 Null0ip route 192.168.5.0 255.255.255.0 Null0ip route 192.168.6.0 255.255.255.0 Null0no logging console!!!!!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!

Page 1

r6.txtend

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/32 is subnetted, 1 subnetsD EX 172.168.32.1 [170/1331200] via 137.20.50.1, 00:34:55, Ethernet0 10.0.0.0/16 is subnetted, 1 subnetsD 10.1.0.0 [90/307200] via 137.20.50.7, 00:34:55, Ethernet0D EX 192.168.100.0/24 [170/307200] via 137.20.50.7, 00:34:55, Ethernet0S 192.168.1.0/24 is directly connected, Null0S 192.168.2.0/24 is directly connected, Null0S 192.168.3.0/24 is directly connected, Null0S 192.168.4.0/24 is directly connected, Null0S 192.168.5.0/24 is directly connected, Null0S 192.168.6.0/24 is directly connected, Null0 137.20.0.0/16 is variably subnetted, 12 subnets, 2 masksD EX 137.20.30.0/24 [170/1331200] via 137.20.50.1, 00:34:55, Ethernet0D EX 137.20.20.0/24 [170/1331200] via 137.20.50.1, 00:34:55, Ethernet0D EX 137.20.10.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0D EX 137.20.1.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0D EX 137.20.3.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0C 137.20.50.0/24 is directly connected, Ethernet0D EX 137.20.40.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0D 137.20.101.0/24 [90/2195456] via 137.20.50.1, 00:34:56, Ethernet0D EX 137.20.101.1/32 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0D EX 137.20.100.0/24 [170/1331200] via 137.20.50.1, 00:34:57, Ethernet0D EX 137.20.103.0/24 [170/1331200] via 137.20.50.1, 00:34:57, Ethernet0D EX 137.20.101.3/32 [170/1331200] via 137.20.50.1, 00:34:57, Ethernet0D 160.0.0.0/4 [90/1356800] via 137.20.50.7, 00:34:57, Ethernet0r6#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 567 (NOVELL-ETHER), Et0R 100 [08/02] via 567.aa00.0400.0508, 24s, Et0R 101 [08/02] via 567.aa00.0400.0508, 24s, Et0R 200 [14/02] via 567.aa00.0400.0508, 24s, Et0R 300 [14/02] via 567.aa00.0400.0508, 24s, Et0R 400 [164/03] via 567.aa00.0400.0508, 24s, Et0R 701 [02/01] via 567.aa00.0400.0708, 46s, Et0R 2001 [01/01] via 567.aa00.0400.0508, 24s, Et0R 3004 [14/02] via 567.aa00.0400.0508, 24s, Et0R 3150 [02/01] via 567.aa00.0400.0508, 24s, Et0R 10000 [08/02] via 567.aa00.0400.0508, 24s, Et0R 10000 [08/02] via 567.aa00.0400.0508, 24s, Et0R 20000 [14/02] via 567.aa00.0400.0508, 25s, Et0R 30000 [14/02] via 567.aa00.0400.0508, 25s, Et0R 30001 [14/02] via 567.aa00.0400.0508, 26s, Et0r6#sh apple route

Page 2

r6.txtCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy7 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 100-100 [2/G] via 567.103, 5 sec, Ethernet0, zone r1ether0R Net 200 [3/G] via 567.103, 5 sec, Ethernet0, zone r2ether0R Net 300-300 [3/G] via 567.103, 5 sec, Ethernet0, zone r3token0C Net 567-567 directly connected, Ethernet0, zone r5r6r7ether0R Net 2001-2001 [2/G] via 567.103, 5 sec, Ethernet0, zone frameR Net 3004-3004 [3/G] via 567.103, 5 sec, Ethernet0, zone r3r4serialR Net 3150-3150 [1/G] via 567.103, 5 sec, Ethernet0, zone framer6#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Ethernet0 -> 2.5*2.5 10 1 Ethernet0 -> 2.5 45 64 V+*2.6 0 0 (Local) -> 2.6*2.7 10 1 Ethernet0 -> 2.7 39 64 Vr6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookup!decnet routing 2.7decnet node-type routing-iv!ipx routing 0000.0c00.dcf1appletalk routingframe-relay switching!interface Loopback0 ip address 10.1.1.1 255.255.255.0!interface Loopback1 ip address 10.1.2.1 255.255.255.0!interface Loopback2 ip address 160.10.10.1 255.255.255.0!interface Loopback3 ip address 161.10.10.1 255.255.255.0!interface Loopback4 ip address 170.10.10.1 255.255.255.0!interface Ethernet0 ip address 137.20.50.7 255.255.255.0 ip summary-address eigrp 1 10.1.0.0 255.255.0.0 ip summary-address eigrp 1 160.0.0.0 240.0.0.0 decnet cost 10 ipx network 567 appletalk cable-range 567-567 567.138 appletalk zone r5r6r7ether0!interface Ethernet1 ip address 192.168.100.1 255.255.255.0 decnet cost 10 ipx network 701!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1 201 frame-relay route 103 interface Serial2 301 frame-relay route 105 interface Serial3 501!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial0 102

Page 1

r7.txt!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial0 103!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial0 105!interface Serial4 no ip address shutdown clockrate 2000000!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router eigrp 1 redistribute rip metric 10000 100 255 2 1500 network 137.20.0.0!router rip network 10.0.0.0 network 192.168.100.0!router bgp 3 neighbor 137.20.50.1 remote-as 2 neighbor 137.20.50.1 update-source Loopback0!no logging console!!!!!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iPage 2

r7.txtCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is not set

172.168.0.0 is variably subnetted, 2 subnets, 2 masksB 172.168.2.0 255.255.255.0 [20/0] via 137.20.50.1, 00:37:37D EX 172.168.32.1 255.255.255.255 [170/1331200] via 137.20.50.1, 00:37:37, Ethernet0 10.0.0.0 is variably subnetted, 3 subnets, 2 masksC 10.1.2.0 255.255.255.0 is directly connected, Loopback1C 10.1.1.0 255.255.255.0 is directly connected, Loopback0D 10.1.0.0 255.255.0.0 is a summary, 00:37:37, Null0C 192.168.100.0 is directly connected, Ethernet1D EX 192.168.1.0 [170/307200] via 137.20.50.6, 00:37:37, Ethernet0D EX 192.168.2.0 [170/307200] via 137.20.50.6, 00:37:37, Ethernet0D EX 192.168.3.0 [170/307200] via 137.20.50.6, 00:37:37, Ethernet0D EX 192.168.4.0 [170/307200] via 137.20.50.6, 00:37:38, Ethernet0D EX 192.168.5.0 [170/307200] via 137.20.50.6, 00:37:38, Ethernet0D EX 192.168.6.0 [170/307200] via 137.20.50.6, 00:37:38, Ethernet0 137.20.0.0 is variably subnetted, 12 subnets, 2 masksD EX 137.20.30.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.20.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.10.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.1.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.3.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0C 137.20.50.0 255.255.255.0 is directly connected, Ethernet0D EX 137.20.40.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D 137.20.101.0 255.255.255.0 [90/2195456] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.100.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.101.1 255.255.255.255 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.103.0 255.255.255.0 [170/1331200] via 137.20.50.1, 00:37:39, Ethernet0D EX 137.20.101.3 255.255.255.255 [170/1331200] via 137.20.50.1, 00:37:40, Ethernet0 170.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 170.10.10.0 is directly connected, Loopback4 160.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 160.10.10.0 is directly connected, Loopback2 161.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 161.10.10.0 is directly connected, Loopback3D 160.0.0.0 240.0.0.0 is a summary, 00:37:41, Null0r7#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, s - seconds, u - uses

15 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 567 (NOVELL-ETHER), Et0Page 3

r7.txtC 701 (NOVELL-ETHER), Et1R 100 [08/02] via 567.aa00.0400.0508, 8s, Et0R 101 [08/02] via 567.aa00.0400.0508, 8s, Et0R 200 [14/02] via 567.aa00.0400.0508, 9s, Et0R 300 [14/02] via 567.aa00.0400.0508, 9s, Et0R 400 [164/03] via 567.aa00.0400.0508, 9s, Et0R 2001 [01/01] via 567.aa00.0400.0508, 9s, Et0R 3004 [14/02] via 567.aa00.0400.0508, 9s, Et0R 3150 [02/01] via 567.aa00.0400.0508, 9s, Et0R 10000 [08/02] via 567.aa00.0400.0508, 9s, Et0R 10001 [08/02] via 567.aa00.0400.0508, 9s, Et0R 20000 [14/02] via 567.aa00.0400.0508, 10s, Et0R 30000 [14/02] via 567.aa00.0400.0508, 10s, Et0R 30001 [14/02] via 567.aa00.0400.0508, 10s, Et0r7#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy7 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 100-100 [2/G] via 567.103, 7 sec, Ethernet0, zone r1ether0R Net 200 [3/G] via 567.103, 7 sec, Ethernet0, zone r2ether0R Net 300-300 [3/G] via 567.103, 7 sec, Ethernet0, zone r3token0C Net 567-567 directly connected, Ethernet0, zone r5r6r7ether0R Net 2001-2001 [2/G] via 567.103, 7 sec, Ethernet0, zone frameR Net 3004-3004 [3/G] via 567.103, 7 sec, Ethernet0, zone r3r4serialR Net 3150-3150 [1/G] via 567.103, 7 sec, Ethernet0, zone framer7#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Ethernet0 -> 2.5*2.5 10 1 Ethernet0 -> 2.5 34 64 V+*2.6 10 1 Ethernet0 -> 2.6 32 64 V*2.7 0 0 (Local) -> 2.7r7#

Page 4

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!ip subnet-zerono ip domain-lookup!interface Ethernet0 ip address 10.1.0.1 255.255.128.0!interface Serial0 no ip address encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 10.20.1.2 255.255.0.0 ip ospf network broadcast ip ospf priority 200 frame-relay interface-dlci 102!interface Serial0.2 multipoint ip address 10.10.1.1 255.255.0.0 ip ospf network point-to-multipoint ip ospf priority 200 frame-relay map ip 10.10.1.3 103 broadcast frame-relay map ip 10.10.1.5 105 broadcast!interface Serial1 no ip address shutdown!router ospf 1 network 10.1.0.1 0.0.0.0 area 1 network 10.10.1.1 0.0.0.0 area 0 network 10.20.1.2 0.0.0.0 area 5 area 5 virtual-link 172.168.32.1!router bgp 3 no synchronization neighbor 10.10.1.3 remote-as 2 neighbor 10.10.1.3 next-hop-self neighbor 10.10.1.5 remote-as 3 neighbor 10.10.1.5 route-reflector-client neighbor 10.20.1.1 remote-as 3 neighbor 10.20.1.1 route-reflector-client!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0

Page 1

r1.txtline vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 10.20.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 10 subnets, 3 masksC 10.10.0.0/16 is directly connected, Serial0.2O 10.10.1.3/32 [110/64] via 10.10.1.3, 00:51:49, Serial0.2O 10.10.1.5/32 [110/64] via 10.10.1.5, 00:51:49, Serial0.2O IA 10.3.0.0/16 [110/70] via 10.10.1.3, 00:51:39, Serial0.2C 10.1.0.0/17 is directly connected, Ethernet0O IA 10.4.0.0/16 [110/138] via 10.10.1.3, 00:51:39, Serial0.2C 10.20.0.0/16 is directly connected, Serial0.1O IA 10.44.1.1/32 [110/129] via 10.10.1.3, 00:51:39, Serial0.2O IA 10.34.0.0/16 [110/128] via 10.10.1.3, 00:51:39, Serial0.2O IA 10.33.0.0/16 [110/65] via 10.10.1.3, 00:51:40, Serial0.2O IA 11.0.0.0/8 [110/65] via 10.10.1.5, 00:51:40, Serial0.2 22.0.0.0/24 is subnetted, 1 subnetsB 22.1.1.0 [200/0] via 10.20.1.1, 01:26:50 41.0.0.0/24 is subnetted, 1 subnetsB 41.1.1.0 [20/0] via 10.10.1.3, 01:26:34 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/74] via 10.20.1.1, 00:51:41, Serial0.1B 200.200.200.0/24 [20/0] via 10.10.1.3, 01:26:34O*E2 0.0.0.0/0 [110/20] via 10.20.1.1, 00:51:41, Serial0.1r1#

Page 2

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password money357!no ip domain-lookupip host r1 2001 172.168.32.1ip host r3 2003 172.168.32.1ip host r4 2004 172.168.32.1ip host r5 2005 172.168.32.1ip host r6 2006 172.168.32.1ip host r7 2007 172.168.32.1ip host r8 2002 172.168.32.1!interface Loopback0 ip address 172.168.32.1 255.255.255.0!interface Loopback1 ip address 20.1.1.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0!interface Serial0 ip address 10.20.1.1 255.255.0.0 encapsulation frame-relay ip ospf network broadcast no fair-queue clockrate 2000000 frame-relay map ip 10.20.1.2 201 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!router ospf 1 network 10.20.1.1 0.0.0.0 area 5 network 137.20.20.1 0.0.0.0 area 10 default-information originate always metric 20 area 5 virtual-link 10.20.1.2!router bgp 3 no synchronization redistribute static neighbor 10.20.1.2 remote-as 3 no auto-summary!no ip classlessip route 22.1.1.0 255.255.255.0 Null0no logging console!alias exec i show ip routealias exec ci clear ip route *alias exec s show session!line con 0

Page 1

r2.txtline 1 16 transport input allline aux 0line vty 0 4 exec-timeout 15 0 password money357 login!end

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/24 is subnetted, 1 subnetsC 172.168.32.0 is directly connected, Loopback0 10.0.0.0/8 is variably subnetted, 10 subnets, 3 masksO 10.10.1.1/32 [110/64] via 10.20.1.2, 00:53:54, Serial0O 10.10.1.3/32 [110/128] via 10.20.1.2, 00:53:54, Serial0O 10.10.1.5/32 [110/128] via 10.20.1.2, 00:53:54, Serial0O IA 10.3.0.0/16 [110/134] via 10.20.1.2, 00:53:44, Serial0O IA 10.1.0.0/17 [110/74] via 10.20.1.2, 00:53:44, Serial0O IA 10.4.0.0/16 [110/202] via 10.20.1.2, 00:53:44, Serial0C 10.20.0.0/16 is directly connected, Serial0O IA 10.44.1.1/32 [110/193] via 10.20.1.2, 00:53:44, Serial0O IA 10.34.0.0/16 [110/192] via 10.20.1.2, 00:53:44, Serial0O IA 10.33.0.0/16 [110/129] via 10.20.1.2, 00:53:44, Serial0O IA 11.0.0.0/8 [110/129] via 10.20.1.2, 00:53:44, Serial0 20.0.0.0/24 is subnetted, 1 subnetsC 20.1.1.0 is directly connected, Loopback1 22.0.0.0/24 is subnetted, 1 subnetsS 22.1.1.0 is directly connected, Null0 41.0.0.0/24 is subnetted, 1 subnetsB 41.1.1.0 [200/0] via 10.10.1.3, 01:05:23 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0B 200.200.200.0/24 [200/0] via 10.10.1.3, 01:05:23r2#

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!no ip domain-lookup!interface Loopback0 ip address 10.33.1.33 255.255.255.224!interface Loopback1 ip address 10.33.1.65 255.255.255.224!interface Serial0 ip address 10.10.1.3 255.255.0.0 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 10.10.1.1 301 broadcast frame-relay lmi-type ansi!interface Serial1 ip address 10.34.1.1 255.255.0.0 clockrate 2000000!interface TokenRing0 ip address 10.3.1.1 255.255.0.0 ring-speed 16!router ospf 1 network 10.10.1.3 0.0.0.0 area 0 network 10.3.1.1 0.0.0.0 area 2 network 10.33.0.0 0.0.255.255 area 33 network 10.34.1.1 0.0.0.0 area 3 area 3 stub no-summary area 3 default-cost 20 area 33 range 10.33.0.0 255.255.0.0!router bgp 2 neighbor 10.10.1.1 remote-as 3 neighbor 10.44.1.1 remote-as 1 neighbor 10.44.1.1 ebgp-multihop 2 neighbor 10.44.1.1 update-source Loopback1!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Page 1

r3.txt D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 11 subnets, 4 masksO 10.10.1.1/32 [110/64] via 10.10.1.1, 00:55:14, Serial0C 10.10.0.0/16 is directly connected, Serial0O 10.10.1.5/32 [110/128] via 10.10.1.1, 00:55:14, Serial0C 10.3.0.0/16 is directly connected, TokenRing0C 10.33.1.32/27 is directly connected, Loopback0O IA 10.1.0.0/17 [110/74] via 10.10.1.1, 00:55:14, Serial0O 10.4.0.0/16 [110/74] via 10.34.1.2, 02:08:36, Serial1O IA 10.20.0.0/16 [110/128] via 10.10.1.1, 00:55:14, Serial0O 10.44.1.1/32 [110/65] via 10.34.1.2, 02:08:36, Serial1C 10.34.0.0/16 is directly connected, Serial1C 10.33.1.64/27 is directly connected, Loopback1O IA 11.0.0.0/8 [110/129] via 10.10.1.1, 00:55:14, Serial0 22.0.0.0/24 is subnetted, 1 subnetsB 22.1.1.0 [20/0] via 10.10.1.1, 01:29:59 41.0.0.0/24 is subnetted, 1 subnetsB 41.1.1.0 [20/0] via 10.44.1.1, 01:44:53 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/138] via 10.10.1.1, 00:55:15, Serial0B 200.200.200.0/24 [20/5] via 10.44.1.1, 01:44:53O*E2 0.0.0.0/0 [110/20] via 10.10.1.1, 00:55:15, Serial0r3#

Page 2

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!no ip domain-lookup!interface Loopback0 ip address 10.44.1.1 255.255.0.0!interface Loopback1 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 10.4.1.1 255.255.0.0!interface Serial0 ip address 10.34.1.2 255.255.0.0 no fair-queue!interface Serial1 no ip address shutdown!router ospf 1 network 10.4.1.1 0.0.0.0 area 3 network 10.34.1.2 0.0.0.0 area 3 network 10.44.1.1 0.0.0.0 area 3 area 3 stub no-summary!router rip network 200.200.200.0!router bgp 1 network 200.200.200.0 redistribute static neighbor 10.33.1.65 remote-as 2 neighbor 10.33.1.65 ebgp-multihop 2 neighbor 10.33.1.65 update-source Loopback0 neighbor 10.33.1.65 route-map filter1 out no auto-summary!no ip classlessip route 40.1.1.0 255.255.255.0 Null0ip route 41.1.1.0 255.255.255.0 Null0no logging consoleaccess-list 1 permit 41.1.1.0access-list 2 permit 200.200.200.0route-map filter1 permit 10 match ip address 1!route-map filter1 permit 20 match ip address 2 set metric 5!!alias exec i sh ip routealias exec ci clear ip route *

Page 1

r4.txt!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.34.1.1 to network 0.0.0.0

10.0.0.0/16 is subnetted, 3 subnetsC 10.4.0.0 is directly connected, Ethernet0C 10.44.0.0 is directly connected, Loopback0C 10.34.0.0 is directly connected, Serial0 22.0.0.0/24 is subnetted, 1 subnetsB 22.1.1.0 [20/0] via 10.33.1.65, 01:31:06 40.0.0.0/24 is subnetted, 1 subnetsS 40.1.1.0 is directly connected, Null0 41.0.0.0/24 is subnetted, 1 subnetsS 41.1.1.0 is directly connected, Null0C 200.200.200.0/24 is directly connected, Loopback1O*IA 0.0.0.0/0 [110/84] via 10.34.1.1, 02:09:46, Serial0r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookup!interface Loopback0 ip address 172.32.1.1 255.255.255.0!interface Ethernet0 ip address 11.1.1.5 255.255.0.0 ip ospf authentication-key cisco ip ospf cost 1 ip ospf priority 200!interface Serial0 ip address 10.10.1.5 255.255.0.0 encapsulation frame-relay ip ospf network point-to-multipoint no fair-queue clockrate 2000000 frame-relay map ip 10.10.1.1 501 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 summary-address 11.0.0.0 255.0.0.0 network 10.10.1.5 0.0.0.0 area 0 network 11.1.1.5 0.0.0.0 area 4 area 4 authentication area 4 nssa default-information-originate area 4 default-cost 20 area 4 range 11.0.0.0 255.0.0.0!router bgp 3 no synchronization neighbor 10.10.1.1 remote-as 3!no ip classlessno logging consolealias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

Page 1

r5.txtr5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 10 subnets, 3 masksO 10.10.1.1/32 [110/64] via 10.10.1.1, 00:57:35, Serial0C 10.10.0.0/16 is directly connected, Serial0O 10.10.1.3/32 [110/128] via 10.10.1.1, 00:57:35, Serial0O IA 10.3.0.0/16 [110/134] via 10.10.1.1, 00:09:46, Serial0O IA 10.1.0.0/17 [110/74] via 10.10.1.1, 00:09:46, Serial0O IA 10.4.0.0/16 [110/202] via 10.10.1.1, 00:09:46, Serial0O IA 10.20.0.0/16 [110/128] via 10.10.1.1, 00:09:46, Serial0O IA 10.44.1.1/32 [110/193] via 10.10.1.1, 00:09:46, Serial0O IA 10.34.0.0/16 [110/192] via 10.10.1.1, 00:09:46, Serial0O IA 10.33.0.0/16 [110/129] via 10.10.1.1, 00:09:47, Serial0 11.0.0.0/8 is variably subnetted, 5 subnets, 2 masksO N1 11.3.0.0/16 [110/21] via 11.1.1.6, 00:09:47, Ethernet0O N1 11.2.0.0/16 [110/21] via 11.1.1.6, 00:09:47, Ethernet0C 11.1.0.0/16 is directly connected, Ethernet0O 11.0.0.0/8 is a summary, 00:09:42, Null0O N1 11.4.0.0/16 [110/21] via 11.1.1.6, 00:09:48, Ethernet0 22.0.0.0/24 is subnetted, 1 subnetsB 22.1.1.0 [200/0] via 10.20.1.1, 00:57:22 41.0.0.0/24 is subnetted, 1 subnetsB 41.1.1.0 [200/0] via 10.10.1.3, 00:57:53 172.32.0.0/24 is subnetted, 1 subnetsC 172.32.1.0 is directly connected, Loopback0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/138] via 10.10.1.1, 00:09:48, Serial0B 200.200.200.0/24 [200/0] via 10.10.1.3, 00:57:54O*E2 0.0.0.0/0 [110/20] via 10.10.1.1, 00:09:48, Serial0r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!no ip domain-lookup!interface Ethernet0 ip address 11.1.1.6 255.255.0.0 ip ospf authentication-key cisco bandwidth 100000!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 11.2.1.1 255.255.0.0!interface BRI0 no ip address shutdown!router eigrp 1 redistribute ospf 1 metric 2000 100 255 1 1500 passive-interface Ethernet0 network 11.0.0.0 no auto-summary!router ospf 1 redistribute eigrp 1 metric 20 metric-type 1 subnets network 11.1.1.6 0.0.0.0 area 4 area 4 authentication area 4 nssa area 4 default-cost 20!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Page 1

r6.txtGateway of last resort is 11.1.1.5 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 10 subnets, 3 masksO IA 10.10.1.1/32 [110/65] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.10.1.3/32 [110/129] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.10.1.5/32 [110/1] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.3.0.0/16 [110/135] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.1.0.0/17 [110/75] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.4.0.0/16 [110/203] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.20.0.0/16 [110/129] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.44.1.1/32 [110/194] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.34.0.0/16 [110/193] via 11.1.1.5, 00:10:54, Ethernet0O IA 10.33.0.0/16 [110/130] via 11.1.1.5, 00:10:54, Ethernet0 11.0.0.0/16 is subnetted, 4 subnetsD 11.3.0.0 [90/2195456] via 11.2.1.2, 00:57:38, Serial1C 11.2.0.0 is directly connected, Serial1C 11.1.0.0 is directly connected, Ethernet0D 11.4.0.0 [90/2195456] via 11.2.1.2, 00:57:40, Serial1 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/139] via 11.1.1.5, 00:10:56, Ethernet0O*N2 0.0.0.0/0 [110/20] via 11.1.1.5, 00:10:56, Ethernet0r6#

Page 2

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Ethernet0 ip address 11.3.1.1 255.255.0.0!interface Ethernet1 ip address 11.4.1.1 255.255.0.0!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1 201 frame-relay route 103 interface Serial2 301 frame-relay route 105 interface Serial3 501!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial0 102!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial0 103!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial0 105!interface Serial4 ip address 11.2.1.2 255.255.0.0 clockrate 2000000!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7

Page 1

r7.txt no ip address shutdown!router eigrp 1 network 11.0.0.0 no auto-summary!no logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 11.2.1.1 to network 0.0.0.0

10.0.0.0 is variably subnetted, 10 subnets, 3 masksD EX 10.10.1.1 255.255.255.255 [170/2195456] via 11.2.1.1, 00:11:46, Serial4D EX 10.10.1.3 255.255.255.255 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.10.1.5 255.255.255.255 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.3.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.1.0.0 255.255.128.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.4.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.20.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.44.1.1 255.255.255.255 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.34.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4D EX 10.33.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4 11.0.0.0 255.255.0.0 is subnetted, 4 subnetsC 11.3.0.0 is directly connected, Ethernet0C 11.2.0.0 is directly connected, Serial4D 11.1.0.0 [90/2195456] via 11.2.1.1, 00:58:35, Serial4C 11.4.0.0 is directly connected, Ethernet1 137.20.0.0 255.255.255.0 is subnetted, 1 subnetsD EX 137.20.20.0 [170/2195456] via 11.2.1.1, 00:11:48, Serial4D*EX 0.0.0.0 0.0.0.0 [170/2195456] via 11.2.1.1, 00:11:48, Serial4r7#

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookup!interface Ethernet0 ip address 192.168.17.1 255.255.255.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 192.168.21.2 255.255.255.0!router eigrp 1 network 192.168.21.0 network 192.168.17.0!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.21.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masksD EX 172.168.30.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.40.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.60.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.100.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.100.3/32 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.100.5/32 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.100.6/32 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 172.168.200.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1D EX 192.168.70.0/24 [170/307200] via 192.168.17.2, 01:06:10, Ethernet0C 192.168.17.0/24 is directly connected, Ethernet0C 192.168.21.0/24 is directly connected, Serial1 137.20.0.0/24 is subnetted, 1 subnets

Page 1

r1.txtD EX 137.20.20.0 [170/2195456] via 192.168.21.1, 01:06:11, Serial1D*EX 0.0.0.0/0 [170/2195456] via 192.168.21.1, 01:06:13, Serial1r1#

Page 2

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password money357!no ip domain-lookupip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip host r7 2007 200.200.200.1ip host r8 2008 200.200.200.1!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0!interface Serial0 ip address 192.168.21.1 255.255.255.0 clockrate 2000000!interface Serial1 no ip address shutdown!router eigrp 1 redistribute connected metric 10000 100 255 1 1500 route-map connect1 redistribute static metric 10000 100 255 1 1500 redistribute ospf 1 metric 10000 100 255 1 1500 network 192.168.21.0 no auto-summary!router ospf 1 redistribute eigrp 1 metric 20 metric-type 1 subnets network 137.20.20.1 0.0.0.0 area 0 default-information originate always metric 20 metric-type 1!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging consoleaccess-list 1 permit 137.20.20.0 0.0.0.255access-list 2 permit anyroute-map connect1 permit 10 match ip address 1!route-map connect1 deny 20 match ip address 2!!alias exec i show ip routealias exec s sho sessalias exec ci clear ip route *!line con 0

Page 1

r2.txt exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 1200 txspeed 1200 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password money357 login!end

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masksO IA 172.168.30.0/24 [110/75] via 137.20.20.10, 01:09:19, Ethernet0O E1 172.168.40.0/24 [110/30] via 137.20.20.10, 01:09:19, Ethernet0O IA 172.168.60.0/24 [110/84] via 137.20.20.10, 01:09:19, Ethernet0O E1 172.168.100.0/24 [110/30] via 137.20.20.10, 01:09:19, Ethernet0O IA 172.168.100.3/32 [110/74] via 137.20.20.10, 01:09:19, Ethernet0O IA 172.168.100.5/32 [110/10] via 137.20.20.10, 01:09:19, Ethernet0O IA 172.168.100.6/32 [110/74] via 137.20.20.10, 01:09:19, Ethernet0O E1 172.168.200.0/24 [110/30] via 137.20.20.10, 01:09:19, Ethernet0D EX 192.168.70.0/24 [170/2221056] via 192.168.21.2, 01:09:29, Serial0D 192.168.17.0/24 [90/2195456] via 192.168.21.2, 01:09:29, Serial0C 192.168.21.0/24 is directly connected, Serial0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0C 200.200.200.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Loopback0 ip address 172.168.30.65 255.255.255.224!interface Loopback1 ip address 172.168.30.97 255.255.255.224!interface Serial0 ip address 172.168.100.3 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 172.168.100.5 305 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 172.168.30.33 255.255.255.224 ring-speed 16!router ospf 1 network 172.168.100.3 0.0.0.0 area 10 network 172.168.30.0 0.0.0.255 area 3 area 3 range 172.168.30.0 255.255.255.0 area 10 virtual-link 172.168.200.1!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

Page 1

r3.txt 172.168.0.0/16 is variably subnetted, 9 subnets, 3 masksO E1 172.168.40.0/24 [110/84] via 172.168.100.5, 01:10:43, Serial0O IA 172.168.60.0/24 [110/138] via 172.168.100.5, 01:10:43, Serial0C 172.168.30.32/27 is directly connected, TokenRing0C 172.168.30.64/27 is directly connected, Loopback0C 172.168.100.0/24 is directly connected, Serial0O 172.168.100.5/32 [110/64] via 172.168.100.5, 01:14:29, Serial0O 172.168.100.6/32 [110/128] via 172.168.100.5, 01:14:29, Serial0C 172.168.30.96/27 is directly connected, Loopback1O E1 172.168.200.0/24 [110/84] via 172.168.100.5, 01:10:44, Serial0O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 01:10:44, Serial0O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 01:10:44, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 01:10:44, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/65] via 172.168.100.5, 01:10:57, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 01:10:47, Serial0r3#

Page 2

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Ethernet0 ip address 172.168.40.1 255.255.255.0!interface Serial0 no ip address no fair-queue!interface Serial1 ip address 172.168.200.2 255.255.255.0 encapsulation frame-relay ip split-horizon clockrate 2000000 frame-relay map ip 172.168.200.1 405 broadcast frame-relay lmi-type ansi!router igrp 1 network 172.168.0.0!no ip classlessip default-network 137.20.0.0no logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.200.1 to network 137.20.0.0

172.168.0.0/24 is subnetted, 5 subnetsI 172.168.30.0 [100/8576] via 172.168.200.1, 00:01:03, Serial1C 172.168.40.0 is directly connected, Ethernet0I 172.168.60.0 [100/8576] via 172.168.200.1, 00:01:03, Serial1I 172.168.100.0 [100/10476] via 172.168.200.1, 00:01:03, Serial1C 172.168.200.0 is directly connected, Serial1I 192.168.70.0/24 [100/8576] via 172.168.200.1, 00:01:03, Serial1I 192.168.17.0/24 [100/8576] via 172.168.200.1, 00:01:03, Serial1

Page 1

r4.txtI 192.168.21.0/24 [100/8576] via 172.168.200.1, 00:01:03, Serial1I* 137.20.0.0/16 [100/8576] via 172.168.200.1, 00:01:03, Serial1r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookup!interface Ethernet0 ip address 137.20.20.10 255.255.255.0 ip ospf cost 1 ip ospf priority 200!interface Serial0 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 multipoint ip address 172.168.100.5 255.255.255.0 ip ospf network point-to-multipoint ip ospf priority 200 frame-relay map ip 172.168.100.3 503 broadcast frame-relay map ip 172.168.100.6 506 broadcast!interface Serial0.2 point-to-point ip address 172.168.200.1 255.255.255.0 frame-relay interface-dlci 504!interface Serial1 no ip address shutdown!interface BRI0 ip address 172.168.65.2 255.255.255.0 shutdown!router ospf 1 redistribute igrp 1 metric 20 metric-type 1 subnets network 172.168.100.5 0.0.0.0 area 10 network 137.20.20.0 0.0.0.255 area 0 area 10 virtual-link 172.168.30.97 area 10 virtual-link 172.168.100.6!router igrp 1 redistribute ospf 1 metric 2000 100 255 1 1500 passive-interface Ethernet0 passive-interface Serial0.1 network 172.168.0.0!no ip classlessno logging consolealias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4

Page 1

r5.txt login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 7 subnets, 2 masksO IA 172.168.30.0/24 [110/65] via 172.168.100.3, 01:17:23, Serial0.1I 172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:39, Serial0.2O IA 172.168.60.0/24 [110/74] via 172.168.100.6, 01:17:23, Serial0.1C 172.168.100.0/24 is directly connected, Serial0.1O 172.168.100.3/32 [110/64] via 172.168.100.3, 01:21:08, Serial0.1O 172.168.100.6/32 [110/64] via 172.168.100.6, 01:21:08, Serial0.1C 172.168.200.0/24 is directly connected, Serial0.2O E1 192.168.70.0/24 [110/21] via 137.20.20.1, 01:17:23, Ethernet0O E1 192.168.17.0/24 [110/21] via 137.20.20.1, 01:17:23, Ethernet0O E1 192.168.21.0/24 [110/21] via 137.20.20.1, 01:17:23, Ethernet0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0O*E1 0.0.0.0/0 [110/21] via 137.20.20.1, 01:17:24, Ethernet0r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!no ip domain-lookup!interface Ethernet0 ip address 172.168.60.1 255.255.255.0!interface Serial0 ip address 172.168.100.6 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint clockrate 2000000 frame-relay map ip 172.168.100.5 605 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface BRI0 ip address 172.168.65.1 255.255.255.0 shutdown!router ospf 1 network 172.168.100.6 0.0.0.0 area 10 network 172.168.60.1 0.0.0.0 area 6 area 10 virtual-link 172.168.200.1!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 7 subnets, 2 masksO IA 172.168.30.0/24 [110/129] via 172.168.100.5, 01:18:26, Serial0O E1 172.168.40.0/24 [110/84] via 172.168.100.5, 01:18:26, Serial0C 172.168.60.0/24 is directly connected, Ethernet0

Page 1

r6.txtC 172.168.100.0/24 is directly connected, Serial0O 172.168.100.3/32 [110/128] via 172.168.100.5, 01:22:12, Serial0O 172.168.100.5/32 [110/64] via 172.168.100.5, 01:22:12, Serial0O E1 172.168.200.0/24 [110/84] via 172.168.100.5, 01:18:26, Serial0O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 01:18:26, Serial0O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 01:18:27, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 01:18:27, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/65] via 172.168.100.5, 01:18:37, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 01:18:27, Serial0r6#

Page 2

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Ethernet0 ip address 192.168.70.1 255.255.255.0!interface Ethernet1 ip address 192.168.17.2 255.255.255.0!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 503 interface Serial2 305 frame-relay route 504 interface Serial3 405 frame-relay route 506 interface Serial1 605!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 605 interface Serial0 506!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 305 interface Serial0 503!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 405 interface Serial0 504!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7

Page 1

r7.txt no ip address shutdown!router eigrp 1 redistribute rip metric 10000 100 255 1 1500 passive-interface Ethernet0 network 192.168.17.0!router rip passive-interface Ethernet1 network 192.168.70.0!no logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 192.168.17.1 to network 0.0.0.0

172.168.0.0 is variably subnetted, 8 subnets, 2 masksD EX 172.168.30.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:00:51, Ethernet1D EX 172.168.40.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1D EX 172.168.60.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1D EX 172.168.100.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1D EX 172.168.100.3 255.255.255.255 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1D EX 172.168.100.5 255.255.255.255 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1D EX 172.168.100.6 255.255.255.255 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1D EX 172.168.200.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:00:52, Ethernet1C 192.168.70.0 is directly connected, Ethernet0C 192.168.17.0 is directly connected, Ethernet1D 192.168.21.0 [90/2195456] via 192.168.17.1, 00:00:54, Ethernet1 137.20.0.0 255.255.255.0 is subnetted, 1 subnetsD EX 137.20.20.0 [170/2221056] via 192.168.17.1, 00:00:54, Ethernet1D*EX 0.0.0.0 0.0.0.0 [170/2221056] via 192.168.17.1, 00:00:54, Ethernet1r7#

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookup!interface Ethernet0 ip address 192.168.17.1 255.255.255.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 192.168.21.2 255.255.255.0!router eigrp 1 network 192.168.21.0 network 192.168.17.0!no ip classlessno logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.21.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 9 subnets, 2 masksD EX 172.168.30.0/24 [170/2195456] via 192.168.21.1, 00:21:07, Serial1D EX 172.168.40.0/24 [170/2195456] via 192.168.21.1, 00:21:07, Serial1D EX 172.168.60.0/24 [170/2195456] via 192.168.21.1, 00:07:04, Serial1D EX 172.168.65.0/24 [170/2195456] via 192.168.21.1, 00:07:04, Serial1D EX 172.168.100.0/24 [170/2195456] via 192.168.21.1, 00:21:07, Serial1D EX 172.168.100.3/32 [170/2195456] via 192.168.21.1, 00:21:07, Serial1D EX 172.168.100.5/32 [170/2195456] via 192.168.21.1, 00:21:07, Serial1D EX 172.168.100.6/32 [170/2195456] via 192.168.21.1, 00:00:57, Serial1D EX 172.168.200.0/24 [170/2195456] via 192.168.21.1, 00:21:08, Serial1D EX 192.168.70.0/24 [170/307200] via 192.168.17.2, 00:21:08, Ethernet0C 192.168.17.0/24 is directly connected, Ethernet0C 192.168.21.0/24 is directly connected, Serial1

Page 1

r1.txt 137.20.0.0/24 is subnetted, 1 subnetsD EX 137.20.20.0 [170/2195456] via 192.168.21.1, 00:21:09, Serial1D*EX 0.0.0.0/0 [170/2195456] via 192.168.21.1, 00:21:09, Serial1r1#

Page 2

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!!no ip domain-lookupip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip host r7 2007 200.200.200.1ip host r8 2008 200.200.200.1!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0!interface Serial0 ip address 192.168.21.1 255.255.255.0 clockrate 2000000!interface Serial1 no ip address shutdown!router eigrp 1 redistribute connected metric 10000 100 255 1 1500 route-map connect1 redistribute static metric 10000 100 255 1 1500 redistribute ospf 1 metric 10000 100 255 1 1500 network 192.168.21.0 no auto-summary!router ospf 1 redistribute eigrp 1 metric 20 metric-type 1 subnets network 137.20.20.1 0.0.0.0 area 0 default-information originate always metric 20 metric-type 1!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging consoleaccess-list 1 permit 137.20.20.0 0.0.0.255access-list 2 permit anyroute-map connect1 permit 10 match ip address 1!route-map connect1 deny 20 match ip address 2!!alias exec i show ip routealias exec s sho sessalias exec ci clear ip route *!line con 0 exec-timeout 60 0

Page 1

r2.txt login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password ciscokid login!end

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 9 subnets, 2 masksO IA 172.168.30.0/24 [110/75] via 137.20.20.10, 00:22:10, Ethernet0O E1 172.168.40.0/24 [110/30] via 137.20.20.10, 00:22:10, Ethernet0O IA 172.168.60.0/24 [110/84] via 137.20.20.10, 00:01:35, Ethernet0O IA 172.168.65.0/24 [110/1572] via 137.20.20.10, 00:07:47, Ethernet0O E1 172.168.100.0/24 [110/30] via 137.20.20.10, 00:22:10, Ethernet0O IA 172.168.100.3/32 [110/74] via 137.20.20.10, 00:22:10, Ethernet0O IA 172.168.100.5/32 [110/10] via 137.20.20.10, 00:22:10, Ethernet0O IA 172.168.100.6/32 [110/74] via 137.20.20.10, 00:01:35, Ethernet0O E1 172.168.200.0/24 [110/30] via 137.20.20.10, 00:22:11, Ethernet0D EX 192.168.70.0/24 [170/2221056] via 192.168.21.2, 00:21:58, Serial0D 192.168.17.0/24 [90/2195456] via 192.168.21.2, 00:21:58, Serial0C 192.168.21.0/24 is directly connected, Serial0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0C 200.200.200.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Loopback0 ip address 172.168.30.65 255.255.255.224!interface Loopback1 ip address 172.168.30.97 255.255.255.224!interface Serial0 ip address 172.168.100.3 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 172.168.100.5 305 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 172.168.30.33 255.255.255.224 ring-speed 16!router ospf 1 network 172.168.100.3 0.0.0.0 area 10 network 172.168.30.0 0.0.0.255 area 3 area 3 range 172.168.30.0 255.255.255.0 area 10 virtual-link 172.168.200.1!no ip classless!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 10 subnets, 3 masksPage 1

r3.txtO E1 172.168.40.0/24 [110/84] via 172.168.100.5, 00:02:33, Serial0O 172.168.60.0/24 [110/138] via 172.168.100.5, 00:02:33, Serial0C 172.168.30.32/27 is directly connected, TokenRing0O 172.168.65.0/24 [110/1626] via 172.168.100.5, 00:02:33, Serial0C 172.168.30.64/27 is directly connected, Loopback0C 172.168.100.0/24 is directly connected, Serial0O 172.168.100.5/32 [110/64] via 172.168.100.5, 00:02:33, Serial0O 172.168.100.6/32 [110/128] via 172.168.100.5, 00:02:33, Serial0C 172.168.30.96/27 is directly connected, Loopback1O E1 172.168.200.0/24 [110/84] via 172.168.100.5, 00:02:33, Serial0O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:02:33, Serial0O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:02:33, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 00:02:33, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/65] via 172.168.100.5, 00:22:51, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:02:35, Serial0r3#

Page 2

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Ethernet0 ip address 172.168.40.1 255.255.255.0!interface Serial0 no ip address no fair-queue!interface Serial1 ip address 172.168.200.2 255.255.255.0 encapsulation frame-relay ip split-horizon clockrate 2000000 frame-relay map ip 172.168.200.1 405 broadcast frame-relay lmi-type ansi!router igrp 1 network 172.168.0.0!no ip classlessip default-network 137.20.0.0no logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.200.1 to network 137.20.0.0

172.168.0.0/24 is subnetted, 6 subnetsI 172.168.30.0 [100/8576] via 172.168.200.1, 00:00:37, Serial1C 172.168.40.0 is directly connected, Ethernet0I 172.168.60.0 [100/8576] via 172.168.200.1, 00:00:37, Serial1I 172.168.65.0 [100/160250] via 172.168.200.1, 00:00:37, Serial1I 172.168.100.0 [100/10476] via 172.168.200.1, 00:00:37, Serial1C 172.168.200.0 is directly connected, Serial1I 192.168.70.0/24 [100/8576] via 172.168.200.1, 00:00:37, Serial1

Page 1

r4.txtI 192.168.17.0/24 [100/8576] via 172.168.200.1, 00:00:37, Serial1I 192.168.21.0/24 [100/8576] via 172.168.200.1, 00:00:38, Serial1I* 137.20.0.0/16 [100/8576] via 172.168.200.1, 00:00:38, Serial1r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username r6 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Ethernet0 ip address 137.20.20.10 255.255.255.0 ip ospf cost 1 ip ospf priority 200 no cdp enable!interface Serial0 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 multipoint ip address 172.168.100.5 255.255.255.0 ip ospf network point-to-multipoint ip ospf priority 200 frame-relay map ip 172.168.100.3 503 broadcast frame-relay map ip 172.168.100.6 506 broadcast!interface Serial0.2 point-to-point ip address 172.168.200.1 255.255.255.0 no cdp enable frame-relay interface-dlci 504!interface Serial1 no ip address shutdown no cdp enable!interface BRI0 ip address 172.168.65.2 255.255.255.0 encapsulation ppp no ip route-cache ip ospf network non-broadcast ip ospf demand-circuit no ip mroute-cache isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer map ip 172.168.65.1 name r6 broadcast 4930622 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 redistribute static metric 2000 subnets redistribute igrp 1 metric 20 metric-type 1 subnets network 172.168.100.5 0.0.0.0 area 10 network 137.20.20.0 0.0.0.255 area 0 network 172.168.65.2 0.0.0.0 area 10

Page 1

r5.txt area 10 virtual-link 172.168.30.97!router igrp 1 redistribute static metric 100 1000 10 200 1500 redistribute ospf 1 metric 2000 100 255 1 1500 passive-interface Ethernet0 passive-interface Serial0.1 network 172.168.0.0!no ip classlessip route 172.168.60.0 255.255.255.0 172.168.65.1 150no logging consoleaccess-list 101 deny ip any host 255.255.255.255access-list 101 permit ip any anyno cdp rundialer-list 1 protocol ip list 101alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 password cisco login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masksO IA 172.168.30.0/24 [110/65] via 172.168.100.3, 00:03:28, Serial0.1I 172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:57, Serial0.2O 172.168.60.0/24 [110/74] via 172.168.100.6, 00:03:28, Serial0.1C 172.168.65.0/24 is directly connected, BRI0C 172.168.100.0/24 is directly connected, Serial0.1O 172.168.100.3/32 [110/64] via 172.168.100.3, 00:03:28, Serial0.1O 172.168.100.6/32 [110/64] via 172.168.100.6, 00:03:28, Serial0.1C 172.168.200.0/24 is directly connected, Serial0.2O E1 192.168.70.0/24 [110/21] via 137.20.20.1, 00:03:28, Ethernet0O E1 192.168.17.0/24 [110/21] via 137.20.20.1, 00:03:29, Ethernet0O E1 192.168.21.0/24 [110/21] via 137.20.20.1, 00:03:29, Ethernet0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0O*E1 0.0.0.0/0 [110/21] via 137.20.20.1, 00:03:31, Ethernet0r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username r5 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Ethernet0 ip address 172.168.60.1 255.255.255.0 no cdp enable!interface Serial0 ip address 172.168.100.6 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint clockrate 2000000 frame-relay map ip 172.168.100.5 605 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown no cdp enable!interface BRI0 ip address 172.168.65.1 255.255.255.0 encapsulation ppp no ip route-cache ip ospf network non-broadcast no ip mroute-cache isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer map ip 172.168.65.2 name r5 broadcast 4930624 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 network 172.168.100.6 0.0.0.0 area 10 network 172.168.60.1 0.0.0.0 area 10 network 172.168.65.1 0.0.0.0 area 10!ip classlessip route 0.0.0.0 0.0.0.0 172.168.65.2 150no logging consoleno cdp run!dialer-list 1 protocol ip permitalias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!

Page 1

r6.txtend

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masksO IA 172.168.30.0/24 [110/129] via 172.168.100.5, 00:04:29, Serial0O E1 172.168.40.0/24 [110/84] via 172.168.100.5, 00:04:29, Serial0C 172.168.60.0/24 is directly connected, Ethernet0C 172.168.65.0/24 is directly connected, BRI0C 172.168.100.0/24 is directly connected, Serial0O 172.168.100.3/32 [110/128] via 172.168.100.5, 00:04:29, Serial0O 172.168.100.5/32 [110/64] via 172.168.100.5, 00:04:29, Serial0O E1 172.168.200.0/24 [110/84] via 172.168.100.5, 00:04:29, Serial0O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:04:30, Serial0O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:04:30, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 00:04:30, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/65] via 172.168.100.5, 00:04:30, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:04:31, Serial0r6#

Page 2

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Loopback0 ip address 70.0.0.1 255.0.0.0!interface Loopback1 ip address 71.0.0.1 255.0.0.0!interface Ethernet0 ip address 192.168.70.1 255.255.255.0!interface Ethernet1 ip address 192.168.17.2 255.255.255.0!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 503 interface Serial2 305 frame-relay route 504 interface Serial3 405 frame-relay route 506 interface Serial1 605!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 605 interface Serial0 506!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 305 interface Serial0 503!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 405 interface Serial0 504!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown

Page 1

r7.txt!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router eigrp 1 redistribute rip metric 10000 100 255 1 1500 passive-interface Ethernet0 network 192.168.17.0!router rip passive-interface Ethernet1 network 192.168.70.0!no logging console!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 192.168.17.1 to network 0.0.0.0

172.168.0.0 is variably subnetted, 9 subnets, 2 masksD EX 172.168.30.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:26:17, Ethernet1D EX 172.168.40.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:26:17, Ethernet1D EX 172.168.60.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:12:14, Ethernet1D EX 172.168.65.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:12:14, Ethernet1D EX 172.168.100.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:26:17, Ethernet1D EX 172.168.100.3 255.255.255.255 [170/2221056] via 192.168.17.1, 00:26:17, Ethernet1D EX 172.168.100.5 255.255.255.255 [170/2221056] via 192.168.17.1, 00:26:18, Ethernet1D EX 172.168.100.6 255.255.255.255 [170/2221056] via 192.168.17.1, 00:06:07, Ethernet1D EX 172.168.200.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:26:19, Ethernet1C 192.168.70.0 is directly connected, Ethernet0C 70.0.0.0 is directly connected, Loopback0C 71.0.0.0 is directly connected, Loopback1C 192.168.17.0 is directly connected, Ethernet1D 192.168.21.0 [90/2195456] via 192.168.17.1, 00:26:21, Ethernet1

Page 2

r7.txt 137.20.0.0 255.255.255.0 is subnetted, 1 subnetsD EX 137.20.20.0 [170/2221056] via 192.168.17.1, 00:26:20, Ethernet1D*EX 0.0.0.0 0.0.0.0 [170/2221056] via 192.168.17.1, 00:26:20, Ethernet1r7#

Page 3

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Loopback0 ip address 172.168.30.65 255.255.255.224!interface Loopback1 ip address 172.168.30.97 255.255.255.224!interface Serial0 ip address 172.168.100.3 255.255.255.0 encapsulation frame-relay ip ospf network broadcast frame-relay map ip 172.168.100.5 305 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 172.168.30.33 255.255.255.224 ring-speed 16!router ospf 1 network 172.168.100.3 0.0.0.0 area 0 network 172.168.30.0 0.0.0.255 area 0 area 0 range 172.168.30.0 255.255.255.0!no ip classless!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 6 subnets, 2 masksO 172.168.60.0/24 [110/1636] via 172.168.100.5, 00:11:41, Serial0

Page 1

r3.txtC 172.168.30.32/27 is directly connected, TokenRing0O 172.168.65.0/24 [110/1626] via 172.168.100.5, 00:11:41, Serial0C 172.168.30.64/27 is directly connected, Loopback0C 172.168.100.0/24 is directly connected, Serial0C 172.168.30.96/27 is directly connected, Loopback1O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:11:41, Serial0O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:11:41, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 00:11:42, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/65] via 172.168.100.5, 00:11:42, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:11:42, Serial0r3#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username r6 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Ethernet0 ip address 137.20.20.10 255.255.255.0 ip ospf cost 1 ip ospf priority 200 no cdp enable!interface Serial0 no ip address encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 172.168.100.5 255.255.255.0 ip ospf network broadcast ip ospf priority 200 no cdp enable frame-relay interface-dlci 503!interface Serial0.2 point-to-point ip address 172.168.200.1 255.255.255.0 no cdp enable frame-relay interface-dlci 504!interface Serial1 no ip address shutdown no cdp enable!interface BRI0 ip address 172.168.65.2 255.255.255.0 encapsulation ppp no ip route-cache ip ospf demand-circuit no ip mroute-cache isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer idle-timeout 60 dialer map ip 172.168.65.1 name r6 broadcast 4930622 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 network 137.20.20.10 0.0.0.0 area 0 network 172.168.65.2 0.0.0.0 area 0 network 172.168.100.5 0.0.0.0 area 0!

Page 1

r5.txtrouter igrp 1 redistribute static metric 100 1000 10 200 1500 passive-interface BRI0 passive-interface Ethernet0 network 172.168.0.0!ip classlessno cdp run!dialer-list 1 protocol ip permitalias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 password cisco login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 3 masksI 172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:56, Serial0.2O 172.168.60.0/24 [110/1572] via 172.168.65.1, 00:12:23, BRI0O 172.168.30.32/27 [110/70] via 172.168.100.3, 00:12:23, Serial0.1C 172.168.65.0/24 is directly connected, BRI0O 172.168.30.65/32 [110/65] via 172.168.100.3, 00:12:23, Serial0.1C 172.168.100.0/24 is directly connected, Serial0.1O 172.168.30.97/32 [110/65] via 172.168.100.3, 00:12:23, Serial0.1C 172.168.200.0/24 is directly connected, Serial0.2O E1 192.168.70.0/24 [110/21] via 137.20.20.1, 00:12:24, Ethernet0O E1 192.168.17.0/24 [110/21] via 137.20.20.1, 00:12:24, Ethernet0O E1 192.168.21.0/24 [110/21] via 137.20.20.1, 00:12:24, Ethernet0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0O*E1 0.0.0.0/0 [110/21] via 137.20.20.1, 00:12:25, Ethernet0r5#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface172.168.65.1 1 FULL/ - - 172.168.65.1 BRI0200.200.200.1 1 FULL/BDR 00:00:38 137.20.20.1 Ethernet0172.168.30.97 1 FULL/BDR 00:00:37 172.168.100.3 Serial0.1r5#sh ip ospf int bri0BRI0 is up, line protocol is up (spoofing) Internet Address 172.168.65.2/24, Area 0 Process ID 1, Router ID 172.168.65.2, Network Type POINT_TO_POINT, Cost: 1562 Configured as demand circuit. Run as demand circuit. DoNotAge LSA allowed. Transmit Delay is 1 sec, State POINT_TO_POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:05 Neighbor Count is 1, Adjacent neighbor count is 1

Page 2

r5.txt Adjacent with neighbor 172.168.65.1 (Hello suppressed) Suppress hello for 1 neighbor(s)r5#

Page 3

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username r5 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Ethernet0 ip address 172.168.60.1 255.255.255.0 no cdp enable!interface Serial0 no ip address shutdown clockrate 2000000 no cdp enable!interface Serial1 no ip address shutdown no cdp enable!interface BRI0 ip address 172.168.65.1 255.255.255.0 encapsulation ppp no ip route-cache ip ospf demand-circuit no ip mroute-cache bandwidth 64 isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer idle-timeout 60 dialer map ip 172.168.65.2 name r5 broadcast 4930624 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 network 172.168.0.0 0.0.255.255 area 0!ip classlessno cdp run!dialer-list 1 protocol ip permitalias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Page 1

r6.txt D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.65.2 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 6 subnets, 3 masksC 172.168.60.0/24 is directly connected, Ethernet0O 172.168.30.32/27 [110/1632] via 172.168.65.2, 00:13:03, BRI0C 172.168.65.0/24 is directly connected, BRI0O 172.168.30.65/32 [110/1627] via 172.168.65.2, 00:13:03, BRI0O 172.168.100.0/24 [110/1626] via 172.168.65.2, 00:13:03, BRI0O 172.168.30.97/32 [110/1627] via 172.168.65.2, 00:13:03, BRI0O E1 192.168.70.0/24 [110/1583] via 172.168.65.2, 00:13:03, BRI0O E1 192.168.17.0/24 [110/1583] via 172.168.65.2, 00:13:03, BRI0O E1 192.168.21.0/24 [110/1583] via 172.168.65.2, 00:13:03, BRI0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/1563] via 172.168.65.2, 00:13:04, BRI0O*E1 0.0.0.0/0 [110/1583] via 172.168.65.2, 00:13:04, BRI0r6#sh ip ospf nei

Neighbor ID Pri State Dead Time Address Interface172.168.65.2 1 FULL/ - - 172.168.65.2 BRI0r6#sh ip ospf int bri0BRI0 is up, line protocol is up (spoofing) Internet Address 172.168.65.1/24, Area 0 Process ID 1, Router ID 172.168.65.1, Network Type POINT_TO_POINT, Cost: 1562 Configured as demand circuit. Run as demand circuit. DoNotAge LSA allowed. Transmit Delay is 1 sec, State POINT_TO_POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:05 Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 172.168.65.2 (Hello suppressed) Suppress hello for 1 neighbor(s)r6#

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookupappletalk routingipx routing 0000.0c4a.acf9ipx internal-network 100000!interface Tunnel0 no ip address appletalk cable-range 2001-2001 2001.244 appletalk zone r2r1serial tunnel source 192.168.21.2 tunnel destination 192.168.21.1!interface Ethernet0 ip address 192.168.17.1 255.255.255.0 appletalk address 1.100 appletalk zone r1ether0 ipx network 107 ipx nlsp enable!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 192.168.21.2 255.255.255.0 ipx network 2001 ipx nlsp enable!router eigrp 1 network 192.168.21.0 network 192.168.17.0!router bgp 2 no synchronization neighbor 192.168.17.2 remote-as 3 neighbor 192.168.21.1 remote-as 2!no ip classlessno logging console!!!ipx router nlsp area-address 0 0!!!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0

Page 1

r1.txtline vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.21.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 9 subnets, 2 masksD EX 172.168.30.0/24 [170/2195456] via 192.168.21.1, 02:20:15, Serial1D EX 172.168.40.0/24 [170/2195456] via 192.168.21.1, 02:20:33, Serial1D EX 172.168.60.0/24 [170/2195456] via 192.168.21.1, 00:10:22, Serial1D EX 172.168.65.0/24 [170/2195456] via 192.168.21.1, 00:57:26, Serial1D EX 172.168.100.0/24 [170/2195456] via 192.168.21.1, 02:20:33, Serial1D EX 172.168.100.3/32 [170/2195456] via 192.168.21.1, 02:20:33, Serial1D EX 172.168.100.5/32 [170/2195456] via 192.168.21.1, 02:20:33, Serial1D EX 172.168.100.6/32 [170/2195456] via 192.168.21.1, 00:00:42, Serial1D EX 172.168.200.0/24 [170/2195456] via 192.168.21.1, 02:20:34, Serial1B 20.0.0.0/8 [200/0] via 137.20.20.10, 02:20:20D EX 192.168.70.0/24 [170/307200] via 192.168.17.2, 02:23:57, Ethernet0B 70.0.0.0/8 [20/0] via 192.168.17.2, 02:22:48B 71.0.0.0/8 [20/0] via 192.168.17.2, 02:22:48C 192.168.17.0/24 is directly connected, Ethernet0C 192.168.21.0/24 is directly connected, Serial1 137.20.0.0/24 is subnetted, 1 subnetsD EX 137.20.20.0 [170/2195456] via 192.168.21.1, 02:23:58, Serial1D*EX 0.0.0.0/0 [170/2195456] via 192.168.21.1, 02:23:58, Serial1r1#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

17 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

NX FFFFFFFE [27][04/03][03/02] via 200000.0000.0000.0001, 21s, Se1

L 100000 is the internal networkC 107 (NOVELL-ETHER), Et0C 2001 (HDLC), Se1NX 300 [27][10/02][09/01] via 200000.0000.0000.0001, 21s, Se1NX 301 [27][10/02][09/01] via 200000.0000.0000.0001, 21s, Se1NX 400 [27][10/02][09/01] via 200000.0000.0000.0001, 21s, Se1N 502 [27][01/01] via 200000.0000.0000.0001, 21s, Se1NX 600 [27][10/02][09/01] via 200000.0000.0000.0001, 21s, Se1R 700 [02/01] via 107.0000.0c00.dcf2, 8s, Et0NX 3650 [27][02/02][01/01] via 200000.0000.0000.0001, 21s, Se1NX 5004 [27][02/02][01/01] via 200000.0000.0000.0001, 22s, Se1NX 6005 [27][04/02][03/01] via 200000.0000.0000.0001, 22s, Se1N 20000 [27][01/01] via 200000.0000.0000.0001, 27s, Se1NX 30000 [27][10/02][09/01] via 200000.0000.0000.0001, 26s, Se1NX 30001 [27][10/02][09/01] via 200000.0000.0000.0001, 26s, Se1N 200000 [27][02/01] via 200000.0000.0000.0001, 27s, Se1r1#sh apple route

Page 2

r1.txtCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy5 routes in internet

The first zone listed for each entry is its default (primary) zone.

C Net 1 directly connected, Ethernet0, zone r1ether0R Net 300-300 [3/G] via 2001.176, 7 sec, Tunnel0, zone r3token0R Net 400-400 [3/G] via 2001.176, 7 sec, Tunnel0, zone r4ether0R Net 502-502 [1/G] via 2001.176, 7 sec, Tunnel0, zone r5r2ether0C Net 2001-2001 directly connected, Tunnel0, zone r2r1serialr1#

Page 3

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password ciscokid!no ip domain-lookupip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip host r7 2007 200.200.200.1ip host r8 2008 200.200.200.1appletalk routingappletalk route-redistributionipx routing 0060.5cf4.7345ipx internal-network 200000dlsw local-peer peer-id 137.20.20.1dlsw remote-peer 0 tcp 172.168.40.1dlsw remote-peer 0 tcp 172.168.30.33dlsw bridge-group 1!interface Loopback0 ip address 200.200.200.1 255.255.255.0 ipx network 20000!interface Tunnel0 no ip address appletalk cable-range 2001-2001 2001.176 appletalk zone r2r1serial tunnel source 192.168.21.1 tunnel destination 192.168.21.2!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 appletalk cable-range 502-502 502.99 appletalk zone r5r2ether0 ipx network 502 bridge-group 1!interface Serial0 ip address 192.168.21.1 255.255.255.0 ipx network 2001 ipx nlsp enable clockrate 2000000!interface Serial1 no ip address shutdown!router eigrp 1 redistribute connected metric 10000 100 255 1 1500 route-map connect1 redistribute static metric 10000 100 255 1 1500 redistribute ospf 1 metric 10000 100 255 1 1500 network 192.168.21.0 no auto-summary!

Page 1

r2.txtrouter ospf 1 redistribute eigrp 1 metric 20 metric-type 1 subnets network 137.20.20.1 0.0.0.0 area 0 default-information originate always metric 20 metric-type 1!router bgp 2 no synchronization neighbor 137.20.20.10 remote-as 1 neighbor 137.20.20.10 route-map filterbgp out neighbor 192.168.21.2 remote-as 2!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging consoleaccess-list 1 permit 137.20.20.0 0.0.0.255access-list 2 permit anyaccess-list 70 permit 70.0.0.0 0.0.0.255access-list 71 permit anyaccess-list 800 deny 700 FFFFFFFFaccess-list 800 permit FFFFFFFF FFFFFFFFroute-map connect1 permit 10 match ip address 1!route-map connect1 deny 20 match ip address 2!route-map filterbgp deny 10 match ip address 70!route-map filterbgp permit 20 match ip address 71!!!!ipx router eigrp 1 redistribute nlsp distribute-list 800 out network 502!!ipx router nlsp area-address 0 0 redistribute eigrp 1!!ipx router rip no network 502 no network 2001!!!bridge 1 protocol ieeealias exec i show ip routealias exec s sho sessalias exec ci clear ip route *!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16

Page 2

r2.txt transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 300 txspeed 300 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password ciscokid login!end

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 9 subnets, 2 masksO IA 172.168.30.0/24 [110/75] via 137.20.20.10, 02:23:39, Ethernet0O E1 172.168.40.0/24 [110/30] via 137.20.20.10, 02:23:39, Ethernet0O IA 172.168.60.0/24 [110/84] via 137.20.20.10, 00:04:05, Ethernet0O IA 172.168.65.0/24 [110/1572] via 137.20.20.10, 00:58:33, Ethernet0O E1 172.168.100.0/24 [110/30] via 137.20.20.10, 02:23:39, Ethernet0O IA 172.168.100.3/32 [110/74] via 137.20.20.10, 02:23:39, Ethernet0O IA 172.168.100.5/32 [110/10] via 137.20.20.10, 02:23:39, Ethernet0O IA 172.168.100.6/32 [110/74] via 137.20.20.10, 00:04:05, Ethernet0O E1 172.168.200.0/24 [110/30] via 137.20.20.10, 02:23:39, Ethernet0B 20.0.0.0/8 [20/0] via 137.20.20.10, 02:23:44D EX 192.168.70.0/24 [170/2221056] via 192.168.21.2, 02:27:21, Serial0B 70.0.0.0/8 [200/0] via 192.168.17.2, 02:26:12B 71.0.0.0/8 [200/0] via 192.168.17.2, 02:26:12D 192.168.17.0/24 [90/2195456] via 192.168.21.2, 02:28:53, Serial0C 192.168.21.0/24 is directly connected, Serial0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0C 200.200.200.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

17 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [266521600/2] via 502.00e0.b055.d43a, age 00:20:21, 9u, Et0

L 200000 is the internal networkC 502 (NOVELL-ETHER), Et0C 2001 (HDLC), Se0C 20000 (UNKNOWN), Lo0

Page 3

r2.txtN 107 [27][01/01] via 100000.0000.0000.0001, 204s, Se0E 300 [2211584/1] via 502.00e0.b055.d43a, age 02:23:26, 1u, Et0E 301 [2211584/1] via 502.00e0.b055.d43a, age 02:23:26, 1u, Et0E 400 [2221056/1] via 502.00e0.b055.d43a, age 02:23:14, 1u, Et0E 600 [2221056/1] via 502.00e0.b055.d43a, age 00:03:46, 6u, Et0NX 700 [27][03/02][02/01] via 100000.0000.0000.0001, 205s, Se0E 3650 [2195456/0] via 502.00e0.b055.d43a, age 02:23:27, 1u, Et0E 5004 [2195456/0] via 502.00e0.b055.d43a, age 02:23:27, 1u, Et0E 6005 [40537600/1] via 502.00e0.b055.d43a, age 02:23:27, 1u, Et0E 30000 [2323456/1] via 502.00e0.b055.d43a, age 02:23:27, 1u, Et0E 30001 [2323456/1] via 502.00e0.b055.d43a, age 02:23:28, 1u, Et0N 100000 [27][02/01] via 100000.0000.0000.0001, 2351s, Se0r2#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy5 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 1 [1/G] via 2001.244, 2 sec, Tunnel0, zone r1ether0R Net 300-300 [2/G] via 502.109, 1 sec, Ethernet0, zone r3token0R Net 400-400 [2/G] via 502.109, 1 sec, Ethernet0, zone r4ether0C Net 502-502 directly connected, Ethernet0, zone r5r2ether0C Net 2001-2001 directly connected, Tunnel0, zone r2r1serialr2#

Page 4

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!ip name-server 207.238.183.71ip name-server 207.238.183.72appletalk routing eigrp 3appletalk route-redistributionipx routing 0000.30e2.e870source-bridge ring-group 10dlsw local-peer peer-id 172.168.30.33 promiscuousdlsw remote-peer 0 tcp 172.168.40.1!interface Loopback0 ip address 172.168.30.65 255.255.255.224 ipx network 30000!interface Loopback1 ip address 172.168.30.97 255.255.255.224 ipx network 30001!interface Serial0 ip address 172.168.100.3 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint appletalk cable-range 3650-3650 3650.68 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 3650 frame-relay map ip 172.168.100.5 305 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 172.168.30.33 255.255.255.224 appletalk cable-range 300-300 300.148 appletalk zone r3token0 ipx network 300 ipx network 301 encapsulation SNAP secondary ring-speed 16 source-bridge 1 1 10 source-bridge spanning!router ospf 1 network 172.168.100.3 0.0.0.0 area 10 network 172.168.30.0 0.0.0.255 area 3 area 3 range 172.168.30.0 255.255.255.0 area 10 virtual-link 172.168.200.1!router bgp 1 no synchronization neighbor 172.168.100.5 remote-as 1!

Page 1

r3.txtno ip classless!!!ipx router eigrp 1 network 3650!!ipx router rip no network 3650!!!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r3#i\% Unknown command or computer name, or unable to find computer addressr3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 10 subnets, 3 masksO E1 172.168.40.0/24 [110/84] via 172.168.100.5, 00:05:33, Serial0O 172.168.60.0/24 [110/138] via 172.168.100.5, 00:05:33, Serial0C 172.168.30.32/27 is directly connected, TokenRing0O 172.168.65.0/24 [110/1626] via 172.168.100.5, 00:05:33, Serial0C 172.168.30.64/27 is directly connected, Loopback0C 172.168.100.0/24 is directly connected, Serial0O 172.168.100.5/32 [110/64] via 172.168.100.5, 00:05:33, Serial0O 172.168.100.6/32 [110/128] via 172.168.100.5, 00:05:33, Serial0C 172.168.30.96/27 is directly connected, Loopback1O E1 172.168.200.0/24 [110/84] via 172.168.100.5, 00:05:34, Serial0B 20.0.0.0/8 [200/0] via 172.168.200.2, 02:24:47O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:05:34, Serial0B 71.0.0.0/8 [200/0] via 137.20.20.1, 02:25:12O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:05:35, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 00:05:35, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/65] via 172.168.100.5, 02:25:06, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:05:35, Serial0r3#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:Page 2

r3.txt

E FFFFFFFE [267008000/2] via 3650.00e0.b055.d43a, age 00:21:50, 11u, Se0

C 300 (SAP), To0c 301 (SNAP), To0C 3650 (FRAME-RELAY), Se0C 30000 (UNKNOWN), Lo0C 30001 (UNKNOWN), Lo1E 107 [268441600/2] via 3650.00e0.b055.d43a, age 02:24:55, 1u, Se0E 400 [2707456/1] via 3650.00e0.b055.d43a, age 02:24:42, 1u, Se0E 502 [2195456/0] via 3650.00e0.b055.d43a, age 02:25:48, 1u, Se0E 600 [2707456/1] via 3650.00e0.b055.d43a, age 00:05:15, 3u, Se0E 2001 [2707456/1] via 3650.00e0.b055.d43a, age 02:24:56, 1u, Se0E 5004 [2681856/0] via 3650.00e0.b055.d43a, age 02:25:49, 1u, Se0E 6005 [41024000/1] via 3650.00e0.b055.d43a, age 02:25:49, 1u, Se0E 20000 [2323456/1] via 3650.00e0.b055.d43a, age 02:24:56, 1u, Se0E 100000 [269849600/2] via 3650.00e0.b055.d43a, age 02:24:56, 1u, Se0E 200000 [46379776/1] via 3650.00e0.b055.d43a, age 02:24:56, 1u, Se0r3#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 1 [3/G] via 3650.250, 8649 sec, Serial0, zone r1ether0C Net 300-300 directly connected, TokenRing0, zone r3token0E Net 400-400 [2/G] via 3650.250, 8643 sec, Serial0, zone r4ether0E Net 502-502 [1/G] via 3650.250, 8649 sec, Serial0, zone r5r2ether0E Net 600-600 [2/G] via 3650.250, 318 sec, Serial0, zone r6ether0E Net 2001-2001 [2/G] via 3650.250, 8650 sec, Serial0, zone r2r1serialC Net 3650-3650 directly connected, Serial0, zone frameE Net 5004-5004 [1/G] via 3650.250, 8650 sec, Serial0, zone framer3#

Page 3

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!ip name-server 207.238.183.71ip name-server 207.238.183.72appletalk routing eigrp 4appletalk route-redistributionipx routing 0000.0c92.821fdlsw local-peer peer-id 172.168.40.1dlsw remote-peer 0 tcp 137.20.20.1dlsw remote-peer 0 tcp 172.168.30.33dlsw bridge-group 1!interface Ethernet0 ip address 172.168.40.1 255.255.255.0 appletalk cable-range 400-400 400.152 appletalk zone r4ether0 ipx network 400 ipx gns-response-delay 1100 bridge-group 1!interface Serial0 no ip address no fair-queue!interface Serial1 ip address 172.168.200.2 255.255.255.0 encapsulation frame-relay ip split-horizon appletalk cable-range 5004-5004 5004.161 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 5004 clockrate 2000000 frame-relay map ip 172.168.200.1 405 broadcast frame-relay lmi-type ansi!router igrp 1 network 172.168.0.0!router bgp 1 no synchronization redistribute static neighbor 172.168.200.1 remote-as 1!no ip classlessip default-network 137.20.0.0ip route 20.0.0.0 255.0.0.0 Null0no logging console!!!ipx router eigrp 1 network 5004!

Page 1

r4.txt!!bridge 1 protocol ieeealias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.200.1 to network 137.20.0.0

172.168.0.0/24 is subnetted, 6 subnetsI 172.168.30.0 [100/8576] via 172.168.200.1, 00:01:13, Serial1C 172.168.40.0 is directly connected, Ethernet0I 172.168.60.0 [100/8576] via 172.168.200.1, 00:01:13, Serial1I 172.168.65.0 [100/160250] via 172.168.200.1, 00:01:13, Serial1I 172.168.100.0 [100/10476] via 172.168.200.1, 00:01:13, Serial1C 172.168.200.0 is directly connected, Serial1S 20.0.0.0/8 is directly connected, Null0I 192.168.70.0/24 [100/8576] via 172.168.200.1, 00:01:13, Serial1B 71.0.0.0/8 [200/0] via 137.20.20.1, 02:26:32I 192.168.17.0/24 [100/8576] via 172.168.200.1, 00:00:00, Serial1I 192.168.21.0/24 [100/8576] via 172.168.200.1, 00:00:00, Serial1I* 137.20.0.0/16 [100/8576] via 172.168.200.1, 00:00:00, Serial1r4#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [267008000/2] via 5004.00e0.b055.d43a, age 00:23:10, 11u, Se1

C 400 (NOVELL-ETHER), Et0C 5004 (FRAME-RELAY), Se1E 107 [268441600/2] via 5004.00e0.b055.d43a, age 02:26:02, 1u, Se1E 300 [2697984/1] via 5004.00e0.b055.d43a, age 02:26:03, 1u, Se1E 301 [2697984/1] via 5004.00e0.b055.d43a, age 02:26:03, 1u, Se1E 502 [2195456/0] via 5004.00e0.b055.d43a, age 02:26:03, 1u, Se1E 600 [2707456/1] via 5004.00e0.b055.d43a, age 00:06:34, 3u, Se1E 2001 [2707456/1] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1

Page 2

r4.txtE 3650 [2681856/0] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1E 6005 [41024000/1] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1E 20000 [2323456/1] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1E 30000 [2809856/1] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1E 30001 [2809856/1] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1E 100000 [269849600/2] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1E 200000 [46379776/1] via 5004.00e0.b055.d43a, age 02:26:04, 1u, Se1r4#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 1 [3/G] via 5004.173, 8726 sec, Serial1, zone r1ether0E Net 300-300 [2/G] via 5004.173, 8726 sec, Serial1, zone r3token0C Net 400-400 directly connected, Ethernet0, zone r4ether0E Net 502-502 [1/G] via 5004.173, 8726 sec, Serial1, zone r5r2ether0E Net 600-600 [2/G] via 5004.173, 400 sec, Serial1, zone r6ether0E Net 2001-2001 [2/G] via 5004.173, 8726 sec, Serial1, zone r2r1serialE Net 3650-3650 [1/G] via 5004.173, 8726 sec, Serial1, zone frameC Net 5004-5004 directly connected, Serial1, zone framer4#

Page 3

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username r6 password 0 ciscono ip domain-lookupappletalk routing eigrp 5appletalk route-redistributionipx routing 00e0.b055.d43aisdn switch-type basic-dms100!interface Ethernet0 ip address 137.20.20.10 255.255.255.0 ip ospf cost 1 ip ospf priority 200 appletalk cable-range 502-502 502.109 appletalk zone r5r2ether0 appletalk distribute-list 600 out ipx network 502 ipx output-sap-filter 1000!interface Serial0 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 multipoint ip address 172.168.100.5 255.255.255.0 ip ospf network point-to-multipoint ip ospf priority 200 appletalk cable-range 3650-3650 3650.250 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp no appletalk eigrp-splithorizon ipx network 3650 no ipx split-horizon eigrp 1 frame-relay map ip 172.168.100.3 503 broadcast frame-relay map ip 172.168.100.6 506 broadcast!interface Serial0.2 point-to-point ip address 172.168.200.1 255.255.255.0 appletalk cable-range 5004-5004 5004.173 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 5004 frame-relay interface-dlci 504!interface Serial1 no ip address shutdown!interface BRI0 ip address 172.168.65.2 255.255.255.0 encapsulation ppp

Page 1

r5.txt no ip route-cache ip ospf network non-broadcast ip ospf demand-circuit no ip mroute-cache ipx network 6005 no ipx route-cache ipx watchdog-spoof ipx spx-spoof isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer map ip 172.168.65.1 name r6 broadcast 4930622 dialer map ipx 6005.0000.0c92.8ed7 name r6 broadcast 4930622 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 redistribute static metric 2000 subnets redistribute igrp 1 metric 20 metric-type 1 subnets network 172.168.100.5 0.0.0.0 area 10 network 137.20.20.0 0.0.0.255 area 0 network 172.168.65.2 0.0.0.0 area 10 area 10 virtual-link 172.168.30.97!router igrp 1 redistribute static metric 100 1000 10 200 1500 redistribute ospf 1 metric 2000 100 255 1 1500 passive-interface Ethernet0 passive-interface Serial0.1 network 172.168.0.0!router bgp 1 no synchronization neighbor 137.20.20.1 remote-as 2 neighbor 172.168.100.3 remote-as 1 neighbor 172.168.100.3 route-reflector-client neighbor 172.168.100.6 remote-as 1 neighbor 172.168.100.6 route-reflector-client neighbor 172.168.200.2 remote-as 1 neighbor 172.168.200.2 route-reflector-client!no ip classlessip route 172.168.60.0 255.255.255.0 172.168.65.1 150access-list 101 deny ip any host 255.255.255.255access-list 101 permit ip any anyaccess-list 600 permit cable-range 300-300access-list 600 permit cable-range 400-400access-list 600 deny other-accessaccess-list 901 deny any any all any ripaccess-list 901 deny any any all any sapaccess-list 901 deny any any all any 457access-list 901 permit any any all any allaccess-list 1000 permit FFFFFFFF 0 fserverno cdp run!ipx route default 6005.0000.0c92.8ed7 floating-static!ipx router eigrp 1 redistribute floating-static network 3650 network 5004 network 502!

Page 2

r5.txt!ipx router rip no network 3650 no network 5004!!!dialer-list 1 protocol ip list 101dialer-list 1 protocol ipx list 901alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 password cisco login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.1 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masksO IA 172.168.30.0/24 [110/65] via 172.168.100.3, 00:09:46, Serial0.1I 172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:36, Serial0.2O 172.168.60.0/24 [110/74] via 172.168.100.6, 00:09:46, Serial0.1C 172.168.65.0/24 is directly connected, BRI0C 172.168.100.0/24 is directly connected, Serial0.1O 172.168.100.3/32 [110/64] via 172.168.100.3, 00:09:46, Serial0.1O 172.168.100.6/32 [110/64] via 172.168.100.6, 00:09:46, Serial0.1C 172.168.200.0/24 is directly connected, Serial0.2B 20.0.0.0/8 [200/0] via 172.168.200.2, 02:29:54O E1 192.168.70.0/24 [110/21] via 137.20.20.1, 00:09:47, Ethernet0B 71.0.0.0/8 [20/0] via 137.20.20.1, 02:29:26O E1 192.168.17.0/24 [110/21] via 137.20.20.1, 00:09:47, Ethernet0O E1 192.168.21.0/24 [110/21] via 137.20.20.1, 00:09:47, Ethernet0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0O*E1 0.0.0.0/0 [110/21] via 137.20.20.1, 00:09:48, Ethernet0r5#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

17 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

F FFFFFFFE via 6005.0000.0c92.8ed7, BR0

C 502 (NOVELL-ETHER), Et0C 3650 (FRAME-RELAY), Se0.1C 5004 (FRAME-RELAY), Se0.2C 6005 (PPP), BR0

Page 3

r5.txtE 107 [267929600/2] via 502.0060.5cf4.7345, age 00:09:28, 1u, Et0E 300 [2185984/1] via 3650.0000.30e2.e870, age 00:09:28, 1u, Se0.1E 301 [2185984/1] via 3650.0000.30e2.e870, age 00:09:28, 1u, Se0.1E 400 [2195456/1] via 5004.0000.0c92.821f, age 00:09:28, 1u, Se0.2E 600 [2195456/1] via 3650.0000.0c92.8ed7, age 00:09:29, 8u, Se0.1E 2001 [2195456/1] via 502.0060.5cf4.7345, age 00:09:29, 1u, Et0E 20000 [409600/1] via 502.0060.5cf4.7345, age 00:09:29,E 20000 [409600/1] via 502.0060.5cf4.7345, age 00:09:29,E 30000 [2297856/1] via 3650.0000.30e2.e870, age 00:09:29, 1u, Se0.1E 30001 [2297856/1] via 3650.0000.30e2.e870, age 00:09:29, 1u, Se0.1E 100000 [269337600/2] via 502.0060.5cf4.7345, age 00:09:29, 1u, Et0E 200000 [45867776/1] via 502.0060.5cf4.7345, age 00:09:30, 1u, Et0r5#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 1 [2/G] via 502.99, 5 sec, Ethernet0, zone r1ether0E Net 300-300 [1/G] via 3650.68, 567 sec, Serial0.1, zone r3token0E Net 400-400 [1/G] via 5004.161, 567 sec, Serial0.2, zone r4ether0C Net 502-502 directly connected, Ethernet0, zone r5r2ether0E Net 600-600 [1/G] via 3650.247, 571 sec, Serial0.1, zone r6ether0R Net 2001-2001 [1/G] via 502.99, 6 sec, Ethernet0, zone r2r1serialC Net 3650-3650 directly connected, Serial0.1, zone frameC Net 5004-5004 directly connected, Serial0.2, zone framer5#

Page 4

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username r5 password 0 ciscono ip domain-lookupappletalk routing eigrp 6appletalk route-redistributionipx routing 0000.0c92.8ed7isdn switch-type basic-dms100!interface Ethernet0 ip address 172.168.60.1 255.255.255.0 appletalk cable-range 600-600 600.100 appletalk zone r6ether0 ipx network 600!interface Serial0 ip address 172.168.100.6 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint appletalk cable-range 3650-3650 3650.247 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 3650 clockrate 2000000 frame-relay map ip 172.168.100.5 605 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface BRI0 ip address 172.168.65.1 255.255.255.0 encapsulation ppp no ip route-cache ip ospf network non-broadcast ip ospf demand-circuit no ip mroute-cache ipx network 6005 no ipx route-cache ipx watchdog-spoof ipx spx-spoof isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer map ip 172.168.65.2 name r5 broadcast 4930624 dialer map ipx 6005.00e0.b055.d43a name r5 broadcast 4930624 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 network 172.168.100.6 0.0.0.0 area 10 network 172.168.60.1 0.0.0.0 area 10 network 172.168.65.1 0.0.0.0 area 10

Page 1

r6.txt!router bgp 1 no synchronization neighbor 172.168.100.5 remote-as 1!ip classlessip route 0.0.0.0 0.0.0.0 172.168.65.2 150access-list 901 deny any any all any ripaccess-list 901 deny any any all any sapaccess-list 901 deny any any all any 457access-list 901 permit any any all any allno cdp run!!ipx route default 6005.00e0.b055.d43a floating-static!ipx router eigrp 1 network 3650!!ipx router rip no network 3650!!ipx sap 4 fserver 600.0000.0c00.1234 451 1ipx sap 7 pserver 600.0000.0c00.1234 451 1!dialer-list 1 protocol ip permitdialer-list 1 protocol ipx list 901alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0line vty 0 4 login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.168.100.5 to network 0.0.0.0

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masksO IA 172.168.30.0/24 [110/129] via 172.168.100.5, 00:11:18, Serial0O E1 172.168.40.0/24 [110/84] via 172.168.100.5, 00:11:18, Serial0C 172.168.60.0/24 is directly connected, Ethernet0C 172.168.65.0/24 is directly connected, BRI0C 172.168.100.0/24 is directly connected, Serial0O 172.168.100.3/32 [110/128] via 172.168.100.5, 00:11:18, Serial0O 172.168.100.5/32 [110/64] via 172.168.100.5, 00:11:18, Serial0O E1 172.168.200.0/24 [110/84] via 172.168.100.5, 00:11:18, Serial0B 20.0.0.0/8 [200/0] via 172.168.200.2, 00:11:47O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:11:18, Serial0B 71.0.0.0/8 [200/0] via 137.20.20.1, 00:11:47O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:11:18, Serial0O E1 192.168.21.0/24 [110/85] via 172.168.100.5, 00:11:18, Serial0

Page 2

r6.txt 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/65] via 172.168.100.5, 00:11:19, Serial0O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:11:19, Serial0r6#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

17 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [267008000/2] via 3650.00e0.b055.d43a, age 00:11:03, 1u, Se0

C 600 (NOVELL-ETHER), Et0C 3650 (FRAME-RELAY), Se0C 6005 (PPP), BR0E 107 [268441600/2] via 3650.00e0.b055.d43a, age 00:11:03, 1u, Se0E 300 [2697984/1] via 3650.00e0.b055.d43a, age 00:11:03, 1u, Se0E 301 [2697984/1] via 3650.00e0.b055.d43a, age 00:11:03, 1u, Se0E 400 [2707456/1] via 3650.00e0.b055.d43a, age 00:11:03, 1u, Se0E 502 [2195456/0] via 3650.00e0.b055.d43a, age 00:11:04, 1u, Se0E 2001 [2707456/1] via 3650.00e0.b055.d43a, age 00:11:04, 1u, Se0E 5004 [2681856/0] via 3650.00e0.b055.d43a, age 00:11:04, 1u, Se0E 20000 [2323456/1] via 3650.00e0.b055.d43a, age 00:11:04, 1u, Se0E 30000 [2809856/1] via 3650.00e0.b055.d43a, age 00:11:04, 1u, Se0E 30001 [2809856/1] via 3650.00e0.b055.d43a, age 00:11:04, 1u, Se0E 100000 [269849600/2] via 3650.00e0.b055.d43a, age 00:11:05, 1u, Se0E 200000 [46379776/1] via 3650.00e0.b055.d43a, age 00:11:05, 1u, Se0r6#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy8 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 1 [3/G] via 3650.250, 659 sec, Serial0, zone r1ether0E Net 300-300 [2/G] via 3650.250, 659 sec, Serial0, zone r3token0E Net 400-400 [2/G] via 3650.250, 659 sec, Serial0, zone r4ether0E Net 502-502 [1/G] via 3650.250, 659 sec, Serial0, zone r5r2ether0C Net 600-600 directly connected, Ethernet0, zone r6ether0E Net 2001-2001 [2/G] via 3650.250, 659 sec, Serial0, zone r2r1serialC Net 3650-3650 directly connected, Serial0, zone frameE Net 5004-5004 [1/G] via 3650.250, 659 sec, Serial0, zone framer6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupipx routing 0000.0c00.dcf1frame-relay switching!interface Loopback0 ip address 70.0.0.1 255.0.0.0!interface Loopback1 ip address 71.0.0.1 255.0.0.0!interface Ethernet0 ip address 192.168.70.1 255.255.255.0 ipx network 700!interface Ethernet1 ip address 192.168.17.2 255.255.255.0 ipx network 107!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 503 interface Serial2 305 frame-relay route 504 interface Serial3 405 frame-relay route 506 interface Serial1 605!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 605 interface Serial0 506!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 305 interface Serial0 503!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 405 interface Serial0 504!interface Serial4 no ip address shutdown!

Page 1

r7.txtinterface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router eigrp 1 redistribute rip metric 10000 100 255 1 1500 passive-interface Ethernet0 network 192.168.17.0!router rip passive-interface Ethernet1 network 192.168.70.0!router bgp 3 network 70.0.0.0 network 71.0.0.0 neighbor 192.168.17.1 remote-as 2!no logging console!!!!alias exec i show ip routealias exec ci clear ip route *!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 192.168.17.1 to network 0.0.0.0

172.168.0.0 is variably subnetted, 9 subnets, 2 masksD EX 172.168.30.0 255.255.255.0 [170/2221056] via 192.168.17.1, 02:31:39, Ethernet1D EX 172.168.40.0 255.255.255.0 [170/2221056] via 192.168.17.1, 02:31:58, Ethernet1D EX 172.168.60.0 255.255.255.0 [170/2221056] via 192.168.17.1, 00:21:47, Ethernet1D EX 172.168.65.0 255.255.255.0 [170/2221056] via 192.168.17.1, 01:08:51, Ethernet1D EX 172.168.100.0 255.255.255.0 [170/2221056] via 192.168.17.1, 02:31:58, Ethernet1D EX 172.168.100.3 255.255.255.255 [170/2221056] via 192.168.17.1, 02:31:58, Ethernet1

Page 2

r7.txtD EX 172.168.100.5 255.255.255.255 [170/2221056] via 192.168.17.1, 02:31:59, Ethernet1D EX 172.168.100.6 255.255.255.255 [170/2221056] via 192.168.17.1, 00:12:07, Ethernet1D EX 172.168.200.0 255.255.255.0 [170/2221056] via 192.168.17.1, 02:32:00, Ethernet1B 20.0.0.0 [20/0] via 192.168.17.1, 02:31:46C 192.168.70.0 is directly connected, Ethernet0C 70.0.0.0 is directly connected, Loopback0C 71.0.0.0 is directly connected, Loopback1C 192.168.17.0 is directly connected, Ethernet1D 192.168.21.0 [90/2195456] via 192.168.17.1, 02:35:23, Ethernet1 137.20.0.0 255.255.255.0 is subnetted, 1 subnetsD EX 137.20.20.0 [170/2221056] via 192.168.17.1, 02:35:23, Ethernet1D*EX 0.0.0.0 0.0.0.0 [170/2221056] via 192.168.17.1, 02:35:23, Ethernet1r7#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, s - seconds, u - uses

17 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

R FFFFFFFE [05/04] via 107.0000.0c4a.acf9, 46s, Et1

C 107 (NOVELL-ETHER), Et1C 700 (NOVELL-ETHER), Et0R 300 [11/03] via 107.0000.0c4a.acf9, 46s, Et1R 301 [11/03] via 107.0000.0c4a.acf9, 47s, Et1R 400 [11/03] via 107.0000.0c4a.acf9, 47s, Et1R 502 [02/02] via 107.0000.0c4a.acf9, 47s, Et1R 600 [11/03] via 107.0000.0c4a.acf9, 47s, Et1R 2001 [02/01] via 107.0000.0c4a.acf9, 47s, Et1R 3650 [03/03] via 107.0000.0c4a.acf9, 47s, Et1R 5004 [03/03] via 107.0000.0c4a.acf9, 47s, Et1R 6005 [05/03] via 107.0000.0c4a.acf9, 47s, Et1R 20000 [02/02] via 107.0000.0c4a.acf9, 47s, Et1R 30000 [11/03] via 107.0000.0c4a.acf9, 47s, Et1R 30001 [11/03] via 107.0000.0c4a.acf9, 48s, Et1R 100000 [02/01] via 107.0000.0c4a.acf9, 48s, Et1R 200000 [03/02] via 107.0000.0c4a.acf9, 48s, Et1r7#sh apple route% Appletalk not runningr7#

Page 3

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookupappletalk routing eigrp 1appletalk route-redistribution!decnet routing 1.1decnet node-type routing-iv!ipx routing 0000.0c4a.acf9vines routing 300AACF9:0001!interface Loopback0 ip address 11.1.1.1 255.0.0.0!interface Ethernet0 ip address 192.168.1.129 255.255.255.240 appletalk cable-range 100-100 100.37 appletalk zone r1ether0 decnet cost 10 ipx network 100 vines metric 2 vines serverless vines arp-enable!interface Serial0 ip address 192.168.2.134 255.255.255.252 appletalk cable-range 1007-1007 1007.5 appletalk zone r1r7serial appletalk protocol eigrp no appletalk protocol rtmp appletalk access-group 601 decnet cost 10 ipx network 1007 vines metric 35 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router ospf 1 network 192.168.0.0 0.0.255.255 area 0!router bgp 2 no synchronization network 11.0.0.0 neighbor 192.168.2.133 remote-as 2!no ip classlessno logging consoledecnet host R4 2.4access-list 601 deny nbp 1 type LaserWriteraccess-list 601 permit other-nbps

Page 1

r1.txtaccess-list 601 permit other-access!!!!ipx router eigrp 1 network 1007!!ipx router rip no network 1007!!vines host R7 3000DCF1:0001!line con 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.133 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.2.142, 00:48:23C 11.0.0.0/8 is directly connected, Loopback0B 12.0.0.0/8 [200/0] via 192.168.2.133, 00:29:17B 40.0.0.0/8 [200/0] via 192.168.2.142, 00:48:29B 41.0.0.0/8 [200/0] via 192.168.2.142, 00:48:29 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/193] via 192.168.2.133, 00:58:43, Serial0O 192.168.1.81/32 [110/129] via 192.168.2.133, 01:05:21, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.133, 00:28:21, Serial0O IA 192.168.1.192/28 [110/138] via 192.168.2.133, 01:05:21, Serial0O IA 192.168.1.208/28 [110/74] via 192.168.2.133, 01:05:21, Serial0O IA 192.168.1.160/28 [110/202] via 192.168.2.133, 01:05:21, Serial0O IA 192.168.1.176/28 [110/202] via 192.168.2.133, 01:05:21, Serial0C 192.168.1.128/28 is directly connected, Ethernet0O 192.168.1.144/28 [110/134] via 192.168.2.133, 01:05:24, Serial0 192.168.2.0/30 is subnetted, 6 subnetsO 192.168.2.136 [110/128] via 192.168.2.133, 01:05:25, Serial0O 192.168.2.140 [110/128] via 192.168.2.133, 01:05:25, Serial0C 192.168.2.132 is directly connected, Serial0O IA 192.168.2.152 [110/128] via 192.168.2.133, 01:05:25, Serial0O IA 192.168.2.144 [110/192] via 192.168.2.133, 01:05:25, Serial0O IA 192.168.2.148 [110/192] via 192.168.2.133, 01:05:25, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/138] via 192.168.2.133, 01:05:25, Serial0O*E1 0.0.0.0/0 [110/129] via 192.168.2.133, 01:05:25, Serial0r1#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

Page 2

r1.txt16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 100 (NOVELL-ETHER), Et0C 1007 (HDLC), Se0E 200 [2707456/1] via 1007.0000.0c00.dcf1, age 01:09:53, 1u, Se0E 300 [2697984/1] via 1007.0000.0c00.dcf1, age 02:48:03, 1u, Se0E 400 [3219456/1] via 1007.0000.0c00.dcf1, age 02:48:03, 6u, Se0E 500 [3219456/1] via 1007.0000.0c00.dcf1, age 02:54:55, 1u, Se0E 600 [2707456/1] via 1007.0000.0c00.dcf1, age 02:54:55, 1u, Se0E 700 [267008000/0] via 1007.0000.0c00.dcf1, age 02:55:04, 1u, Se0E 701 [267008000/0] via 1007.0000.0c00.dcf1, age 02:55:08, 1u, Se0E 702 [267008000/0] via 1007.0000.0c00.dcf1, age 02:49:35, 1u, Se0E 2007 [2681856/0] via 1007.0000.0c00.dcf1, age 01:10:02, 1u, Se0E 3004 [3193856/0] via 1007.0000.0c00.dcf1, age 02:48:07, 1u, Se0E 3007 [2681856/0] via 1007.0000.0c00.dcf1, age 02:55:04, 1u, Se0E 5006 [3193856/0] via 1007.0000.0c00.dcf1, age 02:54:59, 1u, Se0E 7006 [2681856/0] via 1007.0000.0c00.dcf1, age 02:55:00, 1u, Se0E 20000 [2809856/1] via 1007.0000.0c00.dcf1, age 01:09:58, 1u, Se0r1#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

C Net 100-100 directly connected, Ethernet0, zone r1ether0E Net 200-200 [2/G] via 1007.149, 4137 sec, Serial0, zone r2ether0E Net 300-300 [2/G] via 1007.149, 4430 sec, Serial0, zone r3token0E Net 400 [3/G] via 1007.149, 4430 sec, Serial0, zone r4ether0E Net 700-700 [1/G] via 1007.149, 4449 sec, Serial0, zone r7ether0E Net 701-701 [1/G] via 1007.149, 4450 sec, Serial0, zone r7ether1C Net 1007-1007 directly connected, Serial0, zone r1r7serialE Net 2007-2007 [1/G] via 1007.149, 4141 sec, Serial0, zone r2r7serialE Net 3004-3004 [2/G] via 1007.149, 4430 sec, Serial0, zone r3r4serialE Net 3007-3007 [1/G] via 1007.149, 4434 sec, Serial0, zone r3r7serialr1#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 1.7*1.1 0 0 (Local) -> 1.1*1.2 20 2 Serial0 -> 1.7*1.7 10 1 Serial0 -> 1.7 38 64 V+r1#sh vines route3 servers, 3 routes, version 3, next update 79 seconds

Network Neighbor Flags Age Metric Uses

3000DCF1 3000DCF1:0001 R0* 17 0230 0Page 3

r1.txt300AACF9 - C1 - - -30147345 3000DCF1:0001 R0* 17 0460 0r1#

Page 4

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password money357!username marc password 0 money357ip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r7 2007 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip name-server 207.238.183.71ip name-server 207.238.183.72appletalk routing eigrp 2appletalk route-redistribution!decnet routing 1.2decnet node-type routing-iv!ipx routing 0060.5cf4.7345vines routing 30147345:0001!interface Loopback0 ip address 200.200.200.1 255.255.255.0 ipx network 20000!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 appletalk cable-range 200-200 200.145 appletalk zone r2ether0 decnet cost 10 ipx network 200 vines metric 2 vines serverless vines arp-enable!interface Serial0 ip address 192.168.2.138 255.255.255.252 bandwidth 2000 appletalk cable-range 2007-2007 2007.138 appletalk zone r2r7serial appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 2007 vines metric 35 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router ospf 1 network 137.20.20.1 0.0.0.0 area 0 network 192.168.2.138 0.0.0.0 area 0

Page 1

r2.txt default-information originate always metric-type 1!router bgp 2 no synchronization neighbor 192.168.2.137 remote-as 2!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging console!!!!ipx router eigrp 1 network 2007!!ipx router rip no network 2007!!!!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 300 txspeed 300 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password money357 login local!end

r2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.2.142, 00:50:11B 11.0.0.0/8 [200/0] via 192.168.2.134, 00:50:33B 12.0.0.0/8 [200/0] via 192.168.2.137, 00:31:05B 40.0.0.0/8 [200/0] via 192.168.2.142, 00:50:17B 41.0.0.0/8 [200/0] via 192.168.2.142, 00:50:17 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/179] via 192.168.2.137, 01:00:31, Serial0O 192.168.1.81/32 [110/115] via 192.168.2.137, 01:07:09, Serial0

Page 2

r2.txtO E2 192.168.1.224/28 [110/50] via 192.168.2.137, 00:30:09, Serial0O IA 192.168.1.192/28 [110/124] via 192.168.2.137, 01:07:09, Serial0O IA 192.168.1.208/28 [110/60] via 192.168.2.137, 01:07:09, Serial0O IA 192.168.1.160/28 [110/188] via 192.168.2.137, 01:07:09, Serial0O IA 192.168.1.176/28 [110/188] via 192.168.2.137, 01:07:09, Serial0O 192.168.1.128/28 [110/124] via 192.168.2.137, 01:07:10, Serial0O 192.168.1.144/28 [110/120] via 192.168.2.137, 01:07:13, Serial0 192.168.2.0/30 is subnetted, 6 subnetsC 192.168.2.136 is directly connected, Serial0O 192.168.2.140 [110/114] via 192.168.2.137, 01:07:13, Serial0O 192.168.2.132 [110/114] via 192.168.2.137, 01:07:13, Serial0O IA 192.168.2.152 [110/114] via 192.168.2.137, 01:07:13, Serial0O IA 192.168.2.144 [110/178] via 192.168.2.137, 01:07:13, Serial0O IA 192.168.2.148 [110/178] via 192.168.2.137, 01:07:13, Serial0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0C 200.200.200.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 200 (NOVELL-ETHER), Et0C 2007 (HDLC), Se0C 20000 (UNKNOWN), Lo0E 100 [2707456/1] via 2007.0000.0c00.dcf1, age 01:11:41, 1u, Se0E 300 [2697984/1] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 400 [3219456/1] via 2007.0000.0c00.dcf1, age 01:11:42, 3u, Se0E 500 [3219456/1] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 600 [2707456/1] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 700 [267008000/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 701 [267008000/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 702 [267008000/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 1007 [2681856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 3004 [3193856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 3007 [2681856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 5006 [3193856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 7006 [2681856/0] via 2007.0000.0c00.dcf1, age 01:11:43, 1u, Se0r2#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.Page 3

r2.txt

E Net 100-100 [2/G] via 2007.50, 4242 sec, Serial0, zone r1ether0C Net 200-200 directly connected, Ethernet0, zone r2ether0E Net 300-300 [2/G] via 2007.50, 4242 sec, Serial0, zone r3token0E Net 400 [3/G] via 2007.50, 4242 sec, Serial0, zone r4ether0E Net 700-700 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether0E Net 701-701 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether1E Net 1007-1007 [1/G] via 2007.50, 4242 sec, Serial0, zone r1r7serialC Net 2007-2007 directly connected, Serial0, zone r2r7serialE Net 3004-3004 [2/G] via 2007.50, 4242 sec, Serial0, zone r3r4serialE Net 3007-3007 [1/G] via 2007.50, 4242 sec, Serial0, zone r3r7serialr2#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 1.7*1.1 20 2 Serial0 -> 1.7*1.2 0 0 (Local) -> 1.2*1.7 10 1 Serial0 -> 1.7 39 64 V+r2#sh vines route3 servers, 3 routes, version 7, next update 19 seconds

Network Neighbor Flags Age Metric Uses

3000DCF1 3000DCF1:0001 R0* 7 0230 0300AACF9 3000DCF1:0001 R0* 7 0460 030147345 - C1 - - -r2#

Page 4

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!no ip domain-lookupappletalk routing eigrp 3appletalk route-redistribution!decnet routing 2.3decnet node-type area!ipx routing 0000.30e2.e870!interface Loopback0 ip address 192.168.1.81 255.255.255.240!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.242 appletalk zone r3r4serial appletalk protocol eigrp no appletalk protocol rtmp appletalk distribute-list 601 out appletalk zip-reply-filter 600 tunnel source Serial1 tunnel destination 192.168.2.146!interface Serial0 ip address 192.168.2.142 255.255.255.252 appletalk cable-range 3007-3007 3007.177 appletalk zone r3r7serial appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 3007 ipx output-sap-filter 1000 no fair-queue!interface Serial1 ip address 192.168.2.145 255.255.255.252 encapsulation x25 dce ip ospf message-digest-key 1 md5 cisco ip ospf network broadcast ip ospf priority 200 no ip mroute-cache decnet cost 10 ipx network 3004 ipx type-20-propagation x25 address 304 x25 map ipx 3004.0000.0c92.821f 403 broadcast x25 map decnet 2.4 403 broadcast x25 map ip 192.168.2.146 403 broadcast clockrate 2000000!interface TokenRing0 ip address 192.168.1.145 255.255.255.240 appletalk cable-range 300-300 300.113

Page 1

r3.txt appletalk zone r3token0 decnet cost 10 ipx network 300 ipx type-20-propagation ring-speed 16!router ospf 1 network 192.168.1.145 0.0.0.0 area 0 network 192.168.2.142 0.0.0.0 area 0 network 192.168.2.145 0.0.0.0 area 4 network 192.168.1.81 0.0.0.0 area 0 area 4 authentication message-digest!router bgp 1 no synchronization neighbor 192.168.1.97 remote-as 1 neighbor 192.168.1.97 update-source Loopback0 neighbor 192.168.2.141 remote-as 2!no ip classlessno logging consoleaccess-list 600 deny zone r7ether0access-list 600 permit additional-zonesaccess-list 600 permit other-accessaccess-list 601 deny cable-range 700-700access-list 601 permit other-accessaccess-list 1000 permit FFFFFFFF 0 fserver!!!!ipx router eigrp 1 network 3004 network 3007!!ipx router rip no network 3007 no network 3004!!!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.141 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.1.97, 01:00:23B 11.0.0.0/8 [20/0] via 192.168.2.141, 00:51:21B 12.0.0.0/8 [20/0] via 192.168.2.141, 00:50:50

Page 2

r3.txtB 40.0.0.0/8 [200/0] via 192.168.1.97, 01:00:58B 41.0.0.0/8 [200/0] via 192.168.1.97, 01:00:58 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO 192.168.1.97/32 [110/65] via 192.168.2.146, 01:01:34, Serial1C 192.168.1.80/28 is directly connected, Loopback0O E2 192.168.1.224/28 [110/50] via 192.168.2.141, 00:31:12, Serial0O IA 192.168.1.192/28 [110/138] via 192.168.2.141, 01:01:34, Serial0O IA 192.168.1.208/28 [110/74] via 192.168.2.141, 01:01:35, Serial0O 192.168.1.160/28 [110/74] via 192.168.2.146, 01:01:35, Serial1O IA 192.168.1.176/28 [110/202] via 192.168.2.141, 01:01:35, Serial0O 192.168.1.128/28 [110/138] via 192.168.2.141, 01:08:13, Serial0C 192.168.1.144/28 is directly connected, TokenRing0 192.168.2.0/30 is subnetted, 6 subnetsO 192.168.2.136 [110/128] via 192.168.2.141, 01:08:14, Serial0C 192.168.2.140 is directly connected, Serial0O 192.168.2.132 [110/128] via 192.168.2.141, 01:08:14, Serial0O IA 192.168.2.152 [110/128] via 192.168.2.141, 01:01:36, Serial0C 192.168.2.144 is directly connected, Serial1O IA 192.168.2.148 [110/192] via 192.168.2.141, 01:01:36, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/138] via 192.168.2.141, 01:08:15, Serial0O*E1 0.0.0.0/0 [110/129] via 192.168.2.141, 01:01:37, Serial0r3#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 300 (SAP), To0C 3004 (X25), Se1C 3007 (HDLC), Se0E 100 [2707456/1] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 200 [2707456/1] via 3007.0000.0c00.dcf1, age 01:12:43, 1u, Se0E 400 [2195456/1] via 3004.0000.0c92.821f, age 03:30:56, 23u, Se1E 500 [3219456/1] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 600 [2707456/1] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 700 [267008000/0] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 701 [267008000/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 702 [267008000/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 1007 [2681856/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 2007 [2681856/0] via 3007.0000.0c00.dcf1, age 01:12:49, 1u, Se0E 5006 [3193856/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 7006 [2681856/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 20000 [2809856/1] via 3007.0000.0c00.dcf1, age 01:12:44, 1u, Se0r3#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP

Page 3

r3.txt S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [2/G] via 3007.20, 4592 sec, Serial0, zone r1ether0E Net 200-200 [2/G] via 3007.20, 4302 sec, Serial0, zone r2ether0C Net 300-300 directly connected, TokenRing0, zone r3token0E Net 400 [1/G] via 3004.243, 4716 sec, Tunnel0, zone r4ether0E Net 700-700 [1/G] via 3007.20, 4592 sec, Serial0, zone r7ether0E Net 701-701 [1/G] via 3007.20, 4593 sec, Serial0, zone r7ether1E Net 1007-1007 [1/G] via 3007.20, 4593 sec, Serial0, zone r1r7serialE Net 2007-2007 [1/G] via 3007.20, 4305 sec, Serial0, zone r2r7serialC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialC Net 3007-3007 directly connected, Serial0, zone r3r7serialr3#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 10 1 Serial0 -> 1.7 43 64 A+*2 0 0 (Local) -> 2.3 Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 2.3*2.3 0 0 (Local) -> 2.3*2.4 10 1 Serial1 -> 2.4 37 64 V

Page 4

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!netbios access-list host r4 deny cisconetbios access-list host r4 permit *!no ip domain-lookupappletalk routing eigrp 4appletalk route-redistribution!decnet routing 2.4decnet node-type routing-iv!ipx routing 0000.0c92.821f!interface Loopback0 ip address 192.168.1.97 255.255.255.240!interface Loopback1 ip address 10.1.1.1 255.0.0.0!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.243 appletalk zone r3r4serial appletalk protocol eigrp no appletalk protocol rtmp tunnel source Serial0 tunnel destination 192.168.2.145!interface Ethernet0 ip address 192.168.1.161 255.255.255.240 appletalk address 400.4 appletalk zone r4ether0 decnet cost 10 ipx access-group 800 out ipx network 400 ipx gns-response-delay 2000 ipx type-20-propagation!interface Serial0 ip address 192.168.2.146 255.255.255.252 encapsulation x25 ip ospf message-digest-key 1 md5 cisco ip ospf network broadcast ip ospf cost 200 no ip mroute-cache decnet cost 10 ipx network 3004 ipx type-20-propagation ipx netbios output-access-filter host r4 x25 address 403 x25 map ipx 3004.0000.30e2.e870 304 broadcast x25 map decnet 2.3 304 broadcast x25 map ip 192.168.2.145 304 broadcast!interface Serial1

Page 1

r4.txt no ip address shutdown!router ospf 1 network 192.168.2.146 0.0.0.0 area 4 network 192.168.1.161 0.0.0.0 area 4 network 192.168.1.97 0.0.0.0 area 4 area 4 authentication message-digest!router bgp 1 no synchronization network 10.0.0.0 redistribute static metric 20 neighbor 192.168.1.81 remote-as 1 neighbor 192.168.1.81 update-source Loopback0!no ip classlessip route 40.0.0.0 255.0.0.0 Null0ip route 41.0.0.0 255.0.0.0 Null0no logging consoleaccess-list 800 deny 100 400access-list 800 permit FFFFFFFF FFFFFFFFappletalk zip-query-interval 30!!!!ipx router eigrp 1 network 3004!!ipx router rip no network 3004!!ipx sap 4 fserver 400.0000.0c00.abcd 451 1ipx sap 7 pserver 400.0000.0c00.1234 451 1!!line con 0line aux 0line vty 0 4 login!end

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.145 to network 0.0.0.0

C 10.0.0.0/8 is directly connected, Loopback1B 11.0.0.0/8 [200/0] via 192.168.2.141, 00:54:00B 12.0.0.0/8 [200/0] via 192.168.2.141, 00:34:48S 40.0.0.0/8 is directly connected, Null0S 41.0.0.0/8 is directly connected, Null0 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksC 192.168.1.96/28 is directly connected, Loopback0

Page 2

r4.txtO IA 192.168.1.81/32 [110/201] via 192.168.2.145, 01:04:14, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.145, 00:33:52, Serial0O IA 192.168.1.192/28 [110/338] via 192.168.2.145, 01:04:14, Serial0O IA 192.168.1.208/28 [110/274] via 192.168.2.145, 01:04:15, Serial0C 192.168.1.160/28 is directly connected, Ethernet0O IA 192.168.1.176/28 [110/402] via 192.168.2.145, 01:04:15, Serial0O IA 192.168.1.128/28 [110/338] via 192.168.2.145, 01:04:15, Serial0O IA 192.168.1.144/28 [110/206] via 192.168.2.145, 01:04:16, Serial0 192.168.2.0/30 is subnetted, 6 subnetsO IA 192.168.2.136 [110/328] via 192.168.2.145, 01:04:16, Serial0O IA 192.168.2.140 [110/264] via 192.168.2.145, 01:04:16, Serial0O IA 192.168.2.132 [110/328] via 192.168.2.145, 01:04:16, Serial0O IA 192.168.2.152 [110/328] via 192.168.2.145, 01:04:16, Serial0C 192.168.2.144 is directly connected, Serial0O IA 192.168.2.148 [110/392] via 192.168.2.145, 01:04:16, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/338] via 192.168.2.145, 01:04:17, Serial0O*E1 0.0.0.0/0 [110/329] via 192.168.2.145, 01:04:17, Serial0r4#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 400 (NOVELL-ETHER), Et0C 3004 (X25), Se0E 100 [3219456/1] via 3004.0000.30e2.e870, age 02:53:32, 1u, Se0E 200 [3219456/1] via 3004.0000.30e2.e870, age 01:15:23, 1u, Se0E 300 [2185984/1] via 3004.0000.30e2.e870, age 03:33:57, 1u, Se0E 500 [3731456/1] via 3004.0000.30e2.e870, age 02:53:33, 1u, Se0E 600 [3219456/1] via 3004.0000.30e2.e870, age 02:53:33, 1u, Se0E 700 [267520000/0] via 3004.0000.30e2.e870, age 02:53:33, 1u, Se0E 701 [267520000/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 702 [267520000/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 1007 [3193856/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 2007 [3193856/0] via 3004.0000.30e2.e870, age 01:15:29, 1u, Se0E 3007 [2681856/0] via 3004.0000.30e2.e870, age 03:33:59, 1u, Se0E 5006 [3705856/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 7006 [3193856/0] via 3004.0000.30e2.e870, age 02:53:35, 1u, Se0E 20000 [3321856/1] via 3004.0000.30e2.e870, age 01:15:25, 1u, Se0r4#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy9 routes in internet

Page 3

r4.txtThe first zone listed for each entry is its default (primary) zone.

E Net 100-100 [3/G] via 3004.242, 4753 sec, Tunnel0, zone r1ether0E Net 200-200 [3/G] via 3004.242, 4462 sec, Tunnel0, zone r2ether0E Net 300-300 [1/G] via 3004.242, 4941 sec, Tunnel0, zone r3token0C Net 400 directly connected, Ethernet0, zone r4ether0E Net 701-701 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r7ether1E Net 1007-1007 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r1r7serialE Net 2007-2007 [2/G] via 3004.242, 4465 sec, Tunnel0, zone r2r7serialC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialE Net 3007-3007 [1/G] via 3004.242, 4756 sec, Tunnel0, zone r3r7serialr4#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 2.3*2.3 10 1 Serial0 -> 2.3 37 64 V+*2.4 0 0 (Local) -> 2.4

Page 4

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookupipx routing 00e0.b055.d43a!interface Ethernet0 ip address 192.168.1.177 255.255.255.240 ipx network 500!interface Serial0 ip address 192.168.2.149 255.255.255.252 encapsulation ppp ipx network 5006 ipx bandwidth-percent eigrp 1 25 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 network 192.168.0.0 0.0.255.255 area 56!router bgp 3 no synchronization neighbor 192.168.2.150 remote-as 3!no ip classlessno logging console!!ipx router eigrp 1 network 5006!!ipx router rip no network 5006!!!!line con 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Page 1

r5.txt D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.150 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35B 11.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35B 12.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35B 41.0.0.0/8 [200/0] via 192.168.2.153, 00:31:36 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/257] via 192.168.2.150, 01:05:26, Serial0O IA 192.168.1.81/32 [110/193] via 192.168.2.150, 01:12:05, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.150, 00:35:04, Serial0O 192.168.1.192/28 [110/74] via 192.168.2.150, 05:03:04, Serial0O 192.168.1.208/28 [110/138] via 192.168.2.150, 05:03:04, Serial0O IA 192.168.1.160/28 [110/266] via 192.168.2.150, 01:16:17, Serial0C 192.168.1.176/28 is directly connected, Ethernet0O IA 192.168.1.128/28 [110/202] via 192.168.2.150, 01:16:17, Serial0O IA 192.168.1.144/28 [110/198] via 192.168.2.150, 01:16:17, Serial0 192.168.2.0/24 is variably subnetted, 7 subnets, 2 masksO IA 192.168.2.136/30 [110/192] via 192.168.2.150, 01:16:18, Serial0O IA 192.168.2.140/30 [110/192] via 192.168.2.150, 01:16:18, Serial0O IA 192.168.2.132/30 [110/192] via 192.168.2.150, 01:16:18, Serial0O 192.168.2.152/30 [110/128] via 192.168.2.150, 05:03:06, Serial0O IA 192.168.2.144/30 [110/256] via 192.168.2.150, 01:16:18, Serial0C 192.168.2.150/32 is directly connected, Serial0C 192.168.2.148/30 is directly connected, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/202] via 192.168.2.150, 01:16:19, Serial0O*E1 0.0.0.0/0 [110/193] via 192.168.2.150, 01:16:19, Serial0r5#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 500 (NOVELL-ETHER), Et0C 5006 (PPP), Se0E 100 [3219456/1] via 5006.0000.0c92.8ed7, age 03:01:37, 1u, Se0E 200 [3219456/1] via 5006.0000.0c92.8ed7, age 01:16:35, 1u, Se0E 300 [3209984/1] via 5006.0000.0c92.8ed7, age 02:54:45, 1u, Se0E 400 [3731456/1] via 5006.0000.0c92.8ed7, age 02:54:45, 6u, Se0E 600 [2195456/1] via 5006.0000.0c92.8ed7, age 03:03:54, 1u, Se0E 700 [267520000/0] via 5006.0000.0c92.8ed7, age 03:01:37, 1u, Se0E 701 [267520000/0] via 5006.0000.0c92.8ed7, age 03:01:39, 1u, Se0E 702 [267520000/0] via 5006.0000.0c92.8ed7, age 02:56:15, 1u, Se0E 1007 [3193856/0] via 5006.0000.0c92.8ed7, age 03:01:39, 1u, Se0

Page 2

r5.txtE 2007 [3193856/0] via 5006.0000.0c92.8ed7, age 01:16:41, 1u, Se0E 3004 [3705856/0] via 5006.0000.0c92.8ed7, age 02:54:46, 1u, Se0E 3007 [3193856/0] via 5006.0000.0c92.8ed7, age 03:01:39, 1u, Se0E 7006 [2681856/0] via 5006.0000.0c92.8ed7, age 03:03:56, 1u, Se0E 20000 [3321856/1] via 5006.0000.0c92.8ed7, age 01:16:37, 1u, Se0

Page 3

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!no ip domain-lookupipx routing 0000.0c92.8ed7!interface Ethernet0 ip address 192.168.1.193 255.255.255.240 ipx network 600!interface Serial0 ip address 192.168.2.154 255.255.255.252 ipx network 7006 no fair-queue clockrate 2000000!interface Serial1 ip address 192.168.2.150 255.255.255.252 encapsulation ppp ipx network 5006 ipx bandwidth-percent eigrp 1 25!interface BRI0 no ip address shutdown!router ospf 1 network 192.168.0.0 0.0.255.255 area 56!router bgp 3 no synchronization neighbor 192.168.2.149 remote-as 3 neighbor 192.168.2.153 remote-as 2!no ip classlessno logging console!!!ipx router eigrp 1 network 7006 network 5006!!ipx router rip no network 7006 no network 5006!!!!line con 0line aux 0line vty 0 4 login!

Page 1

r6.txtend

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.153 to network 0.0.0.0

B 10.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36B 11.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36B 12.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36B 41.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/193] via 192.168.2.153, 01:06:27, Serial0O IA 192.168.1.81/32 [110/129] via 192.168.2.153, 01:13:05, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.153, 00:36:05, Serial0C 192.168.1.192/28 is directly connected, Ethernet0O 192.168.1.208/28 [110/74] via 192.168.2.153, 05:04:05, Serial0O IA 192.168.1.160/28 [110/202] via 192.168.2.153, 01:17:17, Serial0O 192.168.1.176/28 [110/74] via 192.168.2.149, 05:04:05, Serial1O IA 192.168.1.128/28 [110/138] via 192.168.2.153, 01:17:17, Serial0O IA 192.168.1.144/28 [110/134] via 192.168.2.153, 01:17:17, Serial0 192.168.2.0/24 is variably subnetted, 7 subnets, 2 masksO IA 192.168.2.136/30 [110/128] via 192.168.2.153, 01:17:18, Serial0O IA 192.168.2.140/30 [110/128] via 192.168.2.153, 01:17:18, Serial0O IA 192.168.2.132/30 [110/128] via 192.168.2.153, 01:17:18, Serial0C 192.168.2.152/30 is directly connected, Serial0O IA 192.168.2.144/30 [110/192] via 192.168.2.153, 01:17:18, Serial0C 192.168.2.148/30 is directly connected, Serial1C 192.168.2.149/32 is directly connected, Serial1 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/138] via 192.168.2.153, 01:17:19, Serial0O*E1 0.0.0.0/0 [110/129] via 192.168.2.153, 01:17:19, Serial0r6#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 600 (NOVELL-ETHER), Et0C 5006 (PPP), Se1C 7006 (HDLC), Se0E 100 [2707456/1] via 7006.0000.0c00.dcf1, age 03:02:36, 1u, Se0 1u, Se0 1u, Se0E 300 [2697984/1] via 7006.0000.0c00.dcf1, age 02:55:45, 1u, Se0E 400 [3219456/1] via 7006.0000.0c00.dcf1, age 02:55:45, 11u, Se0E 500 [2195456/1] via 5006.00e0.b055.d43a, age 03:02:37, 1u, Se1E 700 [267008000/0] via 7006.0000.0c00.dcf1, age 03:02:37, 1u, Se0E 701 [267008000/0] via 7006.0000.0c00.dcf1, age 03:02:38,

Page 2

r6.txt 1u, Se0E 702 [267008000/0] via 7006.0000.0c00.dcf1, age 02:57:14, 1u, Se0E 1007 [2681856/0] via 7006.0000.0c00.dcf1, age 03:02:38, 1u, Se0E 2007 [2681856/0] via 7006.0000.0c00.dcf1, age 01:17:41, 1u, Se0E 3004 [3193856/0] via 7006.0000.0c00.dcf1, age 02:55:46, 1u, Se0E 3007 [2681856/0] via 7006.0000.0c00.dcf1, age 03:02:38, 1u, Se0E 20000 [2809856/1] via 7006.0000.0c00.dcf1, age 01:17:37, 1u, Se0r6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupvines routing 3000DCF1:0001!decnet routing 1.7decnet node-type area!ipx routing 0000.0c00.dcf1appletalk routing eigrp 7appletalk route-redistribution!interface Loopback0 ip address 12.1.1.1 255.0.0.0!interface Ethernet0 ip address 192.168.1.209 255.255.255.240 vines metric 2 vines serverless vines arp-enable decnet cost 10 ipx network 701 ipx network 702 encapsulation SAP secondary appletalk cable-range 700-700 700.4 appletalk zone r7ether0!interface Ethernet1 ip address 192.168.1.225 255.255.255.240 decnet cost 10 ipx network 700 appletalk cable-range 701-701 701.159 appletalk zone r7ether1!interface Serial0 ip address 192.168.2.133 255.255.255.252 vines metric 35 decnet cost 10 ipx network 1007 appletalk cable-range 1007-1007 1007.149 appletalk zone r1r7serial appletalk protocol eigrp no appletalk protocol rtmp no fair-queue!interface Serial1 ip address 192.168.2.137 255.255.255.252 vines metric 35 decnet cost 10 ipx network 2007 appletalk cable-range 2007-2007 2007.50 appletalk zone r2r7serial appletalk protocol eigrp no appletalk protocol rtmp!interface Serial2 ip address 192.168.2.141 255.255.255.252

Page 1

r7.txt decnet cost 10 ipx network 3007 appletalk cable-range 3007-3007 3007.20 appletalk zone r3r7serial appletalk protocol eigrp no appletalk protocol rtmp clockrate 2000000!interface Serial3 ip address 192.168.2.153 255.255.255.252 ipx network 7006!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router ospf 1 redistribute connected metric 10 subnets route-map connected network 192.168.1.209 0.0.0.0 area 56 network 192.168.2.133 0.0.0.0 area 0 network 192.168.2.137 0.0.0.0 area 0 network 192.168.2.141 0.0.0.0 area 0 network 192.168.2.153 0.0.0.0 area 56!router bgp 2 no synchronization network 12.0.0.0 neighbor 192.168.2.134 remote-as 2 neighbor 192.168.2.134 route-reflector-client neighbor 192.168.2.138 remote-as 2 neighbor 192.168.2.138 route-reflector-client neighbor 192.168.2.142 remote-as 1 neighbor 192.168.2.154 remote-as 3 neighbor 192.168.2.154 route-map blockroute out!no logging consoleaccess-list 1 permit 40.0.0.0 0.0.0.255access-list 10 permit 192.168.1.224!route-map blockroute deny 10 match ip address 1 set metric 250!route-map blockroute permit 20!route-map connected permit 10 match ip address 10 set metric 50!!!

Page 2

r7.txt!ipx router eigrp 1 network 1007 network 2007 network 3007 network 7006!!ipx router rip no network 1007 no network 2007 no network 3007 no network 7006!!!!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 192.168.2.138 to network 0.0.0.0

B 10.0.0.0 [20/0] via 192.168.2.142, 00:57:05B 11.0.0.0 [200/0] via 192.168.2.134, 00:57:23C 12.0.0.0 is directly connected, Loopback0B 40.0.0.0 [20/0] via 192.168.2.142, 00:57:06B 41.0.0.0 [20/0] via 192.168.2.142, 00:57:06 192.168.1.0 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97 255.255.255.255 [110/129] via 192.168.2.142, 01:07:19, Serial2O 192.168.1.81 255.255.255.255 [110/65] via 192.168.2.142, 01:13:57, Serial2C 192.168.1.224 255.255.255.240 is directly connected, Ethernet1O 192.168.1.192 255.255.255.240 [110/74] via 192.168.2.154, 05:04:57, Serial3C 192.168.1.208 255.255.255.240 is directly connected, Ethernet0O IA 192.168.1.160 255.255.255.240 [110/138] via 192.168.2.142, 01:13:58, Serial2O 192.168.1.176 255.255.255.240 [110/138] via 192.168.2.154, 05:04:59, Serial3O 192.168.1.128 255.255.255.240 [110/74] via 192.168.2.134, 01:13:59, Serial0O 192.168.1.144 255.255.255.240 [110/70] via 192.168.2.142, 01:13:59, Serial2 192.168.2.0 255.255.255.252 is subnetted, 6 subnetsC 192.168.2.136 is directly connected, Serial1C 192.168.2.140 is directly connected, Serial2C 192.168.2.132 is directly connected, Serial0C 192.168.2.152 is directly connected, Serial3O IA 192.168.2.144 [110/128] via 192.168.2.142, 01:14:00, Serial2O 192.168.2.148 [110/128] via 192.168.2.154, 05:05:00, Serial3 137.20.0.0 255.255.255.0 is subnetted, 1 subnets

Page 3

r7.txtO 137.20.20.0 [110/74] via 192.168.2.138, 01:14:00, Serial1O*E1 0.0.0.0 0.0.0.0 [110/65] via 192.168.2.138, 01:14:00, Serial1r7#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 700 (NOVELL-ETHER), Et1C 701 (NOVELL-ETHER), Et0c 702 (SAP), Et0C 1007 (HDLC), Se0C 2007 (HDLC), Se1C 3007 (HDLC), Se2C 7006 (HDLC), Se3E 100 [2195456/1] via 1007.0000.0c4a.acf9, age 1:18:31, 1u, Se0E 200 [2195456/1] via 2007.0060.5cf4.7345, age 1:18:31, 1u, Se1E 300 [2185984/1] via 3007.0000.30e2.e870, age 1:18:31, 1u, Se2E 400 [2707456/1] via 3007.0000.30e2.e870, age 1:18:31, 25u, Se2E 500 [2707456/1] via 7006.0000.0c92.8ed7, age 1:18:33, 1u, Se3E 600 [2195456/1] via 7006.0000.0c92.8ed7, age 1:18:33, 1u, Se3E 3004 [2681856/0] via 3007.0000.30e2.e870, age 1:18:33, 1u, Se2E 5006 [2681856/0] via 7006.0000.0c92.8ed7, age 1:18:33, 1u, Se3E 20000 [2297856/1] via 2007.0060.5cf4.7345, age 1:18:33, 1u, Se1r7#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [1/G] via 1007.5, 4654 sec, Serial0, zone r1ether0E Net 200-200 [1/G] via 2007.138, 4654 sec, Serial1, zone r2ether0E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0C Net 700-700 directly connected, Ethernet0, zone r7ether0C Net 701-701 directly connected, Ethernet1, zone r7ether1C Net 1007-1007 directly connected, Serial0, zone r1r7serialC Net 2007-2007 directly connected, Serial1, zone r2r7serialE Net 3004-3004 [1/G] via 3007.177, 4654 sec, Serial2, zone r3r4serialC Net 3007-3007 directly connected, Serial2, zone r3r7serialr7#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 0 0 (Local) -> 1.7*2 10 1 Serial2 -> 2.3 41 64 A+ Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 1.7*1.1 10 1 Serial0 -> 1.1 34 64 V*1.2 10 1 Serial1 -> 1.2 37 64 V*1.7 0 0 (Local) -> 1.7r7#sh vines route

Page 4

r7.txt3 servers, 3 routes, version 5, next update 30 seconds

Network Neighbor Flags Age Metric Uses

3000DCF1 - C1 - - -300AACF9 300AACF9:0001 R0* 52 0230 030147345 30147345:0001 R0* 33 0230 0r7#

Page 5

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookupappletalk routing eigrp 1appletalk route-redistribution!decnet routing 1.1decnet node-type routing-iv!ipx routing 0000.0c4a.acf9vines routing 300AACF9:0001!interface Loopback0 ip address 11.1.1.1 255.0.0.0!interface Ethernet0 ip address 192.168.1.129 255.255.255.240 appletalk cable-range 100-100 100.37 appletalk zone r1ether0 decnet cost 10 ipx network 100 vines metric 2 vines serverless vines arp-enable!interface Serial0 ip address 192.168.2.134 255.255.255.252 appletalk cable-range 1007-1007 1007.5 appletalk zone r1r7serial appletalk protocol eigrp no appletalk protocol rtmp appletalk access-group 601 decnet cost 10 ipx network 1007 vines metric 35 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router ospf 1 network 192.168.0.0 0.0.255.255 area 0!router bgp 2 no synchronization network 11.0.0.0 neighbor 192.168.2.133 remote-as 2!no ip classlessno logging consoledecnet host R4 2.4access-list 601 deny nbp 1 type LaserWriteraccess-list 601 permit other-nbps

Page 1

r1.txtaccess-list 601 permit other-access!!!!ipx router eigrp 1 network 1007!!ipx router rip no network 1007!!vines host R7 3000DCF1:0001!line con 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.133 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.2.142, 00:48:23C 11.0.0.0/8 is directly connected, Loopback0B 12.0.0.0/8 [200/0] via 192.168.2.133, 00:29:17B 40.0.0.0/8 [200/0] via 192.168.2.142, 00:48:29B 41.0.0.0/8 [200/0] via 192.168.2.142, 00:48:29 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/193] via 192.168.2.133, 00:58:43, Serial0O 192.168.1.81/32 [110/129] via 192.168.2.133, 01:05:21, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.133, 00:28:21, Serial0O IA 192.168.1.192/28 [110/138] via 192.168.2.133, 01:05:21, Serial0O IA 192.168.1.208/28 [110/74] via 192.168.2.133, 01:05:21, Serial0O IA 192.168.1.160/28 [110/202] via 192.168.2.133, 01:05:21, Serial0O IA 192.168.1.176/28 [110/202] via 192.168.2.133, 01:05:21, Serial0C 192.168.1.128/28 is directly connected, Ethernet0O 192.168.1.144/28 [110/134] via 192.168.2.133, 01:05:24, Serial0 192.168.2.0/30 is subnetted, 6 subnetsO 192.168.2.136 [110/128] via 192.168.2.133, 01:05:25, Serial0O 192.168.2.140 [110/128] via 192.168.2.133, 01:05:25, Serial0C 192.168.2.132 is directly connected, Serial0O IA 192.168.2.152 [110/128] via 192.168.2.133, 01:05:25, Serial0O IA 192.168.2.144 [110/192] via 192.168.2.133, 01:05:25, Serial0O IA 192.168.2.148 [110/192] via 192.168.2.133, 01:05:25, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/138] via 192.168.2.133, 01:05:25, Serial0O*E1 0.0.0.0/0 [110/129] via 192.168.2.133, 01:05:25, Serial0r1#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

Page 2

r1.txt16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 100 (NOVELL-ETHER), Et0C 1007 (HDLC), Se0E 200 [2707456/1] via 1007.0000.0c00.dcf1, age 01:09:53, 1u, Se0E 300 [2697984/1] via 1007.0000.0c00.dcf1, age 02:48:03, 1u, Se0E 400 [3219456/1] via 1007.0000.0c00.dcf1, age 02:48:03, 6u, Se0E 500 [3219456/1] via 1007.0000.0c00.dcf1, age 02:54:55, 1u, Se0E 600 [2707456/1] via 1007.0000.0c00.dcf1, age 02:54:55, 1u, Se0E 700 [267008000/0] via 1007.0000.0c00.dcf1, age 02:55:04, 1u, Se0E 701 [267008000/0] via 1007.0000.0c00.dcf1, age 02:55:08, 1u, Se0E 702 [267008000/0] via 1007.0000.0c00.dcf1, age 02:49:35, 1u, Se0E 2007 [2681856/0] via 1007.0000.0c00.dcf1, age 01:10:02, 1u, Se0E 3004 [3193856/0] via 1007.0000.0c00.dcf1, age 02:48:07, 1u, Se0E 3007 [2681856/0] via 1007.0000.0c00.dcf1, age 02:55:04, 1u, Se0E 5006 [3193856/0] via 1007.0000.0c00.dcf1, age 02:54:59, 1u, Se0E 7006 [2681856/0] via 1007.0000.0c00.dcf1, age 02:55:00, 1u, Se0E 20000 [2809856/1] via 1007.0000.0c00.dcf1, age 01:09:58, 1u, Se0r1#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

C Net 100-100 directly connected, Ethernet0, zone r1ether0E Net 200-200 [2/G] via 1007.149, 4137 sec, Serial0, zone r2ether0E Net 300-300 [2/G] via 1007.149, 4430 sec, Serial0, zone r3token0E Net 400 [3/G] via 1007.149, 4430 sec, Serial0, zone r4ether0E Net 700-700 [1/G] via 1007.149, 4449 sec, Serial0, zone r7ether0E Net 701-701 [1/G] via 1007.149, 4450 sec, Serial0, zone r7ether1C Net 1007-1007 directly connected, Serial0, zone r1r7serialE Net 2007-2007 [1/G] via 1007.149, 4141 sec, Serial0, zone r2r7serialE Net 3004-3004 [2/G] via 1007.149, 4430 sec, Serial0, zone r3r4serialE Net 3007-3007 [1/G] via 1007.149, 4434 sec, Serial0, zone r3r7serialr1#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 1.7*1.1 0 0 (Local) -> 1.1*1.2 20 2 Serial0 -> 1.7*1.7 10 1 Serial0 -> 1.7 38 64 V+r1#sh vines route3 servers, 3 routes, version 3, next update 79 seconds

Network Neighbor Flags Age Metric Uses

3000DCF1 3000DCF1:0001 R0* 17 0230 0Page 3

r1.txt300AACF9 - C1 - - -30147345 3000DCF1:0001 R0* 17 0460 0r1#

Page 4

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password money357!username marc password 0 money357ip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r7 2007 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip name-server 207.238.183.71ip name-server 207.238.183.72appletalk routing eigrp 2appletalk route-redistribution!decnet routing 1.2decnet node-type routing-iv!ipx routing 0060.5cf4.7345vines routing 30147345:0001!interface Loopback0 ip address 200.200.200.1 255.255.255.0 ipx network 20000!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 appletalk cable-range 200-200 200.145 appletalk zone r2ether0 decnet cost 10 ipx network 200 vines metric 2 vines serverless vines arp-enable!interface Serial0 ip address 192.168.2.138 255.255.255.252 bandwidth 2000 appletalk cable-range 2007-2007 2007.138 appletalk zone r2r7serial appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 2007 vines metric 35 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router ospf 1 network 137.20.20.1 0.0.0.0 area 0 network 192.168.2.138 0.0.0.0 area 0

Page 1

r2.txt default-information originate always metric-type 1!router bgp 2 no synchronization neighbor 192.168.2.137 remote-as 2!no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging console!!!!ipx router eigrp 1 network 2007!!ipx router rip no network 2007!!!!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 300 txspeed 300 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password money357 login local!end

r2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.2.142, 00:50:11B 11.0.0.0/8 [200/0] via 192.168.2.134, 00:50:33B 12.0.0.0/8 [200/0] via 192.168.2.137, 00:31:05B 40.0.0.0/8 [200/0] via 192.168.2.142, 00:50:17B 41.0.0.0/8 [200/0] via 192.168.2.142, 00:50:17 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/179] via 192.168.2.137, 01:00:31, Serial0O 192.168.1.81/32 [110/115] via 192.168.2.137, 01:07:09, Serial0

Page 2

r2.txtO E2 192.168.1.224/28 [110/50] via 192.168.2.137, 00:30:09, Serial0O IA 192.168.1.192/28 [110/124] via 192.168.2.137, 01:07:09, Serial0O IA 192.168.1.208/28 [110/60] via 192.168.2.137, 01:07:09, Serial0O IA 192.168.1.160/28 [110/188] via 192.168.2.137, 01:07:09, Serial0O IA 192.168.1.176/28 [110/188] via 192.168.2.137, 01:07:09, Serial0O 192.168.1.128/28 [110/124] via 192.168.2.137, 01:07:10, Serial0O 192.168.1.144/28 [110/120] via 192.168.2.137, 01:07:13, Serial0 192.168.2.0/30 is subnetted, 6 subnetsC 192.168.2.136 is directly connected, Serial0O 192.168.2.140 [110/114] via 192.168.2.137, 01:07:13, Serial0O 192.168.2.132 [110/114] via 192.168.2.137, 01:07:13, Serial0O IA 192.168.2.152 [110/114] via 192.168.2.137, 01:07:13, Serial0O IA 192.168.2.144 [110/178] via 192.168.2.137, 01:07:13, Serial0O IA 192.168.2.148 [110/178] via 192.168.2.137, 01:07:13, Serial0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0C 200.200.200.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 200 (NOVELL-ETHER), Et0C 2007 (HDLC), Se0C 20000 (UNKNOWN), Lo0E 100 [2707456/1] via 2007.0000.0c00.dcf1, age 01:11:41, 1u, Se0E 300 [2697984/1] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 400 [3219456/1] via 2007.0000.0c00.dcf1, age 01:11:42, 3u, Se0E 500 [3219456/1] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 600 [2707456/1] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 700 [267008000/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 701 [267008000/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 702 [267008000/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 1007 [2681856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 3004 [3193856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 3007 [2681856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 5006 [3193856/0] via 2007.0000.0c00.dcf1, age 01:11:42, 1u, Se0E 7006 [2681856/0] via 2007.0000.0c00.dcf1, age 01:11:43, 1u, Se0r2#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.Page 3

r2.txt

E Net 100-100 [2/G] via 2007.50, 4242 sec, Serial0, zone r1ether0C Net 200-200 directly connected, Ethernet0, zone r2ether0E Net 300-300 [2/G] via 2007.50, 4242 sec, Serial0, zone r3token0E Net 400 [3/G] via 2007.50, 4242 sec, Serial0, zone r4ether0E Net 700-700 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether0E Net 701-701 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether1E Net 1007-1007 [1/G] via 2007.50, 4242 sec, Serial0, zone r1r7serialC Net 2007-2007 directly connected, Serial0, zone r2r7serialE Net 3004-3004 [2/G] via 2007.50, 4242 sec, Serial0, zone r3r4serialE Net 3007-3007 [1/G] via 2007.50, 4242 sec, Serial0, zone r3r7serialr2#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 1.7*1.1 20 2 Serial0 -> 1.7*1.2 0 0 (Local) -> 1.2*1.7 10 1 Serial0 -> 1.7 39 64 V+r2#sh vines route3 servers, 3 routes, version 7, next update 19 seconds

Network Neighbor Flags Age Metric Uses

3000DCF1 3000DCF1:0001 R0* 7 0230 0300AACF9 3000DCF1:0001 R0* 7 0460 030147345 - C1 - - -r2#

Page 4

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!no ip domain-lookupappletalk routing eigrp 3appletalk route-redistribution!decnet routing 2.3decnet node-type area!ipx routing 0000.30e2.e870!interface Loopback0 ip address 192.168.1.81 255.255.255.240!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.242 appletalk zone r3r4serial appletalk protocol eigrp no appletalk protocol rtmp appletalk distribute-list 601 out appletalk zip-reply-filter 600 tunnel source Serial1 tunnel destination 192.168.2.146!interface Serial0 ip address 192.168.2.142 255.255.255.252 appletalk cable-range 3007-3007 3007.177 appletalk zone r3r7serial appletalk protocol eigrp no appletalk protocol rtmp decnet cost 10 ipx network 3007 ipx output-sap-filter 1000 no fair-queue!interface Serial1 ip address 192.168.2.145 255.255.255.252 encapsulation x25 dce ip ospf message-digest-key 1 md5 cisco ip ospf network broadcast ip ospf priority 200 no ip mroute-cache decnet cost 10 ipx network 3004 ipx type-20-propagation x25 address 304 x25 map ipx 3004.0000.0c92.821f 403 broadcast x25 map decnet 2.4 403 broadcast x25 map ip 192.168.2.146 403 broadcast clockrate 2000000!interface TokenRing0 ip address 192.168.1.145 255.255.255.240 appletalk cable-range 300-300 300.113

Page 1

r3.txt appletalk zone r3token0 decnet cost 10 ipx network 300 ipx type-20-propagation ring-speed 16!router ospf 1 network 192.168.1.145 0.0.0.0 area 0 network 192.168.2.142 0.0.0.0 area 0 network 192.168.2.145 0.0.0.0 area 4 network 192.168.1.81 0.0.0.0 area 0 area 4 authentication message-digest!router bgp 1 no synchronization neighbor 192.168.1.97 remote-as 1 neighbor 192.168.1.97 update-source Loopback0 neighbor 192.168.2.141 remote-as 2!no ip classlessno logging consoleaccess-list 600 deny zone r7ether0access-list 600 permit additional-zonesaccess-list 600 permit other-accessaccess-list 601 deny cable-range 700-700access-list 601 permit other-accessaccess-list 1000 permit FFFFFFFF 0 fserver!!!!ipx router eigrp 1 network 3004 network 3007!!ipx router rip no network 3007 no network 3004!!!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.141 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.1.97, 01:00:23B 11.0.0.0/8 [20/0] via 192.168.2.141, 00:51:21B 12.0.0.0/8 [20/0] via 192.168.2.141, 00:50:50

Page 2

r3.txtB 40.0.0.0/8 [200/0] via 192.168.1.97, 01:00:58B 41.0.0.0/8 [200/0] via 192.168.1.97, 01:00:58 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO 192.168.1.97/32 [110/65] via 192.168.2.146, 01:01:34, Serial1C 192.168.1.80/28 is directly connected, Loopback0O E2 192.168.1.224/28 [110/50] via 192.168.2.141, 00:31:12, Serial0O IA 192.168.1.192/28 [110/138] via 192.168.2.141, 01:01:34, Serial0O IA 192.168.1.208/28 [110/74] via 192.168.2.141, 01:01:35, Serial0O 192.168.1.160/28 [110/74] via 192.168.2.146, 01:01:35, Serial1O IA 192.168.1.176/28 [110/202] via 192.168.2.141, 01:01:35, Serial0O 192.168.1.128/28 [110/138] via 192.168.2.141, 01:08:13, Serial0C 192.168.1.144/28 is directly connected, TokenRing0 192.168.2.0/30 is subnetted, 6 subnetsO 192.168.2.136 [110/128] via 192.168.2.141, 01:08:14, Serial0C 192.168.2.140 is directly connected, Serial0O 192.168.2.132 [110/128] via 192.168.2.141, 01:08:14, Serial0O IA 192.168.2.152 [110/128] via 192.168.2.141, 01:01:36, Serial0C 192.168.2.144 is directly connected, Serial1O IA 192.168.2.148 [110/192] via 192.168.2.141, 01:01:36, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO 137.20.20.0 [110/138] via 192.168.2.141, 01:08:15, Serial0O*E1 0.0.0.0/0 [110/129] via 192.168.2.141, 01:01:37, Serial0r3#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 300 (SAP), To0C 3004 (X25), Se1C 3007 (HDLC), Se0E 100 [2707456/1] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 200 [2707456/1] via 3007.0000.0c00.dcf1, age 01:12:43, 1u, Se0E 400 [2195456/1] via 3004.0000.0c92.821f, age 03:30:56, 23u, Se1E 500 [3219456/1] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 600 [2707456/1] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 700 [267008000/0] via 3007.0000.0c00.dcf1, age 02:50:52, 1u, Se0E 701 [267008000/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 702 [267008000/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 1007 [2681856/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 2007 [2681856/0] via 3007.0000.0c00.dcf1, age 01:12:49, 1u, Se0E 5006 [3193856/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 7006 [2681856/0] via 3007.0000.0c00.dcf1, age 02:50:54, 1u, Se0E 20000 [2809856/1] via 3007.0000.0c00.dcf1, age 01:12:44, 1u, Se0r3#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP

Page 3

r3.txt S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [2/G] via 3007.20, 4592 sec, Serial0, zone r1ether0E Net 200-200 [2/G] via 3007.20, 4302 sec, Serial0, zone r2ether0C Net 300-300 directly connected, TokenRing0, zone r3token0E Net 400 [1/G] via 3004.243, 4716 sec, Tunnel0, zone r4ether0E Net 700-700 [1/G] via 3007.20, 4592 sec, Serial0, zone r7ether0E Net 701-701 [1/G] via 3007.20, 4593 sec, Serial0, zone r7ether1E Net 1007-1007 [1/G] via 3007.20, 4593 sec, Serial0, zone r1r7serialE Net 2007-2007 [1/G] via 3007.20, 4305 sec, Serial0, zone r2r7serialC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialC Net 3007-3007 directly connected, Serial0, zone r3r7serialr3#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 10 1 Serial0 -> 1.7 43 64 A+*2 0 0 (Local) -> 2.3 Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 2.3*2.3 0 0 (Local) -> 2.3*2.4 10 1 Serial1 -> 2.4 37 64 V

Page 4

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!netbios access-list host r4 deny cisconetbios access-list host r4 permit *!no ip domain-lookupappletalk routing eigrp 4appletalk route-redistribution!decnet routing 2.4decnet node-type routing-iv!ipx routing 0000.0c92.821f!interface Loopback0 ip address 192.168.1.97 255.255.255.240!interface Loopback1 ip address 10.1.1.1 255.0.0.0!interface Tunnel0 no ip address appletalk cable-range 3004-3004 3004.243 appletalk zone r3r4serial appletalk protocol eigrp no appletalk protocol rtmp tunnel source Serial0 tunnel destination 192.168.2.145!interface Ethernet0 ip address 192.168.1.161 255.255.255.240 appletalk address 400.4 appletalk zone r4ether0 decnet cost 10 ipx access-group 800 out ipx network 400 ipx gns-response-delay 2000 ipx type-20-propagation!interface Serial0 ip address 192.168.2.146 255.255.255.252 encapsulation x25 ip ospf message-digest-key 1 md5 cisco ip ospf network broadcast ip ospf cost 200 no ip mroute-cache decnet cost 10 ipx network 3004 ipx type-20-propagation ipx netbios output-access-filter host r4 x25 address 403 x25 map ipx 3004.0000.30e2.e870 304 broadcast x25 map decnet 2.3 304 broadcast x25 map ip 192.168.2.145 304 broadcast!interface Serial1

Page 1

r4.txt no ip address shutdown!router ospf 1 network 192.168.2.146 0.0.0.0 area 4 network 192.168.1.161 0.0.0.0 area 4 network 192.168.1.97 0.0.0.0 area 4 area 4 authentication message-digest!router bgp 1 no synchronization network 10.0.0.0 redistribute static metric 20 neighbor 192.168.1.81 remote-as 1 neighbor 192.168.1.81 update-source Loopback0!no ip classlessip route 40.0.0.0 255.0.0.0 Null0ip route 41.0.0.0 255.0.0.0 Null0no logging consoleaccess-list 800 deny 100 400access-list 800 permit FFFFFFFF FFFFFFFFappletalk zip-query-interval 30!!!!ipx router eigrp 1 network 3004!!ipx router rip no network 3004!!ipx sap 4 fserver 400.0000.0c00.abcd 451 1ipx sap 7 pserver 400.0000.0c00.1234 451 1!!line con 0line aux 0line vty 0 4 login!end

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.145 to network 0.0.0.0

C 10.0.0.0/8 is directly connected, Loopback1B 11.0.0.0/8 [200/0] via 192.168.2.141, 00:54:00B 12.0.0.0/8 [200/0] via 192.168.2.141, 00:34:48S 40.0.0.0/8 is directly connected, Null0S 41.0.0.0/8 is directly connected, Null0 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksC 192.168.1.96/28 is directly connected, Loopback0

Page 2

r4.txtO IA 192.168.1.81/32 [110/201] via 192.168.2.145, 01:04:14, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.145, 00:33:52, Serial0O IA 192.168.1.192/28 [110/338] via 192.168.2.145, 01:04:14, Serial0O IA 192.168.1.208/28 [110/274] via 192.168.2.145, 01:04:15, Serial0C 192.168.1.160/28 is directly connected, Ethernet0O IA 192.168.1.176/28 [110/402] via 192.168.2.145, 01:04:15, Serial0O IA 192.168.1.128/28 [110/338] via 192.168.2.145, 01:04:15, Serial0O IA 192.168.1.144/28 [110/206] via 192.168.2.145, 01:04:16, Serial0 192.168.2.0/30 is subnetted, 6 subnetsO IA 192.168.2.136 [110/328] via 192.168.2.145, 01:04:16, Serial0O IA 192.168.2.140 [110/264] via 192.168.2.145, 01:04:16, Serial0O IA 192.168.2.132 [110/328] via 192.168.2.145, 01:04:16, Serial0O IA 192.168.2.152 [110/328] via 192.168.2.145, 01:04:16, Serial0C 192.168.2.144 is directly connected, Serial0O IA 192.168.2.148 [110/392] via 192.168.2.145, 01:04:16, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/338] via 192.168.2.145, 01:04:17, Serial0O*E1 0.0.0.0/0 [110/329] via 192.168.2.145, 01:04:17, Serial0r4#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 400 (NOVELL-ETHER), Et0C 3004 (X25), Se0E 100 [3219456/1] via 3004.0000.30e2.e870, age 02:53:32, 1u, Se0E 200 [3219456/1] via 3004.0000.30e2.e870, age 01:15:23, 1u, Se0E 300 [2185984/1] via 3004.0000.30e2.e870, age 03:33:57, 1u, Se0E 500 [3731456/1] via 3004.0000.30e2.e870, age 02:53:33, 1u, Se0E 600 [3219456/1] via 3004.0000.30e2.e870, age 02:53:33, 1u, Se0E 700 [267520000/0] via 3004.0000.30e2.e870, age 02:53:33, 1u, Se0E 701 [267520000/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 702 [267520000/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 1007 [3193856/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 2007 [3193856/0] via 3004.0000.30e2.e870, age 01:15:29, 1u, Se0E 3007 [2681856/0] via 3004.0000.30e2.e870, age 03:33:59, 1u, Se0E 5006 [3705856/0] via 3004.0000.30e2.e870, age 02:53:34, 1u, Se0E 7006 [3193856/0] via 3004.0000.30e2.e870, age 02:53:35, 1u, Se0E 20000 [3321856/1] via 3004.0000.30e2.e870, age 01:15:25, 1u, Se0r4#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy9 routes in internet

Page 3

r4.txtThe first zone listed for each entry is its default (primary) zone.

E Net 100-100 [3/G] via 3004.242, 4753 sec, Tunnel0, zone r1ether0E Net 200-200 [3/G] via 3004.242, 4462 sec, Tunnel0, zone r2ether0E Net 300-300 [1/G] via 3004.242, 4941 sec, Tunnel0, zone r3token0C Net 400 directly connected, Ethernet0, zone r4ether0E Net 701-701 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r7ether1E Net 1007-1007 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r1r7serialE Net 2007-2007 [2/G] via 3004.242, 4465 sec, Tunnel0, zone r2r7serialC Net 3004-3004 directly connected, Tunnel0, zone r3r4serialE Net 3007-3007 [1/G] via 3004.242, 4756 sec, Tunnel0, zone r3r7serialr4#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Serial0 -> 2.3*2.3 10 1 Serial0 -> 2.3 37 64 V+*2.4 0 0 (Local) -> 2.4

Page 4

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!no ip domain-lookupipx routing 00e0.b055.d43a!interface Ethernet0 ip address 192.168.1.177 255.255.255.240 ipx network 500!interface Serial0 ip address 192.168.2.149 255.255.255.252 encapsulation ppp ipx network 5006 ipx bandwidth-percent eigrp 1 25 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 network 192.168.0.0 0.0.255.255 area 56!router bgp 3 no synchronization neighbor 192.168.2.150 remote-as 3!no ip classlessno logging console!!ipx router eigrp 1 network 5006!!ipx router rip no network 5006!!!!line con 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Page 1

r5.txt D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.150 to network 0.0.0.0

B 10.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35B 11.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35B 12.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35B 41.0.0.0/8 [200/0] via 192.168.2.153, 00:31:36 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/257] via 192.168.2.150, 01:05:26, Serial0O IA 192.168.1.81/32 [110/193] via 192.168.2.150, 01:12:05, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.150, 00:35:04, Serial0O 192.168.1.192/28 [110/74] via 192.168.2.150, 05:03:04, Serial0O 192.168.1.208/28 [110/138] via 192.168.2.150, 05:03:04, Serial0O IA 192.168.1.160/28 [110/266] via 192.168.2.150, 01:16:17, Serial0C 192.168.1.176/28 is directly connected, Ethernet0O IA 192.168.1.128/28 [110/202] via 192.168.2.150, 01:16:17, Serial0O IA 192.168.1.144/28 [110/198] via 192.168.2.150, 01:16:17, Serial0 192.168.2.0/24 is variably subnetted, 7 subnets, 2 masksO IA 192.168.2.136/30 [110/192] via 192.168.2.150, 01:16:18, Serial0O IA 192.168.2.140/30 [110/192] via 192.168.2.150, 01:16:18, Serial0O IA 192.168.2.132/30 [110/192] via 192.168.2.150, 01:16:18, Serial0O 192.168.2.152/30 [110/128] via 192.168.2.150, 05:03:06, Serial0O IA 192.168.2.144/30 [110/256] via 192.168.2.150, 01:16:18, Serial0C 192.168.2.150/32 is directly connected, Serial0C 192.168.2.148/30 is directly connected, Serial0 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/202] via 192.168.2.150, 01:16:19, Serial0O*E1 0.0.0.0/0 [110/193] via 192.168.2.150, 01:16:19, Serial0r5#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 500 (NOVELL-ETHER), Et0C 5006 (PPP), Se0E 100 [3219456/1] via 5006.0000.0c92.8ed7, age 03:01:37, 1u, Se0E 200 [3219456/1] via 5006.0000.0c92.8ed7, age 01:16:35, 1u, Se0E 300 [3209984/1] via 5006.0000.0c92.8ed7, age 02:54:45, 1u, Se0E 400 [3731456/1] via 5006.0000.0c92.8ed7, age 02:54:45, 6u, Se0E 600 [2195456/1] via 5006.0000.0c92.8ed7, age 03:03:54, 1u, Se0E 700 [267520000/0] via 5006.0000.0c92.8ed7, age 03:01:37, 1u, Se0E 701 [267520000/0] via 5006.0000.0c92.8ed7, age 03:01:39, 1u, Se0E 702 [267520000/0] via 5006.0000.0c92.8ed7, age 02:56:15, 1u, Se0E 1007 [3193856/0] via 5006.0000.0c92.8ed7, age 03:01:39, 1u, Se0

Page 2

r5.txtE 2007 [3193856/0] via 5006.0000.0c92.8ed7, age 01:16:41, 1u, Se0E 3004 [3705856/0] via 5006.0000.0c92.8ed7, age 02:54:46, 1u, Se0E 3007 [3193856/0] via 5006.0000.0c92.8ed7, age 03:01:39, 1u, Se0E 7006 [2681856/0] via 5006.0000.0c92.8ed7, age 03:03:56, 1u, Se0E 20000 [3321856/1] via 5006.0000.0c92.8ed7, age 01:16:37, 1u, Se0

Page 3

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!no ip domain-lookupipx routing 0000.0c92.8ed7!interface Ethernet0 ip address 192.168.1.193 255.255.255.240 ipx network 600!interface Serial0 ip address 192.168.2.154 255.255.255.252 ipx network 7006 no fair-queue clockrate 2000000!interface Serial1 ip address 192.168.2.150 255.255.255.252 encapsulation ppp ipx network 5006 ipx bandwidth-percent eigrp 1 25!interface BRI0 no ip address shutdown!router ospf 1 network 192.168.0.0 0.0.255.255 area 56!router bgp 3 no synchronization neighbor 192.168.2.149 remote-as 3 neighbor 192.168.2.153 remote-as 2!no ip classlessno logging console!!!ipx router eigrp 1 network 7006 network 5006!!ipx router rip no network 7006 no network 5006!!!!line con 0line aux 0line vty 0 4 login!

Page 1

r6.txtend

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.153 to network 0.0.0.0

B 10.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36B 11.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36B 12.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36B 41.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36 192.168.1.0/24 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97/32 [110/193] via 192.168.2.153, 01:06:27, Serial0O IA 192.168.1.81/32 [110/129] via 192.168.2.153, 01:13:05, Serial0O E2 192.168.1.224/28 [110/50] via 192.168.2.153, 00:36:05, Serial0C 192.168.1.192/28 is directly connected, Ethernet0O 192.168.1.208/28 [110/74] via 192.168.2.153, 05:04:05, Serial0O IA 192.168.1.160/28 [110/202] via 192.168.2.153, 01:17:17, Serial0O 192.168.1.176/28 [110/74] via 192.168.2.149, 05:04:05, Serial1O IA 192.168.1.128/28 [110/138] via 192.168.2.153, 01:17:17, Serial0O IA 192.168.1.144/28 [110/134] via 192.168.2.153, 01:17:17, Serial0 192.168.2.0/24 is variably subnetted, 7 subnets, 2 masksO IA 192.168.2.136/30 [110/128] via 192.168.2.153, 01:17:18, Serial0O IA 192.168.2.140/30 [110/128] via 192.168.2.153, 01:17:18, Serial0O IA 192.168.2.132/30 [110/128] via 192.168.2.153, 01:17:18, Serial0C 192.168.2.152/30 is directly connected, Serial0O IA 192.168.2.144/30 [110/192] via 192.168.2.153, 01:17:18, Serial0C 192.168.2.148/30 is directly connected, Serial1C 192.168.2.149/32 is directly connected, Serial1 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/138] via 192.168.2.153, 01:17:19, Serial0O*E1 0.0.0.0/0 [110/129] via 192.168.2.153, 01:17:19, Serial0r6#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 600 (NOVELL-ETHER), Et0C 5006 (PPP), Se1C 7006 (HDLC), Se0E 100 [2707456/1] via 7006.0000.0c00.dcf1, age 03:02:36, 1u, Se0 1u, Se0 1u, Se0E 300 [2697984/1] via 7006.0000.0c00.dcf1, age 02:55:45, 1u, Se0E 400 [3219456/1] via 7006.0000.0c00.dcf1, age 02:55:45, 11u, Se0E 500 [2195456/1] via 5006.00e0.b055.d43a, age 03:02:37, 1u, Se1E 700 [267008000/0] via 7006.0000.0c00.dcf1, age 03:02:37, 1u, Se0E 701 [267008000/0] via 7006.0000.0c00.dcf1, age 03:02:38,

Page 2

r6.txt 1u, Se0E 702 [267008000/0] via 7006.0000.0c00.dcf1, age 02:57:14, 1u, Se0E 1007 [2681856/0] via 7006.0000.0c00.dcf1, age 03:02:38, 1u, Se0E 2007 [2681856/0] via 7006.0000.0c00.dcf1, age 01:17:41, 1u, Se0E 3004 [3193856/0] via 7006.0000.0c00.dcf1, age 02:55:46, 1u, Se0E 3007 [2681856/0] via 7006.0000.0c00.dcf1, age 03:02:38, 1u, Se0E 20000 [2809856/1] via 7006.0000.0c00.dcf1, age 01:17:37, 1u, Se0r6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupvines routing 3000DCF1:0001!decnet routing 1.7decnet node-type area!ipx routing 0000.0c00.dcf1appletalk routing eigrp 7appletalk route-redistribution!interface Loopback0 ip address 12.1.1.1 255.0.0.0!interface Ethernet0 ip address 192.168.1.209 255.255.255.240 vines metric 2 vines serverless vines arp-enable decnet cost 10 ipx network 701 ipx network 702 encapsulation SAP secondary appletalk cable-range 700-700 700.4 appletalk zone r7ether0!interface Ethernet1 ip address 192.168.1.225 255.255.255.240 decnet cost 10 ipx network 700 appletalk cable-range 701-701 701.159 appletalk zone r7ether1!interface Serial0 ip address 192.168.2.133 255.255.255.252 vines metric 35 decnet cost 10 ipx network 1007 appletalk cable-range 1007-1007 1007.149 appletalk zone r1r7serial appletalk protocol eigrp no appletalk protocol rtmp no fair-queue!interface Serial1 ip address 192.168.2.137 255.255.255.252 vines metric 35 decnet cost 10 ipx network 2007 appletalk cable-range 2007-2007 2007.50 appletalk zone r2r7serial appletalk protocol eigrp no appletalk protocol rtmp!interface Serial2 ip address 192.168.2.141 255.255.255.252

Page 1

r7.txt decnet cost 10 ipx network 3007 appletalk cable-range 3007-3007 3007.20 appletalk zone r3r7serial appletalk protocol eigrp no appletalk protocol rtmp clockrate 2000000!interface Serial3 ip address 192.168.2.153 255.255.255.252 ipx network 7006!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router ospf 1 redistribute connected metric 10 subnets route-map connected network 192.168.1.209 0.0.0.0 area 56 network 192.168.2.133 0.0.0.0 area 0 network 192.168.2.137 0.0.0.0 area 0 network 192.168.2.141 0.0.0.0 area 0 network 192.168.2.153 0.0.0.0 area 56!router bgp 2 no synchronization network 12.0.0.0 neighbor 192.168.2.134 remote-as 2 neighbor 192.168.2.134 route-reflector-client neighbor 192.168.2.138 remote-as 2 neighbor 192.168.2.138 route-reflector-client neighbor 192.168.2.142 remote-as 1 neighbor 192.168.2.154 remote-as 3 neighbor 192.168.2.154 route-map blockroute out!no logging consoleaccess-list 1 permit 40.0.0.0 0.0.0.255access-list 10 permit 192.168.1.224!route-map blockroute deny 10 match ip address 1 set metric 250!route-map blockroute permit 20!route-map connected permit 10 match ip address 10 set metric 50!!!

Page 2

r7.txt!ipx router eigrp 1 network 1007 network 2007 network 3007 network 7006!!ipx router rip no network 1007 no network 2007 no network 3007 no network 7006!!!!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 192.168.2.138 to network 0.0.0.0

B 10.0.0.0 [20/0] via 192.168.2.142, 00:57:05B 11.0.0.0 [200/0] via 192.168.2.134, 00:57:23C 12.0.0.0 is directly connected, Loopback0B 40.0.0.0 [20/0] via 192.168.2.142, 00:57:06B 41.0.0.0 [20/0] via 192.168.2.142, 00:57:06 192.168.1.0 is variably subnetted, 9 subnets, 2 masksO IA 192.168.1.97 255.255.255.255 [110/129] via 192.168.2.142, 01:07:19, Serial2O 192.168.1.81 255.255.255.255 [110/65] via 192.168.2.142, 01:13:57, Serial2C 192.168.1.224 255.255.255.240 is directly connected, Ethernet1O 192.168.1.192 255.255.255.240 [110/74] via 192.168.2.154, 05:04:57, Serial3C 192.168.1.208 255.255.255.240 is directly connected, Ethernet0O IA 192.168.1.160 255.255.255.240 [110/138] via 192.168.2.142, 01:13:58, Serial2O 192.168.1.176 255.255.255.240 [110/138] via 192.168.2.154, 05:04:59, Serial3O 192.168.1.128 255.255.255.240 [110/74] via 192.168.2.134, 01:13:59, Serial0O 192.168.1.144 255.255.255.240 [110/70] via 192.168.2.142, 01:13:59, Serial2 192.168.2.0 255.255.255.252 is subnetted, 6 subnetsC 192.168.2.136 is directly connected, Serial1C 192.168.2.140 is directly connected, Serial2C 192.168.2.132 is directly connected, Serial0C 192.168.2.152 is directly connected, Serial3O IA 192.168.2.144 [110/128] via 192.168.2.142, 01:14:00, Serial2O 192.168.2.148 [110/128] via 192.168.2.154, 05:05:00, Serial3 137.20.0.0 255.255.255.0 is subnetted, 1 subnets

Page 3

r7.txtO 137.20.20.0 [110/74] via 192.168.2.138, 01:14:00, Serial1O*E1 0.0.0.0 0.0.0.0 [110/65] via 192.168.2.138, 01:14:00, Serial1r7#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, s - seconds, u - uses

16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 700 (NOVELL-ETHER), Et1C 701 (NOVELL-ETHER), Et0c 702 (SAP), Et0C 1007 (HDLC), Se0C 2007 (HDLC), Se1C 3007 (HDLC), Se2C 7006 (HDLC), Se3E 100 [2195456/1] via 1007.0000.0c4a.acf9, age 1:18:31, 1u, Se0E 200 [2195456/1] via 2007.0060.5cf4.7345, age 1:18:31, 1u, Se1E 300 [2185984/1] via 3007.0000.30e2.e870, age 1:18:31, 1u, Se2E 400 [2707456/1] via 3007.0000.30e2.e870, age 1:18:31, 25u, Se2E 500 [2707456/1] via 7006.0000.0c92.8ed7, age 1:18:33, 1u, Se3E 600 [2195456/1] via 7006.0000.0c92.8ed7, age 1:18:33, 1u, Se3E 3004 [2681856/0] via 3007.0000.30e2.e870, age 1:18:33, 1u, Se2E 5006 [2681856/0] via 7006.0000.0c92.8ed7, age 1:18:33, 1u, Se3E 20000 [2297856/1] via 2007.0060.5cf4.7345, age 1:18:33, 1u, Se1r7#sh apple routeCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 100-100 [1/G] via 1007.5, 4654 sec, Serial0, zone r1ether0E Net 200-200 [1/G] via 2007.138, 4654 sec, Serial1, zone r2ether0E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0C Net 700-700 directly connected, Ethernet0, zone r7ether0C Net 701-701 directly connected, Ethernet1, zone r7ether1C Net 1007-1007 directly connected, Serial0, zone r1r7serialC Net 2007-2007 directly connected, Serial1, zone r2r7serialE Net 3004-3004 [1/G] via 3007.177, 4654 sec, Serial2, zone r3r4serialC Net 3007-3007 directly connected, Serial2, zone r3r7serialr7#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 0 0 (Local) -> 1.7*2 10 1 Serial2 -> 2.3 41 64 A+ Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 1.7*1.1 10 1 Serial0 -> 1.1 34 64 V*1.2 10 1 Serial1 -> 1.2 37 64 V*1.7 0 0 (Local) -> 1.7r7#sh vines route

Page 4

r7.txt3 servers, 3 routes, version 5, next update 30 seconds

Network Neighbor Flags Age Metric Uses

3000DCF1 - C1 - - -300AACF9 300AACF9:0001 R0* 52 0230 030147345 30147345:0001 R0* 33 0230 0r7#

Page 5

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!no ip domain-lookup!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 137.20.10.1 255.255.255.0!interface Serial0 ip address 137.20.25.1 255.255.255.0 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router ospf 1 summary-address 160.0.0.0 240.0.0.0 redistribute connected metric 20 subnets route-map filter-loop redistribute bgp 2 metric 20 subnets network 137.20.25.1 0.0.0.0 area 2 network 200.200.200.1 0.0.0.0 area 2!router bgp 2 no synchronization bgp always-compare-med network 137.20.10.0 mask 255.255.255.0 redistribute ospf 1 route-map filter-ex-ospf-from-bgp neighbor 137.20.10.70 remote-as 3 neighbor 137.20.10.70 update-source Loopback0 neighbor 137.20.10.70 default-originate neighbor 137.20.60.1 remote-as 2 neighbor 137.20.60.1 route-reflector-client neighbor 137.20.100.33 remote-as 2 neighbor 137.20.100.33 route-reflector-client no auto-summary!ip classlessaccess-list 1 permit 137.20.10.0 0.0.0.255access-list 2 permit 137.20.64.7access-list 3 permit 137.20.64.0 0.0.15.255access-list 8 permit 172.168.80.0 0.0.0.255access-list 8 permit 137.20.86.0 0.0.0.255access-list 65 permit 137.20.224.0 0.0.0.255route-map filter-loop permit 10 match ip address 1!route-map filter-ex-ospf-from-bgp deny 5 match ip address 65!route-map filter-ex-ospf-from-bgp permit 10 match route-type internal

Page 1

r1.txt!route-map filter-ex-ospf-from-bgp deny 20 match ip address 8!route-map filter-ex-ospf-from-bgp permit 30 match route-type external!!snmp-server community secret RW 2snmp-server community public RO 2snmp-server trap-authenticationsnmp-server host 137.20.64.7 publicalias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 exec-timeout 15 0 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.25.2 to network 0.0.0.0

172.168.0.0/24 is subnetted, 2 subnetsB 172.168.70.0 [20/170] via 137.20.10.70, 01:11:35O E2 172.168.80.0 [110/20] via 137.20.25.2, 01:11:26, Serial0 200.200.100.0/32 is subnetted, 1 subnetsO IA 200.200.100.1 [110/115] via 137.20.25.2, 01:12:06, Serial0 137.20.0.0/16 is variably subnetted, 16 subnets, 4 masksO E1 137.20.200.16/28 [110/164] via 137.20.25.2, 01:12:06, Serial0O IA 137.20.240.1/32 [110/65] via 137.20.25.2, 01:12:06, Serial0O IA 137.20.224.0/20 [110/1626] via 137.20.25.2, 01:12:06, Serial0O IA 137.20.30.0/24 [110/120] via 137.20.25.2, 01:11:51, Serial0C 137.20.25.0/24 is directly connected, Serial0C 137.20.10.0/24 is directly connected, Ethernet0O IA 137.20.60.1/32 [110/75] via 137.20.25.2, 01:12:07, Serial0O E1 137.20.40.16/28 [110/164] via 137.20.25.2, 01:11:30, Serial0O IA 137.20.33.0/24 [110/115] via 137.20.25.2, 01:11:33, Serial0O E2 137.20.86.0/24 [110/20] via 137.20.25.2, 01:12:08, Serial0B 137.20.81.0/24 [200/0] via 137.20.86.1, 01:11:59B 137.20.82.0/24 [200/0] via 137.20.86.1, 01:11:59

Page 2

r1.txtO IA 137.20.100.33/32 [110/114] via 137.20.25.2, 01:12:08, Serial0O IA 137.20.100.35/32 [110/114] via 137.20.25.2, 01:11:53, Serial0O IA 137.20.100.34/32 [110/64] via 137.20.25.2, 01:12:08, Serial0O IA 137.20.64.0/20 [110/74] via 137.20.25.2, 01:12:09, Serial0 170.10.0.0/24 is subnetted, 1 subnetsB 170.10.10.0 [20/170] via 137.20.10.70, 01:11:37 160.10.0.0/24 is subnetted, 1 subnetsB 160.10.10.0 [20/170] via 137.20.10.70, 01:11:37 161.10.0.0/24 is subnetted, 1 subnetsB 161.10.10.0 [20/170] via 137.20.10.70, 01:11:37C 200.200.200.0/24 is directly connected, Loopback0O*E1 0.0.0.0/0 [110/167] via 137.20.25.2, 01:12:09, Serial0B 160.0.0.0/4 [20/170] via 137.20.10.70, 01:11:37r1#

Page 3

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password money357!no ip domain-lookupip host r1 2001 200.200.100.1ip host r3 2003 200.200.100.1ip host r7 2007 200.200.100.1ip host r4 2004 200.200.100.1ip host r5 2005 200.200.100.1ip host r6 2006 200.200.100.1ip host r8 2002 200.200.100.1ip name-server 207.238.183.71ip name-server 207.238.183.72!interface Loopback0 ip address 200.200.100.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0!interface Serial0 ip address 137.20.100.33 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint keepalive 15 clockrate 2000000 frame-relay map ip 137.20.100.34 105 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!router ospf 1 network 137.20.100.33 0.0.0.0 area 1 network 137.20.20.1 0.0.0.0 area 3 network 200.200.100.1 0.0.0.0 area 1 default-information originate always metric 53 metric-type 1 area 1 virtual-link 137.20.240.1!router bgp 2 no synchronization neighbor 137.20.25.1 remote-as 2 no auto-summary!ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging console!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *

Page 1

r2.txtalias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 38400 txspeed 38400 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password money357 login!end

r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

172.168.0.0/24 is subnetted, 2 subnetsB 172.168.70.0 [200/170] via 137.20.10.70, 01:12:32O E2 172.168.80.0 [110/20] via 137.20.100.34, 01:12:25, Serial0C 200.200.100.0/24 is directly connected, Loopback0 137.20.0.0/16 is variably subnetted, 17 subnets, 5 masksO E1 137.20.200.16/28 [110/164] via 137.20.100.34, 01:12:32, Serial0O IA 137.20.240.1/32 [110/65] via 137.20.100.34, 01:12:32, Serial0O IA 137.20.224.0/20 [110/1626] via 137.20.100.34, 01:12:32, Serial0O 137.20.30.0/24 [110/120] via 137.20.100.34, 01:12:53, Serial0O IA 137.20.25.0/24 [110/128] via 137.20.100.34, 01:12:33, Serial0C 137.20.20.0/24 is directly connected, Ethernet0O E2 137.20.10.0/24 [110/20] via 137.20.100.34, 01:12:33, Serial0O IA 137.20.60.1/32 [110/75] via 137.20.100.34, 01:12:33, Serial0O E1 137.20.40.16/28 [110/164] via 137.20.100.34, 01:12:29, Serial0O IA 137.20.33.0/24 [110/115] via 137.20.100.34, 01:12:39, Serial0O E2 137.20.86.0/24 [110/20] via 137.20.100.34, 01:12:41, Serial0B 137.20.81.0/24 [200/0] via 137.20.86.1, 01:13:04B 137.20.82.0/24 [200/0] via 137.20.86.1, 01:13:04C 137.20.100.32/27 is directly connected, Serial0O 137.20.100.35/32 [110/114] via 137.20.100.34, 01:13:01, Serial0O 137.20.100.34/32 [110/64] via 137.20.100.34, 01:13:01, Serial0O IA 137.20.64.0/20 [110/74] via 137.20.100.34, 01:12:41, Serial0

Page 2

r2.txt 170.10.0.0/24 is subnetted, 1 subnetsB 170.10.10.0 [200/170] via 137.20.10.70, 01:12:41 160.10.0.0/24 is subnetted, 1 subnetsB 160.10.10.0 [200/170] via 137.20.10.70, 01:12:41 161.10.0.0/24 is subnetted, 1 subnetsB 161.10.10.0 [200/170] via 137.20.10.70, 01:12:41 200.200.200.0/24 is variably subnetted, 2 subnets, 2 masksB 200.200.200.0/24 [200/0] via 137.20.25.1, 01:13:10O IA 200.200.200.1/32 [110/129] via 137.20.100.34, 01:12:42, Serial0S* 0.0.0.0/0 [1/0] via 137.20.20.2O E2 160.0.0.0/4 [110/20] via 137.20.100.34, 01:12:42, Serial0r2#

Page 3

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!no ip domain-lookup!interface Loopback0 ip address 137.20.33.17 255.255.255.240!interface Loopback1 ip address 137.20.33.33 255.255.255.240!interface Serial0 ip address 137.20.100.35 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint keepalive 15 frame-relay map ip 137.20.100.34 305 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 137.20.30.1 255.255.255.0 ring-speed 16!router ospf 1 network 137.20.100.35 0.0.0.0 area 1 network 137.20.30.1 0.0.0.0 area 1 network 137.20.33.0 0.0.0.255 area 4 area 1 virtual-link 137.20.240.1 area 4 range 137.20.33.0 255.255.255.0!ip classlessno logging console!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login

Page 1

r3.txt!end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.100.34 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnetsO E2 172.168.80.0 [110/20] via 137.20.100.34, 00:06:34, Serial0 200.200.100.0/32 is subnetted, 1 subnetsO 200.200.100.1 [110/115] via 137.20.100.34, 01:13:38, Serial0 137.20.0.0/16 is variably subnetted, 15 subnets, 5 masksO E1 137.20.200.16/28 [110/164] via 137.20.100.34, 00:06:34, Serial0O 137.20.240.1/32 [110/65] via 137.20.100.34, 00:06:34, Serial0O 137.20.224.0/20 [110/1626] via 137.20.100.34, 00:06:34, Serial0C 137.20.30.0/24 is directly connected, TokenRing0O IA 137.20.25.0/24 [110/128] via 137.20.100.34, 00:06:34, Serial0O E2 137.20.10.0/24 [110/20] via 137.20.100.34, 00:06:35, Serial0C 137.20.33.32/28 is directly connected, Loopback1O 137.20.60.1/32 [110/75] via 137.20.100.34, 00:06:35, Serial0O E1 137.20.40.16/28 [110/164] via 137.20.100.34, 00:06:35, Serial0C 137.20.33.16/28 is directly connected, Loopback0O E2 137.20.86.0/24 [110/20] via 137.20.100.34, 00:06:36, Serial0O 137.20.100.33/32 [110/114] via 137.20.100.34, 01:13:40, Serial0C 137.20.100.32/27 is directly connected, Serial0O 137.20.100.34/32 [110/64] via 137.20.100.34, 01:13:40, Serial0O 137.20.64.0/20 [110/74] via 137.20.100.34, 00:06:36, Serial0 200.200.200.0/32 is subnetted, 1 subnetsO IA 200.200.200.1 [110/129] via 137.20.100.34, 00:06:36, Serial0O*E1 0.0.0.0/0 [110/167] via 137.20.100.34, 00:06:36, Serial0O E2 160.0.0.0/4 [110/20] via 137.20.100.34, 00:06:36, Serial0r3#

Page 2

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!no ip domain-lookup!interface Ethernet0 ip address 137.20.40.17 255.255.255.240!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 137.20.200.18 255.255.255.240 encapsulation frame-relay ip split-horizon keepalive 15 clockrate 2000000 frame-relay lmi-type ansi!router igrp 1 network 137.20.0.0!ip classlessip default-network 200.200.200.0!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Page 1

r4.txt

Gateway of last resort is 137.20.200.17 to network 200.200.200.0

I 172.168.0.0/16 [100/8576] via 137.20.200.17, 00:00:12, Serial1I 200.200.100.0/24 [100/8576] via 137.20.200.17, 00:00:13, Serial1 137.20.0.0/28 is subnetted, 2 subnetsC 137.20.200.16 is directly connected, Serial1C 137.20.40.16 is directly connected, Ethernet0I* 200.200.200.0/24 [100/8576] via 137.20.200.17, 00:00:13, Serial1r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username r6 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Loopback0 ip address 137.20.240.1 255.255.240.0!interface Ethernet0 ip address 137.20.64.5 255.255.240.0 no ip redirects standby 1 timers 5 10 standby 1 priority 110 standby 1 preempt standby 1 authentication cisco standby 1 ip 137.20.64.8!interface Serial0 no ip address encapsulation frame-relay bandwidth 2000 keepalive 15 no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 multipoint ip address 137.20.100.34 255.255.255.224 ip ospf network point-to-multipoint ip ospf priority 200 frame-relay map ip 137.20.100.33 501 broadcast frame-relay map ip 137.20.100.35 503 broadcast!interface Serial0.2 point-to-point ip address 137.20.200.17 255.255.255.240 frame-relay interface-dlci 504!interface Serial1 ip address 137.20.25.2 255.255.255.0 ip access-group 101 in!interface BRI0 ip address 137.20.224.5 255.255.240.0 encapsulation ppp no ip route-cache no ip mroute-cache bandwidth 64 isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer map ip 137.20.224.6 name r6 broadcast dialer-group 1 no cdp enable ppp authentication chap!

Page 1

r5.txtrouter ospf 1 redistribute igrp 1 metric 100 metric-type 1 subnets route-map filter_igrp network 137.20.25.2 0.0.0.0 area 2 network 137.20.64.0 0.0.15.255 area 0 network 137.20.100.32 0.0.0.31 area 1 network 137.20.224.5 0.0.0.0 area 0 network 137.20.240.1 0.0.0.0 area 0 area 1 virtual-link 200.200.100.1 area 1 virtual-link 137.20.33.33!router igrp 1 redistribute ospf 1 metric 2000 100 255 1 1500 passive-interface BRI0 passive-interface Ethernet0 passive-interface Serial0.1 passive-interface Serial1 network 137.20.0.0!ip classlessip route 137.20.81.0 255.255.255.0 137.20.86.1ip route 137.20.82.0 255.255.255.0 137.20.86.1no logging consoleaccess-list 1 permit 137.20.100.32 0.0.0.31access-list 1 permit 137.20.240.0 0.0.0.255access-list 1 permit 137.20.64.0 0.0.0.255access-list 1 permit 137.20.224.0 0.0.0.255access-list 2 permit anyaccess-list 101 permit icmp any anyaccess-list 101 permit ospf any anyaccess-list 101 permit tcp host 137.20.10.70 any eq telnetaccess-list 101 permit tcp any any eq bgpaccess-list 101 permit tcp any eq bgp any gt 1023access-list 101 permit udp host 137.20.10.1 eq snmptrap 137.20.64.0 0.0.15.255 gt 1023access-list 101 permit udp host 137.20.10.1 host 137.20.40.17 eq snmptrapaccess-list 101 deny ip any any logroute-map filter_igrp deny 10 match ip address 1!route-map filter_igrp permit 20 match ip address 2!!dialer-list 1 protocol ip permitalias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login

Page 2

r5.txt!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.100.33 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnets 172.168.0.0/24 is subnetted, 1 subnets 200.200.100.0/32 is subnetted, 1 subnetsO 200.200.100.1 [110/51] via 137.20.100.33, 01:14:40, Serial0.1 137.20.0.0/16 is variably subnetted, 16 subnets, 5 masksC 137.20.200.16/28 is directly connected, Serial0.2C 137.20.240.0/20 is directly connected, Loopback0C 137.20.224.0/20 is directly connected, BRI0O 137.20.30.0/24 [110/56] via 137.20.100.35, 01:14:40, Serial0.1C 137.20.25.0/24 is directly connected, Serial1O E2 137.20.10.0/24 [110/20] via 137.20.25.1, 00:07:45, Serial1O 137.20.60.1/32 [110/11] via 137.20.64.6, 00:07:46, Ethernet0I 137.20.40.16/28 [100/7100] via 137.20.200.18, 00:00:26, Serial0.2O IA 137.20.33.0/24 [110/51] via 137.20.100.35, 00:07:46, Serial0.1O E2 137.20.86.0/24 [110/20] via 137.20.64.6, 00:07:47, Ethernet0S 137.20.81.0/24 [1/0] via 137.20.86.1S 137.20.82.0/24 [1/0] via 137.20.86.1O 137.20.100.33/32 [110/50] via 137.20.100.33, 01:14:41, Serial0.1C 137.20.100.32/27 is directly connected, Serial0.1O 137.20.100.35/32 [110/50] via 137.20.100.35, 01:14:41, Serial0.1C 137.20.64.0/20 is directly connected, Ethernet0 200.200.200.0/32 is subnetted, 1 subnetsO 200.200.200.1 [110/65] via 137.20.25.1, 16:46:45, Serial1O*E1 0.0.0.0/0 [110/103] via 137.20.100.33, 00:07:47, Serial0.1O E2 160.0.0.0/4 [110/20] via 137.20.25.1, 00:07:47, Serial1r5#

Page 3

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username r5 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Loopback0 ip address 137.20.60.1 255.255.240.0!interface Ethernet0 ip address 137.20.64.6 255.255.240.0 no ip redirects ip ospf priority 200 standby 1 timers 5 10 standby 1 priority 100 standby 1 preempt standby 1 authentication cisco standby 1 ip 137.20.64.8!interface Serial0 ip address 137.20.86.2 255.255.255.0 bandwidth 2000 clockrate 2000000!interface Serial1 no ip address shutdown!interface BRI0 ip address 137.20.224.6 255.255.240.0 encapsulation ppp no ip route-cache ip ospf demand-circuit no ip mroute-cache bandwidth 64 isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer map ip 137.20.224.5 name r5 broadcast 4930624 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 redistribute connected metric 20 subnets route-map allow_conn_s0 redistribute bgp 2 metric 20 subnets route-map filterrings network 137.20.64.6 0.0.0.0 area 0 network 137.20.224.6 0.0.0.0 area 0 network 137.20.60.1 0.0.0.0 area 0!router bgp 2 network 137.20.86.0 mask 255.255.255.0 redistribute ospf 1 route-map filter-ext-ospf-bgp neighbor 137.20.25.1 remote-as 2 neighbor 137.20.25.1 update-source Loopback0 neighbor 137.20.86.1 remote-as 1

Page 1

r6.txt neighbor 137.20.86.1 default-originate no auto-summary!no ip classlessaccess-list 6 permit 172.168.70.0 0.0.0.255access-list 6 permit 137.20.10.0 0.0.0.255access-list 6 permit 160.0.0.0 0.255.255.255access-list 65 permit 137.20.224.0 0.0.0.255access-list 66 permit 137.20.86.0 0.0.0.255access-list 80 permit 137.20.81.0 0.0.0.255access-list 80 permit 137.20.82.0 0.0.0.255access-list 90 permit anyroute-map allow_conn_s0 permit 10 match ip address 66!route-map filter-ext-ospf-bgp deny 5 match ip address 65!route-map filter-ext-ospf-bgp permit 10 match route-type internal!route-map filter-ext-ospf-bgp deny 20 match ip address 6!route-map filter-ext-ospf-bgp permit 30 match route-type external!route-map filterrings deny 10 match ip address 80!route-map filterrings permit 20 match ip address 90!!dialer-list 1 protocol ip permitalias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Page 2

r6.txt U - per-user static route, o - ODR

Gateway of last resort is 137.20.64.5 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnetsB 172.168.80.0 [20/0] via 137.20.86.1, 01:14:51 200.200.100.0/32 is subnetted, 1 subnetsO IA 200.200.100.1 [110/61] via 137.20.64.5, 00:08:21, Ethernet0 137.20.0.0/16 is variably subnetted, 16 subnets, 4 masksO E1 137.20.200.16/28 [110/110] via 137.20.64.5, 00:08:21, Ethernet0O 137.20.240.1/32 [110/11] via 137.20.64.5, 00:08:21, Ethernet0C 137.20.224.0/20 is directly connected, BRI0O IA 137.20.30.0/24 [110/66] via 137.20.64.5, 00:08:21, Ethernet0O IA 137.20.25.0/24 [110/74] via 137.20.64.5, 00:08:21, Ethernet0O E2 137.20.10.0/24 [110/20] via 137.20.64.5, 00:08:22, Ethernet0O E1 137.20.40.16/28 [110/110] via 137.20.64.5, 00:08:22, Ethernet0C 137.20.48.0/20 is directly connected, Loopback0O IA 137.20.33.0/24 [110/61] via 137.20.64.5, 00:08:22, Ethernet0C 137.20.86.0/24 is directly connected, Serial0B 137.20.81.0/24 [20/0] via 137.20.86.1, 01:15:23B 137.20.82.0/24 [20/0] via 137.20.86.1, 01:15:23O IA 137.20.100.33/32 [110/60] via 137.20.64.5, 00:08:23, Ethernet0O IA 137.20.100.35/32 [110/60] via 137.20.64.5, 00:08:23, Ethernet0O IA 137.20.100.34/32 [110/10] via 137.20.64.5, 00:08:23, Ethernet0C 137.20.64.0/20 is directly connected, Ethernet0 200.200.200.0/32 is subnetted, 1 subnetsO IA 200.200.200.1 [110/75] via 137.20.64.5, 00:08:23, Ethernet0O*E1 0.0.0.0/0 [110/113] via 137.20.64.5, 00:08:23, Ethernet0O E2 160.0.0.0/4 [110/20] via 137.20.64.5, 00:08:23, Ethernet0r6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Loopback0 ip address 160.10.10.1 255.255.255.0!interface Loopback1 ip address 161.10.10.1 255.255.255.0!interface Loopback2 ip address 170.10.10.1 255.255.255.0!interface Ethernet0 ip address 137.20.10.70 255.255.255.0!interface Ethernet1 ip address 172.168.70.1 255.255.255.0!interface Serial0 no ip address encapsulation frame-relay keepalive 20 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial3 105 frame-relay route 503 interface Serial2 305 frame-relay route 504 interface Serial1 405!interface Serial1 no ip address encapsulation frame-relay keepalive 20 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 405 interface Serial0 504!interface Serial2 no ip address encapsulation frame-relay keepalive 20 clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 305 interface Serial0 503!interface Serial3 no ip address encapsulation frame-relay keepalive 20 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 105 interface Serial0 501!interface Serial4

Page 1

r7.txt no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router bgp 3 network 172.168.70.0 mask 255.255.255.0 network 160.10.10.0 mask 255.255.255.0 network 161.10.10.0 mask 255.255.255.0 network 170.10.10.0 mask 255.255.255.0 aggregate-address 160.0.0.0 240.0.0.0 neighbor 200.200.200.1 remote-as 2 neighbor 200.200.200.1 ebgp-multihop 2 neighbor 200.200.200.1 route-map setmed out no auto-summary!ip classlessip route 200.200.200.0 255.255.255.0 137.20.10.1no logging consoleaccess-list 1 permit anyroute-map setmed permit 10 match ip address 1 set metric 170!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Page 2

r7.txt

Gateway of last resort is 200.200.200.1 to network 0.0.0.0

172.168.0.0 255.255.255.0 is subnetted, 2 subnetsC 172.168.70.0 is directly connected, Ethernet1B 172.168.80.0 [20/0] via 200.200.200.1, 01:15:14 200.200.100.0 255.255.255.255 is subnetted, 1 subnetsB 200.200.100.1 [20/115] via 200.200.200.1, 01:16:07 137.20.0.0 is variably subnetted, 15 subnets, 4 masksB 137.20.200.16 255.255.255.240 [20/164] via 200.200.200.1, 01:16:07B 137.20.240.1 255.255.255.255 [20/65] via 200.200.200.1, 01:16:07B 137.20.30.0 255.255.255.0 [20/120] via 200.200.200.1, 01:15:45B 137.20.25.0 255.255.255.0 [20/0] via 200.200.200.1, 01:16:07C 137.20.10.0 255.255.255.0 is directly connected, Ethernet0B 137.20.60.1 255.255.255.255 [20/75] via 200.200.200.1, 01:16:07B 137.20.40.16 255.255.255.240 [20/164] via 200.200.200.1, 01:15:15B 137.20.33.0 255.255.255.0 [20/115] via 200.200.200.1, 01:15:15B 137.20.86.0 255.255.255.0 [20/0] via 200.200.200.1, 01:16:07B 137.20.81.0 255.255.255.0 [20/0] via 200.200.200.1, 01:15:45B 137.20.82.0 255.255.255.0 [20/0] via 200.200.200.1, 01:15:47B 137.20.100.33 255.255.255.255 [20/114] via 200.200.200.1, 01:16:09B 137.20.100.35 255.255.255.255 [20/114] via 200.200.200.1, 01:15:47B 137.20.100.34 255.255.255.255 [20/64] via 200.200.200.1, 01:16:09B 137.20.64.0 255.255.240.0 [20/74] via 200.200.200.1, 01:16:09 170.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 170.10.10.0 is directly connected, Loopback2 160.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 160.10.10.0 is directly connected, Loopback0 161.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 161.10.10.0 is directly connected, Loopback1S 200.200.200.0 [1/0] via 137.20.10.1B* 0.0.0.0 0.0.0.0 [20/0] via 200.200.200.1, 01:16:09B 160.0.0.0 240.0.0.0 [200/0] via 0.0.0.0, 01:15:51, Null0r7#

Page 3

r8.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r8!!no ip domain-lookup!interface Ethernet0 ip address 172.168.80.1 255.255.255.0!interface Ethernet1 ip address 137.20.80.1 255.255.255.0!interface Serial0 ip address 137.20.86.1 255.255.255.0 no fair-queue!interface Serial1 no ip address shutdown!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!interface Serial8 no ip address shutdown!interface Serial9 no ip address shutdown!interface Serial10 no ip address shutdown!interface Serial11 no ip address

Page 1

r8.txt shutdown!interface Serial12 no ip address shutdown!interface Serial13 no ip address shutdown!interface Serial14 no ip address shutdown!interface Serial15 no ip address shutdown!interface Serial16 no ip address shutdown!interface Serial17 no ip address shutdown!interface Serial18 no ip address shutdown!interface Serial19 no ip address shutdown!interface Serial20 no ip address shutdown!interface Serial21 no ip address shutdown!interface TokenRing1 ip address 137.20.82.1 255.255.255.0 ring-speed 16!interface TokenRing0 ip address 137.20.81.1 255.255.255.0 ring-speed 16!router bgp 1 network 172.168.80.0 mask 255.255.255.0 network 137.20.82.0 mask 255.255.255.0 network 137.20.81.0 mask 255.255.255.0 neighbor 137.20.86.2 remote-as 2 no auto-summary!ip classless!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple route

Page 2

r8.txtalias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0 transport input allline vty 0 4 login!end

r8#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 137.20.86.2 to network 0.0.0.0

172.168.0.0 255.255.255.0 is subnetted, 1 subnetsC 172.168.80.0 is directly connected, Ethernet0 200.200.100.0 255.255.255.255 is subnetted, 1 subnetsB 200.200.100.1 [20/61] via 137.20.86.2, 01:16:35 137.20.0.0 is variably subnetted, 14 subnets, 4 masksB 137.20.200.16 255.255.255.240 [20/110] via 137.20.86.2, 01:16:35B 137.20.240.1 255.255.255.255 [20/11] via 137.20.86.2, 01:16:35B 137.20.30.0 255.255.255.0 [20/66] via 137.20.86.2, 01:16:15B 137.20.25.0 255.255.255.0 [20/74] via 137.20.86.2, 01:16:35B 137.20.10.0 255.255.255.0 [20/0] via 137.20.86.2, 01:16:35B 137.20.40.16 255.255.255.240 [20/110] via 137.20.86.2, 01:15:57B 137.20.33.0 255.255.255.0 [20/61] via 137.20.86.2, 01:16:15C 137.20.86.0 255.255.255.0 is directly connected, Serial0C 137.20.81.0 255.255.255.0 is directly connected, TokenRing0C 137.20.82.0 255.255.255.0 is directly connected, TokenRing1B 137.20.100.33 255.255.255.255 [20/60] via 137.20.86.2, 01:16:36B 137.20.100.35 255.255.255.255 [20/60] via 137.20.86.2, 01:16:17B 137.20.100.34 255.255.255.255 [20/10] via 137.20.86.2, 01:16:37B 137.20.64.0 255.255.240.0 [20/0] via 137.20.86.2, 01:16:37 200.200.200.0 255.255.255.255 is subnetted, 1 subnetsB 200.200.200.1 [20/75] via 137.20.86.2, 01:16:37B* 0.0.0.0 0.0.0.0 [20/0] via 137.20.86.2, 01:16:38B 160.0.0.0 240.0.0.0 [20/0] via 137.20.86.2, 01:15:58r8#

Page 3

r9.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r9!enable password cisco!no ip routingno ip domain-lookupipx routing 0000.0c09.844c!interface Ethernet0 ip address 137.20.64.7 255.255.240.0 no ip route-cache no ip mroute-cache ipx network 695!interface Serial0 no ip address no ip route-cache no ip mroute-cache shutdown!interface Serial1 no ip address no ip route-cache no ip mroute-cache shutdown!ip default-gateway 137.20.64.8no ip classless!!!ipx router eigrp 1 network 695!!ipx router rip no network 695!!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf t!line con 0 exec-timeout 15 0

Page 1

r9.txt loginline aux 0 exec-timeout 15 0 loginline vty 0 4 exec-timeout 60 0 password cisco login!end

r9#

Page 2

r1.txtCurrent configuration:!! Last configuration change at 12:21:15 est Tue Mar 2 1993! NVRAM config last updated at 12:21:27 est Tue Mar 2 1993!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!enable password cisco!no ip domain-lookupappletalk routing!decnet routing 2.1decnet node-type area!clock timezone est -5clock summer-time edt recurring!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Tunnel0 no ip address appletalk cable-range 1005-1005 1005.164 appletalk zone r1r5serial tunnel source 137.20.25.1 tunnel destination 137.20.25.2!interface Ethernet0 ip address 137.20.10.1 255.255.255.0 lat enabled appletalk cable-range 107-107 107.100 appletalk zone r1r7ether0 decnet cost 10 bridge-group 1!interface Serial0 ip address 137.20.25.1 255.255.255.0 ip ospf message-digest-key 1 md5 cisco lat enabled decnet cost 20 no fair-queue clockrate 2000000 bridge-group 1!interface Serial1 no ip address shutdown!router ospf 1 summary-address 160.0.0.0 240.0.0.0 redistribute connected metric 20 subnets route-map filter-loop redistribute bgp 2 metric 20 subnets network 137.20.25.1 0.0.0.0 area 2 network 200.200.200.1 0.0.0.0 area 2 area 2 authentication message-digest!router bgp 2

Page 1

r1.txt no synchronization bgp always-compare-med network 137.20.10.0 mask 255.255.255.0 redistribute ospf 1 route-map filter-ex-ospf-from-bgp neighbor 137.20.10.70 remote-as 3 neighbor 137.20.10.70 update-source Loopback0 neighbor 137.20.10.70 default-originate neighbor 137.20.60.1 remote-as 2 neighbor 137.20.60.1 route-reflector-client neighbor 137.20.100.33 remote-as 2 neighbor 137.20.100.33 route-reflector-client no auto-summary!ip classlessaccess-list 1 permit 137.20.10.0 0.0.0.255access-list 2 permit 137.20.40.17access-list 3 permit 137.20.64.0 0.0.15.255access-list 8 permit 172.168.80.0 0.0.0.255access-list 8 permit 137.20.86.0 0.0.0.255access-list 65 permit 137.20.224.0 0.0.0.255lat service R1 ident This is the lat service on r1.lat service R1 password CISCOlat service R1 enableddecnet host R6 1.6!route-map filter-loop permit 10 match ip address 1!route-map filter-ex-ospf-from-bgp deny 5 match ip address 65!route-map filter-ex-ospf-from-bgp permit 10 match route-type internal!route-map filter-ex-ospf-from-bgp deny 20 match ip address 8!route-map filter-ex-ospf-from-bgp permit 30 match route-type external!!snmp-server community secret RW 2snmp-server community public RO 3snmp-server trap-source Ethernet0snmp-server trap-authenticationsnmp-server host 137.20.40.17 secretbridge 1 protocol ieeebridge 1 priority 1alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!

Page 2

r1.txtline con 0line aux 0line vty 0 4 exec-timeout 15 0 password cisco login!ntp clock-period 17180044ntp server 137.20.100.33end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.25.2 to network 0.0.0.0

172.168.0.0/24 is subnetted, 2 subnetsB 172.168.70.0 [20/170] via 137.20.10.70, 02:01:28O E2 172.168.80.0 [110/20] via 137.20.25.2, 02:01:27, Serial0 200.200.100.0/32 is subnetted, 1 subnetsO IA 200.200.100.1 [110/115] via 137.20.25.2, 02:01:27, Serial0 137.20.0.0/16 is variably subnetted, 16 subnets, 4 masksO E1 137.20.200.16/28 [110/164] via 137.20.25.2, 02:01:27, Serial0O IA 137.20.240.1/32 [110/65] via 137.20.25.2, 02:01:27, Serial0O IA 137.20.224.0/20 [110/1626] via 137.20.25.2, 01:30:25, Serial0O IA 137.20.30.0/24 [110/120] via 137.20.25.2, 02:01:27, Serial0C 137.20.25.0/24 is directly connected, Serial0C 137.20.10.0/24 is directly connected, Ethernet0O IA 137.20.60.1/32 [110/75] via 137.20.25.2, 02:01:27, Serial0O E1 137.20.40.16/28 [110/164] via 137.20.25.2, 02:01:27, Serial0O IA 137.20.33.0/24 [110/115] via 137.20.25.2, 02:01:13, Serial0O E2 137.20.86.0/24 [110/20] via 137.20.25.2, 02:01:28, Serial0B 137.20.81.0/24 [200/0] via 137.20.86.1, 02:09:39B 137.20.82.0/24 [200/0] via 137.20.86.1, 02:09:39O IA 137.20.100.33/32 [110/114] via 137.20.25.2, 02:01:29, Serial0O IA 137.20.100.35/32 [110/114] via 137.20.25.2, 02:01:29, Serial0O IA 137.20.100.34/32 [110/64] via 137.20.25.2, 02:01:29, Serial0O IA 137.20.64.0/20 [110/74] via 137.20.25.2, 02:01:29, Serial0 170.10.0.0/24 is subnetted, 1 subnetsB 170.10.10.0 [20/170] via 137.20.10.70, 02:01:30 160.10.0.0/24 is subnetted, 1 subnetsB 160.10.10.0 [20/170] via 137.20.10.70, 02:01:30 161.10.0.0/24 is subnetted, 1 subnetsB 161.10.10.0 [20/170] via 137.20.10.70, 02:01:30C 200.200.200.0/24 is directly connected, Loopback0O*E1 0.0.0.0/0 [110/167] via 137.20.25.2, 02:01:29, Serial0B 160.0.0.0/4 [20/170] via 137.20.10.70, 02:01:31r1#ix%IPX not runningr1#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy11 routes in internet

The first zone listed for each entry is its default (primary) zone.

C Net 107-107 directly connected, Ethernet0, zone r1r7ether0R Net 200 [2/G] via 1005.42, 8 sec, Tunnel0, zone r2ether0

Page 3

r1.txtR Net 300-300 [2/G] via 1005.42, 8 sec, Tunnel0, zone r3token0R Net 400-400 [2/G] via 1005.42, 8 sec, Tunnel0, zone r4ether0R Net 695-695 [1/G] via 1005.42, 8 sec, Tunnel0, zone r6r9r5ether0R Net 800-800 [3/G] via 1005.42, 9 sec, Tunnel0, zone r8ether0C Net 1005-1005 directly connected, Tunnel0, zone r1r5serialR Net 5004-5004 [1/G] via 1005.42, 9 sec, Tunnel0, zone frameR Net 5130-5130 [1/G] via 1005.42, 9 sec, Tunnel0, zone frameR Net 6005-6005 [1/G] via 1005.42, 9 sec, Tunnel0, zone isdnR Net 8006-8006 [2/G] via 1005.42, 9 sec, Tunnel0, zone r8r6serialr1#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 20 1 Serial0 -> 1.5 45 64 A+*2 0 0 (Local) -> 2.1 Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 2.1*2.1 0 0 (Local) -> 2.1*2.7 10 1 Ethernet0 -> 2.7 39 64 Vr1#sh vines route% VINES not enabledr1#

Page 4

r2.txtCurrent configuration:!! Last configuration change at 12:19:01 est Tue Mar 2 1993! NVRAM config last updated at 12:19:03 est Tue Mar 2 1993!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!enable password money357!no ip domain-lookupip host r1 2001 200.200.100.1ip host r3 2003 200.200.100.1ip host r7 2007 200.200.100.1ip host r4 2004 200.200.100.1ip host r5 2005 200.200.100.1ip host r6 2006 200.200.100.1ip host r8 2002 200.200.100.1ip name-server 207.238.183.71ip name-server 207.238.183.72appletalk routing eigrp 2appletalk route-redistributionipx routing 0060.5cf4.7345clock timezone est -5clock summer-time edt recurring!interface Loopback0 ip address 200.200.100.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 ip ospf cost 1 appletalk address 200.1 appletalk zone r2ether0 ipx access-group 800 out ipx network 200 ipx output-gns-filter 1000!interface Serial0 ip address 137.20.100.33 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint keepalive 15 appletalk cable-range 5130-5130 5130.128 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp appletalk access-group 601 ipx network 5130 clockrate 2000000 frame-relay map ip 137.20.100.34 105 broadcast frame-relay map ipx 5130.0000.30e2.e870 105 broadcast frame-relay map ipx 5130.00e0.b055.d43a 105 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!

Page 1

r2.txtrouter ospf 1 network 137.20.100.33 0.0.0.0 area 1 network 137.20.20.1 0.0.0.0 area 3 network 200.200.100.1 0.0.0.0 area 1 default-information originate always metric 53 metric-type 1 area 1 virtual-link 137.20.240.1!router bgp 2 no synchronization neighbor 137.20.25.1 remote-as 2 no auto-summary!ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2no logging consoleaccess-list 601 deny nbp 1 type LaserWriteraccess-list 601 permit other-nbpsaccess-list 601 permit other-accessaccess-list 800 deny 800 200access-list 800 permit FFFFFFFF FFFFFFFFaccess-list 1000 deny 695 4 fserveraccess-list 1000 permit FFFFFFFF 0appletalk zip-query-interval 40!!!ipx router eigrp 1 network 5130!!ipx router rip no network 5130!!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster rxspeed 300

Page 2

r2.txt txspeed 300 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password money357 login!ntp masterend

r2#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [268441600/2] via 5130.00e0.b055.d43a, age 01:31:52, 1u, Se0

C 200 (NOVELL-ETHER), Et0C 5130 (FRAME-RELAY), Se0E 300 [2697984/1] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 400 [2707456/1] via 5130.00e0.b055.d43a, age 01:35:26, 1u, Se0E 695 [2195456/0] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 700 [2297856/1] via 5130.00e0.b055.d43a, age 02:03:08, 5u, Se0E 701 [269824000/2] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 800 [268441600/2] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 801 [268441600/2] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 802 [268441600/2] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 803 [268441600/2] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 810 [268441600/2] via 5130.00e0.b055.d43a, age 02:03:08, 1u, Se0E 5004 [2681856/0] via 5130.00e0.b055.d43a, age 02:03:09, 1u, Se0E 6005 [41024000/1] via 5130.00e0.b055.d43a, age 01:32:03, 1u, Se0E 50000 [2297856/1] via 5130.00e0.b055.d43a, age 02:03:09, 1u, Se0E 60000 [2323456/1] via 5130.00e0.b055.d43a, age 02:03:09, 1u, Se0E 600000 [46379776/1] via 5130.00e0.b055.d43a, age 02:03:09, 1u, Se0E 800000 [269849600/2] via 5130.00e0.b055.d43a, age 02:03:09, 1u, Se0r2#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy11 routes in internet

The first zone listed for each entry is its default (primary) zone.Page 3

r2.txt

E Net 107-107 [2/G] via 5130.224, 4529 sec, Serial0, zone r1r7ether0C Net 200 directly connected, Ethernet0, zone r2ether0E Net 300-300 [2/G] via 5130.224, 4529 sec, Serial0, zone r3token0E Net 400-400 [2/G] via 5130.224, 4529 sec, Serial0, zone r4ether0E Net 695-695 [1/G] via 5130.224, 4529 sec, Serial0, zone r6r9r5ether0E Net 800-800 [3/G] via 5130.224, 4529 sec, Serial0, zone r8ether0E Net 1005-1005 [1/G] via 5130.224, 4529 sec, Serial0, zone r1r5serialE Net 5004-5004 [1/G] via 5130.224, 4529 sec, Serial0, zone frameC Net 5130-5130 directly connected, Serial0, zone frameE Net 6005-6005 [1/G] via 5130.224, 4529 sec, Serial0, zone isdnE Net 8006-8006 [2/G] via 5130.224, 4529 sec, Serial0, zone r8r6serialr2#sh decnet route% DECnet is not enabledr2#sh vines route% VINES not enabledr2#

Page 4

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!netbios access-list host r3 deny CCIEnetbios access-list host r3 permit *!no ip domain-lookupappletalk routing eigrp 3appletalk route-redistributionipx routing 0000.30e2.e870source-bridge ring-group 10dlsw local-peer peer-id 137.20.30.1dlsw remote-peer 0 tcp 137.20.81.1dlsw remote-peer 0 tcp 137.20.10.70 host-netbios-out r3!interface Loopback0 ip address 137.20.33.17 255.255.255.240!interface Loopback1 ip address 137.20.33.33 255.255.255.240!interface Serial0 ip address 137.20.100.35 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint keepalive 15 appletalk cable-range 5130-5130 5130.127 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 5130 frame-relay map ip 137.20.100.34 305 broadcast frame-relay map ipx 5130.0060.5cf4.7345 305 broadcast frame-relay map ipx 5130.00e0.b055.d43a 305 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 137.20.30.1 255.255.255.0 appletalk cable-range 300-300 300.162 appletalk zone r3token0 ipx network 300 ring-speed 16 source-bridge 1 1 10 source-bridge spanning!router ospf 1 network 137.20.100.35 0.0.0.0 area 1 network 137.20.30.1 0.0.0.0 area 1 network 137.20.33.0 0.0.0.255 area 4 area 1 virtual-link 137.20.240.1 area 4 range 137.20.33.0 255.255.255.0!ip classless

Page 1

r3.txt!!!ipx router eigrp 1 network 5130!!ipx router rip no network 5130!!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login!end

r3#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.100.34 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnetsO E2 172.168.80.0 [110/20] via 137.20.100.34, 01:32:13, Serial0 200.200.100.0/32 is subnetted, 1 subnetsO 200.200.100.1 [110/115] via 137.20.100.34, 02:03:55, Serial0 137.20.0.0/16 is variably subnetted, 15 subnets, 5 masksO E1 137.20.200.16/28 [110/164] via 137.20.100.34, 01:32:13, Serial0O 137.20.240.1/32 [110/65] via 137.20.100.34, 01:32:13, Serial0O 137.20.224.0/20 [110/1626] via 137.20.100.34, 01:32:13, Serial0C 137.20.30.0/24 is directly connected, TokenRing0O IA 137.20.25.0/24 [110/128] via 137.20.100.34, 01:32:13, Serial0O E2 137.20.10.0/24 [110/20] via 137.20.100.34, 01:32:14, Serial0C 137.20.33.32/28 is directly connected, Loopback1O 137.20.60.1/32 [110/75] via 137.20.100.34, 01:32:14, Serial0O E1 137.20.40.16/28 [110/164] via 137.20.100.34, 01:32:14, Serial0C 137.20.33.16/28 is directly connected, Loopback0O E2 137.20.86.0/24 [110/20] via 137.20.100.34, 01:32:15, Serial0O 137.20.100.33/32 [110/114] via 137.20.100.34, 02:03:57, Serial0C 137.20.100.32/27 is directly connected, Serial0O 137.20.100.34/32 [110/64] via 137.20.100.34, 02:03:57, Serial0

Page 2

r3.txtO 137.20.64.0/20 [110/74] via 137.20.100.34, 01:32:15, Serial0 200.200.200.0/32 is subnetted, 1 subnetsO IA 200.200.200.1 [110/129] via 137.20.100.34, 01:32:15, Serial0O*E1 0.0.0.0/0 [110/167] via 137.20.100.34, 01:32:16, Serial0O E2 160.0.0.0/4 [110/20] via 137.20.100.34, 01:32:16, Serial0r3#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [268441600/2] via 5130.00e0.b055.d43a, age 01:32:49, 1u, Se0

C 300 (SAP), To0C 5130 (FRAME-RELAY), Se0E 200 [2707456/1] via 5130.00e0.b055.d43a, age 02:04:04, 1u, Se0E 400 [2707456/1] via 5130.00e0.b055.d43a, age 01:36:23, 1u, Se0E 695 [2195456/0] via 5130.00e0.b055.d43a, age 02:04:42, 1u, Se0E 700 [2297856/1] via 5130.00e0.b055.d43a, age 02:04:42, 5u, Se0E 701 [269824000/2] via 5130.00e0.b055.d43a, age 02:04:42, 1u, Se0E 800 [268441600/2] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 801 [268441600/2] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 802 [268441600/2] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 803 [268441600/2] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 810 [268441600/2] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 5004 [2681856/0] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 6005 [41024000/1] via 5130.00e0.b055.d43a, age 01:33:01, 1u, Se0E 50000 [2297856/1] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 60000 [2323456/1] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0E 600000 [46379776/1] via 5130.00e0.b055.d43a, age 02:04:44, 1u, Se0 1u, Se0 1u, Se0r3#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy11 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 107-107 [2/G] via 5130.224, 4615 sec, Serial0, zone r1r7ether0E Net 200 [2/G] via 5130.224, 4587 sec, Serial0, zone r2ether0C Net 300-300 directly connected, TokenRing0, zone r3token0E Net 400-400 [2/G] via 5130.224, 4600 sec, Serial0, zone r4ether0

Page 3

r3.txtE Net 695-695 [1/G] via 5130.224, 4615 sec, Serial0, zone r6r9r5ether0E Net 800-800 [3/G] via 5130.224, 4615 sec, Serial0, zone r8ether0E Net 1005-1005 [1/G] via 5130.224, 4615 sec, Serial0, zone r1r5serialE Net 5004-5004 [1/G] via 5130.224, 4615 sec, Serial0, zone frameC Net 5130-5130 directly connected, Serial0, zone frameE Net 6005-6005 [1/G] via 5130.224, 4615 sec, Serial0, zone isdnE Net 8006-8006 [2/G] via 5130.224, 4615 sec, Serial0, zone r8r6serialr3#sh decnet route% DECnet is not enabledr3#sh vines route% VINES not enabledr3#

Page 4

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!ip nat inside source static 10.1.1.1 137.20.200.19no ip domain-lookupappletalk routing eigrp 4appletalk route-redistributionipx routing 0000.0c92.821fipx default-output-rip-delay 65ipx default-output-sap-delay 65ipx gns-response-delay 2500vines routing 3012821F:0001!interface Loopback0 ip address 10.1.1.1 255.255.255.0 ip nat inside!interface Ethernet0 ip address 137.20.40.17 255.255.255.240 appletalk cable-range 400-400 400.53 appletalk zone r4ether0 ipx network 400 ipx type-20-propagation vines metric 2!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 137.20.200.18 255.255.255.240 ip nat outside encapsulation frame-relay ip split-horizon bandwidth 2000 keepalive 15 appletalk cable-range 5004-5004 5004.198 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp ipx network 5004 ipx bandwidth-percent eigrp 1 25 vines metric 5 clockrate 2000000 frame-relay lmi-type ansi!router igrp 1 network 137.20.0.0!ip classlessip default-network 200.200.200.0!!!ipx router eigrp 1

Page 1

r4.txt network 5004!!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.200.17 to network 200.200.200.0

I 172.168.0.0/16 [100/7100] via 137.20.200.17, 00:00:56, Serial1 10.0.0.0/24 is subnetted, 1 subnetsC 10.1.1.0 is directly connected, Loopback0I 200.200.100.0/24 [100/7100] via 137.20.200.17, 00:00:56, Serial1 137.20.0.0/28 is subnetted, 2 subnetsC 137.20.200.16 is directly connected, Serial1C 137.20.40.16 is directly connected, Ethernet0I* 200.200.200.0/24 [100/7100] via 137.20.200.17, 00:00:56, Serial1r4#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

18 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [268441600/2] via 5004.00e0.b055.d43a, age 01:33:36, 1u, Se1

C 400 (NOVELL-ETHER), Et0C 5004 (FRAME-RELAY), Se1E 200 [2329600/1] via 5004.00e0.b055.d43a, age 01:37:15, 1u, Se1E 300 [2320128/1] via 5004.00e0.b055.d43a, age 01:37:15, 1u, Se1

Page 2

r4.txtE 695 [1817600/0] via 5004.00e0.b055.d43a, age 01:37:15, 1u, Se1E 700 [1920000/1] via 5004.00e0.b055.d43a, age 01:37:15, 3u, Se1E 701 [269824000/2] via 5004.00e0.b055.d43a, age 01:37:15, 1u, Se1E 801 [268441600/2] via 5004.00e0.b055.d43a, age 01:37:16, 1u, Se1E 802 [268441600/2] via 5004.00e0.b055.d43a, age 01:37:16, 1u, Se1E 803 [268441600/2] via 5004.00e0.b055.d43a, age 01:37:16, 1u, Se1E 810 [268441600/2] via 5004.00e0.b055.d43a, age 01:37:16, 1u, Se1E 5130 [2304000/0] via 5004.00e0.b055.d43a, age 01:37:16, 1u, Se1E 6005 [41024000/1] via 5004.00e0.b055.d43a, age 01:33:48, 1u, Se1E 50000 [1920000/1] via 5004.00e0.b055.d43a, age 01:37:17, 1u, Se1E 60000 [1945600/1] via 5004.00e0.b055.d43a, age 01:37:17, 1u, Se1E 600000 [46379776/1] via 5004.00e0.b055.d43a, age 01:37:17, 1u, Se1E 800000 [269849600/2] via 5004.00e0.b055.d43a, age 01:37:17, 1u, Se1r4#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy10 routes in internet

The first zone listed for each entry is its default (primary) zone.

E Net 107-107 [2/G] via 5004.140, 4648 sec, Serial1, zone r1r7ether0E Net 200 [2/G] via 5004.140, 4634 sec, Serial1, zone r2ether0C Net 400-400 directly connected, Ethernet0, zone r4ether0E Net 695-695 [1/G] via 5004.140, 4648 sec, Serial1, zone r6r9r5ether0E Net 800-800 [3/G] via 5004.140, 4648 sec, Serial1, zone r8ether0E Net 1005-1005 [1/G] via 5004.140, 4648 sec, Serial1, zone r1r5serialC Net 5004-5004 directly connected, Serial1, zone frameE Net 5130-5130 [1/G] via 5004.140, 4648 sec, Serial1, zone frameE Net 6005-6005 [1/G] via 5004.140, 4648 sec, Serial1, zone isdnE Net 8006-8006 [2/G] via 5004.140, 4648 sec, Serial1, zone r8r6serialr4#sh decnet route% DECnet is not enabledr4#sh vines route4 servers, 4 routes, version 10, next update 17 seconds

Network Neighbor Flags Age Metric Uses

3005A360 3015D43A:0001 R0* 28 00C0 03012821F - C1 - - -30128ED7 3015D43A:0001 R0* 28 0070 03015D43A 3015D43A:0001 R0* 28 0050 0r4#

Page 3

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username r6 password 0 ciscono ip domain-lookupappletalk routing eigrp 5appletalk route-redistribution!decnet routing 1.5decnet node-type area!ipx routing 00e0.b055.d43aipx default-output-rip-delay 65ipx default-output-sap-delay 65vines routing 3015D43A:0001frame-relay de-list 1 protocol ip tcp telnetisdn switch-type basic-dms100!interface Loopback0 ip address 137.20.240.1 255.255.240.0 ipx network 50000!interface Tunnel0 no ip address appletalk cable-range 1005-1005 1005.42 appletalk zone r1r5serial tunnel source 137.20.25.2 tunnel destination 137.20.25.1!interface Ethernet0 ip address 137.20.64.5 255.255.240.0 no ip redirects lat enabled appletalk cable-range 695-695 695.189 appletalk zone r6r9r5ether0 decnet cost 10 ipx network 695 ipx type-20-propagation vines metric 2 vines serverless no mop enabled standby 1 timers 5 10 standby 1 priority 110 standby 1 preempt standby 1 authentication cisco standby 1 ip 137.20.64.8!interface Serial0 no ip address encapsulation frame-relay bandwidth 2000 keepalive 15 no fair-queue clockrate 2000000 frame-relay lmi-type ansi!

Page 1

r5.txtinterface Serial0.1 multipoint ip address 137.20.100.34 255.255.255.224 ip ospf network point-to-multipoint ip ospf priority 200 appletalk cable-range 5130-5130 5130.224 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp no appletalk eigrp-splithorizon ipx network 5130 no ipx split-horizon eigrp 1 frame-relay de-group 1 501 frame-relay map ip 137.20.100.33 501 broadcast frame-relay map ip 137.20.100.35 503 broadcast frame-relay map ipx 5130.0060.5cf4.7345 501 broadcast frame-relay map ipx 5130.0000.30e2.e870 503 broadcast!interface Serial0.2 point-to-point ip address 137.20.200.17 255.255.255.240 bandwidth 2000 appletalk cable-range 5004-5004 5004.140 appletalk zone frame appletalk protocol eigrp no appletalk protocol rtmp appletalk distribute-list 600 out ipx network 5004 ipx output-sap-filter 1000 ipx type-20-propagation ipx bandwidth-percent eigrp 1 25 vines metric 5 frame-relay interface-dlci 504!interface Serial1 ip address 137.20.25.2 255.255.255.0 ip access-group 101 in ip ospf message-digest-key 1 md5 cisco lat enabled decnet cost 20 custom-queue-list 1 bridge-group 1!interface BRI0 ip address 137.20.224.5 255.255.240.0 encapsulation ppp no ip route-cache no ip mroute-cache bandwidth 64 appletalk cable-range 6005-6005 6005.220 appletalk zone isdn no appletalk send-rtmps decnet cost 30 ipx network 6005 no ipx route-cache ipx watchdog-spoof ipx spx-spoof ipx spx-idle-time 45 vines metric 10 vines neighbor 30128ED7:0001 4095 9375 vines propagate isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer map ip 137.20.224.6 name r6 broadcast dialer map decnet 1.6 name r6 broadcast 4930622

Page 2

r5.txt dialer map appletalk 6005.136 name r6 broadcast 4930622 dialer map vines 30128ED7:0001 name r6 broadcast 4930622 dialer map ipx 6005.0000.0c92.8ed7 name r6 broadcast 4930622 dialer-group 1 no cdp enable ppp authentication chap!interface BVI1 no ip address lat enabled ipx network 700!router ospf 1 redistribute igrp 1 metric 100 metric-type 1 subnets route-map filter_igrp network 137.20.25.2 0.0.0.0 area 2 network 137.20.64.0 0.0.15.255 area 0 network 137.20.100.32 0.0.0.31 area 1 network 137.20.224.5 0.0.0.0 area 0 network 137.20.240.1 0.0.0.0 area 0 area 1 virtual-link 200.200.100.1 area 1 virtual-link 137.20.33.33 area 2 authentication message-digest!router igrp 1 redistribute ospf 1 metric 2000 100 255 1 1500 passive-interface BRI0 passive-interface Ethernet0 passive-interface Serial0.1 passive-interface Serial1 network 137.20.0.0!ip classlessip route 137.20.81.0 255.255.255.0 137.20.86.1ip route 137.20.82.0 255.255.255.0 137.20.86.1access-list 1 permit 137.20.100.32 0.0.0.31access-list 1 permit 137.20.240.0 0.0.0.255access-list 1 permit 137.20.64.0 0.0.0.255access-list 1 permit 137.20.224.0 0.0.0.255access-list 2 permit anyaccess-list 101 permit gre host 137.20.25.1 host 137.20.25.2access-list 101 permit icmp any anyaccess-list 101 permit ospf any anyaccess-list 101 permit tcp host 137.20.10.70 any eq telnetaccess-list 101 permit tcp any any eq bgpaccess-list 101 permit tcp any eq bgp any gt 1023access-list 101 permit udp host 137.20.25.1 host 137.20.100.33 eq ntpaccess-list 101 permit udp host 137.20.10.1 eq snmptrap 137.20.64.0 0.0.15.255 gt 1023access-list 101 permit udp host 137.20.10.1 host 137.20.40.17 eq snmptrapaccess-list 101 permit tcp host 137.20.10.70 eq 2065 host 137.20.30.1 gt 1023access-list 101 permit tcp host 137.20.10.70 eq 2065 host 137.20.81.1 gt 1023access-list 101 permit tcp host 137.20.10.70 host 137.20.30.1 eq 2065access-list 101 permit tcp host 137.20.10.70 host 137.20.81.1 eq 2065access-list 101 deny ip any any logaccess-list 600 deny cable-range 300-300access-list 600 permit other-accessaccess-list 800 deny 800 FFFFFFFFaccess-list 800 permit FFFFFFFF FFFFFFFFaccess-list 901 deny any any all any ripaccess-list 901 deny any any all any sapaccess-list 901 deny any any all any 457access-list 901 permit any any all any allaccess-list 1000 permit FFFFFFFF 0 fserver

Page 3

r5.txtqueue-list 1 protocol ipx 0queue-list 1 protocol ip 1queue-list 1 default 2queue-list 1 queue 0 byte-count 1000queue-list 1 queue 1 byte-count 1000queue-list 1 queue 2 byte-count 2000lat service R5 ident This is the lat service on r5.lat service R5 password CISCOlat service R5 enabledappletalk static cable-range 8006-8006 to 6005.136 floating zone r8r6serialappletalk static cable-range 800-800 to 6005.136 floating zone r8ether0appletalk static cable-range 695-695 to 6005.136 floating zone r6r9r5ether0!decnet propagate static!decnet route default BRI0 5 200route-map filter_igrp deny 10 match ip address 1!route-map filter_igrp permit 20 match ip address 2!!!ipx route default 6005.0000.0c92.8ed7 floating-static!ipx router eigrp 1 redistribute floating-static distribute-list 800 out Serial0.2 network 5004 network 5130 network 695!!ipx router rip redistribute floating-static no network 695 no network 5130 no network 5004!!!vines route 3005A360 30128ED7:0001 50vines access-list 100 deny RTP 00000000:0000 FFFFFFFF:FFFF 00000000:0000 FFFFFFFF:FFFFvines access-list 100 permit IP 00000000:0000 FFFFFFFF:FFFF 00000000:0000 FFFFFFFF:FFFFdialer-list 1 protocol ip permitdialer-list 1 protocol decnet_router-l1 denydialer-list 1 protocol decnet_router-l2 denydialer-list 1 protocol decnet_node permitdialer-list 1 protocol ipx list 901dialer-list 1 protocol appletalk permitdialer-list 1 protocol vines list 100bridge irbbridge 1 protocol ieee bridge 1 route appletalk bridge 1 route decnet bridge 1 route ip bridge 1 route ipx no bridge 1 bridge appletalk no bridge 1 bridge decnet no bridge 1 bridge ip

Page 4

r5.txtalias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf neialias exec i show ip route!line con 0line aux 0line vty 0 4 login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.100.33 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnetsO E2 172.168.80.0 [110/20] via 137.20.64.6, 01:34:33, Ethernet0 200.200.100.0/32 is subnetted, 1 subnetsO 200.200.100.1 [110/51] via 137.20.100.33, 02:06:15, Serial0.1 137.20.0.0/16 is variably subnetted, 16 subnets, 5 masksC 137.20.200.16/28 is directly connected, Serial0.2C 137.20.240.0/20 is directly connected, Loopback0C 137.20.224.0/20 is directly connected, BRI0O 137.20.30.0/24 [110/56] via 137.20.100.35, 02:06:15, Serial0.1C 137.20.25.0/24 is directly connected, Serial1O E2 137.20.10.0/24 [110/20] via 137.20.25.1, 01:34:34, Serial1O 137.20.60.1/32 [110/11] via 137.20.64.6, 01:34:34, Ethernet0I 137.20.40.16/28 [100/7100] via 137.20.200.18, 00:00:32, Serial0.2O IA 137.20.33.0/24 [110/51] via 137.20.100.35, 01:34:34, Serial0.1O E2 137.20.86.0/24 [110/20] via 137.20.64.6, 01:34:35, Ethernet0S 137.20.81.0/24 [1/0] via 137.20.86.1S 137.20.82.0/24 [1/0] via 137.20.86.1O 137.20.100.33/32 [110/50] via 137.20.100.33, 02:06:16, Serial0.1C 137.20.100.32/27 is directly connected, Serial0.1O 137.20.100.35/32 [110/50] via 137.20.100.35, 02:06:16, Serial0.1C 137.20.64.0/20 is directly connected, Ethernet0 200.200.200.0/32 is subnetted, 1 subnetsO 200.200.200.1 [110/65] via 137.20.25.1, 1d16h, Serial1O*E1 0.0.0.0/0 [110/103] via 137.20.100.33, 01:34:35, Serial0.1O E2 160.0.0.0/4 [110/20] via 137.20.25.1, 01:34:35, Serial1r5#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

Page 5

r5.txt19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

E FFFFFFFE [267929600/2] via 695.aa00.0400.0604, age 01:35:08, 1u, Et0

C 695 (NOVELL-ETHER), Et0C 700 (NOVELL-ETHER), BV1C 5004 (FRAME-RELAY), Se0.2C 5130 (FRAME-RELAY), Se0.1C 6005 (PPP), BR0C 50000 (UNKNOWN), Lo0E 200 [1817600/1] via 5130.0060.5cf4.7345, age 02:06:22, 1u, Se0.1E 300 [1808128/1] via 5130.0000.30e2.e870, age 02:07:00, 1u, Se0.1E 400 [1817600/1] via 5004.0000.0c92.821f, age 01:38:42, 1u, Se0.2R 701 [02/01] via 700.aa00.0400.0708, 27s, BV1E 800 [267929600/2] via 695.aa00.0400.0604, age 02:14:53, 1u, Et0E 801 [267929600/2] via 695.aa00.0400.0604, age 02:14:29, 1u, Et0E 802 [267929600/2] via 695.aa00.0400.0604, age 02:14:29, 1u, Et0E 803 [267929600/2] via 695.aa00.0400.0604, age 02:14:28, 1u, Et0E 810 [267929600/2] via 695.aa00.0400.0604, age 02:14:53, 1u, Et0E 60000 [409600/1] via 695.aa00.0400.0604, age 1d02h, 1u, Et0E 600000 [45867776/1] via 695.aa00.0400.0604, age 1d02h, 1u, Et0E 800000 [269337600/2] via 695.aa00.0400.0604, age 02:14:53, 1u, Et0r5#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy11 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 107-107 [1/G] via 1005.164, 7 sec, Tunnel0, zone r1r7ether0E Net 200 [1/G] via 5130.128, 4727 sec, Serial0.1, zone r2ether0E Net 300-300 [1/G] via 5130.127, 4755 sec, Serial0.1, zone r3token0E Net 400-400 [1/G] via 5004.198, 4740 sec, Serial0.2, zone r4ether0C Net 695-695 directly connected, Ethernet0, zone r6r9r5ether0R Net 800-800 [2/G] via 695.24, 0 sec, Ethernet0, zone r8ether0C Net 1005-1005 directly connected, Tunnel0, zone r1r5serialC Net 5004-5004 directly connected, Serial0.2, zone frameC Net 5130-5130 directly connected, Serial0.1, zone frameC Net 6005-6005 directly connected, BRI0, zone isdnR Net 8006-8006 [1/G] via 695.24, 0 sec, Ethernet0, zone r8r6serialr5#sh decnet route Area Cost Hops Next Hop to Node Expires Prio*1 0 0 (Local) -> 1.5*2 20 1 Serial1 -> 2.1 35 64 A+ Node Cost Hops Next Hop to Node Expires Prio*(Area) 0 0 (Local) -> 1.5*1.5 0 0 (Local) -> 1.5*1.6 10 1 Ethernet0 -> 1.6 44 64 V*1.8 30 2 Ethernet0 -> 1.6

Page 6

r5.txt

*DEFAULT* : 200 5 out on interface BRI0,

r5#sh vines route4 servers, 5 routes, version 8, next update 54 seconds

Network Neighbor Flags Age Metric Uses

3005A360 30128ED7:0001 S0 h - 0340 0 3005A360 30128ED7:0001 R0* 80 0070 03012821F 3012821F:0001 R0* 80 0050 030128ED7 30128ED7:0001 R0* 80 0020 03015D43A - C1 - - -r5#

r5#sh access-listAppleTalk access list 600: permit additional-zones deny cable-range 300-300 permit other-accessIPX access list 800 deny 800 FFFFFFFF permit FFFFFFFF FFFFFFFFIPX access list 901 deny any any all any rip deny any any all any sap deny any any all any 457 permit any any all any allIPX SAP access list 1000 permit FFFFFFFF 0 fserverStandard IP access list 1 permit 137.20.100.32, wildcard bits 0.0.0.31 permit 137.20.240.0, wildcard bits 0.0.0.255 permit 137.20.64.0, wildcard bits 0.0.0.255 permit 137.20.224.0, wildcard bits 0.0.0.255Standard IP access list 2 permit anyExtended IP access list 101 permit gre host 137.20.25.1 host 137.20.25.2 (696 matches) permit icmp any any (10 matches) permit ospf any any (715 matches) permit tcp host 137.20.10.70 any eq telnet (16 matches) permit tcp any any eq bgp (232 matches) permit tcp any eq bgp any gt 1023 (120 matches) permit udp host 137.20.25.1 host 137.20.100.33 eq ntp (7 matches) permit udp host 137.20.10.1 eq snmptrap 137.20.64.0 0.0.15.255 gt 1023 permit udp host 137.20.10.1 host 137.20.40.17 eq snmptrap (1 match) permit tcp host 137.20.10.70 eq 2065 host 137.20.30.1 gt 1023 (1998 matches)

permit tcp host 137.20.10.70 eq 2065 host 137.20.81.1 gt 1023 (1975 matches)

permit tcp host 137.20.10.70 host 137.20.30.1 eq 2065 (3 matches) permit tcp host 137.20.10.70 host 137.20.81.1 eq 2065 (3 matches) deny ip any any log (5 matches)

Page 7

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username r5 password 0 ciscono ip domain-lookupappletalk routing!decnet routing 1.6decnet node-type routing-iv!ipx routing 0000.0c92.8ed7ipx internal-network 600000vines routing 30128ED7:0001isdn switch-type basic-dms100!interface Loopback0 ip address 137.20.60.1 255.255.240.0 ipx network 60000!interface Tunnel0 no ip address ipx ipxwan 0 unnumbered r6 ipx nlsp enable tunnel source 137.20.86.2 tunnel destination 137.20.86.1!interface Ethernet0 ip address 137.20.64.6 255.255.240.0 no ip redirects ip ospf priority 200 lat enabled appletalk cable-range 695-695 695.24 appletalk zone r6r9r5ether0 decnet cost 10 ipx network 695 vines metric 2 vines serverless no mop enabled standby 1 timers 5 10 standby 1 priority 100 standby 1 preempt standby 1 authentication cisco standby 1 ip 137.20.64.8!interface Serial0 ip address 137.20.86.2 255.255.255.0 encapsulation x25 dce no ip mroute-cache bandwidth 2000 appletalk cable-range 8006-8006 8006.123 appletalk zone r8r6serial decnet cost 20 vines metric 5 x25 address 600 x25 map vines 3005A360:0001 800 broadcast x25 map appletalk 8006.39 800 broadcast

Page 1

r6.txt x25 map ip 137.20.86.1 800 broadcast x25 map decnet 1.8 800 broadcast clockrate 2000000!interface Serial1 no ip address shutdown!interface BRI0 ip address 137.20.224.6 255.255.240.0 encapsulation ppp no ip route-cache ip ospf demand-circuit no ip mroute-cache bandwidth 64 appletalk cable-range 6005-6005 6005.136 appletalk zone isdn no appletalk send-rtmps decnet cost 30 ipx network 6005 no ipx route-cache ipx watchdog-spoof ipx spx-spoof ipx spx-idle-time 45 vines metric 10 vines neighbor 3015D43A:0001 4095 9375 vines propagate isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer map ip 137.20.224.5 name r5 broadcast 4930624 dialer map decnet 1.5 name r5 broadcast 4930624 dialer map vines 3015D43A:0001 name r5 broadcast 4930624 dialer map ipx 6005.00e0.b055.d43a name r5 broadcast 4930624 dialer map appletalk 6005.220 name r5 broadcast 4930624 dialer-group 1 no cdp enable ppp authentication chap!router ospf 1 redistribute connected metric 20 subnets route-map allow_conn_s0 redistribute bgp 2 metric 20 subnets route-map filterrings network 137.20.64.6 0.0.0.0 area 0 network 137.20.224.6 0.0.0.0 area 0 network 137.20.60.1 0.0.0.0 area 0!router bgp 2 network 137.20.86.0 mask 255.255.255.0 redistribute ospf 1 route-map filter-ext-ospf-bgp neighbor 137.20.25.1 remote-as 2 neighbor 137.20.25.1 update-source Loopback0 neighbor 137.20.86.1 remote-as 1 neighbor 137.20.86.1 default-originate no auto-summary!ip classlessaccess-list 6 permit 172.168.70.0 0.0.0.255access-list 6 permit 137.20.10.0 0.0.0.255access-list 6 permit 160.0.0.0 0.255.255.255access-list 65 permit 137.20.224.0 0.0.0.255access-list 66 permit 137.20.86.0 0.0.0.255access-list 80 permit 137.20.81.0 0.0.0.255access-list 80 permit 137.20.82.0 0.0.0.255access-list 90 permit any

Page 2

r6.txtaccess-list 901 deny any any all any ripaccess-list 901 deny any any all any sapaccess-list 901 deny any any all any 457access-list 901 permit any any all any alllat service R6 ident This is the LAT service on R6.lat service R6 password CISCOlat service R6 enabledappletalk static cable-range 107-107 to 6005.220 floating zone r1r7ether0appletalk static cable-range 300-300 to 6005.220 floating zone r3token0appletalk static cable-range 400-400 to 6005.220 floating zone r4ether0appletalk static cable-range 5130-5130 to 6005.220 floating zone frameappletalk static cable-range 5004-5004 to 6005.220 floating zone frameappletalk static cable-range 695-695 to 6005.220 floating zone r6r9r5ether0appletalk static network 200 to 6005.220 floating zone r2ether0!decnet propagate static!decnet route default BRI0 5 200route-map allow_conn_s0 permit 10 match ip address 66!route-map filter-ext-ospf-bgp deny 5 match ip address 65!route-map filter-ext-ospf-bgp permit 10 match route-type internal!route-map filter-ext-ospf-bgp deny 20 match ip address 6!route-map filter-ext-ospf-bgp permit 30 match route-type external!route-map filterrings deny 10 match ip address 80!route-map filterrings permit 20 match ip address 90!!!ipx route default 6005.00e0.b055.d43a!ipx router eigrp 1 redistribute nlsp network 695!!ipx router nlsp area-address 0 0 redistribute eigrp 1!!ipx router rip no network 695!!ipx sap 4 fserver 700.0000.0c00.1234 451 1ipx sap 7 pserver 700.0000.0c00.1234 451 1!vines route 3012821F 3015D43A:0001 50vines access-list 100 deny RTP 00000000:0000 FFFFFFFF:FFFF 00000000:0000 FFFFFFFF:FFFF

Page 3

r6.txtvines access-list 100 permit IP 00000000:0000 FFFFFFFF:FFFF 00000000:0000 FFFFFFFF:FFFFdialer-list 1 protocol ip permitdialer-list 1 protocol decnet_router-l1 denydialer-list 1 protocol decnet_router-l2 denydialer-list 1 protocol decnet_node permitdialer-list 1 protocol ipx list 901dialer-list 1 protocol appletalk permitdialer-list 1 protocol vines list 100alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 privilege level 15 no login!end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.64.5 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnetsB 172.168.80.0 [20/0] via 137.20.86.1, 02:14:56 200.200.100.0/32 is subnetted, 1 subnetsO IA 200.200.100.1 [110/61] via 137.20.64.5, 01:35:39, Ethernet0 137.20.0.0/16 is variably subnetted, 16 subnets, 4 masksO E1 137.20.200.16/28 [110/110] via 137.20.64.5, 01:35:39, Ethernet0O 137.20.240.1/32 [110/11] via 137.20.64.5, 01:35:39, Ethernet0C 137.20.224.0/20 is directly connected, BRI0O IA 137.20.30.0/24 [110/66] via 137.20.64.5, 01:35:39, Ethernet0O IA 137.20.25.0/24 [110/74] via 137.20.64.5, 01:35:39, Ethernet0O E2 137.20.10.0/24 [110/20] via 137.20.64.5, 01:35:40, Ethernet0O E1 137.20.40.16/28 [110/110] via 137.20.64.5, 01:35:40, Ethernet0C 137.20.48.0/20 is directly connected, Loopback0O IA 137.20.33.0/24 [110/61] via 137.20.64.5, 01:35:40, Ethernet0C 137.20.86.0/24 is directly connected, Serial0B 137.20.81.0/24 [20/0] via 137.20.86.1, 02:15:28B 137.20.82.0/24 [20/0] via 137.20.86.1, 02:15:28O IA 137.20.100.33/32 [110/60] via 137.20.64.5, 01:35:41, Ethernet0O IA 137.20.100.35/32 [110/60] via 137.20.64.5, 01:35:41, Ethernet0O IA 137.20.100.34/32 [110/10] via 137.20.64.5, 01:35:41, Ethernet0C 137.20.64.0/20 is directly connected, Ethernet0

Page 4

r6.txt 200.200.200.0/32 is subnetted, 1 subnetsO IA 200.200.200.1 [110/75] via 137.20.64.5, 01:35:41, Ethernet0O*E1 0.0.0.0/0 [110/113] via 137.20.64.5, 01:35:41, Ethernet0O E2 160.0.0.0/4 [110/20] via 137.20.64.5, 01:35:41, Ethernet0r6#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses

19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

S FFFFFFFE via 6005.00e0.b055.d43a, BR0

L 600000 is the internal networkC 695 (NOVELL-ETHER), Et0C 6005 (PPP), BR0C 60000 (UNKNOWN), Lo0E 200 [1843200/1] via 695.aa00.0400.0504, age 02:07:29, 1u, Et0E 300 [1833728/1] via 695.aa00.0400.0504, age 02:08:06, 1u, Et0E 400 [1843200/1] via 695.aa00.0400.0504, age 01:39:48, 1u, Et0E 700 [409600/1] via 695.aa00.0400.0504, age 1d02h, 9541u, Et0E 701 [269337600/2] via 695.aa00.0400.0504, age 02:08:31, 1u, Et0N 800 [30][01/01] via 800000.0000.0000.0001, 1871s, Tu0N 801 [30][01/01] via 800000.0000.0000.0001, 1871s, Tu0N 802 [30][01/01] via 800000.0000.0000.0001, 1871s, Tu0N 803 [30][01/01] via 800000.0000.0000.0001, 1871s, Tu0N 810 [30][01/01] via 800000.0000.0000.0001, 1871s, Tu0E 5004 [1817600/0] via 695.aa00.0400.0504, age 02:08:13, 1u, Et0E 5130 [1817600/0] via 695.aa00.0400.0504, age 02:08:14, 1u, Et0E 50000 [409600/1] via 695.aa00.0400.0504, age 1d02h, 1u, Et0N 800000 [30][02/01] via 800000.0000.0000.0001, 1871s, Tu0r6#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy11 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 107-107 [2/G] via 695.189, 6 sec, Ethernet0, zone r1r7ether0R Net 200 [2/G] via 695.189, 6 sec, Ethernet0, zone r2ether0R Net 300-300 [2/G] via 695.189, 6 sec, Ethernet0, zone r3token0R Net 400-400 [2/G] via 695.189, 6 sec, Ethernet0, zone r4ether0C Net 695-695 directly connected, Ethernet0, zone r6r9r5ether0R Net 800-800 [1/G] via 8006.39, 6 sec, Serial0, zone r8ether0R Net 1005-1005 [1/G] via 695.189, 7 sec, Ethernet0, zone r1r5serialR Net 5004-5004 [1/G] via 695.189, 7 sec, Ethernet0, zone frameR Net 5130-5130 [1/G] via 695.189, 7 sec, Ethernet0, zone frameC Net 6005-6005 directly connected, BRI0, zone isdnC Net 8006-8006 directly connected, Serial0, zone r8r6serialr6#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Ethernet0 -> 1.5

Page 5

r6.txt*1.5 10 1 Ethernet0 -> 1.5 43 64 V+*1.6 0 0 (Local) -> 1.6*1.8 20 1 Serial0 -> 1.8 39 64 V

*DEFAULT* : 200 5 out on interface BRI0,

r6#sh vines route4 servers, 5 routes, version 15, next update 36 seconds

Network Neighbor Flags Age Metric Uses

3005A360 3005A360:0001 R0* 8 0050 03012821F 3015D43A:0001 S0 h - 0340 0 3012821F 3015D43A:0001 R0* 7 0070 030128ED7 - C1 - - -3015D43A 3015D43A:0001 R0* 7 0020 0r6#

Page 6

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookup!decnet routing 2.7decnet node-type routing-iv!ipx routing 0000.0c00.dcf1frame-relay switchingsource-bridge ring-group 10dlsw local-peer peer-id 137.20.10.70 promiscuousdlsw bridge-group 1!interface Loopback0 ip address 160.10.10.1 255.255.255.0!interface Loopback1 ip address 161.10.10.1 255.255.255.0!interface Loopback2 ip address 170.10.10.1 255.255.255.0!interface Ethernet0 ip address 137.20.10.70 255.255.255.0 decnet cost 10 ipx network 700 bridge-group 1!interface Ethernet1 ip address 172.168.70.1 255.255.255.0 ipx network 701 bridge-group 1!interface Serial0 no ip address encapsulation frame-relay keepalive 20 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial3 105 frame-relay route 503 interface Serial2 305 frame-relay route 504 interface Serial1 405!interface Serial1 no ip address encapsulation frame-relay keepalive 20 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 405 interface Serial0 504!interface Serial2 no ip address encapsulation frame-relay keepalive 20 clockrate 2000000

Page 1

r7.txt frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 305 interface Serial0 503!interface Serial3 no ip address encapsulation frame-relay keepalive 20 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 105 interface Serial0 501!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!router bgp 3 network 172.168.70.0 mask 255.255.255.0 network 160.10.10.0 mask 255.255.255.0 network 161.10.10.0 mask 255.255.255.0 network 170.10.10.0 mask 255.255.255.0 aggregate-address 160.0.0.0 240.0.0.0 neighbor 200.200.200.1 remote-as 2 neighbor 200.200.200.1 ebgp-multihop 2 neighbor 200.200.200.1 route-map setmed out no auto-summary!ip classlessip route 200.200.200.0 255.255.255.0 137.20.10.1no logging consoleaccess-list 1 permit any!route-map setmed permit 10 match ip address 1 set metric 170!!!!!bridge 1 protocol ieeealias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgp

Page 2

r7.txtalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 200.200.200.1 to network 0.0.0.0

172.168.0.0 255.255.255.0 is subnetted, 2 subnetsC 172.168.70.0 is directly connected, Ethernet1B 172.168.80.0 [20/0] via 200.200.200.1, 02:08:42 200.200.100.0 255.255.255.255 is subnetted, 1 subnetsB 200.200.100.1 [20/115] via 200.200.200.1, 02:08:14 137.20.0.0 is variably subnetted, 15 subnets, 4 masksB 137.20.200.16 255.255.255.240 [20/164] via 200.200.200.1, 02:08:43B 137.20.240.1 255.255.255.255 [20/65] via 200.200.200.1, 02:08:43B 137.20.30.0 255.255.255.0 [20/120] via 200.200.200.1, 02:08:14B 137.20.25.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:43C 137.20.10.0 255.255.255.0 is directly connected, Ethernet0B 137.20.60.1 255.255.255.255 [20/75] via 200.200.200.1, 02:08:44B 137.20.40.16 255.255.255.240 [20/164] via 200.200.200.1, 02:08:44B 137.20.33.0 255.255.255.0 [20/115] via 200.200.200.1, 02:07:48B 137.20.86.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:44B 137.20.81.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:44B 137.20.82.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:45B 137.20.100.33 255.255.255.255 [20/114] via 200.200.200.1, 02:08:16B 137.20.100.35 255.255.255.255 [20/114] via 200.200.200.1, 02:08:16B 137.20.100.34 255.255.255.255 [20/64] via 200.200.200.1, 02:08:45B 137.20.64.0 255.255.240.0 [20/74] via 200.200.200.1, 02:08:45 170.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 170.10.10.0 is directly connected, Loopback2 160.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 160.10.10.0 is directly connected, Loopback0 161.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 161.10.10.0 is directly connected, Loopback1S 200.200.200.0 [1/0] via 137.20.10.1B* 0.0.0.0 0.0.0.0 [20/0] via 200.200.200.1, 02:08:45B 160.0.0.0 240.0.0.0 [200/0] via 0.0.0.0, 02:08:45, Null0r7#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, s - seconds, u - uses

19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

R FFFFFFFE [04/03] via 700.0000.0c31.ac94, 31s, Et0

C 700 (NOVELL-ETHER), Et0Page 3

r7.txtC 701 (NOVELL-ETHER), Et1R 200 [09/02] via 700.0000.0c31.ac94, 31s, Et0R 300 [09/02] via 700.0000.0c31.ac94, 32s, Et0R 400 [09/02] via 700.0000.0c31.ac94, 32s, Et0R 695 [03/01] via 700.0000.0c31.ac94, 32s, Et0R 800 [04/03] via 700.0000.0c31.ac94, 32s, Et0R 801 [04/03] via 700.0000.0c31.ac94, 32s, Et0R 802 [04/03] via 700.0000.0c31.ac94, 32s, Et0R 803 [04/03] via 700.0000.0c31.ac94, 32s, Et0R 810 [04/03] via 700.0000.0c31.ac94, 32s, Et0R 5004 [03/01] via 700.0000.0c31.ac94, 32s, Et0R 5130 [03/01] via 700.0000.0c31.ac94, 32s, Et0R 6005 [03/01] via 700.0000.0c31.ac94, 33s, Et0R 50000 [03/01] via 700.0000.0c31.ac94, 33s, Et0R 60000 [04/02] via 700.0000.0c31.ac94, 33s, Et0R 600000 [04/02] via 700.0000.0c31.ac94, 33s, Et0R 800000 [05/03] via 700.0000.0c31.ac94, 33s, Et0r7#ia% Appletalk not runningr7#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 10 1 Ethernet0 -> 2.1*2.1 10 1 Ethernet0 -> 2.1 34 64 V+*2.7 0 0 (Local) -> 2.7r7#sh vines route% VINES not enabledr7#

Page 4

r8.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r8!!no ip domain-lookupvines routing 3005A360:0001!decnet routing 1.8decnet node-type routing-iv!ipx routing 0000.0c05.a360ipx internal-network 800000appletalk routingsource-bridge ring-group 10dlsw local-peer peer-id 137.20.81.1dlsw ring-list 1 rings 1dlsw remote-peer 1 tcp 137.20.30.1dlsw remote-peer 0 tcp 137.20.10.70!interface Tunnel0 no ip address ipx ipxwan 0 unnumbered r8 ipx nlsp enable tunnel source 137.20.86.1 tunnel destination 137.20.86.2!interface Ethernet0 ip address 172.168.80.1 255.255.255.0 vines metric 2 decnet cost 10 appletalk cable-range 800-800 800.63 appletalk zone r8ether0!interface Ethernet0.1 ipx network 800!interface Ethernet0.2 ipx network 810 encapsulation SAP!interface Ethernet1 ip address 137.20.80.1 255.255.255.0 ipx network 801 ipx nlsp enable!interface Serial0 ip address 137.20.86.1 255.255.255.0 no ip mroute-cache encapsulation x25 vines metric 5 decnet cost 20 appletalk cable-range 8006-8006 8006.39 appletalk zone r8r6serial x25 address 800 x25 map vines 30128ED7:0001 600 broadcast x25 map appletalk 8006.123 600 broadcast x25 map ip 137.20.86.2 600 broadcast x25 map decnet 1.6 600 broadcast!

Page 1

r8.txtinterface Serial1 no ip address shutdown!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!interface Serial8 no ip address shutdown!interface Serial9 no ip address shutdown!interface Serial10 no ip address shutdown!interface Serial11 no ip address shutdown!interface Serial12 no ip address shutdown!interface Serial13 no ip address shutdown!interface Serial14 no ip address shutdown!interface Serial15 no ip address shutdown!interface Serial16 no ip address shutdown

Page 2

r8.txt!interface Serial17 no ip address shutdown!interface Serial18 no ip address shutdown!interface Serial19 no ip address shutdown!interface Serial20 no ip address shutdown!interface Serial21 no ip address shutdown!interface TokenRing1 ip address 137.20.82.1 255.255.255.0 ipx network 803 ipx nlsp enable ring-speed 16 source-bridge 2 1 10 source-bridge spanning!interface TokenRing0 ip address 137.20.81.1 255.255.255.0 ipx network 802 ipx nlsp enable ring-speed 16 source-bridge 1 1 10 source-bridge spanning!router bgp 1 network 172.168.80.0 mask 255.255.255.0 network 137.20.82.0 mask 255.255.255.0 network 137.20.81.0 mask 255.255.255.0 neighbor 137.20.86.2 remote-as 2 no auto-summary!ip classless!!!ipx route default Tunnel0!ipx router nlsp area-address 0 0!!ipx router rip no network 800000 no network 801 no network 803 no network 802!!!alias exec i show ip route

Page 3

r8.txtalias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0 transport input allline vty 0 4 login!end

r8#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is 137.20.86.2 to network 0.0.0.0

172.168.0.0 255.255.255.0 is subnetted, 1 subnetsC 172.168.80.0 is directly connected, Ethernet0 200.200.100.0 255.255.255.255 is subnetted, 1 subnetsB 200.200.100.1 [20/61] via 137.20.86.2, 02:09:09 137.20.0.0 is variably subnetted, 15 subnets, 4 masksB 137.20.200.16 255.255.255.240 [20/110] via 137.20.86.2, 02:09:42B 137.20.240.1 255.255.255.255 [20/11] via 137.20.86.2, 02:17:16B 137.20.30.0 255.255.255.0 [20/66] via 137.20.86.2, 02:09:09B 137.20.25.0 255.255.255.0 [20/74] via 137.20.86.2, 02:17:16B 137.20.10.0 255.255.255.0 [20/0] via 137.20.86.2, 02:11:40B 137.20.40.16 255.255.255.240 [20/110] via 137.20.86.2, 02:09:42B 137.20.33.0 255.255.255.0 [20/61] via 137.20.86.2, 02:08:50C 137.20.86.0 255.255.255.0 is directly connected, Serial0C 137.20.81.0 255.255.255.0 is directly connected, TokenRing0C 137.20.80.0 255.255.255.0 is directly connected, Ethernet1C 137.20.82.0 255.255.255.0 is directly connected, TokenRing1B 137.20.100.33 255.255.255.255 [20/60] via 137.20.86.2, 02:09:11B 137.20.100.35 255.255.255.255 [20/60] via 137.20.86.2, 02:09:11B 137.20.100.34 255.255.255.255 [20/10] via 137.20.86.2, 02:09:43B 137.20.64.0 255.255.240.0 [20/0] via 137.20.86.2, 02:17:18 200.200.200.0 255.255.255.255 is subnetted, 1 subnetsB 200.200.200.1 [20/75] via 137.20.86.2, 02:17:18B* 0.0.0.0 0.0.0.0 [20/0] via 137.20.86.2, 02:17:18B 160.0.0.0 240.0.0.0 [20/0] via 137.20.86.2, 02:08:51r8#ixCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, s - seconds, u - uses

19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

Current default route is:

Page 4

r8.txtS FFFFFFFE via 0.0060.0000.0000, Tu0

L 800000 is the internal networkC 800 (NOVELL-ETHER), Et0.1C 801 (NOVELL-ETHER), Et1C 802 (SAP), To0C 803 (SAP), To1C 810 (SAP), Et0.2NX 200 [30][10/02][09/01] via 600000.0000.0000.0001, 1089s, Tu0NX 300 [30][10/02][09/01] via 600000.0000.0000.0001, 1089s, Tu0NX 400 [30][10/02][09/01] via 600000.0000.0000.0001, 1089s, Tu0N 695 [30][01/01] via 600000.0000.0000.0001, 1089s, Tu0NX 700 [30][04/02][03/01] via 600000.0000.0000.0001, 1089s, Tu0NX 701 [30][05/03][04/02] via 600000.0000.0000.0001, 1089s, Tu0NX 5004 [30][02/02][01/01] via 600000.0000.0000.0001, 1089s, Tu0NX 5130 [30][02/02][01/01] via 600000.0000.0000.0001, 1090s, Tu0N 6005 [30][01/01] via 600000.0000.0000.0001, 1090s, Tu0NX 50000 [30][04/02][03/01] via 600000.0000.0000.0001, 1090s, Tu0N 60000 [30][01/01] via 600000.0000.0000.0001, 1090s, Tu0N 600000 [30][02/01] via 600000.0000.0000.0001, 1090s, Tu0r8#iaCodes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP S - static P - proxy11 routes in internet

The first zone listed for each entry is its default (primary) zone.

R Net 107-107 [3/G] via 8006.123, 3 sec, Serial0, zone r1r7ether0R Net 200 [3/G] via 8006.123, 3 sec, Serial0, zone r2ether0R Net 300-300 [3/G] via 8006.123, 3 sec, Serial0, zone r3token0R Net 400-400 [3/G] via 8006.123, 3 sec, Serial0, zone r4ether0R Net 695-695 [1/G] via 8006.123, 3 sec, Serial0, zone r6r9r5ether0C Net 800-800 directly connected, Ethernet0, zone r8ether0R Net 1005-1005 [2/G] via 8006.123, 4 sec, Serial0, zone r1r5serialR Net 5004-5004 [2/G] via 8006.123, 4 sec, Serial0, zone frameR Net 5130-5130 [2/G] via 8006.123, 4 sec, Serial0, zone frameR Net 6005-6005 [1/G] via 8006.123, 4 sec, Serial0, zone isdnC Net 8006-8006 directly connected, Serial0, zone r8r6serialr8#sh decnet route Node Cost Hops Next Hop to Node Expires Prio*(Area) 30 2 Serial0 -> 1.6*1.5 30 2 Serial0 -> 1.6*1.6 20 1 Serial0 -> 1.6 32 64 V*1.8 0 0 (Local) -> 1.8r8#sh vines route4 servers, 4 routes, version 4, next update 63 seconds

Network Neighbor Flags Age Metric Uses

3005A360 - C1 - - -3012821F 30128ED7:0001 R0* 71 00C0 030128ED7 30128ED7:0001 R0* 71 0050 03015D43A 30128ED7:0001 R0* 71 0070 0r8#

Page 5

r9.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r9!enable password cisco!no ip routingno ip domain-lookupipx routing 0000.0c09.844c!interface Ethernet0 ip address 137.20.64.7 255.255.240.0 no ip route-cache no ip mroute-cache ipx network 695!interface Serial0 no ip address no ip route-cache no ip mroute-cache shutdown!interface Serial1 no ip address no ip route-cache no ip mroute-cache shutdown!ip default-gateway 137.20.64.8no ip classless!!!ipx router eigrp 1 network 695!!ipx router rip no network 695!!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf t!line con 0 exec-timeout 15 0

Page 1

r9.txt loginline aux 0 exec-timeout 15 0 loginline vty 0 4 exec-timeout 60 0 password cisco login!end

r9#

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!ip subnet-zerono ip domain-lookup!interface Loopback0 ip address 150.150.2.1 255.255.255.0!interface Ethernet0 ip address 150.150.1.1 255.255.255.0!interface Serial0 ip address 150.200.16.1 255.255.240.0 encapsulation frame-relay ip split-horizon no fair-queue clockrate 2000000 frame-relay map ip 150.200.16.2 102 broadcast frame-relay lmi-type ansi!interface Serial1 no ip address shutdown!router igrp 1 network 150.150.0.0 network 150.200.0.0!ip classlessno logging console!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login!end

r1#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Page 1

r1.txt D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

150.150.0.0/24 is subnetted, 2 subnetsC 150.150.1.0 is directly connected, Ethernet0C 150.150.2.0 is directly connected, Loopback0I 172.168.0.0/16 [100/8676] via 150.200.16.2, 00:00:46, Serial0I 11.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0I 56.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0I 80.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0I 81.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0 150.200.0.0/20 is subnetted, 1 subnetsC 150.200.16.0 is directly connected, Serial0I 192.168.1.0/24 [100/8676] via 150.200.16.2, 00:00:46, Serial0I 137.20.0.0/16 [100/8576] via 150.200.16.2, 00:00:46, Serial0I 150.100.0.0/16 [100/160250] via 150.200.16.2, 00:00:46, Serial0r1#

Page 2

r2.txtCurrent configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r2!enable password ciscousername marc password ciscono ip domain-lookupip host r10 2012 200.200.200.1ip host r11 2013 200.200.200.1ip host cat 2014 200.200.200.1ip host r1 2001 200.200.200.1ip host r3 2003 200.200.200.1ip host r7 2007 200.200.200.1ip host r4 2004 200.200.200.1ip host r5 2005 200.200.200.1ip host r6 2006 200.200.200.1ip host r8 2002 200.200.200.1ip host r9 2009 200.200.200.1ip host bay 2015 200.200.200.1ip name-server 207.238.183.71ip name-server 207.238.183.72!!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 ip rsvp bandwidth 48 48 ip ospf priority 200 bandwidth 10000 no lat enabled!interface Serial0 mtu 500 no ip address ip rsvp bandwidth 48 48 encapsulation frame-relay no ip route-cache no ip mroute-cache bandwidth 64 fair-queue 64 256 1000 clockrate 64000 frame-relay lmi-type ansi frame-relay ip rtp header-compression!interface Serial0.1 point-to-point ip address 150.100.32.2 255.255.224.0 ip rsvp bandwidth 48 48 no ip route-cache ip ospf network point-to-multipoint no ip mroute-cache bandwidth 64 traffic-shape rate 32000 4000 4000 1000 frame-relay interface-dlci 210 frame-relay ip rtp header-compression!interface Serial0.2 point-to-point

Page 1

r2.txt ip address 150.200.16.2 255.255.240.0 no ip route-cache no ip mroute-cache frame-relay interface-dlci 201 !interface Serial1 no ip address shutdown!router ospf 1 redistribute igrp 1 metric 100 metric-type 1 subnets tag 1 network 137.20.20.1 0.0.0.0 area 2 network 150.100.32.2 0.0.0.0 area 0 default-information originate always metric 100 metric-type 1 area 2 virtual-link 11.1.1.1!router igrp 1 redistribute connected metric 10000 100 255 1 1500 route-map filter-other redistribute ospf 1 metric 2000 200 255 1 1500 network 150.200.0.0!ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2!no logging consoleaccess-list 1 permit 137.20.0.0 0.0.255.255access-list 2 permit anyroute-map filter-other permit 10 match ip address 1!route-map filter-other deny 20 match ip address 2!!banner motd ^CWelcome to CCIE Boot Camp, brought to you by Network Learning, Inc.^Calias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf neialias exec s sho sess!line con 0 exec-timeout 60 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 no exec-banner transport input allline aux 0 exec-timeout 60 0 login modem InOut modem autoconfigure type usr_sportster

Page 2

r2.txt speed 38400 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password cisco login!end r2#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

C 200.200.200.0/24 is directly connected, Loopback0 137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, Ethernet0 81.0.0.0/24 is subnetted, 1 subnetsO E2 81.1.1.0 [110/20] via 137.20.20.11, 00:02:09, Ethernet0 80.0.0.0/24 is subnetted, 1 subnetsO E2 80.1.1.0 [110/20] via 137.20.20.11, 00:22:52, Ethernet0 172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksO IA 172.168.10.0/24 [110/1572] via 150.100.32.10, 00:18:10, Serial0.1O IA 172.168.64.0/18 [110/3134] via 150.100.32.10, 00:58:55, Serial0.1 56.0.0.0/24 is subnetted, 1 subnetsO E2 56.1.1.0 [110/20] via 137.20.20.11, 00:58:56, Ethernet0 11.0.0.0/32 is subnetted, 1 subnetsO IA 11.1.1.1 [110/11] via 137.20.20.11, 00:58:56, Ethernet0O E2 192.168.1.0/24 [110/20] via 137.20.20.11, 00:58:57, Ethernet0 150.100.0.0/16 is variably subnetted, 3 subnets, 2 masksC 150.100.32.0/19 is directly connected, Serial0.1O 150.100.32.4/32 [110/3124] via 150.100.32.10, 00:58:57, Serial0.1O 150.100.32.10/32 [110/1562] via 150.100.32.10, 00:58:57, Serial0.1 150.200.0.0/20 is subnetted, 1 subnetsC 150.200.16.0 is directly connected, Serial0.2I 150.150.0.0/16 [100/8976] via 150.200.16.1, 00:00:04, Serial0.2S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#

Page 3

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!no ip domain-lookup!interface Ethernet0 ip address 172.168.64.1 255.255.192.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 150.100.32.4 255.255.224.0 encapsulation frame-relay ip ospf network point-to-multipoint clockrate 2000000 frame-relay map ip 150.100.32.10 410 broadcast frame-relay lmi-type ansi!router ospf 1 network 150.100.32.4 0.0.0.0 area 0 network 172.168.64.0 0.0.63.255 area 4!no ip classlessno logging console!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 no exec login!end

r4#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

Page 1

r4.txt i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 150.100.32.10 to network 0.0.0.0

O E1 150.150.0.0/16 [110/1726] via 150.100.32.10, 01:00:13, Serial1 172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksO IA 172.168.10.0/24 [110/74] via 150.100.32.10, 00:19:29, Serial1C 172.168.64.0/18 is directly connected, Ethernet0 11.0.0.0/32 is subnetted, 1 subnetsO IA 11.1.1.1 [110/1637] via 150.100.32.10, 01:00:14, Serial1 56.0.0.0/24 is subnetted, 1 subnetsO E2 56.1.1.0 [110/20] via 150.100.32.10, 01:00:14, Serial1 80.0.0.0/24 is subnetted, 1 subnetsO E2 80.1.1.0 [110/20] via 150.100.32.10, 00:24:10, Serial1 81.0.0.0/24 is subnetted, 1 subnetsO E2 81.1.1.0 [110/20] via 150.100.32.10, 00:03:28, Serial1 150.200.0.0/20 is subnetted, 1 subnetsO E1 150.200.16.0 [110/1726] via 150.100.32.10, 01:00:14, Serial1O E2 192.168.1.0/24 [110/20] via 150.100.32.10, 01:00:15, Serial1 137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/1636] via 150.100.32.10, 01:00:15, Serial1 150.100.0.0/16 is variably subnetted, 3 subnets, 2 masksO 150.100.32.2/32 [110/1626] via 150.100.32.10, 01:00:16, Serial1C 150.100.32.0/19 is directly connected, Serial1O 150.100.32.10/32 [110/64] via 150.100.32.10, 01:00:16, Serial1O*E1 0.0.0.0/0 [110/1726] via 150.100.32.10, 01:00:16, Serial1r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username r6 password 0 ciscono ip domain-lookupframe-relay switchingisdn switch-type basic-dms100!interface Ethernet0 ip address 192.168.1.34 255.255.255.224!interface Serial0 ip address 192.168.1.97 255.255.255.224 encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay map ip 192.168.1.98 17 broadcast frame-relay lmi-type ansi frame-relay intf-type dce!interface Serial1 no ip address shutdown!interface BRI0 ip address 56.1.1.1 255.255.255.0 encapsulation ppp isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer map ip 56.1.1.2 name r6 broadcast 4930622 dialer-group 1 no cdp enable ppp authentication chap!router eigrp 1 redistribute static metric 2000 200 255 1 1500 network 192.168.1.0 network 56.0.0.0 no auto-summary!no ip classlessip route 192.168.1.128 255.255.255.224 56.1.1.2 150no logging consoleaccess-list 101 deny ip any host 224.0.0.10access-list 101 permit ip any any!dialer-list 1 protocol ip list 101alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp nei

Page 1

r5.txtalias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei! line con 0line aux 0line vty 0 4 login!end

r5#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.1.33 to network 0.0.0.0

D EX 150.150.0.0/16 [170/332800] via 192.168.1.33, 00:01:50, Ethernet0 172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksD EX 172.168.10.0/24 [170/332800] via 192.168.1.33, 00:01:51, Ethernet0D EX 172.168.64.0/18 [170/332800] via 192.168.1.33, 00:01:51, Ethernet0 56.0.0.0/24 is subnetted, 1 subnetsC 56.1.1.0 is directly connected, BRI0 80.0.0.0/24 is subnetted, 1 subnetsD 80.1.1.0 [90/297728] via 192.168.1.33, 00:01:51, Ethernet0 81.0.0.0/24 is subnetted, 1 subnetsD 81.1.1.0 [90/297728] via 192.168.1.33, 00:01:51, Ethernet0 150.200.0.0/20 is subnetted, 1 subnetsD EX 150.200.16.0 [170/332800] via 192.168.1.33, 00:01:51, Ethernet0 192.168.1.0/24 is variably subnetted, 5 subnets, 2 masksC 192.168.1.96/27 is directly connected, Serial0C 192.168.1.32/27 is directly connected, Ethernet0D EX 192.168.1.0/24 [170/332800] via 192.168.1.33, 00:01:52, Ethernet0D 192.168.1.0/27 [90/307200] via 192.168.1.33, 00:01:52, Ethernet0D 192.168.1.128/27 [90/2195456] via 192.168.1.98, 00:01:52, Serial0 150.100.0.0/32 is subnetted, 3 subnetsD EX 150.100.32.2 [170/332800] via 192.168.1.33, 00:01:52, Ethernet0D EX 150.100.32.4 [170/332800] via 192.168.1.33, 00:01:52, Ethernet0D EX 150.100.32.10 [170/332800] via 192.168.1.33, 00:01:53, Ethernet0D*EX 0.0.0.0/0 [170/332800] via 192.168.1.33, 03:39:30, Ethernet0r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username r5 password 0 ciscono ip domain-lookupisdn switch-type basic-dms100!interface Ethernet0 ip address 192.168.1.129 255.255.255.224!interface Serial0 no ip address shutdown!interface Serial1 ip address 192.168.1.98 255.255.255.224 encapsulation frame-relay frame-relay map ip 192.168.1.97 17 broadcast frame-relay lmi-type ansi!interface BRI0 ip address 56.1.1.2 255.255.255.0 encapsulation ppp no ip route-cache no ip mroute-cache isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer map ip 56.1.1.1 name r5 broadcast 4930624 dialer-group 1 no cdp enable ppp authentication chap!router eigrp 1 network 192.168.1.0 network 56.0.0.0 no auto-summary!ip classlessip route 0.0.0.0 0.0.0.0 56.1.1.1 150access-list 101 deny ip any host 224.0.0.10access-list 101 permit ip any any!dialer-list 1 protocol ip list 101alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf t

Page 1

r6.txtalias exec sio sh ip ospf nei!line con 0line aux 0line vty 0 4 login !end

r6#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 56.1.1.1 to network 0.0.0.0

D EX 150.150.0.0/16 [170/2246656] via 192.168.1.97, 00:02:27, Serial1 172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksD EX 172.168.10.0/24 [170/2246656] via 192.168.1.97, 00:02:28, Serial1D EX 172.168.64.0/18 [170/2246656] via 192.168.1.97, 00:02:28, Serial1 56.0.0.0/24 is subnetted, 1 subnetsC 56.1.1.0 is directly connected, BRI0 80.0.0.0/24 is subnetted, 1 subnetsD 80.1.1.0 [90/2211584] via 192.168.1.97, 00:02:28, Serial1 81.0.0.0/24 is subnetted, 1 subnetsD 81.1.1.0 [90/2211584] via 192.168.1.97, 00:02:28, Serial1 150.200.0.0/20 is subnetted, 1 subnetsD EX 150.200.16.0 [170/2246656] via 192.168.1.97, 00:02:28, Serial1 192.168.1.0/24 is variably subnetted, 5 subnets, 2 masksC 192.168.1.96/27 is directly connected, Serial1D 192.168.1.32/27 [90/2195456] via 192.168.1.97, 00:02:29, Serial1D EX 192.168.1.0/24 [170/2246656] via 192.168.1.97, 00:02:29, Serial1D 192.168.1.0/27 [90/2221056] via 192.168.1.97, 00:02:29, Serial1C 192.168.1.128/27 is directly connected, Ethernet0 150.100.0.0/32 is subnetted, 3 subnetsD EX 150.100.32.2 [170/2246656] via 192.168.1.97, 00:02:29, Serial1D EX 150.100.32.4 [170/2246656] via 192.168.1.97, 00:02:29, Serial1D EX 150.100.32.10 [170/2246656] via 192.168.1.97, 00:02:30, Serial1S* 0.0.0.0/0 [150/0] via 56.1.1.1

Page 2

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Ethernet0 no ip address shutdown!interface Ethernet1 no ip address shutdown!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial1 102 frame-relay route 210 interface Serial2 102!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial0 201!interface Serial2 no ip address encapsulation frame-relay clockrate 64000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial0 210 frame-relay route 104 interface Serial3 410!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 410 interface Serial2 104!interface Serial4 no ip address shutdown clockrate 64000!interface Serial5 no ip address shutdown!interface Serial6 no ip address

Page 1

r7.txt shutdown clockrate 64000!interface Serial7 no ip address shutdown !no logging consoleno cdp run!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#

Page 2

r8.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r8!!ip subnet-zerono ip domain-lookup!interface Ethernet0 ip address 192.168.1.8 255.255.255.224!interface Ethernet1 ip address 192.168.1.33 255.255.255.224!interface Serial0 no ip address shutdown no fair-queue! interface Serial1 no ip address shutdown!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown !interface Serial7 no ip address shutdown!interface Serial8 no ip address shutdown!interface Serial9 no ip address shutdown!interface Serial10 no ip address shutdown!

Page 1

r8.txtinterface Serial11 no ip address shutdown!interface Serial12 no ip address shutdown!interface Serial13 no ip address shutdown!interface Serial14 no ip address shutdown!interface Serial15 no ip address shutdown!interface Serial16 no ip address shutdown!interface Serial17 no ip address shutdown!interface Serial18 no ip address shutdown!interface Serial19 no ip address shutdown!interface Serial20 no ip address shutdown!interface Serial21 no ip address shutdown!interface TokenRing1 ip address 81.1.1.1 255.255.255.0 ring-speed 16!interface TokenRing0 ip address 80.1.1.1 255.255.255.0 ring-speed 16! router eigrp 1 network 192.168.1.0 network 80.0.0.0 network 81.0.0.0 no auto-summary!no logging console!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialer

Page 2

r8.txtalias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei! line con 0line aux 0 transport input allline vty 0 4 login!end

r8#

Page 3

r10.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r10!no logging console!memory-size iomem 20ip subnet-zerono ip domain-lookup!!!!voice-port 1/0/0 timeouts call-disconnect 0 description Test Telephone at number 110!voice-port 1/0/1 timeouts call-disconnect 0!dial-peer voice 1 pots destination-pattern 110 port 1/0/0!dial-peer voice 2 voip destination-pattern 111 req-qos controlled-load session target ipv4:11.1.1.1!!interface Loopback0 ip address 172.168.10.65 255.255.255.224 no ip directed-broadcast!interface Ethernet0/0 ip address 172.168.10.33 255.255.255.224 no ip directed-broadcast!interface Serial0/0 mtu 500 bandwidth 64 ip address 150.100.32.10 255.255.224.0 no ip directed-broadcast encapsulation frame-relay ip ospf network point-to-multipoint ip ospf priority 200 no ip mroute-cache fair-queue 64 256 1000 traffic-shape rate 32000 4000 4000 1000 frame-relay map ip 150.100.32.2 102 broadcast frame-relay map ip 150.100.32.4 104 broadcast frame-relay lmi-type ansi frame-relay ip rtp header-compression ip rsvp bandwidth 48 48!router ospf 1 network 150.100.32.10 0.0.0.0 area 0 network 172.168.0.0 0.0.255.255 area 10

Page 1

r10.txt area 10 range 172.168.10.0 255.255.255.0!ip classlessno ip http server!! alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 transport input noneline aux 0line vty 0 4 login!no scheduler allocateend

r10#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is 150.100.32.2 to network 0.0.0.0

137.20.0.0/24 is subnetted, 1 subnetsO IA 137.20.20.0 [110/1572] via 150.100.32.2, Serial0/0 81.0.0.0/24 is subnetted, 1 subnetsO E2 81.1.1.0 [110/20] via 150.100.32.2, Serial0/0 80.0.0.0/24 is subnetted, 1 subnetsO E2 80.1.1.0 [110/20] via 150.100.32.2, Serial0/0 172.168.0.0/16 is variably subnetted, 3 subnets, 2 masksC 172.168.10.32/27 is directly connected, Ethernet0/0O IA 172.168.64.0/18 [110/1572] via 150.100.32.4, Serial0/0C 172.168.10.64/27 is directly connected, Loopback0 56.0.0.0/24 is subnetted, 1 subnetsO E2 56.1.1.0 [110/20] via 150.100.32.2, Serial0/0 11.0.0.0/32 is subnetted, 1 subnetsO IA 11.1.1.1 [110/1573] via 150.100.32.2, Serial0/0O E2 192.168.1.0/24 [110/20] via 150.100.32.2, Serial0/0 150.100.0.0/16 is variably subnetted, 3 subnets, 2 masksO 150.100.32.2/32 [110/1562] via 150.100.32.2, Serial0/0C 150.100.32.0/19 is directly connected, Serial0/0O 150.100.32.4/32 [110/1562] via 150.100.32.4, Serial0/0 150.200.0.0/20 is subnetted, 1 subnetsO E1 150.200.16.0 [110/1662] via 150.100.32.2, Serial0/0O E1 150.150.0.0/16 [110/1662] via 150.100.32.2, Serial0/0

Page 2

r10.txtO*E1 0.0.0.0/0 [110/1662] via 150.100.32.2, Serial0/0r10#

Page 3

r11.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r11!no logging console!memory-size iomem 10ip subnet-zerono ip domain-lookup!!!!voice-port 1/0/0 timeouts call-disconnect 0 description Test Telephone at number 111!voice-port 1/0/1 timeouts call-disconnect 0!voice-port 1/1/0 timeouts call-disconnect 0!voice-port 1/1/1 timeouts call-disconnect 0!dial-peer voice 1 pots destination-pattern 111 port 1/0/0!dial-peer voice 2 voip destination-pattern 110 req-qos controlled-load session target ipv4:172.168.10.65!!interface Loopback0 ip address 11.1.1.1 255.255.255.0 no ip directed-broadcast!interface FastEthernet0/0 no ip address no ip directed-broadcast speed 100 full-duplex ip rsvp bandwidth 75000 75000!interface FastEthernet0/0.1 encapsulation isl 1 ip address 192.168.1.11 255.255.255.224 no ip redirects no ip directed-broadcast!interface FastEthernet0/0.2 encapsulation isl 2 ip address 10.90.1.11 255.255.255.0 no ip redirects no ip directed-broadcast

Page 1

r11.txt!interface FastEthernet0/0.3 encapsulation isl 3 ip address 137.20.20.11 255.255.255.0 no ip redirects no ip directed-broadcast ip rsvp bandwidth 48 48!interface Serial0/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown!router eigrp 1 redistribute ospf 1 metric 10000 100 255 1 1500 network 192.168.1.0 no auto-summary!router ospf 1 summary-address 192.168.1.0 255.255.255.0 redistribute eigrp 1 metric 20 subnets network 11.1.1.1 0.0.0.0 area 11 network 137.20.20.11 0.0.0.0 area 2 area 2 virtual-link 200.200.200.1!router rip network 10.0.0.0! ip classlessno ip http server!!alias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 transport input noneline aux 0line vty 0 4 login!no scheduler allocateend

r11#iCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Page 2

r11.txt U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is 137.20.20.1 to network 0.0.0.0

137.20.0.0/24 is subnetted, 1 subnetsC 137.20.20.0 is directly connected, FastEthernet0/0.3 81.0.0.0/24 is subnetted, 1 subnetsD 81.1.1.0 [90/178688] via 192.168.1.8, FastEthernet0/0.1 80.0.0.0/24 is subnetted, 1 subnetsD 80.1.1.0 [90/178688] via 192.168.1.8, FastEthernet0/0.1 172.168.0.0/16 is variably subnetted, 2 subnets, 2 masksO IA 172.168.10.0/24 [110/1573] via 137.20.20.1, FastEthernet0/0.3O IA 172.168.64.0/18 [110/3135] via 137.20.20.1, FastEthernet0/0.3 10.0.0.0/24 is subnetted, 1 subnetsC 10.90.1.0 is directly connected, FastEthernet0/0.2 56.0.0.0/24 is subnetted, 1 subnetsD 56.1.1.0 [90/40540160] via 192.168.1.8, FastEthernet0/0.1 11.0.0.0/24 is subnetted, 1 subnetsC 11.1.1.0 is directly connected, Loopback0 192.168.1.0/24 is variably subnetted, 5 subnets, 2 masksD 192.168.1.96/27 [90/2198016] via 192.168.1.8, FastEthernet0/0.1D 192.168.1.32/27 [90/284160] via 192.168.1.8, FastEthernet0/0.1O 192.168.1.0/24 is a summary, Null0C 192.168.1.0/27 is directly connected, FastEthernet0/0.1D 192.168.1.128/27 [90/2223616] via 192.168.1.8, FastEthernet0/0.1 150.100.0.0/32 is subnetted, 3 subnetsO 150.100.32.2 [110/1] via 137.20.20.1, FastEthernet0/0.3O 150.100.32.4 [110/3125] via 137.20.20.1, FastEthernet0/0.3O 150.100.32.10 [110/1563] via 137.20.20.1, FastEthernet0/0.3 150.200.0.0/20 is subnetted, 1 subnetsO E1 150.200.16.0 [110/101] via 137.20.20.1, FastEthernet0/0.3O E1 150.150.0.0/16 [110/101] via 137.20.20.1, FastEthernet0/0.3O*E1 0.0.0.0/0 [110/101] via 137.20.20.1, FastEthernet0/0.3r11#

Page 3

cat5.txtcat5000 (enable) show config......................................

..

begin!#version 4.4(1)!set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt cat5000set length 24 defaultset logout 20set banner motd ^C^C!#systemset system baud 9600set system modem disableset system name Cat5000set system location CCIE Boot Campset system contact Marc Russell!#snmpset snmp community read-only publicset snmp community read-write privateset snmp community read-write-all secretset snmp rmon disableset snmp trap disable moduleset snmp trap disable chassisset snmp trap disable bridgeset snmp trap disable repeaterset snmp trap disable vtpset snmp trap disable authset snmp trap disable ippermitset snmp trap disable vmpsset snmp trap disable entityset snmp trap disable configset snmp trap disable stpxset snmp trap disable syslogset snmp extendedrmon vlanmode disableset snmp extendedrmon vlanagent disableset snmp extendedrmon enable! #ipset interface sc0 3 137.20.20.50 255.255.255.0 137.20.20.255

set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0set interface sl0 upset arp agingtime 1200set ip redirect enableset ip unreachable enableset ip fragmentation enableset ip route 0.0.0.0 137.20.20.1 1set ip alias default 0.0.0.0!#Command alias!

Page 1

cat5.txt#vmpsset vmps server retry 3set vmps server reconfirminterval 60set vmps tftpserver 0.0.0.0 vmps-config-database.1set vmps state disable

!#dns set ip dns disable!#tacacs+set tacacs attempts 3set tacacs directedrequest disableset tacacs timeout 5!#authenticationset authentication login tacacs disable console set authentication login tacacs disable telnet set authentication enable tacacs disable console set authentication enable tacacs disable telnet set authentication login local enable console set authentication login local enable telnet set authentication enable local enable console set authentication enable local enable telnet !#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#vtp set vtp domain ccieset vtp mode serverset vtp v2 disableset vtp pruning disableset vtp pruneeligible 2-1000clear vtp pruneeligible 1001-1005set vlan 1 name default type ethernet mtu 1500 said 100001 state active set vlan 2 name VLAN0002 type ethernet mtu 1500 said 100002 state active set vlan 3 name VLAN0003 type ethernet mtu 1500 said 100003 state active set vlan 4 name VLAN0004 type ethernet mtu 1500 said 100004 state active set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active bridge 0x0 stp ieee set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active bridge0x0 stp ibm set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active parent 0 ring 0x0 mode srb aremaxhop 7 stemaxhop 7 set interface sc0 3 137.20.20.50 255.255.255.0 137.20.20.255

!#spantree#uplinkfast groupsset spantree uplinkfast disable#backbonefastset spantree backbonefast disable#vlan 1 set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 1set spantree priority 1 1#vlan 2

Page 2

cat5.txtset spantree enable 2set spantree fwddelay 15 2set spantree hello 2 2set spantree maxage 20 2set spantree priority 32768 2#vlan 3set spantree enable 3set spantree fwddelay 15 3set spantree hello 2 3set spantree maxage 20 3set spantree priority 32768 3#vlan 4set spantree enable 4set spantree fwddelay 15 4set spantree hello 2 4set spantree maxage 20 4set spantree priority 32768 4#vlan 1003set spantree enable 1003set spantree fwddelay 15 1003set spantree hello 2 1003set spantree maxage 20 1003set spantree priority 32768 1003set spantree portstate 1003 block 0set spantree portcost 1003 80set spantree portpri 1003 4set spantree portfast 1003 disable#vlan 1005set spantree enable 1005set spantree fwddelay 15 1005set spantree hello 2 1005set spantree maxage 20 1005set spantree priority 32768 1005set spantree multicast-address 1005 ieee!#cgmpset cgmp disableset cgmp leave disable!#syslog set logging console enableset logging server disableset logging level cdp 2 defaultset logging level mcast 2 defaultset logging level dtp 5 defaultset logging level dvlan 2 defaultset logging level earl 2 defaultset logging level fddi 2 defaultset logging level ip 2 defaultset logging level pruning 2 defaultset logging level snmp 2 defaultset logging level spantree 2 defaultset logging level sys 5 defaultset logging level tac 2 defaultset logging level tcp 2 defaultset logging level telnet 2 defaultset logging level tftp 2 defaultset logging level vtp 2 defaultset logging level vmps 2 defaultset logging level kernel 2 defaultset logging level filesys 2 defaultset logging level drip 2 defaultset logging level pagp 5 default

Page 3

cat5.txtset logging level mgmt 5 defaultset logging level mls 5 defaultset logging level protfilt 2 defaultset logging level security 2 defaultset logging server facility LOCAL7set logging server severity 4set logging buffer 500set logging timestamp disable!#ntpset ntp broadcastclient disableset ntp broadcastdelay 3000set ntp client disableclear timezoneset summertime disable !#permit listset ip permit disable!#dripset tokenring reduction enableset tokenring distrib-crf disable! #igmpset igmp disable!#standby portsset standbyports disable!#module 1 : 2-port 100BaseTX Supervisorset module name 1 set vlan 1 1/1-2set port enable 1/1-2set port level 1/1-2 normalset port duplex 1/1-2 halfset port trap 1/1-2 disableset port name 1/1-2set port security 1/1-2 disableset port membership 1/1-2 staticset cdp enable 1/1-2set cdp interval 1/1-2 60clear trunk 1/1 4-1005set trunk 1/1 on isl 1-3set trunk 1/2 auto isl 1-1005set spantree portfast 1/1-2 disableset spantree portcost 1/1-2 19set spantree portpri 1/1-2 32set spantree portvlanpri 1/1 0set spantree portvlanpri 1/2 0set spantree portvlancost 1/1 cost 18set spantree portvlancost 1/2 cost 18!#module 2 : 12-port 10/100BaseTX Ethernetset module name 2 set module enable 2set vlan 1 2/1-2set vlan 2 2/3-6set vlan 3 2/7-9set vlan 4 2/10-12set port enable 2/1-12set port level 2/1-12 normalset port speed 2/1-12 autoset port trap 2/1-12 disable

Page 4

cat5.txtset port name 2/1-12set port security 2/1-12 disableset port broadcast 2/1-12 0set port membership 2/1-12 staticset cdp enable 2/1-12set cdp interval 2/1-12 60set trunk 2/1 auto isl 1-1005set trunk 2/2 auto isl 1-1005set trunk 2/3 auto isl 1-1005set trunk 2/4 auto isl 1-1005set trunk 2/5 auto isl 1-1005set trunk 2/6 auto isl 1-1005set trunk 2/7 auto isl 1-1005set trunk 2/8 auto isl 1-1005set trunk 2/9 auto isl 1-1005set trunk 2/10 auto isl 1-1005set trunk 2/11 auto isl 1-1005set trunk 2/12 auto isl 1-1005set spantree portfast 2/1-12 enableset spantree portcost 2/1-12 100set spantree portpri 2/1-12 32set spantree portvlanpri 2/1 0set spantree portvlanpri 2/2 0set spantree portvlanpri 2/3 0set spantree portvlanpri 2/4 0set spantree portvlanpri 2/5 0set spantree portvlanpri 2/6 0set spantree portvlanpri 2/7 0set spantree portvlanpri 2/8 0set spantree portvlanpri 2/9 0set spantree portvlanpri 2/10 0set spantree portvlanpri 2/11 0set spantree portvlanpri 2/12 0set spantree portvlancost 2/1 cost 99set spantree portvlancost 2/2 cost 99set spantree portvlancost 2/3 cost 99set spantree portvlancost 2/4 cost 99set spantree portvlancost 2/5 cost 99set spantree portvlancost 2/6 cost 99set spantree portvlancost 2/7 cost 99set spantree portvlancost 2/8 cost 99set spantree portvlancost 2/9 cost 99set spantree portvlancost 2/10 cost 99set spantree portvlancost 2/11 cost 99set spantree portvlancost 2/12 cost 99!#module 3 : 24-port 10BaseT Ethernetset module name 3 set module enable 3set vlan 1 3/1-24set port enable 3/1-24set port level 3/1-24 normalset port duplex 3/1-24 halfset port trap 3/1-24 disableset port name 3/1-24set port security 3/1-24 disableset port broadcast 3/1-24 0set port membership 3/1-24 staticset cdp enable 3/1-24set cdp interval 3/1-24 60set spantree portfast 3/1-24 disableset spantree portcost 3/1-24 100set spantree portpri 3/1-24 32

Page 5

cat5.txt!#module 4 empty!#module 5 empty!#switch port analyzer!set span 1 1/1 both inpkts disableset span disable!#camset cam agingtime 1-4,1003,1005 300end cat5000 (enable)

Page 6

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!!interface Loopback0 ip address 10.11.1.1 255.255.255.0!interface Ethernet0 description Connection to VLAN1 ip address 10.10.1.2 255.255.255.0!interface Serial0 no ip address shutdown no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router ospf 1 network 10.0.0.0 0.255.255.255 area 0!ip classless!!line con 0line aux 0line vty 0 4 exec-timeout 0 0 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.10.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksC 10.11.1.0/24 is directly connected, Loopback0C 10.10.1.0/24 is directly connected, Ethernet0O E1 10.15.1.0/24 [110/31] via 10.10.1.1, 02:33:50, Ethernet0O 10.14.1.1/32 [110/12] via 10.10.1.1, 02:33:50, Ethernet0O 10.15.1.1/32 [110/12] via 10.10.1.1, 02:33:50, Ethernet0O 10.13.1.0/24 [110/20] via 10.10.1.1, 02:33:50, Ethernet0O 10.30.1.0/24 [110/11] via 10.10.1.1, 02:33:50, Ethernet0O 10.16.1.1/32 [110/21] via 10.10.1.1, 02:33:50, Ethernet0O 10.20.1.0/24 [110/11] via 10.10.1.1, 02:33:50, Ethernet0O IA 192.168.1.0/24 [110/84] via 10.10.1.1, 02:33:50, Ethernet0

Page 1

r1.txtO E1 192.168.2.0/24 [110/31] via 10.10.1.1, 02:33:50, Ethernet0O*E1 0.0.0.0/0 [110/104] via 10.10.1.1, 02:33:50, Ethernet0r1#

Page 2

r2.txtCurrent configuration:!! Last configuration change at 13:19:35 est Mon Sep 6 1999!version 11.3service nagleno service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r2!enable secret 5 $1$cQDb$0de/nonk40S6AJMWmGUUa1!username marc password 0 marcrusername student password 0 studentno ip source-routeip nat inside source static 200.200.200.1 192.168.1.3no ip fingerno ip domain-lookupip host r3 2003 200.200.200.1ip host r14 2016 200.200.200.1ip host r13 2015 200.200.200.1ip host r1 2001 200.200.200.1ip host r4 2004 200.200.200.1ip host r6 2006 200.200.200.1ip host r5 2005 200.200.200.1ip host ls1010 2011 200.200.200.1ip host cat5 2014 200.200.200.1ip host r11 2013 200.200.200.1ip host r10 2012 200.200.200.1ip host r7 2007 200.200.200.1ip host r8 2002 200.200.200.1ip host r9 2009 200.200.200.1ip name-server 207.238.183.71ip name-server 207.238.183.72clock timezone est -5clock summer-time est recurring!!interface Loopback0 ip address 200.200.200.1 255.255.255.0 ip nat inside!interface Tunnel0 ip address 172.168.1.1 255.255.255.0 tunnel source 192.168.1.2 tunnel destination 192.168.2.1 tunnel mode ipip!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 no ip directed-broadcast no lat enabled!interface Serial0 description Connection to R6's Interface S1 ip address 192.168.1.2 255.255.255.0 ip nat outside no ip mroute-cache clockrate 2000000!

Page 1

r2.txtinterface Serial1 no ip address shutdown!router eigrp 1 network 137.20.0.0 network 172.168.0.0 no auto-summary!router ospf 1 network 192.168.1.0 0.0.0.255 area 1 default-information originate always metric 20 metric-type 1!ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2!no logging consolelogging facility local5logging source-interface Loopback0logging 137.20.20.101!banner motd ^CC Welcome to CCIE Boot Camp, brought to you by Network Learning, Inc. ^Calias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 exec-timeout 60 0 password student login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 no exec no exec-banner exec-timeout 0 30 transport input allline aux 0 exec-timeout 60 0 password student login modem InOut modem autoconfigure type usr_sportster speed 38400 flowcontrol hardwareline vty 0 4 exec-timeout 60 1 password student login!end

Page 2

r2.txt

r2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 137.20.20.2 to network 0.0.0.0

C 200.200.200.0/24 is directly connected, Loopback0 137.20.0.0/24 is subnetted, 2 subnetsD 137.20.30.0 [90/297260544] via 172.168.1.2, 02:18:39, Tunnel0C 137.20.20.0 is directly connected, Ethernet0 172.168.0.0/24 is subnetted, 1 subnetsC 172.168.1.0 is directly connected, Tunnel0 10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksO IA 10.11.1.1/32 [110/76] via 192.168.1.1, 02:24:16, Serial0O IA 10.10.1.0/24 [110/75] via 192.168.1.1, 02:24:16, Serial0O E1 10.15.1.0/24 [110/95] via 192.168.1.1, 02:24:16, Serial0O IA 10.14.1.1/32 [110/76] via 192.168.1.1, 02:24:16, Serial0O IA 10.15.1.1/32 [110/76] via 192.168.1.1, 02:24:17, Serial0O IA 10.13.1.0/24 [110/74] via 192.168.1.1, 02:24:17, Serial0O IA 10.30.1.0/24 [110/75] via 192.168.1.1, 02:24:17, Serial0O IA 10.16.1.1/32 [110/65] via 192.168.1.1, 02:24:18, Serial0O IA 10.20.1.0/24 [110/75] via 192.168.1.1, 02:24:18, Serial0C 192.168.1.0/24 is directly connected, Serial0O E1 192.168.2.0/24 [110/95] via 192.168.1.1, 02:24:18, Serial0S* 0.0.0.0/0 [1/0] via 137.20.20.2r2#

Page 3

r3.txt

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!!interface Tunnel0 ip address 172.168.1.2 255.255.255.0 tunnel source 192.168.2.1 tunnel destination 192.168.1.2 tunnel mode ipip!interface Serial0 description Connection to R5's Interface S0 ip address 192.168.2.1 255.255.255.0!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 137.20.30.1 255.255.255.0 ring-speed 16!router eigrp 1 network 172.168.0.0 network 137.20.0.0 no auto-summary!ip classlessip route 0.0.0.0 0.0.0.0 192.168.2.2!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.2 to network 0.0.0.0

172.168.0.0/24 is subnetted, 1 subnetsC 172.168.1.0 is directly connected, Tunnel0C 192.168.2.0/24 is directly connected, Serial0 137.20.0.0/24 is subnetted, 2 subnetsC 137.20.30.0 is directly connected, TokenRing0D 137.20.20.0 [90/297270016] via 172.168.1.1, 02:27:31, Tunnel0S* 0.0.0.0/0 [1/0] via 192.168.2.2

Page 1

r3.txtr3#

Page 2

r4.txtBuilding configuration...

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!!interface Loopback0 ip address 10.14.1.1 255.255.255.0!interface Ethernet0 description Connection to VLAN2 ip address 10.20.1.2 255.255.255.0!interface Serial0 no ip address shutdown no fair-queue! interface Serial1 no ip address shutdown!router ospf 1 network 10.0.0.0 0.255.255.255 area 0!ip classless!!line con 0line aux 0line vty 0 4 login!end

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.20.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksO 10.11.1.1/32 [110/12] via 10.20.1.1, 02:32:04, Ethernet0O 10.10.1.0/24 [110/11] via 10.20.1.1, 02:32:04, Ethernet0O E1 10.15.1.0/24 [110/31] via 10.20.1.1, 02:32:04, Ethernet0O 10.15.1.1/32 [110/12] via 10.20.1.1, 02:32:04, Ethernet0C 10.14.1.0/24 is directly connected, Loopback0O 10.13.1.0/24 [110/20] via 10.20.1.1, 02:32:04, Ethernet0O 10.30.1.0/24 [110/11] via 10.20.1.1, 02:32:04, Ethernet0O 10.16.1.1/32 [110/21] via 10.20.1.1, 02:32:04, Ethernet0C 10.20.1.0/24 is directly connected, Ethernet0O IA 192.168.1.0/24 [110/84] via 10.20.1.1, 02:32:05, Ethernet0

Page 1

r4.txtO E1 192.168.2.0/24 [110/31] via 10.20.1.1, 02:32:05, Ethernet0O*E1 0.0.0.0/0 [110/104] via 10.20.1.1, 02:32:05, Ethernet0r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!!interface Loopback0 ip address 10.15.1.1 255.255.255.0!interface Ethernet0 description Connection to VLAN3 ip address 10.30.1.2 255.255.255.0!interface Serial0 description Connection to R3's Interface S0 ip address 192.168.2.2 255.255.255.0 no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 redistribute connected metric 20 metric-type 1 subnets network 10.0.0.0 0.255.255.255 area 0!ip classlessip route 0.0.0.0 0.0.0.0 192.168.2.1!!line con 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.2.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO 10.11.1.1/32 [110/12] via 10.30.1.1, 02:32:37, Ethernet0O 10.10.1.0/24 [110/11] via 10.30.1.1, 02:32:37, Ethernet0O 10.14.1.1/32 [110/12] via 10.30.1.1, 02:32:37, Ethernet0C 10.15.1.0/24 is directly connected, Loopback0O 10.13.1.0/24 [110/20] via 10.30.1.1, 02:32:37, Ethernet0

Page 1

r5.txtC 10.30.1.0/24 is directly connected, Ethernet0O 10.16.1.1/32 [110/21] via 10.30.1.1, 02:32:37, Ethernet0O 10.20.1.0/24 [110/11] via 10.30.1.1, 02:32:37, Ethernet0O IA 192.168.1.0/24 [110/84] via 10.30.1.1, 02:32:37, Ethernet0C 192.168.2.0/24 is directly connected, Serial0S* 0.0.0.0/0 [1/0] via 192.168.2.1r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!!hub ether 0 1 link-test auto-polarity!hub ether 0 2 link-test auto-polarity!hub ether 0 3 link-test auto-polarity! hub ether 0 4 link-test auto-polarity!hub ether 0 5 link-test auto-polarity!hub ether 0 6 link-test auto-polarity!hub ether 0 7 link-test auto-polarity!hub ether 0 8 link-test auto-polarity!hub ether 0 9 link-test auto-polarity!hub ether 0 10 link-test auto-polarity!hub ether 0 11 link-test auto-polarity!hub ether 0 12 link-test auto-polarity!hub ether 0 13 link-test auto-polarity!

Page 1

r6.txthub ether 0 14 link-test auto-polarity!interface Loopback0 ip address 10.16.1.1 255.255.255.0!interface Ethernet0 description Connection to R13's Interface Fa1/0 ip address 10.13.1.2 255.255.255.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 description Connection to R2's Interface S0 ip address 192.168.1.1 255.255.255.0!interface BRI0 no ip address shutdown!router eigrp 1 network 10.0.0.0 no auto-summary!router ospf 1 network 10.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 1!ip classless!!line con 0line aux 0line vty 0 4 login!end

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 192.168.1.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksO 10.11.1.1/32 [110/12] via 10.13.1.1, 02:25:22, Ethernet0O 10.10.1.0/24 [110/11] via 10.13.1.1, 02:25:22, Ethernet0O E1 10.15.1.0/24 [110/31] via 10.13.1.1, 02:25:22, Ethernet0O 10.14.1.1/32 [110/12] via 10.13.1.1, 02:25:22, Ethernet0O 10.15.1.1/32 [110/12] via 10.13.1.1, 02:25:22, Ethernet0C 10.13.1.0/24 is directly connected, Ethernet0O 10.30.1.0/24 [110/11] via 10.13.1.1, 02:25:22, Ethernet0C 10.16.1.0/24 is directly connected, Loopback0O 10.20.1.0/24 [110/11] via 10.13.1.1, 02:25:22, Ethernet0C 192.168.1.0/24 is directly connected, Serial1

Page 2

r6.txtO E1 192.168.2.0/24 [110/31] via 10.13.1.1, 02:25:23, Ethernet0O*E1 0.0.0.0/0 [110/84] via 192.168.1.2, 02:25:23, Serial1r6#

Page 3

r13.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!!!!!ip subnet-zero!ip audit notify logip audit po max-events 100!lane database ccie name elan1 server-atm-address 47.00918100000000D0BAF33B01.00107BA3A701.01 name elan2 server-atm-address 47.00918100000000D0BAF33B01.00107BA3A701.02 name elan3 server-atm-address 47.00918100000000D0BAF33B01.00107BA3A701.03cns event-service server!!!!!process-max-time 200!interface ATM0/0 description Connection to the LS1010 no ip address no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive lane config auto-config-atm-address lane config database ccie!interface ATM0/0.1 multipoint ip address 10.10.1.1 255.255.255.0 no ip directed-broadcast lane server-bus ethernet elan1 lane client ethernet elan1!interface ATM0/0.2 multipoint ip address 10.20.1.1 255.255.255.0 no ip directed-broadcast lane server-bus ethernet elan2 lane client ethernet elan2!interface ATM0/0.3 multipoint ip address 10.30.1.1 255.255.255.0 no ip directed-broadcast lane server-bus ethernet elan3 lane client ethernet elan3!interface FastEthernet1/0 description Connection to R6's interface E0 ip address 10.13.1.1 255.255.255.0 no ip directed-broadcast

Page 1

r13.txt speed 10!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!router ospf 1 network 10.0.0.0 0.255.255.255 area 0!ip classlessno ip http server! !!line con 0 transport input noneline aux 0line vty 0 4!!end

r13#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 10.13.1.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksO 10.11.1.1/32 [110/2] via 10.10.1.2, 02:27:50, ATM0/0.1C 10.10.1.0/24 is directly connected, ATM0/0.1O E1 10.15.1.0/24 [110/21] via 10.30.1.2, 02:27:50, ATM0/0.3O 10.14.1.1/32 [110/2] via 10.20.1.2, 02:27:50, ATM0/0.2O 10.15.1.1/32 [110/2] via 10.30.1.2, 02:27:50, ATM0/0.3C 10.13.1.0/24 is directly connected, FastEthernet1/0C 10.30.1.0/24 is directly connected, ATM0/0.3O 10.16.1.1/32 [110/11] via 10.13.1.2, 02:27:50, FastEthernet1/0C 10.20.1.0/24 is directly connected, ATM0/0.2O IA 192.168.1.0/24 [110/74] via 10.13.1.2, 02:27:50, FastEthernet1/0O E1 192.168.2.0/24 [110/21] via 10.30.1.2, 02:27:50, ATM0/0.3O*E1 0.0.0.0/0 [110/94] via 10.13.1.2, 02:27:50, FastEthernet1/0

Page 2

r13.txtr13#

Page 3

cat5.txtbegin!#version 4.4(1)!set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt cat5set length 24 defaultset logout 20set banner motd ^C^C!#systemset system baud 9600set system modem disableset system name set system location set system contact !#snmpset snmp community read-only publicset snmp community read-write privateset snmp community read-write-all secretset snmp rmon disableset snmp trap disable moduleset snmp trap disable chassisset snmp trap disable bridgeset snmp trap disable repeaterset snmp trap disable vtpset snmp trap disable authset snmp trap disable ippermitset snmp trap disable vmpsset snmp trap disable entityset snmp trap disable configset snmp trap disable stpxset snmp trap disable syslogset snmp extendedrmon vlanmode disableset snmp extendedrmon vlanagent disableset snmp extendedrmon enable! #ipset interface sc0 1 137.20.20.105 255.255.255.0 137.20.20.255

set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0set interface sl0 upset arp agingtime 1200set ip redirect enableset ip unreachable enableset ip fragmentation enableset ip alias default 0.0.0.0!#Command alias!#vmpsset vmps server retry 3set vmps server reconfirminterval 60set vmps tftpserver 0.0.0.0 vmps-config-database.1set vmps state disable

!#dnsset ip dns disable!

Page 1

cat5.txt#tacacs+set tacacs attempts 3set tacacs directedrequest disableset tacacs timeout 5!#authenticationset authentication login tacacs disable console set authentication login tacacs disable telnet set authentication enable tacacs disable console set authentication enable tacacs disable telnet set authentication login local enable console set authentication login local enable telnet set authentication enable local enable console set authentication enable local enable telnet !#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#vtpset vtp domain domain_ccieset vtp mode serverset vtp v2 disableset vtp pruning disableset vtp pruneeligible 2-1000clear vtp pruneeligible 1001-1005set vlan 1 name default type ethernet mtu 1500 said 100001 state active set vlan 2 name VLAN0002 type ethernet mtu 1500 said 100002 state active set vlan 3 name VLAN0003 type ethernet mtu 1500 said 100003 state active set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active bridge 0x0 stp ieee set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active bridge0x0 stp ibm set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active parent 0 ring 0x0 mode srb aremaxhop 7 stemaxhop 7 !#spantree#uplinkfast groupsset spantree uplinkfast disable#backbonefastset spantree backbonefast disable#vlan 1set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 1set spantree priority 32768 1#vlan 2set spantree enable 2set spantree fwddelay 15 2set spantree hello 2 2set spantree maxage 20 2set spantree priority 32768 2#vlan 3set spantree enable 3set spantree fwddelay 15 3set spantree hello 2 3set spantree maxage 20 3set spantree priority 32768 3#vlan 1003set spantree enable 1003

Page 2

cat5.txtset spantree fwddelay 15 1003set spantree hello 2 1003set spantree maxage 20 1003set spantree priority 32768 1003set spantree portstate 1003 block 0set spantree portcost 1003 62set spantree portpri 1003 4set spantree portfast 1003 disable#vlan 1005set spantree disable 1005set spantree fwddelay 15 1005set spantree hello 2 1005set spantree maxage 20 1005set spantree priority 32768 1005set spantree multicast-address 1005 ieee!#cgmpset cgmp disableset cgmp leave disable!#syslogset logging console enableset logging server disableset logging level cdp 2 defaultset logging level mcast 2 defaultset logging level dtp 5 defaultset logging level dvlan 2 defaultset logging level earl 2 defaultset logging level fddi 2 defaultset logging level ip 2 defaultset logging level pruning 2 defaultset logging level snmp 2 defaultset logging level spantree 2 defaultset logging level sys 5 defaultset logging level tac 2 defaultset logging level tcp 2 defaultset logging level telnet 2 defaultset logging level tftp 2 defaultset logging level vtp 2 defaultset logging level vmps 2 defaultset logging level kernel 2 defaultset logging level filesys 2 defaultset logging level drip 2 defaultset logging level pagp 5 defaultset logging level mgmt 5 defaultset logging level mls 5 defaultset logging level protfilt 2 defaultset logging level security 2 defaultset logging server facility LOCAL7set logging server severity 4set logging buffer 500set logging timestamp disable!#ntp set ntp broadcastclient disableset ntp broadcastdelay 3000set ntp client disableclear timezoneset summertime disable !#permit listset ip permit disable!

Page 3

cat5.txt#dripset tokenring reduction enableset tokenring distrib-crf disable!#igmpset igmp disable!#standby portsset standbyports disable!#module 1 : 2-port 100BaseTX Supervisorset module name 1 set vlan 1 1/1-2set port enable 1/1-2set port level 1/1-2 normalset port duplex 1/1-2 halfset port trap 1/1-2 disableset port name 1/1-2set port security 1/1-2 disableset port membership 1/1-2 staticset cdp enable 1/1-2set cdp interval 1/1-2 60set trunk 1/1 auto isl 1-1005set trunk 1/2 auto isl 1-1005set spantree portfast 1/1-2 disableset spantree portcost 1/1-2 19set spantree portpri 1/1-2 32set spantree portvlanpri 1/1 0set spantree portvlanpri 1/2 0set spantree portvlancost 1/1 cost 18set spantree portvlancost 1/2 cost 18!#module 2 : 12-port 10/100BaseTX Ethernetset module name 2 set module enable 2set vlan 1 2/1-4set vlan 2 2/5-8set vlan 3 2/9-12set port enable 2/1-12set port level 2/1-12 normalset port speed 2/1-12 autoset port trap 2/1-12 disableset port name 2/1-12set port security 2/1-12 disableset port broadcast 2/1-12 0set port membership 2/1-12 staticset cdp enable 2/1-12set cdp interval 2/1-12 60set trunk 2/1 auto isl 1-1005set trunk 2/2 auto isl 1-1005set trunk 2/3 auto isl 1-1005set trunk 2/4 auto isl 1-1005set trunk 2/5 auto isl 1-1005set trunk 2/6 auto isl 1-1005set trunk 2/7 auto isl 1-1005set trunk 2/8 auto isl 1-1005set trunk 2/9 auto isl 1-1005set trunk 2/10 auto isl 1-1005set trunk 2/11 auto isl 1-1005set trunk 2/12 auto isl 1-1005set spantree portfast 2/1-12 disableset spantree portcost 2/1-12 100set spantree portpri 2/1-12 32

Page 4

cat5.txtset spantree portvlanpri 2/1 0set spantree portvlanpri 2/2 0set spantree portvlanpri 2/3 0set spantree portvlanpri 2/4 0set spantree portvlanpri 2/5 0set spantree portvlanpri 2/6 0set spantree portvlanpri 2/7 0set spantree portvlanpri 2/8 0set spantree portvlanpri 2/9 0set spantree portvlanpri 2/10 0set spantree portvlanpri 2/11 0set spantree portvlanpri 2/12 0set spantree portvlancost 2/1 cost 99set spantree portvlancost 2/2 cost 99set spantree portvlancost 2/3 cost 99set spantree portvlancost 2/4 cost 99set spantree portvlancost 2/5 cost 99set spantree portvlancost 2/6 cost 99set spantree portvlancost 2/7 cost 99set spantree portvlancost 2/8 cost 99set spantree portvlancost 2/9 cost 99set spantree portvlancost 2/10 cost 99set spantree portvlancost 2/11 cost 99set spantree portvlancost 2/12 cost 99!#module 3 : 24-port 10BaseT Ethernetset module name 3 set module enable 3set vlan 1 3/1-24set port enable 3/1-24set port level 3/1-24 normalset port duplex 3/1-24 halfset port trap 3/1-24 disableset port name 3/1-24set port security 3/1-24 disableset port broadcast 3/1-24 0set port membership 3/1-24 staticset cdp enable 3/1-24set cdp interval 3/1-24 60set spantree portfast 3/1-24 disableset spantree portcost 3/1-24 100set spantree portpri 3/1-24 32! #module 4 : 1-port MM OC-3 ATMset module name 4 set port level 4/1 normalset port name 4/1set cdp enable 4/1set cdp interval 4/1 60set trunk 4/1 on lane 1-1005set spantree portcost 4/1 14set spantree portpri 4/1 32set spantree portvlanpri 4/1 0set spantree portvlancost 4/1 cost 13!#module 5 empty!#switch port analyzer!set span 1 1/1 both inpkts disableset span disable!#camset cam agingtime 1-3,1003,1005 300

Page 5

cat5.txtendcat5 (enable)

Page 6

cat5-atm-module.txtCurrent configuration:!version 11.2!hostname ATM!!!interface ATM0 mtu 1500 atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi!interface ATM0.1 multipoint lane client ethernet 1 elan1!interface ATM0.2 multipoint lane client ethernet 2 elan2!interface ATM0.3 multipoint lane client ethernet 3 elan3!!line con 0line vty 0 4 no login!end

Page 1

ls1010.txtCurrent configuration:!version 12.0no service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname ls1010!!ip subnet-zero!atm lecs-address-default 47.0091.8100.0000.00d0.baf3.3b01.0010.7ba3.a703.00 1atm address 47.0091.8100.0000.00d0.baf3.3b01.00d0.baf3.3b01.00atm router pnni no aesa embedded-number left-justified node 1 level 56 lowest redistribute atm-static!!process-max-time 200! interface ATM0/1/0 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/1 description Connection to R13 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/2 description Connection to the ATM Interface on the Cat 5000 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/3 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM2/0/0 no ip address no ip directed-broadcast atm maxvp-number 0!interface Ethernet2/0/0 no ip address no ip directed-broadcast!ip classless!!line con 0 transport input noneline aux 0line vty 0 4 login!

Page 1

ls1010.txtend

ls1010#

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!clns routing!interface Ethernet0 ip address 10.1.1.1 255.255.0.0 ip router isis isis priority 127 level-1!interface Serial0 no ip address encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 10.16.1.1 255.255.0.0 ip router isis frame-relay interface-dlci 102 !interface Serial0.2 point-to-point ip address 10.13.1.1 255.255.0.0 ip router isis frame-relay interface-dlci 103 !interface Serial0.3 point-to-point ip address 10.15.1.1 255.255.0.0 ip router isis frame-relay interface-dlci 105 !interface Serial1 no ip address shutdown!router isis net 00.0002.0000.0c4a.acf9.00! no ip classless!!line con 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Page 1

r1.txt

Gateway of last resort is not set

172.168.0.0/27 is subnetted, 2 subnetsi L1 172.168.20.32 [115/42] via 10.15.1.2, Serial0.3i L1 172.168.20.64 [115/42] via 10.15.1.2, Serial0.3 10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksi L1 10.15.1.0/24 [115/20] via 10.15.1.2, Serial0.3C 10.15.0.0/16 is directly connected, Serial0.3C 10.13.0.0/16 is directly connected, Serial0.2i L1 10.2.0.0/16 [115/20] via 10.16.1.2, Serial0.1i L2 10.3.0.0/16 [115/20] via 10.13.1.2, Serial0.2C 10.1.0.0/16 is directly connected, Ethernet0i L2 10.4.0.0/16 [115/30] via 10.13.1.2, Serial0.2C 10.16.0.0/16 is directly connected, Serial0.1i L2 10.34.0.0/16 [115/20] via 10.13.1.2, Serial0.2 150.10.0.0/24 is subnetted, 1 subnetsi L1 150.10.10.0 [115/42] via 10.15.1.2, Serial0.3 170.10.0.0/24 is subnetted, 1 subnetsi L1 170.10.10.0 [115/42] via 10.15.1.2, Serial0.3r1#

Page 2

r2.txtCurrent configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r2-2511!!no ip domain-lookupip host r7-AGS1 2007 200.200.200.1ip host r8-AGS2 2002 200.200.200.1ip host r14-3640 2016 200.200.200.1ip host r13-3640 2015 200.200.200.1ip host ls1010 2011 200.200.200.1ip host cat5 2014 200.200.200.1ip host r1-2501 2001 200.200.200.1ip host r3-2502 2003 200.200.200.1ip host r4-2501 2004 200.200.200.1ip host r5-2503 2005 200.200.200.1ip host r6-2516 2006 200.200.200.1ip host r9-2501 2009 200.200.200.1ip host r10-2610 2012 200.200.200.1ip host r11-2620 2013 200.200.200.1ip name-server 24.221.95.2ip name-server 24.221.95.3!!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 137.20.20.1 255.255.255.0 no lat enabled!interface Serial0 no ip address no ip mroute-cache shutdown clockrate 2000000!interface Serial1 no ip address shutdown! no ip classlessip route 0.0.0.0 0.0.0.0 137.20.20.2!no logging console!banner motd ^CC Welcome to CCIE Boot Camp, brought to you by Network Learning, Inc. ^Calias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgp

Page 1

r2.txtalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 exec-timeout 0 0 login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 no exec no exec-banner exec-timeout 0 0 transport input allline aux 0 exec-timeout 0 0 login modem InOut modem autoconfigure type usr_sportster speed 38400 flowcontrol hardwareline vty 0 4 exec-timeout 0 0 login local!end

r2-2511#

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!clns routing!interface Serial0 no ip address encapsulation frame-relay frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 10.13.1.2 255.255.0.0 ip router isis frame-relay interface-dlci 301 !interface Serial1 ip address 10.34.1.1 255.255.0.0 ip router isis clockrate 2000000 isis password cisco level-1 isis hello-interval 30 level-1!interface TokenRing0 ip address 10.3.1.1 255.255.0.0 ip router isis ring-speed 16!router isis net 00.0001.0000.30e2.e870.00!ip classless!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/27 is subnetted, 2 subnetsi L2 172.168.20.32 [115/52] via 10.13.1.1, Serial0.1i L2 172.168.20.64 [115/52] via 10.13.1.1, Serial0.1 10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksi L2 10.15.1.0/24 [115/30] via 10.13.1.1, Serial0.1i L2 10.15.0.0/16 [115/20] via 10.13.1.1, Serial0.1

Page 1

r3.txtC 10.13.0.0/16 is directly connected, Serial0.1i L2 10.2.0.0/16 [115/30] via 10.13.1.1, Serial0.1C 10.3.0.0/16 is directly connected, TokenRing0i L2 10.1.0.0/16 [115/20] via 10.13.1.1, Serial0.1i L1 10.4.0.0/16 [115/20] via 10.34.1.2, Serial1i L2 10.16.0.0/16 [115/20] via 10.13.1.1, Serial0.1C 10.34.0.0/16 is directly connected, Serial1 150.10.0.0/24 is subnetted, 1 subnetsi L2 150.10.10.0 [115/52] via 10.13.1.1, Serial0.1 170.10.0.0/24 is subnetted, 1 subnetsi L2 170.10.10.0 [115/52] via 10.13.1.1, Serial0.1r3#

Page 2

r4.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r4!!clns routing!interface Ethernet0 ip address 10.4.1.1 255.255.0.0 ip router isis !interface Serial0 ip address 10.34.1.2 255.255.0.0 ip router isis isis password cisco level-1 isis hello-interval 30 level-1!interface Serial1 no ip address shutdown!router isis net 00.0001.0000.0c92.821f.00!ip classless!!line con 0line aux 0line vty 0 4 login!end

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/27 is subnetted, 2 subnetsi L2 172.168.20.32 [115/62] via 10.34.1.1, Serial0i L2 172.168.20.64 [115/62] via 10.34.1.1, Serial0 10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksi L2 10.15.1.0/24 [115/40] via 10.34.1.1, Serial0i L2 10.15.0.0/16 [115/30] via 10.34.1.1, Serial0i L1 10.13.0.0/16 [115/20] via 10.34.1.1, Serial0i L2 10.2.0.0/16 [115/40] via 10.34.1.1, Serial0i L1 10.3.0.0/16 [115/20] via 10.34.1.1, Serial0i L2 10.1.0.0/16 [115/30] via 10.34.1.1, Serial0C 10.4.0.0/16 is directly connected, Ethernet0i L2 10.16.0.0/16 [115/30] via 10.34.1.1, Serial0C 10.34.0.0/16 is directly connected, Serial0 150.10.0.0/24 is subnetted, 1 subnets

Page 1

r4.txti L2 150.10.10.0 [115/62] via 10.34.1.1, Serial0 170.10.0.0/24 is subnetted, 1 subnetsi L2 170.10.10.0 [115/62] via 10.34.1.1, Serial0r4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!clns routing!interface Ethernet0 ip address 150.10.10.1 255.255.255.0!interface Serial0 no ip address encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 10.15.1.2 255.255.255.0 ip router isis frame-relay interface-dlci 501 !interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 1 redistribute isis level-1-2 metric 100 subnets network 150.10.10.0 0.0.0.255 area 0!router isis redistribute ospf 1 metric 32 metric-type internal level-1-2 net 00.0002.00e0.b055.d43a.00!ip classless!! line con 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

Page 1

r5.txt 172.168.0.0/27 is subnetted, 2 subnetsO 172.168.20.32 [110/11] via 150.10.10.2, 00:04:20, Ethernet0O 172.168.20.64 [110/11] via 150.10.10.3, 00:04:20, Ethernet0 10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksC 10.15.1.0/24 is directly connected, Serial0.1i L1 10.15.0.0/16 [115/20] via 10.15.1.1, Serial0.1i L1 10.13.0.0/16 [115/20] via 10.15.1.1, Serial0.1i L1 10.2.0.0/16 [115/30] via 10.15.1.1, Serial0.1i L2 10.3.0.0/16 [115/30] via 10.15.1.1, Serial0.1i L1 10.1.0.0/16 [115/20] via 10.15.1.1, Serial0.1i L2 10.4.0.0/16 [115/40] via 10.15.1.1, Serial0.1i L1 10.16.0.0/16 [115/20] via 10.15.1.1, Serial0.1i L2 10.34.0.0/16 [115/30] via 10.15.1.1, Serial0.1 150.10.0.0/24 is subnetted, 1 subnetsC 150.10.10.0 is directly connected, Ethernet0 170.10.0.0/24 is subnetted, 1 subnetsO 170.10.10.0 [110/11] via 150.10.10.2, 00:04:22, Ethernet0r5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!clns routing!hub ether 0 1 link-test auto-polarity!hub ether 0 2 link-test auto-polarity!hub ether 0 3 link-test auto-polarity!hub ether 0 4 link-test auto-polarity!hub ether 0 5 link-test auto-polarity!hub ether 0 6 link-test auto-polarity!hub ether 0 7 link-test auto-polarity!hub ether 0 8 link-test auto-polarity!hub ether 0 9 link-test auto-polarity!hub ether 0 10 link-test auto-polarity!hub ether 0 11 link-test auto-polarity!hub ether 0 12 link-test auto-polarity!hub ether 0 13 link-test auto-polarity

Page 1

r6.txt!hub ether 0 14 link-test auto-polarity!interface Ethernet0 ip address 10.2.1.1 255.255.0.0 ip router isis !interface Serial0 no ip address encapsulation frame-relay no fair-queue clockrate 2000000 frame-relay lmi-type ansi!interface Serial0.1 point-to-point ip address 10.16.1.2 255.255.0.0 ip router isis frame-relay interface-dlci 201 !interface Serial1 no ip address shutdown!interface BRI0 no ip address shutdown! router isis net 00.0002.00e0.1e5d.d1c4.00!no ip classless!!line con 0line aux 0line vty 0 4 login!end

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.168.0.0/27 is subnetted, 2 subnetsi L1 172.168.20.32 [115/52] via 10.16.1.1, Serial0.1i L1 172.168.20.64 [115/52] via 10.16.1.1, Serial0.1 10.0.0.0/8 is variably subnetted, 9 subnets, 2 masksi L1 10.15.1.0/24 [115/30] via 10.16.1.1, Serial0.1i L1 10.15.0.0/16 [115/20] via 10.16.1.1, Serial0.1i L1 10.13.0.0/16 [115/20] via 10.16.1.1, Serial0.1C 10.2.0.0/16 is directly connected, Ethernet0i L2 10.3.0.0/16 [115/30] via 10.16.1.1, Serial0.1i L1 10.1.0.0/16 [115/20] via 10.16.1.1, Serial0.1i L2 10.4.0.0/16 [115/40] via 10.16.1.1, Serial0.1

Page 2

r6.txtC 10.16.0.0/16 is directly connected, Serial0.1i L2 10.34.0.0/16 [115/30] via 10.16.1.1, Serial0.1 150.10.0.0/24 is subnetted, 1 subnetsi L1 150.10.10.0 [115/52] via 10.16.1.1, Serial0.1 170.10.0.0/24 is subnetted, 1 subnetsi L1 170.10.10.0 [115/52] via 10.16.1.1, Serial0.1r6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!frame-relay switching!interface Ethernet0 ip address 170.10.10.1 255.255.255.0!interface Ethernet1 no ip address shutdown!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 102 interface Serial1 201 frame-relay route 103 interface Serial2 301 frame-relay route 105 interface Serial3 501!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 201 interface Serial0 102!interface Serial2 no ip address encapsulation frame-relay clockrate 2000000 frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial0 103!interface Serial3 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 501 interface Serial0 105!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7

Page 1

r7.txt no ip address shutdown!router ospf 1 network 170.10.10.0 0.0.0.255 area 0! !!line con 0line aux 0 transport input allline vty 0 4 login!end

r7#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is not set

172.168.0.0 255.255.255.224 is subnetted, 2 subnetsO 172.168.20.32 [110/11] via 170.10.10.2, 00:05:41, Ethernet0O 172.168.20.64 [110/12] via 170.10.10.2, 00:05:41, Ethernet0 10.0.0.0 255.255.0.0 is subnetted, 8 subnetsO E2 10.15.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.13.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.2.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.3.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.1.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.4.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.16.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0O E2 10.34.0.0 [110/100] via 170.10.10.2, 00:05:42, Ethernet0 150.10.0.0 255.255.255.0 is subnetted, 1 subnetsO 150.10.10.0 [110/11] via 170.10.10.2, 00:05:42, Ethernet0 170.10.0.0 255.255.255.0 is subnetted, 1 subnetsC 170.10.10.0 is directly connected, Ethernet0r7#

Page 2

r13.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!ip subnet-zero!!! ! ! ! ! interface ATM0/0 no ip address no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive!interface ATM0/0.1 multipoint ip address 150.10.10.2 255.255.255.0 no ip directed-broadcast lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00107BA3A700.01 lane client ethernet elan1 no cdp enable!interface ATM0/0.2 multipoint ip address 170.10.10.2 255.255.255.0 no ip directed-broadcast lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00107BA3A700.02 lane client ethernet elan2 no cdp enable!interface FastEthernet1/0 ip address 172.168.20.33 255.255.255.224 no ip directed-broadcast!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3

Page 1

r13.txt no ip address no ip directed-broadcast shutdown!router ospf 1 network 150.10.10.0 0.0.0.255 area 0 network 170.10.10.0 0.0.0.255 area 0 network 172.168.20.0 0.0.0.255 area 0!ip classlessno ip http server!!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r13#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is not set

170.10.0.0/24 is subnetted, 1 subnetsC 170.10.10.0 is directly connected, ATM0/0.2 172.168.0.0/27 is subnetted, 2 subnetsC 172.168.20.32 is directly connected, FastEthernet1/0O 172.168.20.64 [110/2] via 150.10.10.3, ATM0/0.1 10.0.0.0/16 is subnetted, 8 subnetsO E2 10.15.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.13.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.2.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.3.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.1.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.4.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.16.0.0 [110/100] via 150.10.10.1, ATM0/0.1O E2 10.34.0.0 [110/100] via 150.10.10.1, ATM0/0.1 150.10.0.0/24 is subnetted, 1 subnetsC 150.10.10.0 is directly connected, ATM0/0.1r13#

Page 2

r14.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!ip subnet-zero!!! ! ! ! ! interface ATM0/0 ip address 150.10.10.3 255.255.255.0 no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00107B8FE780.01 lane client ethernet elan1 no cdp enable!interface FastEthernet1/0 ip address 172.168.20.65 255.255.255.224 no ip directed-broadcast!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!router ospf 1 network 150.10.10.0 0.0.0.255 area 0 network 172.168.20.0 0.0.0.255 area 0!ip classlessno ip http server!!

Page 1

r14.txt!line con 0 transport input noneline aux 0line vty 0 4 login !end

r14#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is not set

170.10.0.0/24 is subnetted, 1 subnetsO 170.10.10.0 [110/2] via 150.10.10.2, ATM0/0 172.168.0.0/27 is subnetted, 2 subnetsO 172.168.20.32 [110/2] via 150.10.10.2, ATM0/0C 172.168.20.64 is directly connected, FastEthernet1/0 10.0.0.0/16 is subnetted, 8 subnetsO E2 10.15.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.13.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.2.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.3.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.1.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.4.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.16.0.0 [110/100] via 150.10.10.1, ATM0/0O E2 10.34.0.0 [110/100] via 150.10.10.1, ATM0/0 150.10.0.0/24 is subnetted, 1 subnetsC 150.10.10.0 is directly connected, ATM0/0r14#

Page 2

cat5-atm-interface.txtCurrent configuration:!version 11.2!hostname ATM!!!lane database ccie name elan1 server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.01 name elan2 server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.02!interface ATM0 atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi lane config config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane config database ccie lane auto-config-atm-address !interface ATM0.1 multipoint lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00603EE44A30.01 lane server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.01 lane bus-atm-address 47.00918100000000D0BAF33B01.00603EE44A32.01 lane server-bus ethernet elan1 lane client ethernet 1 elan1!interface ATM0.2 multipoint lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00603EE44A30.02 lane server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.02 lane bus-atm-address 47.00918100000000D0BAF33B01.00603EE44A32.02 lane server-bus ethernet elan2 lane client ethernet 2 elan2!!line con 0line vty 0 4 no login!end

ATM#

Page 1

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!ip subnet-zero!interface Ethernet0 ip address 150.10.10.1 255.255.255.0!interface Serial0 ip address 204.100.100.1 255.255.255.240 no fair-queue clockrate 2000000!interface Serial1 ip address 150.10.20.1 255.255.255.0!router bgp 20 network 150.10.10.0 mask 255.255.255.0 network 150.10.20.0 mask 255.255.255.0 neighbor 150.10.20.2 remote-as 30 neighbor 204.100.100.2 remote-as 10 no auto-summary!ip classless!!line con 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

150.10.0.0/24 is subnetted, 2 subnetsC 150.10.20.0 is directly connected, Serial1C 150.10.10.0 is directly connected, Ethernet0 204.100.100.0/28 is subnetted, 11 subnetsB 204.100.100.128 [20/0] via 150.10.20.2, 00:30:43B 204.100.100.144 [20/0] via 150.10.20.2, 00:30:43B 204.100.100.160 [20/0] via 150.10.20.2, 00:30:43B 204.100.100.64 [20/0] via 204.100.100.2, 00:30:52B 204.100.100.80 [20/0] via 150.10.20.2, 00:30:43B 204.100.100.96 [20/0] via 150.10.20.2, 00:30:43B 204.100.100.112 [20/0] via 150.10.20.2, 00:30:43C 204.100.100.0 is directly connected, Serial0B 204.100.100.16 [20/0] via 204.100.100.2, 00:30:53

Page 1

r1.txtB 204.100.100.32 [20/0] via 204.100.100.2, 00:30:53B 204.100.100.48 [20/0] via 204.100.100.2, 00:30:54B 205.100.100.0/24 [20/0] via 150.10.20.2, 00:30:44B 206.100.100.0/24 [20/0] via 150.10.20.2, 00:30:44r1#sh ip bgpBGP table version is 15, local router ID is 204.100.100.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 150.10.10.0/24 0.0.0.0 0 32768 i* 150.10.20.0/24 150.10.20.2 0 0 30 i*> 0.0.0.0 0 32768 i*> 204.100.100.16/28 204.100.100.2 0 0 10 i*> 204.100.100.32/28 204.100.100.2 0 0 10 i*> 204.100.100.48/28 204.100.100.2 0 10 i* 204.100.100.64/28 150.10.20.2 0 30 10 i*> 204.100.100.2 0 10 i*> 204.100.100.80/28 150.10.20.2 0 30 10 i*> 204.100.100.96/28 150.10.20.2 0 30 10 i*> 204.100.100.112/28 150.10.20.2 0 30 10 i*> 204.100.100.128/28 150.10.20.2 0 30 10 i*> 204.100.100.144/28 150.10.20.2 0 30 10 i*> 204.100.100.160/28 150.10.20.2 0 30 10 i*> 205.100.100.0 150.10.20.2 0 0 30 i*> 206.100.100.0 150.10.20.2 0 0 30 ir1#

Page 2

r2.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r2!!ip nat inside source list 1 interface Serial0 overloadip nat inside source list 2 interface Serial1 overload!interface Ethernet0 ip address 205.100.100.1 255.255.255.0 secondary ip address 10.1.1.1 255.255.255.0 ip nat inside bandwidth 10000 delay 100!interface Serial0 ip address 150.10.20.2 255.255.255.0 ip nat outside no fair-queue clockrate 2000000!interface Serial1 ip address 204.100.100.177 255.255.255.240 ip nat outside!interface TokenRing0 ip address 206.100.100.1 255.255.255.0 secondary ip address 10.2.1.1 255.255.255.0 ip nat inside bandwidth 10000 delay 100 ring-speed 16!router eigrp 1 redistribute bgp 30 metric 2000 100 255 1 1500 network 10.0.0.0 no auto-summary!router bgp 30 network 205.100.100.0 network 206.100.100.0 network 150.10.20.0 mask 255.255.255.0 neighbor 150.10.20.1 remote-as 20 neighbor 204.100.100.178 remote-as 10 no auto-summary!ip classlessaccess-list 1 permit 10.1.0.0 0.0.255.255access-list 2 permit 10.2.0.0 0.0.255.255!!line con 0line aux 0line vty 0 4 login!end

Page 1

r2.txtr2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 2 subnetsC 10.2.1.0 is directly connected, TokenRing0C 10.1.1.0 is directly connected, Ethernet0 150.10.0.0/24 is subnetted, 2 subnetsC 150.10.20.0 is directly connected, Serial0B 150.10.10.0 [20/0] via 150.10.20.1, 00:31:39 204.100.100.0/28 is subnetted, 11 subnetsB 204.100.100.128 [20/0] via 204.100.100.178, 00:32:25B 204.100.100.144 [20/0] via 204.100.100.178, 00:32:25B 204.100.100.160 [20/0] via 204.100.100.178, 00:32:25C 204.100.100.176 is directly connected, Serial1B 204.100.100.64 [20/0] via 204.100.100.178, 00:32:25B 204.100.100.80 [20/0] via 204.100.100.178, 00:32:26B 204.100.100.96 [20/0] via 204.100.100.178, 00:32:26B 204.100.100.112 [20/0] via 204.100.100.178, 00:32:26B 204.100.100.16 [20/0] via 150.10.20.1, 00:31:40B 204.100.100.32 [20/0] via 150.10.20.1, 00:31:40B 204.100.100.48 [20/0] via 150.10.20.1, 00:31:40C 205.100.100.0/24 is directly connected, Ethernet0C 206.100.100.0/24 is directly connected, TokenRing0r2#sh ip bgpBGP table version is 25, local router ID is 204.100.100.177Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 150.10.10.0/24 150.10.20.1 0 0 20 i* 150.10.20.0/24 150.10.20.1 0 0 20 i*> 0.0.0.0 0 32768 i*> 204.100.100.16/28 150.10.20.1 0 20 10 i*> 204.100.100.32/28 150.10.20.1 0 20 10 i*> 204.100.100.48/28 150.10.20.1 0 20 10 i* 204.100.100.64/28 150.10.20.1 0 20 10 i*> 204.100.100.178 0 10 i*> 204.100.100.80/28 204.100.100.178 0 10 i*> 204.100.100.96/28 204.100.100.178 0 10 i*> 204.100.100.112/28 204.100.100.178 0 10 i*> 204.100.100.128/28 204.100.100.178 0 10 i*> 204.100.100.144/28 204.100.100.178 0 0 10 i*> 204.100.100.160/28 204.100.100.178 0 0 10 i*> 205.100.100.0 0.0.0.0 0 32768 i*> 206.100.100.0 0.0.0.0 0 32768 ir2#

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!ip subnet-zero!interface Serial0 ip address 204.100.100.2 255.255.255.240 no fair-queue!interface Serial1 ip address 204.100.100.33 255.255.255.240 clockrate 2000000!interface TokenRing0 ip address 204.100.100.17 255.255.255.240 ring-speed 16!router ospf 1 redistribute connected metric 75 metric-type 1 subnets passive-interface Serial0 network 204.100.100.32 0.0.0.15 area 1 network 204.100.100.16 0.0.0.15 area 1!router bgp 65000 no synchronization bgp confederation identifier 10 network 204.100.100.16 mask 255.255.255.240 network 204.100.100.32 mask 255.255.255.240 neighbor 204.100.100.1 remote-as 20 neighbor 204.100.100.1 filter-list 10 out neighbor 204.100.100.34 remote-as 65000 no auto-summary!no ip classlessip as-path access-list 10 permit ^$!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

150.10.0.0/24 is subnetted, 2 subnetsB 150.10.20.0 [20/0] via 204.100.100.1, 00:32:17

Page 1

r3.txtB 150.10.10.0 [20/0] via 204.100.100.1, 00:32:17 204.100.100.0/28 is subnetted, 11 subnetsB 204.100.100.128 [200/0] via 204.100.100.66, 00:35:09B 204.100.100.144 [200/0] via 204.100.100.66, 00:35:09B 204.100.100.160 [200/0] via 204.100.100.66, 00:35:09O 204.100.100.64 [110/128] via 204.100.100.34, 01:40:39, Serial1B 204.100.100.80 [200/0] via 204.100.100.66, 00:35:09B 204.100.100.96 [200/0] via 204.100.100.66, 00:35:09B 204.100.100.112 [200/0] via 204.100.100.66, 00:35:09C 204.100.100.0 is directly connected, Serial0C 204.100.100.16 is directly connected, TokenRing0C 204.100.100.32 is directly connected, Serial1O 204.100.100.48 [110/74] via 204.100.100.34, 01:40:40, Serial1B 205.100.100.0/24 [200/0] via 204.100.100.66, 00:32:07B 206.100.100.0/24 [200/0] via 204.100.100.66, 00:32:07r3#sh ip bgpBGP table version is 129, local router ID is 204.100.100.33Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 150.10.10.0/24 204.100.100.1 0 0 20 i* i150.10.20.0/24 204.100.100.66 0 100 0 (65010) 30 i*> 204.100.100.1 0 0 20 i*> 204.100.100.16/28 0.0.0.0 0 32768 i* i204.100.100.32/28 204.100.100.34 0 100 0 i*> 0.0.0.0 0 32768 i*>i204.100.100.48/28 204.100.100.34 0 100 0 i*>i204.100.100.64/28 204.100.100.34 0 100 0 i*>i204.100.100.80/28 204.100.100.66 0 100 0 (65010) i*>i204.100.100.96/28 204.100.100.66 0 100 0 (65010) i*>i204.100.100.112/28 204.100.100.66 0 100 0 (65010) i*>i204.100.100.128/28 204.100.100.66 0 100 0 (65010) i*>i204.100.100.144/28 204.100.100.66 0 100 0 (65010) i*>i204.100.100.160/28 204.100.100.66 0 100 0 (65010) i*>i205.100.100.0 204.100.100.66 0 100 0 (65010) 30 i* 204.100.100.1 0 20 30 i*>i206.100.100.0 204.100.100.66 0 100 0 (65010) 30 i* 204.100.100.1 0 20 30 ir3#

Page 2

r4.txtBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r4!!!!!!memory-size iomem 20ip subnet-zero!!!cns event-service server!!!process-max-time 200!interface Serial0 ip address 204.100.100.129 255.255.255.240 no ip directed-broadcast no ip mroute-cache!interface Serial1 no ip address no ip directed-broadcast shutdown!interface FastEthernet0 ip address 204.100.100.113 255.255.255.240 no ip directed-broadcast!router ospf 1 network 204.100.100.112 0.0.0.15 area 0 network 204.100.100.128 0.0.0.15 area 0!router bgp 65010 no synchronization bgp confederation identifier 10 network 204.100.100.112 mask 255.255.255.240 network 204.100.100.128 mask 255.255.255.240 neighbor 204.100.100.130 remote-as 65010 neighbor 204.100.100.145 remote-as 65010 no auto-summary!ip classlessno ip http server!!line con 0 transport input noneline aux 0line vty 0 4!

Page 1

r4.txt!no scheduler allocateend

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

B 206.100.100.0/24 [200/0] via 204.100.100.145, 00:33:07 204.100.100.0/28 is subnetted, 11 subnetsC 204.100.100.128 is directly connected, Serial0O 204.100.100.144 [110/128] via 204.100.100.130, 01:37:45, Serial0O 204.100.100.160 [110/138] via 204.100.100.130, 01:37:45, Serial0O E1 204.100.100.176 [110/148] via 204.100.100.130, 01:37:45, Serial0O 204.100.100.64 [110/128] via 204.100.100.130, 01:37:45, Serial0O 204.100.100.80 [110/74] via 204.100.100.130, 01:37:45, Serial0O 204.100.100.96 [110/70] via 204.100.100.130, 01:37:46, Serial0C 204.100.100.112 is directly connected, FastEthernet0B 204.100.100.16 [200/0] via 204.100.100.65, 00:35:56B 204.100.100.32 [200/0] via 204.100.100.65, 00:35:56B 204.100.100.48 [200/0] via 204.100.100.65, 00:35:56B 205.100.100.0/24 [200/0] via 204.100.100.145, 00:33:09 150.10.0.0/24 is subnetted, 2 subnetsB 150.10.20.0 [200/0] via 204.100.100.145, 00:33:09B 150.10.10.0 [200/0] via 204.100.100.65, 00:32:43r4#sh ip bgpBGP table version is 62, local router ID is 204.100.100.129Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i150.10.10.0/24 204.100.100.65 0 100 0 (65000) 20 i*>i150.10.20.0/24 204.100.100.145 0 100 0 30 i*>i204.100.100.16/28 204.100.100.65 0 100 0 (65000) i*>i204.100.100.32/28 204.100.100.65 0 100 0 (65000) i*>i204.100.100.48/28 204.100.100.65 0 100 0 (65000) i*>i204.100.100.64/28 204.100.100.130 0 100 0 i*>i204.100.100.80/28 204.100.100.130 0 100 0 i*>i204.100.100.96/28 204.100.100.130 0 100 0 i*> 204.100.100.112/28 0.0.0.0 0 32768 i* i204.100.100.128/28 204.100.100.130 0 100 0 i*> 0.0.0.0 0 32768 i*>i204.100.100.144/28 204.100.100.130 0 100 0 i* i 204.100.100.145 0 100 0 i*>i204.100.100.160/28 204.100.100.145 0 100 0 i*>i205.100.100.0 204.100.100.145 0 100 0 30 i*>i206.100.100.0 204.100.100.145 0 100 0 30 ir4#

Page 2

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!!interface Ethernet0 ip address 204.100.100.161 255.255.255.240!interface Serial0 ip address 204.100.100.178 255.255.255.240 clockrate 2000000!interface Serial1 ip address 204.100.100.145 255.255.255.240!interface BRI0 no ip address shutdown!router ospf 1 redistribute connected metric 20 metric-type 1 subnets network 204.100.100.144 0.0.0.15 area 0 network 204.100.100.160 0.0.0.15 area 0!router bgp 65010 no synchronization bgp confederation identifier 10 network 204.100.100.144 mask 255.255.255.240 network 204.100.100.160 mask 255.255.255.240 neighbor 204.100.100.129 remote-as 65010 neighbor 204.100.100.129 next-hop-self neighbor 204.100.100.146 remote-as 65010 neighbor 204.100.100.146 next-hop-self neighbor 204.100.100.177 remote-as 30 neighbor 204.100.100.177 filter-list 1 out no auto-summary!ip classlessip as-path access-list 1 permit ^$!!line con 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not setPage 1

r5.txt

150.10.0.0/24 is subnetted, 2 subnetsB 150.10.20.0 [20/0] via 204.100.100.177, 00:34:05B 150.10.10.0 [200/0] via 204.100.100.65, 00:33:34 204.100.100.0/28 is subnetted, 11 subnetsO 204.100.100.128 [110/128] via 204.100.100.146, 01:38:39, Serial1C 204.100.100.144 is directly connected, Serial1C 204.100.100.160 is directly connected, Ethernet0C 204.100.100.176 is directly connected, Serial0O 204.100.100.64 [110/128] via 204.100.100.146, 01:38:39, Serial1O 204.100.100.80 [110/74] via 204.100.100.146, 01:38:39, Serial1O 204.100.100.96 [110/70] via 204.100.100.146, 01:38:39, Serial1O 204.100.100.112 [110/129] via 204.100.100.146, 01:38:39, Serial1B 204.100.100.16 [200/0] via 204.100.100.65, 00:36:49B 204.100.100.32 [200/0] via 204.100.100.65, 00:36:49B 204.100.100.48 [200/0] via 204.100.100.65, 00:36:50B 205.100.100.0/24 [20/0] via 204.100.100.177, 00:34:07B 206.100.100.0/24 [20/0] via 204.100.100.177, 00:34:07r5#sh ip bgpBGP table version is 77, local router ID is 204.100.100.178Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i150.10.10.0/24 204.100.100.65 0 100 0 (65000) 20 i* 204.100.100.177 0 30 20 i*> 150.10.20.0/24 204.100.100.177 0 0 30 i*>i204.100.100.16/28 204.100.100.65 0 100 0 (65000) i*>i204.100.100.32/28 204.100.100.65 0 100 0 (65000) i*>i204.100.100.48/28 204.100.100.65 0 100 0 (65000) i*>i204.100.100.64/28 204.100.100.146 0 100 0 i*>i204.100.100.80/28 204.100.100.146 0 100 0 i*>i204.100.100.96/28 204.100.100.146 0 100 0 i*>i204.100.100.112/28 204.100.100.129 0 100 0 i*>i204.100.100.128/28 204.100.100.146 0 100 0 i* i 204.100.100.129 0 100 0 i* i204.100.100.144/28 204.100.100.146 0 100 0 i*> 0.0.0.0 0 32768 i*> 204.100.100.160/28 0.0.0.0 0 32768 i*> 205.100.100.0 204.100.100.177 0 0 30 i*> 206.100.100.0 204.100.100.177 0 0 30 ir5#

Page 2

r6.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!!interface Ethernet0 ip address 204.100.100.49 255.255.255.240!interface Serial0 ip address 204.100.100.65 255.255.255.240 clockrate 2000000!interface Serial1 ip address 204.100.100.34 255.255.255.240!interface BRI0 no ip address shutdown!router ospf 1 passive-interface Serial0 network 204.100.100.48 0.0.0.15 area 1 network 204.100.100.32 0.0.0.15 area 1 network 204.100.100.64 0.0.0.15 area 1!router bgp 65000 no synchronization bgp confederation identifier 10 bgp confederation peers 65010 network 204.100.100.48 mask 255.255.255.240 network 204.100.100.64 mask 255.255.255.240 network 204.100.100.32 mask 255.255.255.240 neighbor 204.100.100.33 remote-as 65000 neighbor 204.100.100.66 remote-as 65010 neighbor 204.100.100.66 next-hop-self no auto-summary!ip classless!!line con 0line aux 0line vty 0 4 login!end

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

Page 1

r6.txt 150.10.0.0/24 is subnetted, 2 subnetsB 150.10.20.0 [200/0] via 204.100.100.66, 00:34:31B 150.10.10.0 [200/0] via 204.100.100.1, 00:34:43 204.100.100.0/28 is subnetted, 11 subnetsB 204.100.100.128 [200/0] via 204.100.100.66, 00:37:35B 204.100.100.144 [200/0] via 204.100.100.66, 00:37:35B 204.100.100.160 [200/0] via 204.100.100.66, 00:37:35C 204.100.100.64 is directly connected, Serial0B 204.100.100.80 [200/0] via 204.100.100.66, 00:37:35B 204.100.100.96 [200/0] via 204.100.100.66, 00:37:35B 204.100.100.112 [200/0] via 204.100.100.66, 00:37:35O E1 204.100.100.0 [110/139] via 204.100.100.33, 01:43:05, Serial1O 204.100.100.16 [110/70] via 204.100.100.33, 01:43:05, Serial1C 204.100.100.32 is directly connected, Serial1C 204.100.100.48 is directly connected, Ethernet0B 205.100.100.0/24 [200/0] via 204.100.100.66, 00:34:34B 206.100.100.0/24 [200/0] via 204.100.100.66, 00:34:34r6#sh ip bgpBGP table version is 88, local router ID is 204.100.100.65Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i150.10.10.0/24 204.100.100.1 0 100 0 20 i*> 150.10.20.0/24 204.100.100.66 0 100 0 (65010) 30 i* i 204.100.100.1 0 100 0 20 i*>i204.100.100.16/28 204.100.100.33 0 100 0 i*> 204.100.100.32/28 0.0.0.0 0 32768 i* i 204.100.100.33 0 100 0 i*> 204.100.100.48/28 0.0.0.0 0 32768 i* 204.100.100.64/28 204.100.100.66 0 100 0 (65010) i*> 0.0.0.0 0 32768 i*> 204.100.100.80/28 204.100.100.66 0 100 0 (65010) i*> 204.100.100.96/28 204.100.100.66 0 100 0 (65010) i*> 204.100.100.112/28 204.100.100.66 0 100 0 (65010) i*> 204.100.100.128/28 204.100.100.66 0 100 0 (65010) i*> 204.100.100.144/28 204.100.100.66 0 100 0 (65010) i*> 204.100.100.160/28 204.100.100.66 0 100 0 (65010) i*> 205.100.100.0 204.100.100.66 0 100 0 (65010) 30 i*> 206.100.100.0 204.100.100.66 0 100 0 (65010) 30 ir6#

Page 2

r7.txtCurrent configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r7!!no ip domain-lookupip dvmrp route-limit 20000!!interface Serial0/0 ip address 204.100.100.66 255.255.255.240!interface Serial0/1 no ip address shutdown!interface Serial0/2 ip address 204.100.100.130 255.255.255.240 clockrate 2015232!interface Serial0/3 no ip address shutdown!interface Ethernet1/0 ip address 204.100.100.81 255.255.255.240!interface Serial1/0 ip address 204.100.100.146 255.255.255.240 ip pim dense-mode clockrate 2000000!interface TokenRing1/0 ip address 204.100.100.97 255.255.255.240 ring-speed 16!router ospf 1 passive-interface Serial0/0 network 204.100.100.64 0.0.0.15 area 0 network 204.100.100.80 0.0.0.15 area 0 network 204.100.100.96 0.0.0.15 area 0 network 204.100.100.128 0.0.0.15 area 0 network 204.100.100.144 0.0.0.15 area 0!router bgp 65010 no synchronization bgp confederation identifier 10 bgp confederation peers 65000 network 204.100.100.64 mask 255.255.255.240 network 204.100.100.80 mask 255.255.255.240 network 204.100.100.96 mask 255.255.255.240 network 204.100.100.128 mask 255.255.255.240 network 204.100.100.144 mask 255.255.255.240 neighbor sub_as_65010 peer-group neighbor sub_as_65010 remote-as 65010 neighbor 204.100.100.65 remote-as 65000 neighbor 204.100.100.65 next-hop-self neighbor 204.100.100.129 peer-group sub_as_65010

Page 1

r7.txt neighbor 204.100.100.145 peer-group sub_as_65010 no auto-summary!ip classless!!!line con 0line aux 0line vty 0 4 login!end

r7#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

B 206.100.100.0/24 [200/0] via 204.100.100.145, 00:35:42 204.100.100.0/28 is subnetted, 11 subnetsC 204.100.100.128 is directly connected, Serial0/2C 204.100.100.144 is directly connected, Serial1/0O 204.100.100.160 [110/74] via 204.100.100.145, 00:38:42, Serial1/0O E1 204.100.100.176 [110/84] via 204.100.100.145, 00:38:42, Serial1/0C 204.100.100.64 is directly connected, Serial0/0C 204.100.100.80 is directly connected, Ethernet1/0C 204.100.100.96 is directly connected, TokenRing1/0O 204.100.100.112 [110/65] via 204.100.100.129, 00:38:43, Serial0/2B 204.100.100.16 [200/0] via 204.100.100.65, 00:38:29B 204.100.100.32 [200/0] via 204.100.100.65, 00:38:29B 204.100.100.48 [200/0] via 204.100.100.65, 00:38:29B 205.100.100.0/24 [200/0] via 204.100.100.145, 00:35:43 150.10.0.0/24 is subnetted, 2 subnetsB 150.10.20.0 [200/0] via 204.100.100.145, 00:35:44B 150.10.10.0 [200/0] via 204.100.100.65, 00:35:16r7#sh ip bgpBGP table version is 25, local router ID is 204.100.100.146Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 150.10.10.0/24 204.100.100.65 0 100 0 (65000) 20 i*>i150.10.20.0/24 204.100.100.145 0 100 0 30 i*> 204.100.100.16/28 204.100.100.65 0 100 0 (65000) i*> 204.100.100.32/28 204.100.100.65 0 100 0 (65000) i*> 204.100.100.48/28 204.100.100.65 0 100 0 (65000) i* 204.100.100.64/28 204.100.100.65 0 100 0 (65000) i*> 0.0.0.0 0 32768 i*> 204.100.100.80/28 0.0.0.0 0 32768 i*> 204.100.100.96/28 0.0.0.0 0 32768 i*>i204.100.100.112/28 204.100.100.129 0 100 0 i* i204.100.100.128/28 204.100.100.129 0 100 0 i*> 0.0.0.0 0 32768 i* i204.100.100.144/28 204.100.100.145 0 100 0 i*> 0.0.0.0 0 32768 i*>i204.100.100.160/28 204.100.100.145 0 100 0 i*>i205.100.100.0 204.100.100.145 0 100 0 30 i

Page 2

r7.txt*>i206.100.100.0 204.100.100.145 0 100 0 30 ir7#

Page 3

r8.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r8!!!interface Ethernet0 ip address 10.1.1.2 255.255.255.0 no ip route-cache no ip mroute-cache bandwidth 10000 delay 100!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown!interface TokenRing0 ip address 10.2.1.2 255.255.255.0 no ip route-cache no ip mroute-cache bandwidth 10000 delay 100 ring-speed 16!router eigrp 1 network 10.0.0.0 maximum-paths 2 no auto-summary!no ip classless!!line con 0line aux 0line vty 0 4 login!end

r8#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 2 subnetsC 10.2.1.0 is directly connected, TokenRing0C 10.1.1.0 is directly connected, Ethernet0

Page 1

r8.txt 150.10.0.0/24 is subnetted, 1 subnetsD EX 150.10.10.0 [170/1331200] via 10.2.1.1, 00:36:45, TokenRing0 [170/1331200] via 10.1.1.1, 00:36:45, Ethernet0 204.100.100.0/28 is subnetted, 10 subnetsD EX 204.100.100.128 [170/1331200] via 10.2.1.1, 00:37:32, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:32, Ethernet0D EX 204.100.100.144 [170/1331200] via 10.2.1.1, 00:37:32, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:32, Ethernet0D EX 204.100.100.160 [170/1331200] via 10.2.1.1, 00:37:32, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:32, Ethernet0D EX 204.100.100.64 [170/1331200] via 10.2.1.1, 00:37:32, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:32, Ethernet0D EX 204.100.100.80 [170/1331200] via 10.2.1.1, 00:37:34, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:34, Ethernet0D EX 204.100.100.96 [170/1331200] via 10.2.1.1, 00:37:34, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:34, Ethernet0D EX 204.100.100.112 [170/1331200] via 10.2.1.1, 00:37:34, TokenRing0 [170/1331200] via 10.1.1.1, 00:37:34, Ethernet0D EX 204.100.100.16 [170/1331200] via 10.2.1.1, 00:36:48, TokenRing0 [170/1331200] via 10.1.1.1, 00:36:48, Ethernet0D EX 204.100.100.32 [170/1331200] via 10.2.1.1, 00:36:48, TokenRing0 [170/1331200] via 10.1.1.1, 00:36:48, Ethernet0D EX 204.100.100.48 [170/1331200] via 10.2.1.1, 00:36:48, TokenRing0 [170/1331200] via 10.1.1.1, 00:36:48, Ethernet0D EX 205.100.100.0/24 [170/1331200] via 10.1.1.1, 1d17h, Ethernet0 [170/1331200] via 10.2.1.1, 1d17h, TokenRing0D EX 206.100.100.0/24 [170/1331200] via 10.1.1.1, 1d17h, Ethernet0 [170/1331200] via 10.2.1.1, 1d17h, TokenRing0r8#

Page 2

access-server.txt

Current configuration:!version 11.2service nagleno service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname 2511-rack2!enable secret 5 xxxxxxxxxxx!username marc password 0 ciscono ip domain-lookupip host r7-3620 2007 200.200.200.1ip host r1-2501 2001 200.200.200.1ip host r2-2513 2002 200.200.200.1ip host r3-2502 2003 200.200.200.1ip host r4-1750 2004 200.200.200.1ip host r5-2503 2005 200.200.200.1ip host r6-2503 2006 200.200.200.1ip host r8-2513 2008 200.200.200.1ip host r9-1604 2009 200.200.200.1ip host r10-2610 2010 200.200.200.1ip name-server 24.221.95.2ip name-server 24.221.95.3!interface Loopback0 ip address 200.200.200.1 255.255.255.0!interface Ethernet0 ip address 24.221.66.249 255.255.255.0!interface Serial0 no ip address no fair-queue!interface Serial1 no ip address shutdown!ip classlessip route 0.0.0.0 0.0.0.0 24.221.66.246no logging consolebanner motd ^CCCC Welcome to CCIE Boot Camp Rack#2, Network Learning, Inc. ^Calias exec i show ip routealias exec ix show ipx routealias exec sd show dialeralias exec ia show apple routealias exec s sho sessalias exec ci clear ip route *alias exec cb clear ip bgp *alias exec sr show runalias exec sbn show ip bgp neialias exec sb show ip bgpalias exec so show ospf neialias exec cr copy run startalias exec ct conf talias exec sio sh ip ospf nei!line con 0 exec-timeout 0 0

Page 1

access-server.txt password cisco login modem autoconfigure type usr_sportster flowcontrol hardwareline 1 16 no exec no exec-banner exec-timeout 0 0 transport input allline aux 0 exec-timeout 0 0 password cisco login modem InOut modem autoconfigure type usr_sportster transport input all rxspeed 300 txspeed 300 flowcontrol hardwareline vty 0 4 exec-timeout 0 0 password cisco login local!end

2511-rack2#

Page 2

r1.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!ip multicast-routingip dvmrp route-limit 20000!interface Ethernet0 ip address 172.16.10.3 255.255.255.0 ip pim sparse-dense-mode ip igmp join-group 224.20.1.1 ip cgmp!interface Serial0 ip address 172.30.1.1 255.255.255.0 encapsulation frame-relay no fair-queue clockrate 2000000!interface Serial1 no ip address shutdown!router eigrp 100 network 172.16.0.0 network 172.30.0.0 no auto-summary!no ip classless!!line con 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.30.0.0/16 is variably subnetted, 4 subnets, 2 masksD 172.30.20.0/24 [90/2211584] via 172.30.1.2, 00:01:36, Serial0D EX 172.30.0.0/16 [170/46256384] via 172.16.10.2, 00:54:24, Ethernet0C 172.30.1.0/24 is directly connected, Serial0D 172.30.10.0/24 [90/2185984] via 172.30.1.2, 01:49:03, Serial0 172.16.0.0/16 is variably subnetted, 7 subnets, 2 masksD 172.16.56.0/24 [90/46256384] via 172.16.10.2, 00:01:34, Ethernet0D 172.16.50.0/24 [90/283648] via 172.16.10.2, 01:36:37, Ethernet0C 172.16.10.0/24 is directly connected, Ethernet0

Page 1

r1.txtD 172.16.11.0/24 [90/284160] via 172.16.10.2, 01:40:01, Ethernet0D EX 172.16.0.0/16 [170/46779904] via 172.30.1.2, 00:01:35, Serial0D 172.16.2.0/24 [90/283648] via 172.16.10.2, 01:40:01, Ethernet0D 172.16.3.0/24 [90/286208] via 172.16.10.2, 00:54:25, Ethernet0r1#

r1#sh ip mrouteIP Multicast Routing TableFlags: D - Dense, S - Sparse, C - Connected, L - Local, P - Pruned R - RP-bit set, F - Register flag, T - SPT-bit set, J - Join SPTTimers: Uptime/ExpiresInterface state: Interface, Next-Hop, State/Mode

(*, 224.0.1.40), 01:34:21/00:00:00, RP 0.0.0.0, flags: DJCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: Ethernet0, Forward/Sparse-Dense, 01:34:21/00:00:00

(*, 224.20.1.1), 01:35:09/00:00:00, RP 0.0.0.0, flags: DJCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: Ethernet0, Forward/Sparse-Dense, 01:34:21/00:00:00

r1#

Page 2

r3.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r3!!!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 ip address 172.30.1.2 255.255.255.0 encapsulation frame-relay clockrate 2000000!interface TokenRing0 ip address 172.30.10.2 255.255.255.0 ring-speed 16!router eigrp 100 network 172.30.0.0 no auto-summary!no ip classless!!line con 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.30.0.0/16 is variably subnetted, 4 subnets, 2 masksD 172.30.20.0/24 [90/297728] via 172.30.10.1, 00:02:54, TokenRing0D EX 172.30.0.0/16 [170/46768384] via 172.30.1.1, 00:55:42, Serial1C 172.30.1.0/24 is directly connected, Serial1C 172.30.10.0/24 is directly connected, TokenRing0 172.16.0.0/16 is variably subnetted, 7 subnets, 2 masksD 172.16.56.0/24 [90/46267904] via 172.30.10.1, 00:02:52, TokenRing0D 172.16.50.0/24 [90/2197504] via 172.30.1.1, 01:37:54, Serial1D 172.16.10.0/24 [90/2195456] via 172.30.1.1, 01:47:54, Serial1D 172.16.11.0/24 [90/2198016] via 172.30.1.1, 01:41:19, Serial1D EX 172.16.0.0/16 [170/46267904] via 172.30.10.1, 00:02:52, TokenRing0D 172.16.2.0/24 [90/2197504] via 172.30.1.1, 01:41:19, Serial1D 172.16.3.0/24 [90/2200064] via 172.30.1.1, 00:55:42, Serial1r3#

Page 1

r5.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!username router6 password 0 notrealisdn switch-type basic-dms100source-bridge ring-group 10dlsw local-peer peer-id 172.16.3.2dlsw remote-peer 0 tcp 172.30.10.1dlsw bridge-group 1!interface Ethernet0 ip address 172.16.3.2 255.255.255.0 bandwidth 10000 bridge-group 1!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown!interface BRI0 ip address 172.16.56.2 255.255.255.0 encapsulation ppp bandwidth 56 isdn spid1 81049306240101 4930624 isdn spid2 81049306250101 4930625 dialer map ip 172.16.56.1 name router6 broadcast 4930622 dialer-group 1 ppp authentication chap ppp chap hostname router5 ppp chap password 7 044E05140A2040!router eigrp 100 redistribute static network 172.16.0.0 no auto-summary!no ip classlessip route 172.30.0.0 255.255.0.0 172.16.56.1 200access-list 101 deny eigrp any anyaccess-list 101 permit ip any any!dialer-list 1 protocol ip list 101bridge 1 protocol ieee!line con 0line aux 0line vty 0 4 login!end

Page 1

r5.txtr5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.30.0.0/16 is variably subnetted, 4 subnets, 2 masksD 172.30.20.0/24 [90/2241280] via 172.16.3.1, 00:03:26, Ethernet0S 172.30.0.0/16 [200/0] via 172.16.56.1D 172.30.1.0/24 [90/2199552] via 172.16.3.1, 00:56:14, Ethernet0D 172.30.10.0/24 [90/2215680] via 172.16.3.1, 00:56:14, Ethernet0 172.16.0.0/16 is variably subnetted, 7 subnets, 2 masksC 172.16.56.0/24 is directly connected, BRI0D 172.16.50.0/24 [90/285696] via 172.16.3.1, 00:56:14, Ethernet0D 172.16.10.0/24 [90/285696] via 172.16.3.1, 00:56:14, Ethernet0D 172.16.11.0/24 [90/286208] via 172.16.3.1, 00:56:14, Ethernet0D EX 172.16.0.0/16 [170/46809600] via 172.16.3.1, 00:03:24, Ethernet0D 172.16.2.0/24 [90/283648] via 172.16.3.1, 00:56:23, Ethernet0C 172.16.3.0/24 is directly connected, Ethernet0r5#

Page 2

r6.txt

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r6!!username router5 password 0 notrealisdn switch-type basic-dms100!hub ether 0 1 link-test auto-polarity!hub ether 0 2 link-test auto-polarity!hub ether 0 3 link-test auto-polarity!hub ether 0 4 link-test auto-polarity!hub ether 0 5 link-test auto-polarity!hub ether 0 6 link-test auto-polarity!hub ether 0 7 link-test auto-polarity!hub ether 0 8 link-test auto-polarity!hub ether 0 9 link-test auto-polarity!hub ether 0 10 link-test auto-polarity!hub ether 0 11 link-test auto-polarity!hub ether 0 12 link-test auto-polarity!hub ether 0 13

Page 1

r6.txt link-test auto-polarity!hub ether 0 14 link-test auto-polarity! interface Ethernet0 ip address 172.30.20.1 255.255.255.0 bandwidth 10000!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown!interface BRI0 ip address 172.16.56.1 255.255.255.0 encapsulation ppp bandwidth 56 isdn spid1 81049306220101 4930622 isdn spid2 81049306230101 4930623 dialer map ip 172.16.56.2 name router5 broadcast 4930624 dialer-group 1 no fair-queue ppp authentication chap ppp chap hostname router6 ppp chap password 7 0959401B1C041B52!router eigrp 100 redistribute static network 172.30.0.0 network 172.16.0.0 no auto-summary!no ip classlessip route 172.16.0.0 255.255.0.0 172.16.56.2 200access-list 101 deny eigrp any anyaccess-list 101 permit ip any any!dialer-list 1 protocol ip list 101!line con 0line aux 0line vty 0 4 login!end r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

Page 2

r6.txt 172.30.0.0/16 is variably subnetted, 4 subnets, 2 masksC 172.30.20.0/24 is directly connected, Ethernet0D EX 172.30.0.0/16 [170/46810112] via 172.30.20.2, 00:00:31, Ethernet0D 172.30.1.0/24 [90/2211584] via 172.30.20.2, 00:00:31, Ethernet0D 172.30.10.0/24 [90/297728] via 172.30.20.2, 00:00:31, Ethernet0 172.16.0.0/16 is variably subnetted, 7 subnets, 2 masksC 172.16.56.0/24 is directly connected, BRI0D 172.16.50.0/24 [90/2239232] via 172.30.20.2, 00:00:31, Ethernet0D 172.16.10.0/24 [90/2237184] via 172.30.20.2, 00:00:31, Ethernet0D 172.16.11.0/24 [90/2239744] via 172.30.20.2, 00:00:32, Ethernet0S 172.16.0.0/16 [200/0] via 172.16.56.2D 172.16.2.0/24 [90/2239232] via 172.30.20.2, 00:00:32, Ethernet0D 172.16.3.0/24 [90/2241792] via 172.30.20.2, 00:00:32, Ethernet0r6#

Page 3

r7.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r7!!frame-relay switching!interface Ethernet0 no ip address shutdown!interface Ethernet1 no ip address shutdown!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 301 interface Serial1 103!interface Serial1 no ip address encapsulation frame-relay frame-relay lmi-type ansi frame-relay intf-type dce frame-relay route 103 interface Serial0 301!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface Serial4 no ip address shutdown! interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!!!line con 0line aux 0 transport input all

Page 1

r7.txtline vty 0 4 login!end

r7#

Page 2

r8.txtCurrent configuration:!version 11.0service udp-small-serversservice tcp-small-servers!hostname r8!!source-bridge ring-group 10dlsw local-peer peer-id 172.30.10.1dlsw remote-peer 0 tcp 172.16.3.2 lf 1500!interface Ethernet0 ip address 172.30.20.2 255.255.255.0!interface Ethernet1 no ip address shutdown!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address shutdown!interface Serial8 no ip address shutdown!interface Serial9 no ip address shutdown!interface Serial10 no ip address

Page 1

r8.txt shutdown!interface Serial11 no ip address shutdown! interface Serial12 no ip address shutdown!interface Serial13 no ip address shutdown!interface Serial14 no ip address shutdown!interface Serial15 no ip address shutdown!interface Serial16 no ip address shutdown!interface Serial17 no ip address shutdown !interface Serial18 no ip address shutdown!interface Serial19 no ip address shutdown!interface Serial20 no ip address shutdown!interface Serial21 no ip address shutdown!interface TokenRing1 no ip address shutdown!interface TokenRing0 ip address 172.30.10.1 255.255.255.0 ring-speed 16 source-bridge 1 2 10 source-bridge spanning!router eigrp 100 network 172.30.0.0 no auto-summary!!bridge 1 protocol ieee!

Page 2

r8.txtline con 0line aux 0 transport input allline vty 0 4 login!end

r8#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Gateway of last resort is not set

172.30.0.0 is variably subnetted, 4 subnets, 2 masksC 172.30.20.0 255.255.255.0 is directly connected, Ethernet0D EX 172.30.0.0 255.255.0.0 [170/46784512] via 172.30.10.2, 00:04:03, TokenRing0D 172.30.1.0 255.255.255.0 [90/2185984] via 172.30.10.2, 00:04:04, TokenRing0C 172.30.10.0 255.255.255.0 is directly connected, TokenRing0 172.16.0.0 is variably subnetted, 7 subnets, 2 masksD 172.16.56.0 255.255.255.0 [90/46251776] via 172.30.20.1, 00:04:05, Ethernet0D 172.16.50.0 255.255.255.0 [90/2213632] via 172.30.10.2, 00:04:04, TokenRing0D 172.16.10.0 255.255.255.0 [90/2211584] via 172.30.10.2, 00:04:04, TokenRing0D 172.16.11.0 255.255.255.0 [90/2214144] via 172.30.10.2, 00:04:05, TokenRing0D EX 172.16.0.0 255.255.0.0 [170/46251776] via 172.30.20.1, 00:04:07, Ethernet0D 172.16.2.0 255.255.255.0 [90/2213632] via 172.30.10.2, 00:04:06, TokenRing0D 172.16.3.0 255.255.255.0 [90/2216192] via 172.30.10.2, 00:04:06, TokenRing0r8#

Page 3

r13.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!ip subnet-zero!ip multicast-routingip dvmrp route-limit 20000!! ! ! ! ! interface ATM0/0 no ip address no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive!interface ATM0/0.1 multipoint ip address 172.16.10.2 255.255.255.0 no ip directed-broadcast ip pim sparse-dense-mode ip cgmp lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00107BA3A700.01 lane client ethernet elan1 no cdp enable!interface ATM0/0.2 multipoint ip address 172.16.50.2 255.255.255.0 no ip directed-broadcast lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00107BA3A700.02 lane client ethernet elan2 no cdp enable!interface ATM0/0.3 point-to-point ip address 172.16.2.2 255.255.255.0 no ip directed-broadcast ip pim sparse-dense-mode atm pvc 3 4 44 aal5snap!interface FastEthernet1/0 ip address 172.16.11.2 255.255.255.0 no ip directed-broadcast ip pim sparse-dense-mode ip igmp join-group 224.10.1.1 no keepalive!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown

Page 1

r13.txt no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown !interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!router eigrp 100 network 172.16.0.0 no auto-summary!ip classlessno ip http server!!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r13#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 7 subnets, 2 masksD 172.16.56.0/24 [90/46230784] via 172.16.2.1, ATM0/0.3C 172.16.50.0/24 is directly connected, ATM0/0.2C 172.16.10.0/24 is directly connected, ATM0/0.1C 172.16.11.0/24 is directly connected, FastEthernet1/0D EX 172.16.0.0/16 [170/46781952] via 172.16.10.3, ATM0/0.1C 172.16.2.0/24 is directly connected, ATM0/0.3D 172.16.3.0/24 [90/30208] via 172.16.2.1, ATM0/0.3 172.30.0.0/16 is variably subnetted, 4 subnets, 2 masksD 172.30.20.0/24 [90/2213632] via 172.16.10.3, ATM0/0.1D EX 172.30.0.0/16 [170/46230784] via 172.16.2.1, ATM0/0.3D 172.30.1.0/24 [90/2171904] via 172.16.10.3, ATM0/0.1D 172.30.10.0/24 [90/2188032] via 172.16.10.3, ATM0/0.1r13#

r13#sh ip mrouteIP Multicast Routing Table

Page 2

r13.txtFlags: D - Dense, S - Sparse, C - Connected, L - Local, P - Pruned R - RP-bit set, F - Register flag, T - SPT-bit set, J - Join SPT X - Proxy Join Timer RunningTimers: Uptime/ExpiresInterface state: Interface, Next-Hop or VCD, State/Mode

(*, 224.0.1.40), 01:52:05/00:00:00, RP 0.0.0.0, flags: DJCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: ATM0/0.3, Forward/Sparse-Dense, 00:47:59/00:00:00 ATM0/0.1, Forward/Sparse-Dense, 01:33:45/00:00:00 FastEthernet1/0, Forward/Sparse-Dense, 01:52:06/00:00:00

(*, 224.10.1.1), 01:52:06/00:00:00, RP 0.0.0.0, flags: DJCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: ATM0/0.3, Forward/Sparse-Dense, 00:48:00/00:00:00 ATM0/0.1, Forward/Sparse-Dense, 01:33:46/00:00:00 FastEthernet1/0, Forward/Sparse-Dense, 01:52:06/00:00:00

(*, 224.20.1.1), 01:38:17/00:02:43, RP 0.0.0.0, flags: DJC Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: ATM0/0.3, Forward/Sparse-Dense, 00:48:06/00:00:00 ATM0/0.1, Forward/Sparse-Dense, 01:33:52/00:00:00

r13#sh lane clientLE Client ATM0/0.1 ELAN name: elan1 Admin: up State: operationalClient ID: 2 LEC up for 1 hour 34 minutes 17 seconds ELAN ID: 0Join Attempt: 18 Last Fail Reason: Config VC being releasedHW Address: 0010.7ba3.a700 Type: ethernet Max Frame Size: 1516 ATM Address: 47.00918100000000D0BAF33B01.00107BA3A700.01

VCD rxFrames txFrames Type ATM Address 0 0 0 configure 47.00918100000000D0BAF33B01.00603EE44A33.00 52 1 47 direct 47.00918100000000D0BAF33B01.00603EE44A31.01 53 2861 0 distribute 47.00918100000000D0BAF33B01.00603EE44A31.01 54 0 1739 send 47.00918100000000D0BAF33B01.00603EE44A32.01 55 4632 0 forward 47.00918100000000D0BAF33B01.00603EE44A32.01 56 620 610 data 47.00918100000000D0BAF33B01.00603EE44A30.01

LE Client ATM0/0.2 ELAN name: elan2 Admin: up State: operationalClient ID: 2 LEC up for 1 hour 30 minutes 48 seconds ELAN ID: 0Join Attempt: 17 Last Fail Reason: Control Direct VC being releasedHW Address: 0010.7ba3.a700 Type: ethernet Max Frame Size: 1516 ATM Address: 47.00918100000000D0BAF33B01.00107BA3A700.02 VCD rxFrames txFrames Type ATM Address

VCD rxFrames txFrames Type ATM Address 0 0 0 configure 47.00918100000000D0BAF33B01.00603EE44A33.00 60 1 44 direct 47.00918100000000D0BAF33B01.00603EE44A31.02 61 2753 0 distribute 47.00918100000000D0BAF33B01.00603EE44A31.02 62 0 1188 send 47.00918100000000D0BAF33B01.00603EE44A32.02 63 2758 0 forward 47.00918100000000D0BAF33B01.00603EE44A32.02 64 505 506 data 47.00918100000000D0BAF33B01.00603EE44A30.02

r13#sh atm vcPage 3

r13.txt VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0.1 52 0 83 SVC LANE-LEC UBR 4294967295 UP0/0.1 53 0 84 MSVC-1 LANE-LEC UBR 155000 UP0/0.1 54 0 85 SVC LANE-LEC UBR 4294967295 UP0/0.1 55 0 86 MSVC-1 LANE-LEC UBR 155000 UP0/0.1 56 0 87 SVC LANE-DAT UBR 155000 UP0/0.2 60 0 91 SVC LANE-LEC UBR 4294967295 UP0/0.2 61 0 92 MSVC-1 LANE-LEC UBR 155000 UP0/0.2 62 0 93 SVC LANE-LEC UBR 4294967295 UP0/0.2 63 0 94 MSVC-1 LANE-LEC UBR 155000 UP0/0.2 64 0 95 SVC LANE-DAT UBR 155000 UP0/0.3 3 4 44 PVC SNAP UBR 155000 UPr13#

Page 4

r14.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!ip subnet-zerono ip domain-lookup!ip multicast-routingip dvmrp route-limit 20000!! ! ! ! ! interface ATM0/0 no ip address no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive atm ilmi-pvc-discovery subinterface!interface ATM0/0.5 point-to-point ip address 172.16.2.1 255.255.255.0 no ip directed-broadcast ip pim sparse-dense-mode!interface FastEthernet1/0 ip address 172.16.3.1 255.255.255.0 no ip directed-broadcast ip pim sparse-dense-mode ip igmp join-group 224.30.1.1!router eigrp 100 network 172.16.0.0 no auto-summary!ip classlessno ip http server!!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r14#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default

Page 1

r14.txt U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 7 subnets, 2 masksD 172.16.56.0/24 [90/46228736] via 172.16.3.2, FastEthernet1/0D 172.16.50.0/24 [90/20480] via 172.16.2.2, ATM0/0.5D 172.16.10.0/24 [90/20480] via 172.16.2.2, ATM0/0.5D 172.16.11.0/24 [90/30208] via 172.16.2.2, ATM0/0.5D EX 172.16.0.0/16 [170/46784000] via 172.16.2.2, ATM0/0.5C 172.16.2.0/24 is directly connected, ATM0/0.5C 172.16.3.0/24 is directly connected, FastEthernet1/0 172.30.0.0/16 is variably subnetted, 4 subnets, 2 masksD 172.30.20.0/24 [90/2215680] via 172.16.2.2, ATM0/0.5D EX 172.30.0.0/16 [170/46228736] via 172.16.3.2, FastEthernet1/0D 172.30.1.0/24 [90/2173952] via 172.16.2.2, ATM0/0.5D 172.30.10.0/24 [90/2190080] via 172.16.2.2, ATM0/0.5r14#

r14#show ip mrouteIP Multicast Routing TableFlags: D - Dense, S - Sparse, C - Connected, L - Local, P - Pruned R - RP-bit set, F - Register flag, T - SPT-bit set, J - Join SPT X - Proxy Join Timer RunningTimers: Uptime/ExpiresInterface state: Interface, Next-Hop or VCD, State/Mode

(*, 224.0.1.40), 01:54:01/00:00:00, RP 0.0.0.0, flags: DJCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: ATM0/0.5, Forward/Sparse-Dense, 00:49:57/00:00:00 FastEthernet1/0, Forward/Sparse-Dense, 01:54:01/00:00:00

(*, 224.30.1.1), 01:10:32/00:00:00, RP 0.0.0.0, flags: DJCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: ATM0/0.5, Forward/Sparse-Dense, 00:49:57/00:00:00 FastEthernet1/0, Forward/Sparse-Dense, 01:10:32/00:00:00

r14#sh atm vc VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0.5 6 5 55 PVC-D SNAP UBR 155000 UPr14#

Page 2

cat5.txtbegin!#version 4.5(5)!set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt Console>set length 24 defaultset logout 20set banner motd ^C^C!#systemset system baud 9600set system modem disableset system name set system location set system contact !#snmpset snmp community read-only publicset snmp community read-write privateset snmp community read-write-all secretset snmp rmon disableset snmp trap disable moduleset snmp trap disable chassisset snmp trap disable bridgeset snmp trap disable repeaterset snmp trap disable vtpset snmp trap disable authset snmp trap disable ippermitset snmp trap disable vmpsset snmp trap disable entityset snmp trap disable configset snmp trap disable stpxset snmp trap disable syslogset snmp extendedrmon vlanmode disableset snmp extendedrmon vlanagent disableset snmp extendedrmon enable! #ipset interface sc0 2 172.16.50.1 255.255.255.0 172.16.50.255

set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0set interface sl0 upset arp agingtime 1200set ip redirect enableset ip unreachable enableset ip fragmentation enableset ip route 0.0.0.0 172.16.50.2 1set ip alias default 0.0.0.0!#Command alias!#vmpsset vmps server retry 3set vmps server reconfirminterval 60set vmps tftpserver 0.0.0.0 vmps-config-database.1set vmps state disable

!#dns set ip dns disable

Page 1

cat5.txt!#tacacs+set tacacs attempts 3set tacacs directedrequest disableset tacacs timeout 5!#authenticationset authentication login tacacs disable console set authentication login tacacs disable telnet set authentication enable tacacs disable console set authentication enable tacacs disable telnet set authentication login local enable console set authentication login local enable telnet set authentication enable local enable console set authentication enable local enable telnet !#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#vtp set vtp domain ccieset vtp mode serverset vtp v2 disableset vtp pruning disableset vtp pruneeligible 2-1000clear vtp pruneeligible 1001-1005set vlan 1 name default type ethernet mtu 1500 said 100001 state active set vlan 2 name VLAN0002 type ethernet mtu 1500 said 100002 state active set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active bridge 0x0 stp ieee set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active bridge0x0 stp ibm set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active parent 0 ring 0x0 mode srb aremaxhop 7 stemaxhop 7 backupcrf off set interface sc0 2 172.16.50.1 255.255.255.0 172.16.50.255

!#spantree#uplinkfast groupsset spantree uplinkfast disable#backbonefastset spantree backbonefast disable#vlan 1set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 1set spantree priority 32768 1#vlan 2set spantree enable 2set spantree fwddelay 15 2set spantree hello 2 2set spantree maxage 20 2set spantree priority 32768 2#vlan 1003set spantree enable 1003set spantree fwddelay 15 1003set spantree hello 2 1003set spantree maxage 20 1003set spantree priority 32768 1003

Page 2

cat5.txtset spantree portstate 1003 block 0set spantree portcost 1003 62set spantree portpri 1003 4set spantree portfast 1003 disable#vlan 1005set spantree enable 1005set spantree fwddelay 15 1005set spantree hello 2 1005set spantree maxage 20 1005set spantree priority 32768 1005set spantree multicast-address 1005 ieee!#cgmpset cgmp enableset cgmp leave disable!#syslogset logging console enableset logging server disableset logging level cdp 2 defaultset logging level mcast 2 defaultset logging level dtp 5 defaultset logging level dvlan 2 defaultset logging level earl 2 defaultset logging level fddi 2 defaultset logging level ip 2 defaultset logging level pruning 2 defaultset logging level snmp 2 defaultset logging level spantree 2 defaultset logging level sys 5 defaultset logging level tac 2 defaultset logging level tcp 2 defaultset logging level telnet 2 defaultset logging level tftp 2 defaultset logging level vtp 2 defaultset logging level vmps 2 defaultset logging level kernel 2 defaultset logging level filesys 2 defaultset logging level drip 2 defaultset logging level pagp 5 defaultset logging level mgmt 5 defaultset logging level mls 5 defaultset logging level protfilt 2 defaultset logging level security 2 defaultset logging server facility LOCAL7set logging server severity 4set logging buffer 500set logging timestamp enable!#ntpset ntp broadcastclient disableset ntp broadcastdelay 3000set ntp client disableclear timezoneset summertime disable !#permit listset ip permit disable!#dripset tokenring reduction enableset tokenring distrib-crf disable!

Page 3

cat5.txt#igmpset igmp disable!#standby portsset standbyports disable!#module 1 : 2-port 100BaseTX Supervisorset module name 1 set vlan 1 1/1-2set port enable 1/1-2set port level 1/1-2 normalset port duplex 1/1-2 halfset port trap 1/1-2 disableset port name 1/1-2set port security 1/1-2 disableset port membership 1/1-2 staticset cdp enable 1/1-2set cdp interval 1/1-2 60set trunk 1/1 auto isl 1-1005set trunk 1/2 auto isl 1-1005set spantree portfast 1/1-2 disableset spantree portcost 1/1-2 19set spantree portpri 1/1-2 32set spantree portvlanpri 1/1 0set spantree portvlanpri 1/2 0set spantree portvlancost 1/1 cost 18set spantree portvlancost 1/2 cost 18!#module 2 : 12-port 10/100BaseTX Ethernetset module name 2 set module enable 2set vlan 1 2/1,2/3-12set vlan 2 2/2set port enable 2/1-12set port level 2/1-12 normalset port speed 2/1-12 autoset port trap 2/1-12 disableset port name 2/1-12set port security 2/1-12 disableset port broadcast 2/1-12 0set port membership 2/1-12 staticset cdp enable 2/1-12set cdp interval 2/1-12 60set trunk 2/1 auto isl 1-1005set trunk 2/2 auto isl 1-1005set trunk 2/3 auto isl 1-1005set trunk 2/4 auto isl 1-1005set trunk 2/5 auto isl 1-1005set trunk 2/6 auto isl 1-1005set trunk 2/7 auto isl 1-1005set trunk 2/8 auto isl 1-1005set trunk 2/9 auto isl 1-1005set trunk 2/10 auto isl 1-1005set trunk 2/11 auto isl 1-1005set trunk 2/12 auto isl 1-1005set spantree portfast 2/1-12 disableset spantree portcost 2/1-12 100set spantree portpri 2/1-12 32set spantree portvlanpri 2/1 0set spantree portvlanpri 2/2 0set spantree portvlanpri 2/3 0set spantree portvlanpri 2/4 0set spantree portvlanpri 2/5 0

Page 4

cat5.txtset spantree portvlanpri 2/6 0set spantree portvlanpri 2/7 0set spantree portvlanpri 2/8 0set spantree portvlanpri 2/9 0set spantree portvlanpri 2/10 0set spantree portvlanpri 2/11 0set spantree portvlanpri 2/12 0set spantree portvlancost 2/1 cost 99set spantree portvlancost 2/2 cost 99set spantree portvlancost 2/3 cost 99set spantree portvlancost 2/4 cost 99set spantree portvlancost 2/5 cost 99set spantree portvlancost 2/6 cost 99set spantree portvlancost 2/7 cost 99set spantree portvlancost 2/8 cost 99set spantree portvlancost 2/9 cost 99set spantree portvlancost 2/10 cost 99set spantree portvlancost 2/11 cost 99set spantree portvlancost 2/12 cost 99! #module 3 : 24-port 10BaseT Ethernetset module name 3 set module enable 3set vlan 1 3/1-24set port enable 3/1-24set port level 3/1-24 normalset port duplex 3/1-24 halfset port trap 3/1-24 disableset port name 3/1-24set port security 3/1-24 disableset port broadcast 3/1-24 0set port membership 3/1-24 staticset cdp enable 3/1-24set cdp interval 3/1-24 60set spantree portfast 3/1-24 disableset spantree portcost 3/1-24 100set spantree portpri 3/1-24 32!#module 4 : 1-port MM OC-3 ATMset module name 4 set port level 4/1 normalset port name 4/1set cdp enable 4/1set cdp interval 4/1 60set trunk 4/1 on lane 1-1005set spantree portcost 4/1 14set spantree portpri 4/1 32set spantree portvlanpri 4/1 0set spantree portvlancost 4/1 cost 13!#module 5 empty!#switch port analyzer!set span 1 1/1 both inpkts disableset span disable!#camset cam agingtime 1-2,1003,1005 300endConsole> (enable)

Page 5

cat5atm.txtCurrent configuration:!version 11.2!hostname ATM!!!lane database ccie name elan1 server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.01 name elan2 server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.02!interface ATM0 atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi lane config config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane config database ccie lane auto-config-atm-address !interface ATM0.1 multipoint lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00603EE44A30.01 lane server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.01 lane bus-atm-address 47.00918100000000D0BAF33B01.00603EE44A32.01 lane server-bus ethernet elan1 lane client ethernet 1 elan1!interface ATM0.2 multipoint lane config-atm-address 47.00918100000000D0BAF33B01.00603EE44A33.00 lane client-atm-address 47.00918100000000D0BAF33B01.00603EE44A30.02 lane server-atm-address 47.00918100000000D0BAF33B01.00603EE44A31.02 lane bus-atm-address 47.00918100000000D0BAF33B01.00603EE44A32.02 lane server-bus ethernet elan2 lane client ethernet 2 elan2!!line con 0line vty 0 4 no login!end

ATM#

Page 1

ls1010.txtCurrent configuration:!version 12.0no service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname ls1010!!ip subnet-zero!atm address 47.0091.8100.0000.00d0.baf3.3b01.00d0.baf3.3b01.00atm router pnni no aesa embedded-number left-justified node 1 level 56 lowest redistribute atm-static!!process-max-time 200!interface ATM0/1/0 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/1 no ip address no ip directed-broadcast no atm ilmi-keepalive atm pvc 4 44 interface ATM0/1/0 5 55 !interface ATM0/1/2 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/3 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM2/0/0 no ip address no ip directed-broadcast atm maxvp-number 0!interface Ethernet2/0/0 no ip address no ip directed-broadcast!ip classless!!line con 0 transport input noneline aux 0line vty 0 4 login!end

Page 1

ls1010.txtls1010#

Page 2

r1-1483.txtBuilding configuration...

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r1!!!interface Ethernet0 ip address 10.1.1.1 255.255.0.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown! no ip classless!!line con 0line aux 0line vty 0 4 login!end

r1#

Page 1

r5-1483.txt

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r5!!!interface Ethernet0 ip address 10.1.1.5 255.255.0.0!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address shutdown! interface BRI0 no ip address shutdown!no ip classless!!line con 0line aux 0line vty 0 4 login!end

Page 1

r13-1483.txt

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!no logging console!ip subnet-zerono ip routing!!! ! ! ! voice-port 3/0/0 timeouts call-disconnect 0!voice-port 3/0/1 timeouts call-disconnect 0!!interface ATM0/0 no ip address no ip directed-broadcast no ip route-cache atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi atm pvc 3 0 100 aal5snap no atm ilmi-keepalive bridge-group 1!interface FastEthernet1/0 no ip address no ip directed-broadcast no ip route-cache bridge-group 1!interface Serial2/0 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache shutdown!interface Serial2/1 no ip address no ip directed-broadcast no ip route-cache shutdown!interface Serial2/2 no ip address no ip directed-broadcast no ip route-cache shutdown!interface Serial2/3

Page 1

r13-1483.txt no ip address no ip directed-broadcast no ip route-cache shutdown!ip classlessno ip http server!!bridge 1 protocol dec!line con 0 transport input noneline aux 0line vty 0 4 login!end

r13#sh atm pvc VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0 3 0 100 PVC SNAP UBR 155000 UPr13#sh bridge

Total of 300 station blocks, 298 freeCodes: P - permanent, S - self

Bridge Group 1:

Address Action Interface Age RX count TX count0000.0c4a.acf9 forward FastEthernet1/0 1 11 1000e0.b055.d43a forward ATM0/0 1 11 9

r13#sh bridge ver

Total of 300 station blocks, 298 freeCodes: P - permanent, S - self

BG Hash Address Action Interface VC Age RX count TX count 1 55/0 0000.0c4a.acf9 forward FastEthernet1/0 - 1 11 10 1 EE/0 00e0.b055.d43a forward ATM0/0 3 1 11 9

Flood ports RX count TX countATM0/0 5 5FastEthernet1/0 5 5

r13#

Page 2

r13-esi.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!ip subnet-zero!!! ! ! ! voice-port 3/0/0 timeouts call-disconnect 0!voice-port 3/0/1 timeouts call-disconnect 0! !interface ATM0/0 ip address 10.34.1.1 255.255.0.0 no ip directed-broadcast map-group atm atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi atm esi-address 123456781313.13 no atm ilmi-keepalive!interface FastEthernet1/0 ip address 10.13.1.1 255.255.0.0 no ip directed-broadcast no keepalive!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!router eigrp 1 network 10.0.0.0 no auto-summary

Page 1

r13-esi.txt!ip classlessno ip http server!!map-list atm ip 10.34.1.2 atm-nsap 47.00918100000000D0BAF33B01.123456781414.14 broadcast!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r13#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is not set

10.0.0.0/16 is subnetted, 3 subnetsD 10.14.0.0 [90/30208] via 10.34.1.2, ATM0/0C 10.13.0.0 is directly connected, FastEthernet1/0C 10.34.0.0 is directly connected, ATM0/0r13#sh atm% Incomplete command.

r13#vcTranslating "vc"...domain server (255.255.255.255)% Unknown command or computer name, or unable to find computer addressr13#sh atm vc VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0 5 0 37 SVC SNAP UBR 4294967295 UPr13#sh sscopSSCOP details for interface ATM0/0 Current State = Active, Uni version = 4.0 Send Sequence Number: Current = 6, Maximum = 36 Send Sequence Number Acked = 6 Rcv Sequence Number: Lower Edge = 8, Upper Edge = 8, Max = 38 Poll Sequence Number = 85, Poll Ack Sequence Number = 85 Vt(Pd) = 0 Vt(Sq) = 1 Timer_IDLE = 10 - Active Timer_CC = 1 - Inactive Timer_POLL = 1000 - Inactive Timer_KEEPALIVE = 5 - Inactive Timer_NO-RESPONSE = 45 - Inactive Current Retry Count = 0, Maximum Retry Count = 10 AckQ count = 0, RcvQ count = 0, TxQ count = 0 AckQ HWM = 1, RcvQ HWM = 0, TxQ HWM = 1 Local connections currently pending = 0 Max local connections allowed pending = 0 Statistics -

Page 2

r13-esi.txt Pdu's Sent = 88, Pdu's Received = 94, Pdu's Ignored = 0 Begin = 1/2, Begin Ack = 0/1, Begin Reject = 0/0 End = 0/0, End Ack = 0/0 Resync = 0/0, Resync Ack = 0/0 Sequenced Data = 8/0, Sequenced Poll Data = 0/0 Poll = 85/85, Stat = 85/85, Unsolicited Stat = 0/0 Unassured Data = 0/0, Mgmt Data = 0/0, Unknown Pdu's = 0 Error Recovery/Ack = 0/0, lack of credit 0r13#

Page 3

r13-classicalip.txtr13#sh runBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!!!!!ip subnet-zero!cns event-service server!!!!!voice-port 3/0/0 timeouts call-disconnect 0!voice-port 3/0/1 timeouts call-disconnect 0!!!!interface ATM0/0 ip address 10.34.1.1 255.255.0.0 no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi atm esi-address 123456781313.13 no atm ilmi-keepalive atm arp-server self!interface FastEthernet1/0 ip address 10.13.1.1 255.255.0.0 no ip directed-broadcast duplex auto speed auto! interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address

Page 1

r13-classicalip.txt no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!router eigrp 1 network 10.0.0.0 no auto-summary!ip classlessno ip http server!!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r13#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/16 is subnetted, 3 subnetsD 10.14.0.0 [90/283648] via 10.34.1.2, 00:00:36, ATM0/0C 10.13.0.0 is directly connected, FastEthernet1/0C 10.34.0.0 is directly connected, ATM0/0r13#sh atm vc VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0 20 0 52 SVC SNAP UBR 155000 UP0/0 21 0 53 SVC SNAP UBR 155000 UP0/0 25 0 57 SVC SNAP UBR 155000 UPr13#sh atm mapMap list ATM0/0_ATM_ARP : DYNAMICarp maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13 , connection up, VC 20, VPI 0, VCI 52, ATM0/0ip 10.34.1.1 maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13 , broadcast, connection up, VC 21, VPI 0, VCI 53, ATM0/0ip 10.34.1.2 maps to NSAP 47.00918100000000D0BAF33B01.123456781414.14 , broadcast, connection up, VC 25, VPI 0, VCI 57, ATM0/0

Page 2

r13-lane.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!ip subnet-zero!!lane database ccie name elan1 server-atm-address 47.00918100000000D0BAF33B01.00107BA3A701.01 name elan1 server-atm-address 47.00918100000000D0BAF33B01.00107B8FE781.01 default-name elan1!! ! ! ! voice-port 3/0/0 timeouts call-disconnect 0!voice-port 3/0/1 timeouts call-disconnect 0!!interface ATM0/0 description Connection to the LS1010 no ip address no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive lane config auto-config-atm-address lane config database ccie!interface ATM0/0.1 multipoint ip address 10.1.1.13 255.255.0.0 no ip directed-broadcast lane server-bus ethernet elan1 lane client ethernet elan1 no cdp enable! interface FastEthernet1/0 no ip address no ip directed-broadcast shutdown!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!

Page 1

r13-lane.txtinterface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!ip classlessno ip http server!!!line con 0 transport input noneline aux 0line vty 0 4 login!end

Page 2

r14-1483.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!ip subnet-zerono ip routing!!! ! ! ! ! interface ATM0/0 no ip address no ip directed-broadcast no ip route-cache atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi atm pvc 3 0 100 aal5snap no atm ilmi-keepalive bridge-group 1!interface FastEthernet1/0 no ip address no ip directed-broadcast no ip route-cache bridge-group 1!interface Serial2/0 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache shutdown!interface Serial2/1 no ip address no ip directed-broadcast no ip route-cache shutdown!interface Serial2/2 no ip address no ip directed-broadcast no ip route-cache shutdown!interface Serial2/3 no ip address no ip directed-broadcast no ip route-cache shutdown!ip classlessno ip http server!

Page 1

r14-1483.txt!bridge 1 protocol dec!line con 0 transport input noneline aux 0line vty 0 4!end

r14#sh bridge ver

Total of 300 station blocks, 298 freeCodes: P - permanent, S - self

BG Hash Address Action Interface VC Age RX count TX count 1 55/0 0000.0c4a.acf9 forward ATM0/0 3 1 11 10 1 EE/0 00e0.b055.d43a forward FastEthernet1/0 - 1 11 9

Flood ports RX count TX countATM0/0 5 5FastEthernet1/0 5 5

r14#sh bridge

Total of 300 station blocks, 298 freeCodes: P - permanent, S - self

Bridge Group 1:

Address Action Interface Age RX count TX count0000.0c4a.acf9 forward ATM0/0 1 11 1000e0.b055.d43a forward FastEthernet1/0 1 11 9

r14#

Page 2

r14-esi.txt

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!ip subnet-zero!!! ! ! ! ! interface ATM0/0 ip address 10.34.1.2 255.255.0.0 no ip directed-broadcast map-group atm atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi atm esi-address 123456781414.14 no atm ilmi-keepalive!interface FastEthernet1/0 ip address 10.14.1.1 255.255.0.0 no ip directed-broadcast no keepalive!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!router eigrp 1 network 10.0.0.0 no auto-summary!ip classlessno ip http server!!

Page 1

r14-esi.txtmap-list atm ip 10.34.1.1 atm-nsap 47.00918100000000D0BAF33B01.123456781313.13 broadcast!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r14#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR, P - periodic downloaded static route T - traffic engineered route

Gateway of last resort is not set

10.0.0.0/16 is subnetted, 3 subnetsC 10.14.0.0 is directly connected, FastEthernet1/0D 10.13.0.0 [90/30208] via 10.34.1.1, ATM0/0C 10.34.0.0 is directly connected, ATM0/0r14#sh atm vc VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0 5 0 37 SVC SNAP UBR 4294967295 UPr14#sh sscopSSCOP details for interface ATM0/0 Current State = Active, Uni version = 4.0 Send Sequence Number: Current = 7, Maximum = 37 Send Sequence Number Acked = 7 Rcv Sequence Number: Lower Edge = 8, Upper Edge = 8, Max = 38 Poll Sequence Number = 71, Poll Ack Sequence Number = 71 Vt(Pd) = 0 Vt(Sq) = 1 Timer_IDLE = 10 - Active Timer_CC = 1 - Inactive Timer_POLL = 1000 - Inactive Timer_KEEPALIVE = 5 - Inactive Timer_NO-RESPONSE = 45 - Inactive Current Retry Count = 0, Maximum Retry Count = 10 AckQ count = 0, RcvQ count = 0, TxQ count = 0 AckQ HWM = 2, RcvQ HWM = 0, TxQ HWM = 1 Local connections currently pending = 0 Max local connections allowed pending = 0 Statistics - Pdu's Sent = 75, Pdu's Received = 80, Pdu's Ignored = 0 Begin = 1/3, Begin Ack = 0/1, Begin Reject = 0/0 End = 0/0, End Ack = 0/0 Resync = 0/0, Resync Ack = 0/0 Sequenced Data = 8/0, Sequenced Poll Data = 0/0 Poll = 71/71, Stat = 71/71, Unsolicited Stat = 0/0 Unassured Data = 0/0, Mgmt Data = 0/0, Unknown Pdu's = 0 Error Recovery/Ack = 0/0, lack of credit 0r14#

Page 2

r14-classicalip.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!!!!!ip subnet-zero!cns event-service server!!!!!! !!interface ATM0/0 ip address 10.34.1.2 255.255.0.0 no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi atm esi-address 123456781414.14 no atm ilmi-keepalive atm arp-server nsap 47.00918100000000D0BAF33B01.123456781313.13!interface FastEthernet1/0 ip address 10.14.1.1 255.255.0.0 no ip directed-broadcast no keepalive duplex auto speed auto!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast shutdown!

Page 1

r14-classicalip.txtrouter eigrp 1 network 10.0.0.0 no auto-summary!ip classlessno ip http server!!!line con 0 transport input noneline aux 0line vty 0 4 login!end

r14#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

10.0.0.0/16 is subnetted, 3 subnetsC 10.14.0.0 is directly connected, FastEthernet1/0D 10.13.0.0 [90/283648] via 10.34.1.1, 00:00:12, ATM0/0C 10.34.0.0 is directly connected, ATM0/0r14#sh atm vc VCD / Peak Avg/Min BurstInterface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts0/0 1 0 5 PVC SAAL UBR 155000 UP0/0 2 0 16 PVC ILMI UBR 155000 UP0/0 21 0 53 SVC SNAP UBR 155000 UP

r14#sh atm mapMap list ATM0/0_ATM_ARP : DYNAMICarp maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13 , connection up, VC 21, VPI 0, VCI 53, ATM0/0ip 10.34.1.1 maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13 , broadcast, connection up, VC 21, VPI 0, VCI 53, ATM0/0

Page 2

r14-lane.txtCurrent configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!ip subnet-zero!!lane database ccie_backup name elan1 server-atm-address 47.00918100000000D0BAF33B01.00107BA3A701.01 name elan1 server-atm-address 47.00918100000000D0BAF33B01.00107B8FE781.01 default-name elan1!! ! ! ! ! interface ATM0/0 no ip address no ip directed-broadcast atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi no atm ilmi-keepalive lane config auto-config-atm-address lane config database ccie_backup!interface ATM0/0.1 multipoint ip address 10.1.1.14 255.255.0.0 no ip directed-broadcast lane server-bus ethernet elan1 lane client ethernet elan1 no cdp enable!interface FastEthernet1/0 no ip address no ip directed-broadcast shutdown!interface Serial2/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown!interface Serial2/1 no ip address no ip directed-broadcast shutdown!interface Serial2/2 no ip address no ip directed-broadcast shutdown!interface Serial2/3 no ip address no ip directed-broadcast

Page 1

r14-lane.txt shutdown!ip classlessno ip http server!! !line con 0 transport input noneline aux 0line vty 0 4!end

Page 2

cat5-atmcard=lane.txt

Current configuration:!version 11.2!hostname ATM!!!interface ATM0 atm pvc 1 0 5 qsaal atm pvc 2 0 16 ilmi!interface ATM0.1 multipoint lane server-bus ethernet elan1 lane client ethernet 1 elan1!!line con 0line vty 0 4 no login!end

Page 1

cat5-lane.txtUse defualt config on the Catalyst 5000 with this added below

#ipset interface sc0 1 10.1.1.50 255.255.0.0 10.1.255.255

set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0

Page 1

ls1010-lane.txtCurrent configuration:!version 12.0no service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname ls1010!!ip subnet-zerono ip domain-lookup!atm lecs-address-default 47.0091.8100.0000.00d0.baf3.3b01.0010.7ba3.a703.00 1atm lecs-address-default 47.0091.8100.0000.00d0.baf3.3b01.0010.7b8f.e783.00 2atm address 47.0091.8100.0000.00d0.baf3.3b01.00d0.baf3.3b01.00atm router pnni no aesa embedded-number left-justified node 1 level 56 lowest redistribute atm-static!! process-max-time 200!interface ATM0/1/0 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/1 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/2 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM0/1/3 no ip address no ip directed-broadcast no atm ilmi-keepalive!interface ATM2/0/0 ip address 10.1.1.10 255.255.0.0 no ip directed-broadcast atm maxvp-number 0 lane server-bus ethernet elan1 lane client ethernet elan1 no cdp enable!interface Ethernet2/0/0 no ip address no ip directed-broadcast shutdown!ip classless!!line con 0 transport input none

Page 1

ls1010-lane.txtline aux 0line vty 0 4!end

Page 2

r1.TXTr1#sh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r1!!no ip domain-lookup!interface Ethernet0 ip address 150.100.10.4 255.255.255.0!interface Serial0 no ip address no ip mroute-cache no fair-queue!interface Serial1 ip address 160.200.1.1 255.255.255.0 clockrate 72000!router eigrp 10 redistribute static network 150.100.0.0 network 160.200.0.0 no auto-summary!ip classlessip route 0.0.0.0 0.0.0.0 150.100.10.1!!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 150.100.10.1 to network 0.0.0.0

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masksD 160.200.77.120/29 [90/2195456] via 160.200.1.2, 02:23:11, Serial1C 160.200.1.0/24 is directly connected, Serial1 150.100.0.0/24 is subnetted, 1 subnetsC 150.100.10.0 is directly connected, Ethernet0S* 0.0.0.0/0 [1/0] via 150.100.10.1r1#

Page 1

r2.TXTr2#sh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r2!!no ip domain-lookup!!interface Ethernet0 ip address 160.200.77.121 255.255.255.248!interface Serial0 no ip address no ip mroute-cache no fair-queue!interface Serial1 ip address 160.200.1.2 255.255.255.0!interface TokenRing0 no ip address shutdown!router eigrp 10 passive-interface Ethernet0 network 160.200.0.0!ip classless!!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 160.200.1.1 to network 0.0.0.0

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masksC 160.200.77.120/29 is directly connected, Ethernet0C 160.200.1.0/24 is directly connected, Serial1 150.100.0.0/24 is subnetted, 1 subnetsD 150.100.10.0 [90/2195456] via 160.200.1.1, 02:23:57, Serial1D*EX 0.0.0.0/0 [170/2195456] via 160.200.1.1, 02:23:57, Serial1

Page 1

r2.TXTr2#

Page 2

r3.TXTr3#sh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r3!!no ip domain-lookup!!interface Ethernet0 no ip address!interface Serial0 no ip address no ip mroute-cache no fair-queue!interface Serial1 ip address 150.100.4.3 255.255.254.0 encapsulation frame-relay ip ospf network point-to-point clockrate 72000 frame-relay map ip 150.100.4.1 306 broadcast!router ospf 10 network 150.100.4.0 0.0.1.255 area 1 area 1 stub no-summary!ip classless!!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 150.100.4.1 to network 0.0.0.0

150.100.0.0/23 is subnetted, 1 subnetsC 150.100.4.0 is directly connected, Serial1O*IA 0.0.0.0/0 [110/65] via 150.100.4.1, 02:23:16, Serial1r3#

Page 1

r5.TXTr5#sh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r5!!no ip domain-lookup!!interface Ethernet0 ip address 150.100.10.2 255.255.255.0 no ip redirects standby ip 150.100.10.1!interface Serial0 no ip address no ip mroute-cache no fair-queue!interface Serial1 no ip address encapsulation frame-relay!interface Serial1.1 point-to-point ip address 150.100.2.5 255.255.254.0 ip ospf message-digest-key 1 md5 cisco ip ospf network point-to-multipoint frame-relay interface-dlci 506 !interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface BRI0 no ip address shutdown!router eigrp 10 passive-interface Serial1.1 network 150.100.0.0 distribute-list 1 out!router ospf 10 redistribute eigrp 10 metric 1 subnets passive-interface Ethernet0 network 150.100.2.0 0.0.1.255 area 0 network 150.100.10.0 0.0.0.255 area 0 area 0 authentication message-digest!ip classless!access-list 1 deny any

Page 1

r5.TXT!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 150.100.10.4 to network 0.0.0.0

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masksD 160.200.77.120/29 [90/2221056] via 150.100.10.4, 02:24:37, Ethernet0D 160.200.1.0/24 [90/2195456] via 150.100.10.4, 02:24:40, Ethernet0 150.100.0.0/16 is variably subnetted, 7 subnets, 5 masksO IA 150.100.50.40/29 [110/128] via 150.100.2.1, 02:23:58, Serial1.1C 150.100.2.0/23 is directly connected, Serial1.1O 150.100.2.1/32 [110/64] via 150.100.2.1, 02:23:58, Serial1.1O E2 150.100.0.0/16 [110/1] via 150.100.2.1, 02:23:59, Serial1.1O IA 150.100.4.0/23 [110/128] via 150.100.2.1, 02:23:49, Serial1.1C 150.100.10.0/24 is directly connected, Ethernet0O 150.100.2.14/32 [110/128] via 150.100.2.1, 02:23:59, Serial1.1D*EX 0.0.0.0/0 [170/307200] via 150.100.10.4, 02:25:00, Ethernet0r5#

Page 2

r6.TXTr6#sh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r6!!no ip domain-lookup!interface Ethernet0 no ip address!interface Serial0 ip address 150.100.50.41 255.255.255.248 no ip mroute-cache no fair-queue clockrate 72000!interface Serial1 no ip address encapsulation frame-relay!interface Serial1.1 multipoint ip address 150.100.2.1 255.255.254.0 ip ospf message-digest-key 1 md5 cisco ip ospf network point-to-multipoint frame-relay map ip 150.100.2.5 605 broadcast frame-relay map ip 150.100.2.14 614 broadcast!interface Serial1.2 point-to-point ip address 150.100.4.1 255.255.254.0 frame-relay interface-dlci 603 !interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface BRI0 no ip address shutdown!router ospf 10 passive-interface Serial0 network 150.100.2.0 0.0.1.255 area 0 network 150.100.4.0 0.0.1.255 area 1 network 150.100.50.40 0.0.0.7 area 2 area 0 authentication message-digest area 1 stub no-summary!ip classless!!!

Page 1

r6.TXTline con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masksO E2 160.200.77.120/29 [110/1] via 150.100.2.5, 02:23:59, Serial1.1 [110/1] via 150.100.2.14, 02:23:59, Serial1.1O E2 160.200.1.0/24 [110/1] via 150.100.2.5, 02:23:59, Serial1.1 [110/1] via 150.100.2.14, 02:23:59, Serial1.1 150.100.0.0/16 is variably subnetted, 7 subnets, 5 masksC 150.100.50.40/29 is directly connected, Serial0C 150.100.2.0/23 is directly connected, Serial1.1O E2 150.100.0.0/16 [110/1] via 150.100.2.14, 02:24:00, Serial1.1O 150.100.2.5/32 [110/64] via 150.100.2.5, 02:24:20, Serial1.1C 150.100.4.0/23 is directly connected, Serial1.2O 150.100.10.0/24 [110/74] via 150.100.2.5, 02:24:20, Serial1.1 [110/74] via 150.100.2.14, 02:24:20, Serial1.1O 150.100.2.14/32 [110/64] via 150.100.2.14, 02:24:20, Serial1.1r6#

Page 2

r7.TXTterm len 0r7#sh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r7!no ip domain-lookup!frame-relay switching!!interface Serial0 no ip address shutdown!interface Serial1 no ip address shutdown!interface Serial2 no ip address no ip directed-broadcast encapsulation frame-relay clockrate 72000 frame-relay intf-type dce frame-relay route 506 interface Serial2 605!interface Serial3 no ip address no ip directed-broadcast encapsulation frame-relay no ip mroute-cache frame-relay intf-type dce frame-relay route 306 interface Serial2 603!interface Serial4 no ip address no ip directed-broadcast encapsulation frame-relay clockrate 72000 frame-relay intf-type dce frame-relay route 603 interface Serial0 306 frame-relay route 605 interface Serial1 506 frame-relay route 614 interface Serial3 146!interface Serial5 no ip address shutdown!interface Serial6 no ip address no ip directed-broadcast encapsulation frame-relay clockrate 72000 frame-relay intf-type dce frame-relay route 146 interface Serial2 614

Page 1

r7.TXT!interface Serial7 no ip address shutdown!ip classlessno ip http server!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r7#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

r7#

Page 2

r8.TXTr8#sh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r8!ip subnet-zerono ip domain-lookup!cns event-service server!!crypto isakmp policy 1 authentication pre-share group 2crypto isakmp key sharedkey address 160.200.77.122 !!crypto ipsec transform-set authe esp-des esp-sha-hmac !!crypto map secure 10 ipsec-isakmp set peer 160.200.77.122 set transform-set authe match address 100!!!interface Tunnel0 ip address 10.4.1.1 255.255.255.0 no ip directed-broadcast tunnel source 150.100.50.42 tunnel destination 160.200.77.122 crypto map secure!interface Ethernet0 ip address 10.6.1.1 255.255.255.252 no ip directed-broadcast ip nat inside!interface Serial0 ip address 150.100.50.42 255.255.255.248 no ip directed-broadcast ip nat outside no ip mroute-cache no fair-queue crypto map secure!interface Serial1 no ip address no ip directed-broadcast!interface TokenRing0 no ip address no ip directed-broadcast shutdown ring-speed 16

Page 1

r8.TXT!router rip version 2 network 10.0.0.0!ip nat inside source list 1 interface Serial0 overloadip classlessip route 0.0.0.0 0.0.0.0 150.100.50.41no ip http server!access-list 1 permit 10.0.0.0 0.255.255.255access-list 100 permit ip host 150.100.50.42 host 160.200.77.122!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r8#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 150.100.50.41 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 7 subnets, 2 masksR 10.5.8.0/24 [120/1] via 10.4.1.2, 00:00:19, Tunnel0R 10.5.4.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0R 10.5.3.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0R 10.5.2.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0C 10.6.1.0/30 is directly connected, Ethernet0R 10.5.1.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0C 10.4.1.0/24 is directly connected, Tunnel0 150.100.0.0/29 is subnetted, 1 subnetsC 150.100.50.40 is directly connected, Serial0S* 0.0.0.0/0 [1/0] via 150.100.50.41r8#

Page 2

r10.TXTr10#sh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r10!ip subnet-zerono ip domain-lookup!!!!!!voice-port 1/0/0!voice-port 1/0/1 connection plar 1000!!dial-peer voice 10 pots destination-pattern 1000 port 1/0/0!dial-peer voice 20 voip destination-pattern 5919696 ip precedence 5 no vad session target ipv4:10.5.8.1!dial-peer voice 30 voip destination-pattern 3600 ip precedence 5 no vad session target ipv4:10.5.8.1!num-exp 591 5919696num-exp 1248....... 3600!!interface Loopback0 ip address 10.5.1.1 255.255.255.0 no ip directed-broadcast!interface Loopback1 ip address 10.5.2.1 255.255.255.0 no ip directed-broadcast!interface Loopback2 ip address 10.5.3.1 255.255.255.0 no ip directed-broadcast!interface Loopback3 ip address 10.5.4.1 255.255.255.0 no ip directed-broadcast!interface Ethernet0/0

Page 1

r10.TXT ip address 10.6.1.2 255.255.255.252 no ip directed-broadcast!interface Ethernet0/1 no ip address no ip directed-broadcast shutdown!router rip version 2 network 10.0.0.0!ip classlessip route 0.0.0.0 0.0.0.0 10.6.1.1no ip http server!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r10#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 10.6.1.1 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 7 subnets, 2 masksR 10.5.8.0/24 [120/2] via 10.6.1.1, 00:00:13, Ethernet0/0C 10.5.4.0/24 is directly connected, Loopback3C 10.5.3.0/24 is directly connected, Loopback2C 10.5.2.0/24 is directly connected, Loopback1C 10.6.1.0/30 is directly connected, Ethernet0/0C 10.5.1.0/24 is directly connected, Loopback0R 10.4.1.0/24 [120/1] via 10.6.1.1, 00:00:14, Ethernet0/0S* 0.0.0.0/0 [1/0] via 10.6.1.1r10#

Page 2

r11.TXTr11#sh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r11!aaa new-modelaaa authentication login default localaaa authentication login noname none!username test password 0 test!!!!ip subnet-zerono ip domain-lookup!!!crypto isakmp policy 1 authentication pre-share group 2crypto isakmp key sharedkey address 150.100.50.42 !!crypto ipsec transform-set authe esp-des esp-sha-hmac !!crypto map secure 10 ipsec-isakmp set peer 150.100.50.42 set transform-set authe match address 100!!!voice-port 1/0/0!voice-port 1/0/1!!dial-peer voice 10 pots destination-pattern 3600 port 1/0/0!dial-peer voice 20 pots destination-pattern 5919696 port 1/0/0!!!interface Loopback0 ip address 10.5.8.1 255.255.255.0 no ip directed-broadcast!interface Tunnel0 ip address 10.4.1.2 255.255.255.0

Page 1

r11.TXT no ip directed-broadcast tunnel source 160.200.77.122 tunnel destination 150.100.50.42 crypto map secure!interface Ethernet0/0 ip address 160.200.77.122 255.255.255.248 no ip directed-broadcast crypto map secure!router rip version 2 network 10.0.0.0!ip classlessip route 0.0.0.0 0.0.0.0 160.200.77.121no ip http server!access-list 100 permit ip host 160.200.77.122 host 150.100.50.42!line con 0 exec-timeout 0 0 login authentication noname transport input noneline aux 0 login authentication nonameline vty 0 4!end

r11#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 160.200.77.121 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 7 subnets, 2 masksC 10.5.8.0/24 is directly connected, Loopback0R 10.5.4.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0R 10.5.3.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0R 10.6.1.0/30 [120/1] via 10.4.1.1, 00:00:01, Tunnel0R 10.5.2.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0R 10.5.1.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0C 10.4.1.0/24 is directly connected, Tunnel0 160.200.0.0/29 is subnetted, 1 subnetsC 160.200.77.120 is directly connected, Ethernet0/0S* 0.0.0.0/0 [1/0] via 160.200.77.121r11#

Page 2

r14.TXTr14#sh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!ip subnet-zerono ip domain-lookup!!!!interface Ethernet0/0 no ip address no ip directed-broadcast!interface Serial0/0 no ip address no ip directed-broadcast encapsulation frame-relay!interface Serial0/0.1 point-to-point ip address 150.100.2.14 255.255.254.0 no ip directed-broadcast ip ospf message-digest-key 1 md5 cisco ip ospf network point-to-multipoint frame-relay interface-dlci 146 !interface FastEthernet1/0 ip address 150.100.10.3 255.255.255.0 no ip redirects no ip directed-broadcast duplex auto speed auto standby ip 150.100.10.1!router eigrp 10 passive-interface Serial0/0.1 network 150.100.0.0 distribute-list 1 out!router ospf 10 area 0 authentication message-digest redistribute connected redistribute static redistribute eigrp 10 metric 1 subnets passive-interface FastEthernet1/0 network 150.100.2.0 0.0.1.255 area 0 network 150.100.10.0 0.0.0.255 area 0!ip classlessno ip http server!access-list 1 deny any!!line con 0 exec-timeout 0 0

Page 1

r14.TXT transport input noneline aux 0line vty 0 4 login!end

r14#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 150.100.10.4 to network 0.0.0.0

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masksD 160.200.77.120/29 [90/2221056] via 150.100.10.4, 02:26:34, FastEthernet1/0D 160.200.1.0/24 [90/2195456] via 150.100.10.4, 02:26:37, FastEthernet1/0 150.100.0.0/16 is variably subnetted, 7 subnets, 5 masksO IA 150.100.50.40/29 [110/112] via 150.100.2.1, 02:25:56, Serial0/0.1C 150.100.2.0/23 is directly connected, Serial0/0.1O 150.100.2.1/32 [110/48] via 150.100.2.1, 02:25:56, Serial0/0.1D 150.100.0.0/16 is a summary, 02:29:28, Null0O 150.100.2.5/32 [110/112] via 150.100.2.1, 02:25:56, Serial0/0.1O IA 150.100.4.0/23 [110/112] via 150.100.2.1, 02:25:46, Serial0/0.1C 150.100.10.0/24 is directly connected, FastEthernet1/0D*EX 0.0.0.0/0 [170/307200] via 150.100.10.4, 02:27:11, FastEthernet1/0r14#

Page 2

r1.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r1!!no ip domain-lookupipx routing 00e0.1e5d.e679!! ! ! process-max-time 200 !hub ether 0 1 link-test auto-polarity!hub ether 0 2 link-test auto-polarity!hub ether 0 3 link-test auto-polarity!hub ether 0 4 link-test auto-polarity!hub ether 0 5 link-test auto-polarity!hub ether 0 6 link-test auto-polarity!hub ether 0 7 link-test auto-polarity!hub ether 0 8 link-test auto-polarity!interface Loopback0 no ip address ipx network 1000!interface Loopback1 no ip address!interface Ethernet0 ip address 10.1.20.1 255.255.255.240!

Page 1

r1.txtinterface Serial0 no ip address encapsulation frame-relay no ip mroute-cache no fair-queue clockrate 72000!interface Serial0.1 point-to-point ip address 172.30.1.1 255.255.255.0 no arp frame-relay ipx network DDD frame-relay interface-dlci 102 !interface Serial0.2 multipoint ip address 10.1.10.1 255.255.255.0 ip ospf network point-to-multipoint ipx network AAA frame-relay map ip 10.1.10.5 100 broadcast frame-relay map ip 10.1.10.6 101 broadcast!interface Serial0.3 point-to-point ip address 172.32.10.1 255.255.255.0 ipx network CCC frame-relay interface-dlci 103 !interface Serial1 no ip address clockrate 72000!router eigrp 15 redistribute connected redistribute ospf 10 metric 10000 100 255 1 1500 route-map coolbeans passive-interface Serial0.2 network 10.0.0.0 network 172.30.0.0 no auto-summary!router ospf 10 redistribute connected metric-type 1 subnets redistribute eigrp 15 metric 20 metric-type 1 subnets network 10.1.10.0 0.0.0.255 area 51 network 172.32.10.0 0.0.0.255 area 0 area 51 virtual-link 200.200.200.1!ip classless!access-list 10 permit 0.0.0.0access-list 11 permit anyroute-map coolbeans deny 10 match ip address 10!route-map coolbeans permit 20 match ip address 11!!!!ipx router eigrp 55 network CCC!!ipx router eigrp 15 network DDD

Page 2

r1.txt!!ipx router rip no network DDD no network CCC!!ipx sap 4 1fserver 1000.0000.0c05.1111 451 1ipx sap 7 1pserver 1000.0000.0c05.1111 451 1!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r1#sh ip routCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.32.10.3 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksO 172.16.32.0/26 [110/70] via 172.32.10.3, 06:28:02, Serial0.3O IA 172.16.1.0/24 [110/134] via 10.1.10.6, 00:37:35, Serial0.2 172.20.0.0/24 is subnetted, 1 subnetsO IA 172.20.11.0 [110/128] via 172.32.10.3, 00:40:10, Serial0.3D EX 172.25.0.0/16 [170/2195456] via 172.30.1.2, 06:28:12, Serial0.1 172.30.0.0/24 is subnetted, 1 subnetsC 172.30.1.0 is directly connected, Serial0.1 172.32.0.0/24 is subnetted, 1 subnetsC 172.32.10.0 is directly connected, Serial0.3 10.0.0.0/8 is variably subnetted, 7 subnets, 3 masksO IA 10.1.11.0/24 [110/128] via 10.1.10.6, 00:39:09, Serial0.2C 10.1.10.0/24 is directly connected, Serial0.2O 10.1.10.5/32 [110/64] via 10.1.10.5, 06:28:13, Serial0.2O 10.1.10.6/32 [110/64] via 10.1.10.6, 06:28:13, Serial0.2D 10.2.1.0/24 [90/297270016] via 10.1.20.13, 00:38:06, Ethernet0D 10.1.19.0/24 [90/409600] via 10.1.20.13, 00:38:11, Ethernet0C 10.1.20.0/28 is directly connected, Ethernet0 150.150.0.0/32 is subnetted, 2 subnetsO IA 150.150.98.1 [110/129] via 172.32.10.3, 00:40:11, Serial0.3O IA 150.150.100.1 [110/65] via 172.32.10.3, 00:40:11, Serial0.3O*E2 0.0.0.0/0 [110/1] via 172.32.10.3, 00:40:11, Serial0.3r1#sh ipx rouCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

13 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C AAA (FRAME-RELAY), Se0.2C CCC (FRAME-RELAY), Se0.3

Page 3

r1.txtC DDD (FRAME-RELAY), Se0.1C 1000 (UNKNOWN), Lo0E BBB [2195456/1] via DDD.00e0.b064.7143, age 07:27:30,

1u, Se0.1E 2000 [2297856/1] via DDD.00e0.b064.7143, age 18:55:47,

41u, Se0.1E 3000 [2297856/1] via CCC.00e0.b063.fa21, age 18:55:21,

41u, Se0.3R 4000 [172/03] via AAA.0010.7b3a.d4a4, 52s, Se0.2R 5000 [07/01] via AAA.0010.7b3a.d4a7, 46s, Se0.2R 5796 [22/02] via AAA.0010.7b3a.d4a4, 52s, Se0.2R 6000 [07/01] via AAA.0010.7b3a.d4a4, 52s, Se0.2R 6666 [07/01] via AAA.0010.7b3a.d4a4, 53s, Se0.2R 9000 [22/02] via AAA.0010.7b3a.d4a4, 53s, Se0.2r1#

Page 4

r2.txtsh ruBuilding configuration...

Current configuration:!! Last configuration change at 12:56:58 est Sun Aug 13 2000! NVRAM config last updated at 18:25:02 est Sun Aug 13 2000!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r2!!!!!!clock timezone est -5ip subnet-zerono ip domain-lookup!ipx routing 00e0.b064.7143cns event-service server!!!!!interface Loopback1 no ip address no ip directed-broadcast ipx network 2000!interface Ethernet0 ip address 172.25.10.2 255.255.0.0 no ip redirects no ip directed-broadcast ipx network BBB standby 1 timers 5 15 standby 1 priority 100 preempt standby 1 authentication cisco standby 1 ip 172.25.10.10!interface Serial0 ip address 172.30.1.2 255.255.255.0 no ip directed-broadcast encapsulation frame-relay no ip mroute-cache ipx network DDD no fair-queue clockrate 72000 frame-relay map ip 172.30.1.1 301 broadcast!interface Serial1 no ip address no ip directed-broadcast!interface TokenRing0 no ip address no ip directed-broadcast

Page 1

r2.txt shutdown ring-speed 16!router eigrp 15 redistribute connected network 172.30.0.0 no auto-summary!ip classlessno ip http server!!!!ipx router eigrp 15 network DDD!!ipx router rip no network DDD!!ipx sap 4 2fserver 2000.0000.0c05.2222 451 1ipx sap 7 2fserver 2000.0000.0c05.2222 451 1!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!ntp authentication-key 1 md5 110A1016141D 7ntp authenticatentp trusted-key 1ntp masterend

r2#sh ip rouCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksD EX 172.16.32.0/26 [170/2195456] via 172.30.1.1, 06:28:41, Serial0D EX 172.16.1.0/24 [170/2195456] via 172.30.1.1, 00:38:06, Serial0 172.20.0.0/24 is subnetted, 1 subnetsD EX 172.20.11.0 [170/2195456] via 172.30.1.1, 06:28:41, Serial0C 172.25.0.0/16 is directly connected, Ethernet0 172.30.0.0/24 is subnetted, 1 subnetsC 172.30.1.0 is directly connected, Serial0 172.32.0.0/24 is subnetted, 1 subnetsD EX 172.32.10.0 [170/2681856] via 172.30.1.1, 06:52:37, Serial0 10.0.0.0/8 is variably subnetted, 7 subnets, 3 masksD EX 10.1.11.0/24 [170/2195456] via 172.30.1.1, 00:39:39, Serial0D 10.1.10.0/24 [90/2681856] via 172.30.1.1, 06:41:17, Serial0

Page 2

r2.txtD EX 10.1.10.5/32 [170/2195456] via 172.30.1.1, 06:28:42, Serial0D EX 10.1.10.6/32 [170/2195456] via 172.30.1.1, 06:28:42, Serial0D 10.2.1.0/24 [90/297782016] via 172.30.1.1, 00:38:36, Serial0D 10.1.19.0/24 [90/2323456] via 172.30.1.1, 00:38:41, Serial0D 10.1.20.0/28 [90/2195456] via 172.30.1.1, 06:41:17, Serial0 150.150.0.0/32 is subnetted, 2 subnetsD EX 150.150.98.1 [170/2195456] via 172.30.1.1, 06:28:42, Serial0D EX 150.150.100.1 [170/2195456] via 172.30.1.1, 06:28:42, Serial0r2#sh ipx rouCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

12 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C BBB (NOVELL-ETHER), Et0C DDD (FRAME-RELAY), Se0C 2000 (UNKNOWN), Lo1E AAA [2681856/1] via DDD.00e0.1e5d.e679, age 08:00:35,

1u, Se0E CCC [2681856/1] via DDD.00e0.1e5d.e679, age 18:56:18,

1u, Se0E 1000 [2297856/1] via DDD.00e0.1e5d.e679, age 18:56:18,

3u, Se0E 4000 [509184000/4] via DDD.00e0.1e5d.e679, age 07:20:59,

5u, Se0E 5000 [276864000/2] via DDD.00e0.1e5d.e679, age 08:00:03,

3u, Se0E 5796 [297984000/3] via DDD.00e0.1e5d.e679, age 07:25:19,

3u, Se0E 6000 [276864000/2] via DDD.00e0.1e5d.e679, age 07:25:19,

1u, Se0E 6666 [276864000/2] via DDD.00e0.1e5d.e679, age 07:25:19,

1u, Se0E 9000 [297984000/3] via DDD.00e0.1e5d.e679, age 07:21:00,

1u, Se0r2#

Page 3

r3.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r3!!no ip domain-lookupipx routing 00e0.b063.fa21!! ! source-bridge ring-group 2000 dlsw local-peer peer-id 150.150.100.1 dlsw remote-peer 0 tcp 150.150.98.1 ! process-max-time 200 ! interface Loopback0 ip address 150.150.100.1 255.255.255.0 ipx network 3000!interface Ethernet0 no ip address!interface Serial0 ip address 172.20.11.3 255.255.255.0 no ip route-cache no ip mroute-cache no fair-queue!interface Serial1 ip address 172.32.10.3 255.255.255.0 encapsulation frame-relay no ip route-cache ip ospf network point-to-point no ip mroute-cache ipx network CCC clockrate 72000 frame-relay map ip 172.32.10.1 401 broadcast!interface TokenRing0 ip address 172.16.32.3 255.255.255.192 no ip route-cache no ip mroute-cache ring-speed 16 source-bridge 500 1 2000 source-bridge spanning!router ospf 10 network 150.150.100.0 0.0.0.255 area 20 network 172.16.32.0 0.0.0.63 area 0 network 172.20.11.0 0.0.0.255 area 20 network 172.32.10.0 0.0.0.255 area 0 default-information originate always

Page 1

r3.txt!ip classless!!!!ipx router eigrp 55 network CCC!!ipx router rip no network 3000 no network CCC!!ipx sap 4 3fserver 3000.0000.0c05.3333 451 1ipx sap 7 3pserver 3000.0000.0c05.3333 451 1!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r3#sh ip rouCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksC 172.16.32.0/26 is directly connected, TokenRing0O IA 172.16.1.0/24 [110/198] via 172.32.10.1, 00:38:33, Serial1 172.20.0.0/24 is subnetted, 1 subnetsC 172.20.11.0 is directly connected, Serial0O E1 172.25.0.0/16 [110/84] via 172.32.10.1, 00:41:08, Serial1 172.30.0.0/24 is subnetted, 1 subnetsO E1 172.30.1.0 [110/84] via 172.32.10.1, 00:41:08, Serial1 172.32.0.0/24 is subnetted, 1 subnetsC 172.32.10.0 is directly connected, Serial1 10.0.0.0/8 is variably subnetted, 8 subnets, 3 masksO IA 10.1.11.0/24 [110/192] via 172.32.10.1, 00:40:06, Serial1O IA 10.1.10.1/32 [110/64] via 172.32.10.1, 00:41:09, Serial1O E1 10.1.10.0/24 [110/84] via 172.32.10.1, 00:41:09, Serial1O IA 10.1.10.5/32 [110/128] via 172.32.10.1, 00:41:09, Serial1O IA 10.1.10.6/32 [110/128] via 172.32.10.1, 00:41:09, Serial1O E1 10.2.1.0/24 [110/84] via 172.32.10.1, 00:39:03, Serial1O E1 10.1.19.0/24 [110/84] via 172.32.10.1, 00:39:09, Serial1O E1 10.1.20.0/28 [110/84] via 172.32.10.1, 00:41:09, Serial1 150.150.0.0/16 is variably subnetted, 2 subnets, 2 masksO 150.150.98.1/32 [110/65] via 172.20.11.4, 06:49:34, Serial0C 150.150.100.0/24 is directly connected, Loopback0r3#sh ipx rouCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate

Page 2

r3.txt s - seconds, u - uses, U - Per-user static

11 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C CCC (FRAME-RELAY), Se1C 3000 (UNKNOWN), Lo0E AAA [2681856/1] via CCC.00e0.1e5d.e679, age 08:01:01,

1u, Se1E DDD [2681856/1] via CCC.00e0.1e5d.e679, age 18:56:20,

1u, Se1E 1000 [2297856/1] via CCC.00e0.1e5d.e679, age 18:56:20,

29u, Se1E 4000 [509184000/4] via CCC.00e0.1e5d.e679, age 07:21:26,

5u, Se1E 5000 [276864000/2] via CCC.00e0.1e5d.e679, age 08:00:30,

11u, Se1E 5796 [297984000/3] via CCC.00e0.1e5d.e679, age 07:25:46,

9u, Se1E 6000 [276864000/2] via CCC.00e0.1e5d.e679, age 07:25:46,

1u, Se1E 6666 [276864000/2] via CCC.00e0.1e5d.e679, age 07:25:46,

1u, Se1E 9000 [297984000/3] via CCC.00e0.1e5d.e679, age 07:21:27,

1u, Se1r3#

Page 3

r4.txtsh ruBuilding configuration...

Current configuration:!! Last configuration change at 12:57:38 est Sun Aug 13 2000! NVRAM config last updated at 18:25:09 est Sun Aug 13 2000!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r4!!no ip domain-lookupipx routing 0000.0c8d.cd6f!! clock timezone est -5 ! dlsw local-peer peer-id 150.150.98.1 dlsw remote-peer 0 tcp 150.150.100.1 dlsw bridge-group 1 ! process-max-time 200 ! interface Loopback0 ip address 150.150.98.1 255.255.255.0 ipx network 4000!interface Tunnel2 no ip address ipx network 9000 tunnel source 172.20.11.4 tunnel destination 10.1.11.8!interface Ethernet0 ip address 172.25.10.4 255.255.255.0 bridge-group 1!interface Serial0 no ip address no ip mroute-cache no fair-queue!interface Serial1 ip address 172.20.11.4 255.255.255.0 no ip directed-broadcast no ip route-cache no ip mroute-cache clockrate 72000!router ospf 10 network 150.150.98.0 0.0.0.255 area 20 network 172.20.11.0 0.0.0.255 area 20!ip classless!access-list 100 deny icmp any any

Page 1

r4.txtaccess-list 100 permit ip any any!!!ipx sap 4 4fserver 4000.0000.0c05.4444 451 1ipx sap 7 4pserver 4000.0000.0c05.4444 451 1!bridge 1 protocol ieee!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!ntp authentication-key 1 md5 1511021F0725 7ntp authenticatentp trusted-key 1ntp clock-period 17180175ntp server 172.25.10.2 key 1end

r4#sh ip routCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 172.20.11.3 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksO IA 172.16.32.0/26 [110/70] via 172.20.11.3, 00:41:26, Serial1O IA 172.16.1.0/24 [110/262] via 172.20.11.3, 00:39:01, Serial1 172.20.0.0/24 is subnetted, 1 subnetsC 172.20.11.0 is directly connected, Serial1 172.25.0.0/16 is variably subnetted, 2 subnets, 2 masksO E1 172.25.0.0/16 [110/148] via 172.20.11.3, 00:41:26, Serial1C 172.25.10.0/24 is directly connected, Ethernet0 172.30.0.0/24 is subnetted, 1 subnetsO E1 172.30.1.0 [110/148] via 172.20.11.3, 00:41:26, Serial1 172.32.0.0/24 is subnetted, 1 subnetsO IA 172.32.10.0 [110/128] via 172.20.11.3, 00:41:26, Serial1 10.0.0.0/8 is variably subnetted, 8 subnets, 3 masksO IA 10.1.11.0/24 [110/256] via 172.20.11.3, 00:40:34, Serial1O IA 10.1.10.1/32 [110/128] via 172.20.11.3, 00:41:26, Serial1O E1 10.1.10.0/24 [110/148] via 172.20.11.3, 00:41:26, Serial1O IA 10.1.10.5/32 [110/192] via 172.20.11.3, 00:41:26, Serial1O IA 10.1.10.6/32 [110/192] via 172.20.11.3, 00:41:26, Serial1O E1 10.2.1.0/24 [110/148] via 172.20.11.3, 00:39:31, Serial1O E1 10.1.19.0/24 [110/148] via 172.20.11.3, 00:39:36, Serial1O E1 10.1.20.0/28 [110/148] via 172.20.11.3, 00:41:27, Serial1 150.150.0.0/16 is variably subnetted, 2 subnets, 2 masksC 150.150.98.0/24 is directly connected, Loopback0O 150.150.100.1/32 [110/65] via 172.20.11.3, 06:50:01, Serial1O*E2 0.0.0.0/0 [110/1] via 172.20.11.3, 00:41:27, Serial1r4#sh ipx routCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

Page 2

r4.txt12 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 4000 (UNKNOWN), Lo0C 9000 (TUNNEL), Tu2R AAA [166/02] via 9000.0000.0c14.90f1, 49s, Tu2R BBB [178/04] via 9000.0000.0c14.90f1, 49s, Tu2R CCC [172/03] via 9000.0000.0c14.90f1, 49s, Tu2R DDD [172/03] via 9000.0000.0c14.90f1, 49s, Tu2R 1000 [172/03] via 9000.0000.0c14.90f1, 49s, Tu2R 2000 [178/04] via 9000.0000.0c14.90f1, 49s, Tu2R 3000 [178/04] via 9000.0000.0c14.90f1, 49s, Tu2R 5796 [151/01] via 9000.0000.0c14.90f1, 49s, Tu2R 6000 [166/02] via 9000.0000.0c14.90f1, 49s, Tu2R 6666 [166/02] via 9000.0000.0c14.90f1, 49s, Tu2r4#

Page 3

r5.txtsh ruBuilding configuration...

Current configuration:!! NVRAM config last updated at 18:25:11 est Sun Aug 13 2000!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r5!!no ip domain-lookupclns routingipx routing 0010.7b3a.d4a7!! clock timezone est -5 ! ! process-max-time 200 ! interface Loopback1 no ip address ipx network 5000!interface Loopback2 ip address 1.1.1.1 255.255.255.0!interface Ethernet0 ip address 172.25.10.5 255.255.255.0 no ip redirects standby 1 timers 5 15 standby 1 priority 110 standby 1 preempt standby 1 authentication cisco standby 1 ip 172.25.10.10!interface Serial0 no ip address no ip mroute-cache no fair-queue!interface Serial1 ip address 10.1.10.5 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint ipx network AAA frame-relay map ip 10.1.10.1 100 broadcast frame-relay map ip 10.1.10.6 100 broadcast!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface BRI0

Page 1

r5.txt no ip address shutdown!router ospf 10 network 10.1.10.0 0.0.0.255 area 51!router isis !router rip version 2 network 172.25.0.0!ip classless!dialer-list 1 protocol ip permit!!!ipx sap 4 5fserver 5000.0000.0c05.5555 451 1ipx sap 7 5pserver 5000.0000.0c05.5555 451 1!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!ntp authentication-key 1 md5 12485046435B5E550C7B737A66 7ntp authenticatentp trusted-key 1ntp clock-period 17180012ntp server 172.25.10.2 key 1end

r5#sh ip routCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.1.10.1 to network 0.0.0.0

1.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback2 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksO IA 172.16.32.0/26 [110/134] via 10.1.10.1, 00:41:53, Serial1O IA 172.16.1.0/24 [110/198] via 10.1.10.1, 00:39:28, Serial1 172.20.0.0/24 is subnetted, 1 subnetsO IA 172.20.11.0 [110/192] via 10.1.10.1, 00:41:53, Serial1 172.25.0.0/16 is variably subnetted, 2 subnets, 2 masksO E1 172.25.0.0/16 [110/84] via 10.1.10.1, 00:41:53, Serial1C 172.25.10.0/24 is directly connected, Ethernet0 172.30.0.0/24 is subnetted, 1 subnetsO E1 172.30.1.0 [110/84] via 10.1.10.1, 00:41:54, Serial1 172.32.0.0/24 is subnetted, 1 subnetsO IA 172.32.10.0 [110/128] via 10.1.10.1, 00:41:54, Serial1 10.0.0.0/8 is variably subnetted, 7 subnets, 3 masksO IA 10.1.11.0/24 [110/192] via 10.1.10.1, 00:41:01, Serial1O 10.1.10.1/32 [110/64] via 10.1.10.1, 07:26:32, Serial1C 10.1.10.0/24 is directly connected, Serial1

Page 2

r5.txtO 10.1.10.6/32 [110/128] via 10.1.10.1, 07:26:32, Serial1O E1 10.2.1.0/24 [110/84] via 10.1.10.1, 00:39:58, Serial1O E1 10.1.19.0/24 [110/84] via 10.1.10.1, 00:40:04, Serial1O E1 10.1.20.0/28 [110/84] via 10.1.10.1, 00:41:54, Serial1 150.150.0.0/32 is subnetted, 2 subnetsO IA 150.150.98.1 [110/193] via 10.1.10.1, 00:41:54, Serial1O IA 150.150.100.1 [110/129] via 10.1.10.1, 00:41:54, Serial1O*E2 0.0.0.0/0 [110/1] via 10.1.10.1, 00:41:54, Serial1r5#sh ipx routCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

8 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C AAA (FRAME-RELAY), Se1C 5000 (UNKNOWN), Lo1R BBB [13/02] via AAA.00e0.1e5d.e679, 14s, Se1R CCC [07/01] via AAA.00e0.1e5d.e679, 15s, Se1R DDD [07/01] via AAA.00e0.1e5d.e679, 15s, Se1R 1000 [07/01] via AAA.00e0.1e5d.e679, 15s, Se1R 2000 [13/02] via AAA.00e0.1e5d.e679, 15s, Se1R 3000 [13/02] via AAA.00e0.1e5d.e679, 15s, Se1r5#

Page 3

r6.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r6!!no ip domain-lookupipx routing 0010.7b3a.d4a4ipx internal-network 6000!! ! ! process-max-time 200 ! interface Loopback1 ip address 200.200.200.1 255.255.255.0 ipx network 6666!interface Loopback2 ip address 1.1.2.1 255.255.255.0!interface Tunnel1 no ip address ipx ipxwan 0 unnumbered r6 ipx output-sap-filter 1000 tunnel source 10.1.11.6 tunnel destination 10.1.11.8!interface Ethernet0 no ip address!interface Serial0 ip address 10.1.11.6 255.255.255.0 no ip mroute-cache no fair-queue clockrate 72000!interface Serial1 ip address 10.1.10.6 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint ipx network AAA frame-relay map ip 10.1.10.1 201 broadcast frame-relay map ip 10.1.10.5 201 broadcast!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface BRI0 no ip address

Page 1

r6.txt no ip directed-broadcast shutdown!router ospf 10 network 10.1.10.0 0.0.0.255 area 51 network 10.1.11.0 0.0.0.255 area 10 area 51 virtual-link 10.1.12.1!ip classless!access-list 1000 deny FFFFFFFF 7access-list 1000 permit FFFFFFFFdialer-list 1 protocol ip permit!!!!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r6#sh ip routCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 10.1.10.1 to network 0.0.0.0

C 200.200.200.0/24 is directly connected, Loopback1 1.0.0.0/24 is subnetted, 1 subnetsC 1.1.2.0 is directly connected, Loopback2 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksO 172.16.32.0/26 [110/134] via 10.1.10.1, 06:30:44, Serial1O 172.16.1.0/24 [110/70] via 10.1.11.8, 00:40:23, Serial0 172.20.0.0/24 is subnetted, 1 subnetsO IA 172.20.11.0 [110/192] via 10.1.10.1, 00:40:23, Serial1O E1 172.25.0.0/16 [110/84] via 10.1.10.1, 00:40:23, Serial1 172.30.0.0/24 is subnetted, 1 subnetsO E1 172.30.1.0 [110/84] via 10.1.10.1, 00:40:23, Serial1 172.32.0.0/24 is subnetted, 1 subnetsO 172.32.10.0 [110/128] via 10.1.10.1, 06:30:45, Serial1 10.0.0.0/8 is variably subnetted, 7 subnets, 3 masksC 10.1.11.0/24 is directly connected, Serial0O 10.1.10.1/32 [110/64] via 10.1.10.1, 07:27:27, Serial1C 10.1.10.0/24 is directly connected, Serial1O 10.1.10.5/32 [110/128] via 10.1.10.1, 07:27:27, Serial1O E1 10.2.1.0/24 [110/84] via 10.1.10.1, 00:40:23, Serial1O E1 10.1.19.0/24 [110/84] via 10.1.10.1, 00:40:24, Serial1O E1 10.1.20.0/28 [110/84] via 10.1.10.1, 00:40:24, Serial1 150.150.0.0/32 is subnetted, 2 subnetsO IA 150.150.98.1 [110/193] via 10.1.10.1, 00:40:24, Serial1O IA 150.150.100.1 [110/129] via 10.1.10.1, 00:40:24, Serial1O*E2 0.0.0.0/0 [110/1] via 10.1.10.1, 00:40:24, Serial1r6#sh ipx routCodes: C - Connected primary network, c - Connected secondary network

Page 2

r6.txt S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

12 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

L 6000 is the internal networkC AAA (FRAME-RELAY), Se1C 6666 (UNKNOWN), Lo1R BBB [13/02] via AAA.00e0.1e5d.e679, 7s, Se1R CCC [07/01] via AAA.00e0.1e5d.e679, 7s, Se1R DDD [07/01] via AAA.00e0.1e5d.e679, 7s, Se1R 1000 [07/01] via AAA.00e0.1e5d.e679, 7s, Se1R 2000 [13/02] via AAA.00e0.1e5d.e679, 7s, Se1R 3000 [13/02] via AAA.00e0.1e5d.e679, 7s, Se1R 4000 [166/02] via 0.0000.5796.0000, 50s, Tu1R 5796 [16/01] via 0.0000.5796.0000, 50s, Tu1R 9000 [16/01] via 0.0000.5796.0000, 50s, Tu1r6#

Page 3

r7.txtCurrent configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Ethernet0 no ip address shutdown!interface Serial0 no ip address encapsulation frame-relay no fair-queue frame-relay intf-type dce frame-relay route 301 interface Serial1 102!interface Serial1 no ip address encapsulation frame-relay frame-relay intf-type dce frame-relay route 100 interface Serial2 100 frame-relay route 101 interface Serial4 201 frame-relay route 102 interface Serial0 301 frame-relay route 103 interface Serial3 401!interface Serial2 no ip address encapsulation frame-relay clockrate 64000 frame-relay intf-type dce frame-relay route 100 interface Serial1 100!interface Serial3 no ip address encapsulation frame-relay frame-relay intf-type dce frame-relay route 401 interface Serial1 103!interface Serial4 no ip address encapsulation frame-relay clockrate 64000 frame-relay intf-type dce frame-relay route 201 interface Serial1 101!interface Serial5 no ip address shutdown!interface Serial6 no ip address shutdown!interface Serial7 no ip address

Page 1

r7.txt shutdown!interface Serial8 no ip address shutdown!interface Serial9 no ip address shutdown!interface BRI0 no ip address shutdown!no ip classless!!line con 0line aux 0line vty 0 4 login!end

Page 2

r8.txtsh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r8!!!!!!ip subnet-zerono ip domain-lookup!ipx routing 0000.0c14.90f1ipx internal-network 5796cns event-service server!!crypto isakmp policy 1 authentication pre-share group 2crypto isakmp key sharedkey address 10.1.20.13 !!crypto ipsec transform-set transformer esp-des esp-sha-hmac !!crypto map vpn 5796 ipsec-isakmp set peer 10.1.20.13 set transform-set transformer match address 100!!!interface Tunnel1 no ip address no ip directed-broadcast ipx ipxwan 0 unnumbered r8 tunnel source 10.1.11.8 tunnel destination 10.1.11.6!interface Tunnel2 no ip address no ip directed-broadcast ipx network 9000 tunnel source 10.1.11.8 tunnel destination 172.20.11.4!interface Tunnel3 ip address 10.2.1.8 255.255.255.0 no ip directed-broadcast tunnel source 10.1.11.8 tunnel destination 10.1.20.13 crypto map vpn!interface Ethernet0

Page 1

r8.txt no ip address no ip directed-broadcast shutdown media-type 10BaseT!interface Ethernet1 no ip address no ip directed-broadcast shutdown media-type 10BaseT!interface Serial0 ip address 10.1.11.8 255.255.255.0 no ip directed-broadcast no ip mroute-cache no fair-queue crypto map vpn!interface Serial1 no ip address no ip directed-broadcast!interface Serial2 no ip address no ip directed-broadcast!interface Serial3 no ip address no ip directed-broadcast!interface TokenRing0 ip address 172.16.1.8 255.255.255.0 no ip directed-broadcast ring-speed 16!interface TokenRing1 no ip address no ip directed-broadcast shutdown ring-speed 16!router ospf 10 network 10.1.11.0 0.0.0.255 area 10 network 172.16.1.0 0.0.0.255 area 10!router rip version 2 passive-interface Serial0 passive-interface Tunnel3 network 10.0.0.0!ip classlessno ip http server!access-list 100 permit ip host 10.1.11.8 host 10.1.20.13!!!ipx sap 4 8fserver 5796.0000.0c05.8888 451 1ipx sap 7 8pserver 5796.0000.0c05.8888 451 1!!line con 0

Page 2

r8.txt exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r8#sh ip routCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 10.1.11.6 to network 0.0.0.0

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksO IA 172.16.32.0/26 [110/198] via 10.1.11.6, 00:40:44, Serial0C 172.16.1.0/24 is directly connected, TokenRing0 172.20.0.0/24 is subnetted, 1 subnetsO IA 172.20.11.0 [110/256] via 10.1.11.6, 00:40:44, Serial0O E1 172.25.0.0/16 [110/148] via 10.1.11.6, 00:40:44, Serial0 172.30.0.0/24 is subnetted, 1 subnetsO E1 172.30.1.0 [110/148] via 10.1.11.6, 00:40:44, Serial0 172.32.0.0/24 is subnetted, 1 subnetsO IA 172.32.10.0 [110/192] via 10.1.11.6, 00:40:45, Serial0 10.0.0.0/8 is variably subnetted, 9 subnets, 3 masksO IA 10.1.10.1/32 [110/128] via 10.1.11.6, 00:40:45, Serial0C 10.1.11.0/24 is directly connected, Serial0O E1 10.1.10.0/24 [110/148] via 10.1.11.6, 00:40:45, Serial0O IA 10.1.10.5/32 [110/192] via 10.1.11.6, 00:40:45, Serial0O IA 10.1.10.6/32 [110/64] via 10.1.11.6, 00:40:45, Serial0C 10.2.1.0/24 is directly connected, Tunnel3O E1 10.1.19.0/24 [110/148] via 10.1.11.6, 00:40:45, Serial0R 10.1.18.0/24 [120/1] via 10.2.1.13, 00:00:20, Tunnel3O E1 10.1.20.0/28 [110/148] via 10.1.11.6, 00:40:45, Serial0 150.150.0.0/32 is subnetted, 2 subnetsO IA 150.150.98.1 [110/257] via 10.1.11.6, 00:40:45, Serial0O IA 150.150.100.1 [110/193] via 10.1.11.6, 00:40:45, Serial0O*E2 0.0.0.0/0 [110/1] via 10.1.11.6, 00:40:45, Serial0r8#sh ipx routCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

12 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

L 5796 is the internal networkC 9000 (TUNNEL), Tu2R AAA [16/01] via 0.0000.6000.0000, 36s, Tu1R BBB [28/03] via 0.0000.6000.0000, 36s, Tu1R CCC [22/02] via 0.0000.6000.0000, 36s, Tu1R DDD [22/02] via 0.0000.6000.0000, 36s, Tu1R 1000 [22/02] via 0.0000.6000.0000, 36s, Tu1R 2000 [28/03] via 0.0000.6000.0000, 36s, Tu1R 3000 [28/03] via 0.0000.6000.0000, 36s, Tu1R 4000 [151/01] via 9000.0000.0c8d.cd6f, 57s, Tu2

Page 3

r8.txtR 6000 [16/01] via 0.0000.6000.0000, 36s, Tu1R 6666 [16/01] via 0.0000.6000.0000, 37s, Tu1r8#

Page 4

r13.txtsh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r13!!!!!!ip subnet-zerono ip domain-lookup!ip audit notify logip audit po max-events 100cns event-service server!!crypto isakmp policy 1 authentication pre-share group 2crypto isakmp key sharedkey address 10.1.11.8 !!crypto ipsec transform-set transformer esp-des esp-sha-hmac !!crypto map vpn 5796 ipsec-isakmp set peer 10.1.11.8 set transform-set transformer match address 100!!!!!!interface Loopback0 ip address 10.1.19.13 255.255.255.0 no ip directed-broadcast!interface Loopback1 ip address 10.1.18.13 255.255.255.0 no ip directed-broadcast!interface Tunnel0 ip address 10.2.1.13 255.255.255.0 no ip directed-broadcast tunnel source 10.1.20.13 tunnel destination 10.1.11.8 crypto map vpn!interface Ethernet0/0 ip address 10.1.20.13 255.255.255.240 no ip directed-broadcast crypto map vpn

Page 1

r13.txt!interface Serial0/0 no ip address no ip directed-broadcast no ip mroute-cache no fair-queue!interface ATM1/0 no ip address no ip directed-broadcast shutdown no atm ilmi-keepalive!router eigrp 15 network 10.0.0.0 distribute-list 10 out no auto-summary!router rip version 2 passive-interface Ethernet0/0 network 10.0.0.0 distribute-list 11 out no auto-summary!router igrp 10 network 10.0.0.0!ip classlessno ip http server!access-list 10 deny 10.1.18.0access-list 10 permit anyaccess-list 11 permit 10.1.18.0access-list 11 deny anyaccess-list 100 permit ip host 10.1.20.13 host 10.1.11.8!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r13#sh ip routCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksD EX 172.16.32.0/26 [170/307200] via 10.1.20.1, 00:41:41, Ethernet0/0D EX 172.16.1.0/24 [170/307200] via 10.1.20.1, 00:41:04, Ethernet0/0 172.20.0.0/24 is subnetted, 1 subnetsD EX 172.20.11.0 [170/307200] via 10.1.20.1, 00:41:41, Ethernet0/0

Page 2

r13.txtD EX 172.25.0.0/16 [170/2221056] via 10.1.20.1, 00:41:41, Ethernet0/0 172.30.0.0/24 is subnetted, 1 subnetsD 172.30.1.0 [90/2195456] via 10.1.20.1, 00:41:41, Ethernet0/0 172.32.0.0/24 is subnetted, 1 subnetsD EX 172.32.10.0 [170/2195456] via 10.1.20.1, 00:41:42, Ethernet0/0 10.0.0.0/8 is variably subnetted, 8 subnets, 3 masksD EX 10.1.11.0/24 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0D 10.1.10.0/24 [90/2195456] via 10.1.20.1, 00:41:42, Ethernet0/0D EX 10.1.10.5/32 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0D EX 10.1.10.6/32 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0C 10.2.1.0/24 is directly connected, Tunnel0C 10.1.19.0/24 is directly connected, Loopback0C 10.1.18.0/24 is directly connected, Loopback1C 10.1.20.0/28 is directly connected, Ethernet0/0 150.150.0.0/32 is subnetted, 2 subnetsD EX 150.150.98.1 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0D EX 150.150.100.1 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0

Page 3

cat.txtCat> (enable) sh conf............................. begin!#version 4.5(5)!set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt Console>set length 24 defaultset logout 20set banner motd ^C^C!#systemset system baud 9600set system modem disableset system name Catset system locationset system contact!#snmpset snmp community read-only publicset snmp community read-write privateset snmp community read-write-all secretset snmp rmon disableset snmp trap disable moduleset snmp trap disable chassisset snmp trap disable bridgeset snmp trap disable repeaterset snmp trap disable vtpset snmp trap disable authset snmp trap disable ippermitset snmp trap disable vmpsset snmp trap disable entityset snmp trap disable configset snmp trap disable stpxset snmp trap disable syslogset snmp extendedrmon vlanmode disableset snmp extendedrmon vlanagent disableset snmp extendedrmon enable!#ipset interface sc0 2 172.25.10.254 255.255.255.0 172.25.10.255 set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0set interface sl0 upset arp agingtime 1200set ip redirect enableset ip unreachable enableset ip fragmentation enableset ip route 0.0.0.0 172.25.10.2 1set ip alias default 0.0.0.0!#Command alias!#vmpsset vmps server retry 3set vmps server reconfirminterval 60

Page 1

cat.txtset vmps tftpserver 0.0.0.0 vmps-config-database.1set vmps state disable !#dnsset ip dns disable!#tacacs+set tacacs attempts 3set tacacs directedrequest disableset tacacs timeout 5!#authenticationset authentication login tacacs disable consoleset authentication login tacacs disable telnetset authentication enable tacacs disable consoleset authentication enable tacacs disable telnetset authentication login local enable consoleset authentication login local enable telnetset authentication enable local enable consoleset authentication enable local enable telnet!#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#vtpset vtp domain ciscoset vtp mode serverset vtp v2 disableset vtp pruning disableset vtp pruneeligible 2-1000clear vtp pruneeligible 1001-1005set vlan 1 name default type ethernet mtu 1500 said 100001 state activeset vlan 2 name VLAN-A type ethernet mtu 1500 said 100002 state activeset vlan 3 name VLAN-B type ethernet mtu 1500 said 100003 state activeset vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state activeset vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active bridge 0x0 stp ieeeset vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active bridge 0x0 stp ibmset vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active parent 0 ring 0x0 mode srb aremaxhop 7 stemaxhop 7 backupcrf off!#spantree#uplinkfast groupsset spantree uplinkfast disable#backbonefastset spantree backbonefast disable#vlan 1set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 1set spantree priority 32768 1#vlan 2set spantree enable 2set spantree fwddelay 15 2set spantree hello 2 2set spantree maxage 20 2set spantree priority 32768 2#vlan 3

Page 2

cat.txtset spantree enable 3set spantree fwddelay 15 3set spantree hello 2 3set spantree maxage 20 3set spantree priority 32768 3#vlan 1003set spantree enable 1003set spantree fwddelay 15 1003set spantree hello 2 1003set spantree maxage 20 1003set spantree priority 32768 1003set spantree portstate 1003 block 0set spantree portcost 1003 62set spantree portpri 1003 4set spantree portfast 1003 disable#vlan 1005set spantree enable 1005set spantree fwddelay 15 1005set spantree hello 2 1005set spantree maxage 20 1005set spantree priority 32768 1005set spantree multicast-address 1005 ieee!#cgmpset cgmp disableset cgmp leave disable!#syslogset logging console enableset logging server disableset logging level cdp 2 defaultset logging level mcast 2 defaultset logging level dtp 5 defaultset logging level dvlan 2 defaultset logging level earl 2 defaultset logging level fddi 2 defaultset logging level ip 2 defaultset logging level pruning 2 defaultset logging level snmp 2 defaultset logging level spantree 2 defaultset logging level sys 5 defaultset logging level tac 2 defaultset logging level tcp 2 defaultset logging level telnet 2 defaultset logging level tftp 2 defaultset logging level vtp 2 defaultset logging level vmps 2 defaultset logging level kernel 2 defaultset logging level filesys 2 defaultset logging level drip 2 defaultset logging level pagp 5 defaultset logging level mgmt 5 defaultset logging level mls 5 defaultset logging level protfilt 2 defaultset logging level security 2 defaultset logging server facility LOCAL7set logging server severity 4set logging buffer 500set logging timestamp enable!#ntpset ntp broadcastclient disableset ntp broadcastdelay 3000

Page 3

cat.txtset ntp client disableclear timezoneset summertime disable!#permit listset ip permit disable!#dripset tokenring reduction enableset tokenring distrib-crf disable!#igmpset igmp disable!#standby portsset standbyports disable!#module 1 : 2-port 100BaseTX Supervisorset module name 1 Supset vlan 1 1/1-2set port channel 1/1-2 offset port channel 1/1-2 autoset port enable 1/1-2set port level 1/1-2 normalset port duplex 1/1-2 halfset port trap 1/1-2 disableset port name 1/1-2set port security 1/1-2 disableset port broadcast 1/1-2 100%set port membership 1/1-2 staticset cdp enable 1/1-2set cdp interval 1/1-2 60set trunk 1/1 auto isl 1-1005set trunk 1/2 auto isl 1-1005set spantree portfast 1/1-2 disableset spantree portcost 1/1-2 19set spantree portpri 1/1-2 32set spantree portvlanpri 1/1 0set spantree portvlanpri 1/2 0set spantree portvlancost 1/1 cost 18set spantree portvlancost 1/2 cost 18!#module 2 : 24-port 10/100BaseTX Ethernetset module name 2set module enable 2set vlan 1 2/13-24set vlan 2 2/1,2/3-7,2/9-10,2/12set vlan 3 2/2,2/11set port enable 2/1-24set port level 2/1-24 normalset port speed 2/1-24 autoset port trap 2/1-24 disableset port name 2/1-24set port security 2/10 enable 00-00-0c-8d-cd-6fset port security 2/1-9,2/11-24 disableset port broadcast 2/10 1500set port broadcast 2/1-9,2/11-24 0set port membership 2/1-24 staticset cdp enable 2/1-24set cdp interval 2/1-24 60set spantree portfast 2/1-12 enableset spantree portfast 2/13-24 disableset spantree portcost 2/1-24 100

Page 4

cat.txtset spantree portpri 2/1-24 32!#switch port analyzerset span 2/3 2/8 both inpkts disable!set span enable!#camset cam agingtime 1-3,1003,1005 300end

Page 5

r1.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r1!!ip nat inside source list 11 interface Serial1 overloadno ip domain-lookupipx routing 00e0.1e5d.e679!! ! ! process-max-time 200 !hub ether 0 1 link-test auto-polarity!hub ether 0 2 link-test auto-polarity!hub ether 0 3 link-test auto-polarity!hub ether 0 4 link-test auto-polarity!hub ether 0 5 link-test auto-polarity!hub ether 0 6 link-test auto-polarity!hub ether 0 7 link-test auto-polarity!hub ether 0 8 link-test auto-polarity!interface Loopback0 ip address 15.15.1.1 255.255.255.0 ipx network 11!interface Ethernet0 no ip address shutdown!interface Serial0

Page 1

r1.txt ip address 10.1.11.1 255.255.255.0 no ip directed-broadcast ip nat inside encapsulation frame-relay ip ospf network point-to-multipoint no ip mroute-cache ipx network 1401 no ipx split-horizon eigrp 20 custom-queue-list 1 clockrate 72000 frame-relay map ip 10.1.11.3 301 broadcast frame-relay map ipx 1401.0010.7bfd.c081 301 broadcast frame-relay map ipx 1401.00e0.b063.fa21 301 broadcast frame-relay map ip 10.1.11.14 301 broadcast no frame-relay inverse-arp!interface Serial1 ip address 200.20.20.1 255.255.255.0 ip nat outside clockrate 72000!router ospf 10 network 10.1.11.0 0.0.0.255 area 0 network 15.15.1.1 0.0.0.0 area 0 network 200.20.20.0 0.0.0.255 area 20!router bgp 100 aggregate-address 1.1.0.0 255.255.0.0 neighbor 15.15.5.5 remote-as 100 neighbor 15.15.5.5 update-source Loopback0 neighbor 15.15.5.5 next-hop-self neighbor 15.15.5.5 default-originate neighbor 15.15.5.5 route-map killroutes out neighbor 200.20.20.2 remote-as 200!ip classless!access-list 10 permit 1.1.1.0access-list 10 permit 1.1.2.0access-list 10 permit 1.1.3.0access-list 11 permit anyqueue-list 1 protocol ipx 0queue-list 1 protocol ip 1queue-list 1 default 2queue-list 1 queue 0 byte-count 1000queue-list 1 queue 1 byte-count 2000queue-list 1 queue 2 byte-count 1000route-map killroutes deny 10 match ip address 10!route-map killroutes permit 20 match ip address 11!!!!ipx router eigrp 20 network 11 network 1401!!ipx router rip no network 11

Page 2

r1.txt no network 1401!!ipx sap 4 1fserver 11.0000.0c05.8888 451 1ipx sap 7 1pserver 11.0000.0c05.8888 451 1!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r1#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

1.0.0.0/8 is variably subnetted, 4 subnets, 2 masksB 1.1.0.0/16 [200/0] via 0.0.0.0, 00:06:56, Null0B 1.1.1.0/24 [20/0] via 200.20.20.2, 00:06:56B 1.1.2.0/24 [20/0] via 200.20.20.2, 00:06:56B 1.1.3.0/24 [20/0] via 200.20.20.2, 00:06:56C 200.20.20.0/24 is directly connected, Serial1O E2 172.27.0.0/16 [110/10] via 10.1.11.14, 00:22:46, Serial0 10.0.0.0/8 is variably subnetted, 9 subnets, 5 masksC 10.1.11.0/24 is directly connected, Serial0O E2 10.1.10.0/24 [110/10] via 10.1.11.14, 00:22:46, Serial0O 10.1.11.3/32 [110/112] via 10.1.11.14, 00:22:46, Serial0O E2 10.3.1.0/24 [110/10] via 10.1.11.14, 00:22:46, Serial0O E2 10.2.1.0/24 [110/10] via 10.1.11.14, 00:22:46, Serial0O IA 10.1.5.0/29 [110/65] via 10.1.11.14, 00:22:46, Serial0O 10.1.11.14/32 [110/64] via 10.1.11.14, 00:22:47, Serial0O E2 10.1.35.4/30 [110/10] via 10.1.11.14, 00:22:47, Serial0O E2 10.1.12.192/28 [110/100] via 10.1.11.14, 00:22:47, Serial0 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO IA 15.15.9.9/32 [110/66] via 10.1.11.14, 00:22:47, Serial0O IA 15.15.6.6/32 [110/66] via 10.1.11.14, 00:22:47, Serial0O IA 15.15.4.4/32 [110/66] via 10.1.11.14, 00:22:47, Serial0O 15.15.2.2/32 [110/65] via 200.20.20.2, 00:22:47, Serial1O 15.15.3.3/32 [110/113] via 10.1.11.14, 00:22:48, Serial0C 15.15.1.0/24 is directly connected, Loopback0O E2 15.15.5.0/24 [110/20] via 10.1.11.14, 00:22:48, Serial0O E2 15.15.14.0/24 [110/100] via 10.1.11.14, 00:22:48, Serial0r1#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 11 (UNKNOWN), Lo0C 1401 (FRAME-RELAY), Se0

Page 3

r1.txtE 14 [2297856/1] via 1401.0010.7bfd.c081, age 10:52:36,

19u, Se0E 33 [2809856/0] via 1401.0010.7bfd.c081, age 06:09:12,

5u, Se0E 44 [269824000/2] via 1401.0010.7bfd.c081, age 06:10:13,

7u, Se0E 55 [2809856/1] via 1401.0010.7bfd.c081, age 10:52:37,

19u, Se0E 66 [269824000/2] via 1401.0010.7bfd.c081, age 10:52:37,

19u, Se0E 88 [269824000/3] via 1401.0010.7bfd.c081, age 06:12:17,

9u, Se0E 1402 [2681856/1] via 1401.0010.7bfd.c081, age 10:52:37,

1u, Se0E 1404 [2172416/1] via 1401.0010.7bfd.c081, age 10:52:38,

1u, Se0E 1406 [2172416/1] via 1401.0010.7bfd.c081, age 10:52:38,

1u, Se0E 1408 [269824000/2] via 1401.0010.7bfd.c081, age 06:12:18,

1u, Se0E 6000 [269824000/2] via 1401.0010.7bfd.c081, age 10:52:38,

1u, Se0E 8000 [271232000/3] via 1401.0010.7bfd.c081, age 06:12:18,

1u, Se0r1#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Table ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfS 4 1fserver 11.0000.0c05.8888:0451 conn 1 Lo0E 4 14fserver 14.0000.0c05.8888:0451 2297856/01 2 Se0E 4 3fserver 33.0000.0c05.8888:0451 2809856/00 0 Se0E 4 5fserver 55.0000.0c05.8888:0451 2809856/01 0 Se0E 4 4fserver 44.0000.0c05.8888:0451 269824000/02 3 Se0E 4 6fserver 66.0000.0c05.8888:0451 269824000/02 3 Se0E 4 8fserver 88.0000.0c05.8888:0451 269824000/03 4 Se0S 7 1pserver 11.0000.0c05.8888:0451 conn 1 Lo0E 7 14pserver 14.0000.0c05.8888:0451 2297856/01 2 Se0E 7 3pserver 33.0000.0c05.8888:0451 2809856/00 0 Se0E 7 5pserver 55.0000.0c05.8888:0451 2809856/01 0 Se0E 7 4pserver 44.0000.0c05.8888:0451 269824000/02 3 Se0E 7 6pserver 66.0000.0c05.8888:0451 269824000/02 3 Se0E 7 8pserver 88.0000.0c05.8888:0451 269824000/03 4 Se0r1#sh ip bgpBGP table version is 14, local router ID is 15.15.1.1Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 1.1.0.0/16 0.0.0.0 32768 i*> 1.1.1.0/24 200.20.20.2 0 0 200 i*> 1.1.2.0/24 200.20.20.2 0 0 200 i*> 1.1.3.0/24 200.20.20.2 0 0 200 ir1#

Page 4

r2.txtsh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r2!!!!!!ip subnet-zerono ip domain-lookup!cns event-service server!!!!!interface Loopback0 ip address 15.15.2.2 255.255.255.0 no ip directed-broadcast!interface Loopback1 ip address 1.1.1.1 255.255.255.0 no ip directed-broadcast!interface Loopback2 ip address 1.1.2.1 255.255.255.0 no ip directed-broadcast!interface Loopback3 ip address 1.1.3.1 255.255.255.0 no ip directed-broadcast!interface Ethernet0 no ip address no ip directed-broadcast shutdown!interface Serial0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue!interface Serial1 ip address 200.20.20.2 255.255.255.0 no ip directed-broadcast!interface TokenRing0 no ip address no ip directed-broadcast shutdown ring-speed 16

Page 1

r2.txt!router ospf 10 network 15.15.2.2 0.0.0.0 area 20 network 200.20.20.0 0.0.0.255 area 20 distribute-list 10 in Serial1!router bgp 200 network 1.1.1.0 mask 255.255.255.0 network 1.1.2.0 mask 255.255.255.0 network 1.1.3.0 mask 255.255.255.0 neighbor 200.20.20.1 remote-as 100 neighbor 200.20.20.1 route-map wall in!ip classlessno ip http server!access-list 10 deny anyaccess-list 50 permit anyroute-map wall deny 10 match ip address 50!!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 3 subnetsC 1.1.1.0 is directly connected, Loopback1C 1.1.2.0 is directly connected, Loopback2C 1.1.3.0 is directly connected, Loopback3C 200.20.20.0/24 is directly connected, Serial1 15.0.0.0/24 is subnetted, 1 subnetsC 15.15.2.0 is directly connected, Loopback0r2#sh ipx route%IPX not runningr2#sh ipx serv%IPX not runningr2#sh ip bgpBGP table version is 4, local router ID is 15.15.2.2Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*> 1.1.1.0/24 0.0.0.0 0 32768 i*> 1.1.2.0/24 0.0.0.0 0 32768 i*> 1.1.3.0/24 0.0.0.0 0 32768 i

Page 2

r2.txtr2#

Page 3

r3.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r3!!no ip domain-lookupipx routing 00e0.b063.fa21!! ! dlsw local-peer peer-id 15.15.3.3 group 70 promiscuous dlsw remote-peer 0 tcp 10.1.5.1 dlsw bridge-group 1 ! process-max-time 200 ! interface Loopback0 ip address 15.15.3.3 255.255.255.0 ipx network 33!interface Ethernet0 no ip address bridge-group 1!interface Serial0 no ip address no ip mroute-cache shutdown no fair-queue!interface Serial1 ip address 10.1.11.3 255.255.255.0 encapsulation frame-relay no ip route-cache ip ospf network point-to-multipoint no ip mroute-cache ipx network 1401 no ipx split-horizon eigrp 20 custom-queue-list 1 clockrate 72000 frame-relay map ipx 1401.00e0.1e5d.e679 201 broadcast frame-relay map ip 10.1.11.1 201 broadcast frame-relay map ipx 1401.0010.7bfd.c081 201 broadcast frame-relay map ip 10.1.11.14 201 broadcast no frame-relay inverse-arp!interface TokenRing0 no ip address shutdown ring-speed 16!router ospf 10 network 10.1.11.0 0.0.0.255 area 0

Page 1

r3.txt network 15.15.3.3 0.0.0.0 area 0!ip classless!queue-list 1 protocol ipx 0queue-list 1 protocol ip 1queue-list 1 default 2queue-list 1 queue 0 byte-count 1000queue-list 1 queue 1 byte-count 2000queue-list 1 queue 2 byte-count 1000!!!ipx router eigrp 20 network 1401 network 33!!ipx router rip no network 33 no network 1401!!ipx sap 4 3fserver 33.0000.0c05.8888 451 1ipx sap 7 3pserver 33.0000.0c05.8888 451 1!bridge 1 protocol ieee!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r3#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

O IA 200.20.20.0/24 [110/176] via 10.1.11.14, 00:23:36, Serial1O E2 172.27.0.0/16 [110/10] via 10.1.11.14, 00:23:36, Serial1 128.207.0.0/24 is subnetted, 1 subnetsC 128.207.152.0 is directly connected, Ethernet0 10.0.0.0/8 is variably subnetted, 9 subnets, 5 masksC 10.1.11.0/24 is directly connected, Serial1O E2 10.1.10.0/24 [110/10] via 10.1.11.14, 00:23:36, Serial1O 10.1.11.1/32 [110/112] via 10.1.11.14, 00:23:36, Serial1O E2 10.3.1.0/24 [110/10] via 10.1.11.14, 00:23:36, Serial1O E2 10.2.1.0/24 [110/10] via 10.1.11.14, 00:23:37, Serial1O IA 10.1.5.0/29 [110/65] via 10.1.11.14, 00:23:37, Serial1O 10.1.11.14/32 [110/64] via 10.1.11.14, 00:23:37, Serial1O E2 10.1.35.4/30 [110/10] via 10.1.11.14, 00:23:37, Serial1O E2 10.1.12.192/28 [110/100] via 10.1.11.14, 00:23:37, Serial1 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO IA 15.15.9.9/32 [110/66] via 10.1.11.14, 00:23:37, Serial1O IA 15.15.6.6/32 [110/66] via 10.1.11.14, 00:23:37, Serial1

Page 2

r3.txtO IA 15.15.4.4/32 [110/66] via 10.1.11.14, 00:23:37, Serial1O IA 15.15.2.2/32 [110/177] via 10.1.11.14, 00:23:37, Serial1O 15.15.1.1/32 [110/113] via 10.1.11.14, 00:23:37, Serial1C 15.15.3.0/24 is directly connected, Loopback0O E2 15.15.5.0/24 [110/20] via 10.1.11.14, 00:23:37, Serial1O E2 15.15.14.0/24 [110/100] via 10.1.11.14, 00:23:37, Serial1r3#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 33 (UNKNOWN), Lo0C 1401 (FRAME-RELAY), Se1E 11 [2809856/0] via 1401.0010.7bfd.c081, age 06:10:08,

7u, Se1E 14 [2297856/1] via 1401.0010.7bfd.c081, age 06:10:08,

5u, Se1E 44 [269824000/2] via 1401.0010.7bfd.c081, age 06:10:08,

5u, Se1E 55 [2809856/1] via 1401.0010.7bfd.c081, age 06:10:08,

5u, Se1E 66 [269824000/2] via 1401.0010.7bfd.c081, age 06:10:08,

5u, Se1E 88 [269824000/3] via 1401.0010.7bfd.c081, age 06:10:08,

5u, Se1E 1402 [2681856/1] via 1401.0010.7bfd.c081, age 06:10:08,

1u, Se1E 1404 [2172416/1] via 1401.0010.7bfd.c081, age 06:10:09,

1u, Se1E 1406 [2172416/1] via 1401.0010.7bfd.c081, age 06:10:09,

1u, Se1E 1408 [269824000/2] via 1401.0010.7bfd.c081, age 06:10:09,

1u, Se1E 6000 [269824000/2] via 1401.0010.7bfd.c081, age 06:10:09,

1u, Se1E 8000 [271232000/3] via 1401.0010.7bfd.c081, age 06:10:09,

1u, Se1r3#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Table ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfE 4 14fserver 14.0000.0c05.8888:0451 2297856/01 2 Se1E 4 1fserver 11.0000.0c05.8888:0451 2809856/00 0 Se1S 4 3fserver 33.0000.0c05.8888:0451 conn 1 Lo0E 4 5fserver 55.0000.0c05.8888:0451 2809856/01 0 Se1E 4 4fserver 44.0000.0c05.8888:0451 269824000/02 3 Se1E 4 6fserver 66.0000.0c05.8888:0451 269824000/02 3 Se1E 4 8fserver 88.0000.0c05.8888:0451 269824000/03 4 Se1E 7 14pserver 14.0000.0c05.8888:0451 2297856/01 2 Se1E 7 1pserver 11.0000.0c05.8888:0451 2809856/00 0 Se1S 7 3pserver 33.0000.0c05.8888:0451 conn 1 Lo0E 7 5pserver 55.0000.0c05.8888:0451 2809856/01 0 Se1E 7 4pserver 44.0000.0c05.8888:0451 269824000/02 3 Se1E 7 6pserver 66.0000.0c05.8888:0451 269824000/02 3 Se1

Page 3

r3.txtE 7 8pserver 88.0000.0c05.8888:0451 269824000/03 4 Se1r3#sh ip bgp% BGP not active

r3#

Page 4

r4.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r4!netbios access-list host r4 deny C????netbios access-list host r4 permit *!no ip domain-lookupip multicast-routingip dvmrp route-limit 20000ipx routing 0000.0c8d.cd6f!! ! dlsw local-peer peer-id 10.1.5.1 group 70 border dlsw remote-peer 0 tcp 10.1.10.8 dlsw remote-peer 0 tcp 15.15.3.3 dlsw bridge-group 1 ! process-max-time 200 ! interface Loopback0 ip address 15.15.4.4 255.255.255.0 ipx network 44!interface Ethernet0 ip address 10.1.5.1 255.255.255.248 ip irdp ip irdp preference 500 ip pim dense-mode ip igmp join-group 224.10.1.2 ip cgmp ipx network 1404 encapsulation ARPA priority-group 1 bridge-group 1!interface Serial0 no ip address no ip mroute-cache shutdown no fair-queue!interface Serial1 no ip address shutdown!router ospf 10 network 10.1.5.0 0.0.0.7 area 10 network 15.15.4.0 0.0.0.255 area 10!ip classless!priority-list 1 protocol ip high tcp pim-auto-rp

Page 1

r4.txtpriority-list 1 protocol ipx medium lt 1500priority-list 1 protocol ip normalpriority-list 1 protocol ipx normal gt 1500priority-list 1 default lowpriority-list 1 queue-limit 15 20 20 30!!!ipx sap 4 4fserver 44.0000.0c05.8888 451 1ipx sap 7 4pserver 44.0000.0c05.8888 451 1!bridge 1 protocol ieee!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r4#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

O IA 200.20.20.0/24 [110/122] via 10.1.5.4, 00:23:53, Ethernet0O E2 172.27.0.0/16 [110/10] via 10.1.5.2, 00:23:53, Ethernet0 10.0.0.0/8 is variably subnetted, 10 subnets, 5 masksO E2 10.1.11.0/24 [110/100] via 10.1.5.4, 00:23:53, Ethernet0O E2 10.1.10.0/24 [110/10] via 10.1.5.2, 00:23:53, Ethernet0O IA 10.1.11.1/32 [110/58] via 10.1.5.4, 00:23:53, Ethernet0O IA 10.1.11.3/32 [110/58] via 10.1.5.4, 00:23:53, Ethernet0O E2 10.3.1.0/24 [110/10] via 10.1.5.2, 00:23:53, Ethernet0O E2 10.2.1.0/24 [110/10] via 10.1.5.2, 00:23:53, Ethernet0O IA 10.1.11.14/32 [110/10] via 10.1.5.4, 00:23:53, Ethernet0C 10.1.5.0/29 is directly connected, Ethernet0O E2 10.1.35.4/30 [110/10] via 10.1.5.2, 00:23:53, Ethernet0O E2 10.1.12.192/28 [110/100] via 10.1.5.4, 00:23:53, Ethernet0 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO IA 15.15.3.3/32 [110/59] via 10.1.5.4, 00:23:53, Ethernet0O IA 15.15.2.2/32 [110/123] via 10.1.5.4, 00:23:54, Ethernet0O IA 15.15.1.1/32 [110/59] via 10.1.5.4, 00:23:54, Ethernet0O 15.15.9.9/32 [110/11] via 10.1.5.3, 06:11:00, Ethernet0O 15.15.6.6/32 [110/11] via 10.1.5.2, 06:11:00, Ethernet0C 15.15.4.0/24 is directly connected, Loopback0O E2 15.15.5.0/24 [110/20] via 10.1.5.4, 00:23:54, Ethernet0O E2 15.15.14.0/24 [110/100] via 10.1.5.4, 00:23:54, Ethernet0r4#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

Page 2

r4.txtC 44 (UNKNOWN), Lo0C 1404 (ARPA), Et0R 11 [01/01] via 1404.0010.7bfd.c090, 1s, Et0R 14 [02/01] via 1404.0010.7bfd.c090, 1s, Et0R 33 [01/01] via 1404.0010.7bfd.c090, 1s, Et0R 55 [01/01] via 1404.0010.7bfd.c090, 1s, Et0R 66 [03/02] via 1404.0010.7bfd.c090, 1s, Et0R 88 [03/03] via 1404.0010.7bfd.c090, 1s, Et0R 1401 [02/01] via 1404.0010.7bfd.c090, 1s, Et0R 1402 [02/01] via 1404.0010.7bfd.c090, 2s, Et0R 1406 [02/01] via 1404.0010.7bfd.c090, 2s, Et0R 1408 [03/02] via 1404.0010.7bfd.c090, 2s, Et0R 6000 [03/02] via 1404.0010.7bfd.c090, 2s, Et0R 8000 [04/03] via 1404.0010.7bfd.c090, 2s, Et0r4#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Table ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfS 4 4fserver 44.0000.0c05.8888:0451 conn 1 Lo0P 4 1fserver 11.0000.0c05.8888:0451 1/01 1 Et0P 4 3fserver 33.0000.0c05.8888:0451 1/01 1 Et0P 4 5fserver 55.0000.0c05.8888:0451 1/01 1 Et0P 4 14fserver 14.0000.0c05.8888:0451 2/01 2 Et0P 4 6fserver 66.0000.0c05.8888:0451 3/02 3 Et0P 4 8fserver 88.0000.0c05.8888:0451 3/03 4 Et0S 7 4pserver 44.0000.0c05.8888:0451 conn 1 Lo0P 7 1pserver 11.0000.0c05.8888:0451 1/01 1 Et0P 7 3pserver 33.0000.0c05.8888:0451 1/01 1 Et0P 7 5pserver 55.0000.0c05.8888:0451 1/01 1 Et0P 7 14pserver 14.0000.0c05.8888:0451 2/01 2 Et0P 7 6pserver 66.0000.0c05.8888:0451 3/02 3 Et0P 7 8pserver 88.0000.0c05.8888:0451 3/03 4 Et0r4#sh ip bgp% BGP not active

r4#

Page 3

r5.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r5!!username ccie password 0 ciscousername r6 password 0 ciscono ip domain-lookupclns routingipx routing 0000.0c3d.fc4cisdn switch-type basic-ni!! ! ! process-max-time 200 ! interface Loopback0 ip address 15.15.5.5 255.255.255.0 ip router isis ipx network 55!interface Ethernet0 no ip address shutdown!interface Serial0 no ip address no ip mroute-cache shutdown no fair-queue!interface Serial1 no ip address encapsulation frame-relay custom-queue-list 1!interface Serial1.1 point-to-point ip address 10.1.12.194 255.255.255.240 ip router isis ipx network 1402 frame-relay interface-dlci 100 !interface BRI0 ip address 10.1.35.5 255.255.255.252 encapsulation ppp ip ospf demand-circuit dialer string 8358662 dialer load-threshold 1 either dialer-group 1 isdn switch-type basic-ni isdn spid1 0835866101 isdn spid2 0835866301 ppp callback request ppp authentication chap

Page 1

r5.txt ppp chap hostname ccie ppp multilink hold-queue 75 in!router ospf 10 network 10.1.35.4 0.0.0.3 area 5!router isis net 00.0001.0000.0c3d.fc4c.00!router bgp 100 no synchronization neighbor 15.15.1.1 remote-as 100 neighbor 15.15.1.1 update-source Loopback0!ip classless!access-list 100 deny ip any host 224.0.0.5access-list 100 permit ip any anyqueue-list 1 protocol ipx 0queue-list 1 protocol ip 1queue-list 1 default 2queue-list 1 queue 0 byte-count 1000queue-list 1 queue 1 byte-count 2000queue-list 1 queue 2 byte-count 1000dialer-list 1 protocol ip list 100!!!ipx router eigrp 10 network 1402 network 55!!ipx router rip no network 55 no network 1402!!ipx sap 4 5fserver 55.0000.0c05.8888 451 1ipx sap 7 5pserver 55.0000.0c05.8888 451 1!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r5#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is 15.15.1.1 to network 0.0.0.0

1.0.0.0/16 is subnetted, 1 subnetsB 1.1.0.0 [200/0] via 15.15.1.1, 00:08:31

Page 2

r5.txti L2 200.20.20.0/24 [115/42] via 10.1.12.193, Serial1.1i L2 172.27.0.0/16 [115/42] via 10.1.12.193, Serial1.1 10.0.0.0/8 is variably subnetted, 9 subnets, 5 masksi L2 10.1.11.0/24 [115/42] via 10.1.12.193, Serial1.1i L2 10.1.11.1/32 [115/42] via 10.1.12.193, Serial1.1i L2 10.1.10.0/24 [115/42] via 10.1.12.193, Serial1.1i L2 10.1.11.3/32 [115/42] via 10.1.12.193, Serial1.1i L2 10.3.1.0/24 [115/42] via 10.1.12.193, Serial1.1i L2 10.2.1.0/24 [115/42] via 10.1.12.193, Serial1.1i L2 10.1.5.0/29 [115/42] via 10.1.12.193, Serial1.1C 10.1.35.4/30 is directly connected, BRI0C 10.1.12.192/28 is directly connected, Serial1.1 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksi L2 15.15.1.1/32 [115/42] via 10.1.12.193, Serial1.1i L2 15.15.2.2/32 [115/42] via 10.1.12.193, Serial1.1i L2 15.15.6.6/32 [115/42] via 10.1.12.193, Serial1.1i L2 15.15.9.9/32 [115/42] via 10.1.12.193, Serial1.1i L2 15.15.4.4/32 [115/42] via 10.1.12.193, Serial1.1i L2 15.15.3.3/32 [115/42] via 10.1.12.193, Serial1.1C 15.15.5.0/24 is directly connected, Loopback0i L1 15.15.14.0/24 [115/20] via 10.1.12.193, Serial1.1B* 0.0.0.0/0 [200/0] via 15.15.1.1, 00:27:27r5#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 55 (UNKNOWN), Lo0C 1402 (FRAME-RELAY), Se1.1E 11 [2809856/1] via 1402.0010.7bfd.c081, age 10:54:10,

21u, Se1.1E 14 [2297856/1] via 1402.0010.7bfd.c081, age 10:54:47,

19u, Se1.1E 33 [2809856/1] via 1402.0010.7bfd.c081, age 06:10:46,

3u, Se1.1E 44 [269824000/2] via 1402.0010.7bfd.c081, age 06:11:47,

7u, Se1.1E 66 [269824000/2] via 1402.0010.7bfd.c081, age 10:54:17,

19u, Se1.1E 88 [269824000/3] via 1402.0010.7bfd.c081, age 06:14:21,

11u, Se1.1E 1401 [2681856/1] via 1402.0010.7bfd.c081, age 10:54:47,

1u, Se1.1E 1404 [2172416/1] via 1402.0010.7bfd.c081, age 10:54:47,

1u, Se1.1E 1406 [2172416/1] via 1402.0010.7bfd.c081, age 10:54:47,

1u, Se1.1E 1408 [269824000/2] via 1402.0010.7bfd.c081, age 06:15:09,

1u, Se1.1E 6000 [269824000/2] via 1402.0010.7bfd.c081, age 10:54:18,

1u, Se1.1E 8000 [271232000/3] via 1402.0010.7bfd.c081, age 06:14:22,

1u, Se1.1r5#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Page 3

r5.txtTable ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfS 4 5fserver 55.0000.0c05.8888:0451 conn 1 Lo0E 4 14fserver 14.0000.0c05.8888:0451 2297856/01 2 Se1.1E 4 1fserver 11.0000.0c05.8888:0451 2809856/01 0 Se1.1E 4 3fserver 33.0000.0c05.8888:0451 2809856/01 0 Se1.1E 4 4fserver 44.0000.0c05.8888:0451 269824000/02 3 Se1.1E 4 6fserver 66.0000.0c05.8888:0451 269824000/02 3 Se1.1E 4 8fserver 88.0000.0c05.8888:0451 269824000/03 4 Se1.1S 7 5pserver 55.0000.0c05.8888:0451 conn 1 Lo0E 7 14pserver 14.0000.0c05.8888:0451 2297856/01 2 Se1.1E 7 1pserver 11.0000.0c05.8888:0451 2809856/01 0 Se1.1E 7 3pserver 33.0000.0c05.8888:0451 2809856/01 0 Se1.1E 7 4pserver 44.0000.0c05.8888:0451 269824000/02 3 Se1.1E 7 6pserver 66.0000.0c05.8888:0451 269824000/02 3 Se1.1E 7 8pserver 88.0000.0c05.8888:0451 269824000/03 4 Se1.1r5#sh ip bgpBGP table version is 5, local router ID is 15.15.5.5Status codes: s suppressed, d damped, h history, * valid, > best, i - internalOrigin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path*>i0.0.0.0 15.15.1.1 100 0 i*>i1.1.0.0/16 15.15.1.1 100 0 ir5#

Page 4

r6.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r6!!username ccie password 0 ciscono ip domain-lookupip multicast-routingip dvmrp route-limit 20000ipx routing 0010.7b3a.d4a4ipx internal-network 6000isdn switch-type basic-ni!! ! ! process-max-time 200 ! interface Loopback0 ip address 15.15.6.6 255.255.255.0 ipx network 66!interface Ethernet0 ip address 10.1.5.2 255.255.255.248 ip irdp ip irdp preference 500 ip pim dense-mode ip igmp join-group 224.10.1.2 ip cgmp ipx network 1406 priority-group 1!interface Serial0 ip address 10.1.10.6 255.255.255.0 no ip mroute-cache ipx network 1408 ipx nlsp enable no fair-queue clockrate 72000!interface Serial1 no ip address shutdown!interface Serial2 no ip address shutdown!interface Serial3 no ip address shutdown!interface BRI0 ip address 10.1.35.6 255.255.255.252 encapsulation ppp

Page 1

r6.txt ip ospf demand-circuit dialer callback-secure dialer map ip 10.1.35.5 name ccie class dialplan1 8358661 dialer load-threshold 1 either dialer-group 1 isdn switch-type basic-ni isdn spid1 0835866201 isdn spid2 0835866401 ppp callback accept ppp authentication chap ppp multilink hold-queue 75 in!router ospf 10 redistribute igrp 10 metric 10 subnets network 10.1.5.0 0.0.0.7 area 10 network 15.15.6.0 0.0.0.255 area 10 area 5 virtual-link 15.15.14.14!router igrp 10 redistribute ospf 10 metric 10000 100 255 1 1500 passive-interface BRI0 network 10.0.0.0!ip classless!!map-class dialer dialplan1 dialer callback-server usernamepriority-list 1 protocol ip high tcp pim-auto-rppriority-list 1 protocol ipx medium lt 1500priority-list 1 protocol ip normalpriority-list 1 protocol ipx normal gt 1500priority-list 1 default lowpriority-list 1 queue-limit 15 20 20 30dialer-list 1 protocol ip permit!!!ipx router nlsp area-address 0 0!!ipx router rip no network 1408!!ipx sap 4 6fserver 66.0000.0c05.8888 451 1ipx sap 7 6pserver 66.0000.0c05.8888 451 1!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r6#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

Page 2

r6.txt E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

O IA 200.20.20.0/24 [110/122] via 10.1.5.4, 00:24:39, Ethernet0I 172.27.0.0/16 [100/8576] via 10.1.10.8, 00:01:07, Serial0 10.0.0.0/8 is variably subnetted, 10 subnets, 5 masksO E2 10.1.11.0/24 [110/100] via 10.1.5.4, 00:24:40, Ethernet0C 10.1.10.0/24 is directly connected, Serial0O IA 10.1.11.1/32 [110/58] via 10.1.5.4, 00:24:40, Ethernet0O IA 10.1.11.3/32 [110/58] via 10.1.5.4, 00:24:40, Ethernet0I 10.3.1.0/24 [100/8539] via 10.1.10.8, 00:01:08, Serial0I 10.2.1.0/24 [100/8539] via 10.1.10.8, 00:01:08, Serial0O IA 10.1.11.14/32 [110/10] via 10.1.5.4, 00:24:40, Ethernet0C 10.1.5.0/29 is directly connected, Ethernet0C 10.1.35.4/30 is directly connected, BRI0O E2 10.1.12.192/28 [110/100] via 10.1.5.4, 00:24:40, Ethernet0 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO IA 15.15.3.3/32 [110/59] via 10.1.5.4, 00:24:40, Ethernet0O 15.15.4.4/32 [110/11] via 10.1.5.1, 06:11:46, Ethernet0O IA 15.15.2.2/32 [110/123] via 10.1.5.4, 00:24:40, Ethernet0O IA 15.15.1.1/32 [110/59] via 10.1.5.4, 00:24:40, Ethernet0O 15.15.9.9/32 [110/11] via 10.1.5.3, 06:11:46, Ethernet0O E2 15.15.5.0/24 [110/20] via 10.1.5.4, 00:24:40, Ethernet0C 15.15.6.0/24 is directly connected, Loopback0O E2 15.15.14.0/24 [110/100] via 10.1.5.4, 00:24:41, Ethernet0r6#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

L 6000 is the internal networkC 66 (UNKNOWN), Lo0C 1406 (NOVELL-ETHER), Et0C 1408 (HDLC), Se0R 11 [01/01] via 1406.0010.7bfd.c090, 47s, Et0R 14 [02/01] via 1406.0010.7bfd.c090, 47s, Et0R 33 [01/01] via 1406.0010.7bfd.c090, 47s, Et0R 44 [03/02] via 1406.0010.7bfd.c090, 47s, Et0R 55 [01/01] via 1406.0010.7bfd.c090, 47s, Et0N 88 [27][01/01] via 8000.0000.0000.0001, 4825s, Se0R 1401 [02/01] via 1406.0010.7bfd.c090, 47s, Et0R 1402 [02/01] via 1406.0010.7bfd.c090, 47s, Et0R 1404 [02/01] via 1406.0010.7bfd.c090, 48s, Et0N 8000 [27][02/01] via 8000.0000.0000.0001, 4825s, Se0r6#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Table ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfS 4 6fserver 66.0000.0c05.8888:0451 conn 1 Lo0P 4 1fserver 11.0000.0c05.8888:0451 1/01 1 Et0P 4 3fserver 33.0000.0c05.8888:0451 1/01 1 Et0

Page 3

r6.txtP 4 5fserver 55.0000.0c05.8888:0451 1/01 1 Et0N 4 8fserver 88.0000.0c05.8888:0451 1/01 2 Se0P 4 14fserver 14.0000.0c05.8888:0451 2/01 2 Et0P 4 4fserver 44.0000.0c05.8888:0451 3/02 3 Et0S 7 6pserver 66.0000.0c05.8888:0451 conn 1 Lo0P 7 1pserver 11.0000.0c05.8888:0451 1/01 1 Et0P 7 3pserver 33.0000.0c05.8888:0451 1/01 1 Et0P 7 5pserver 55.0000.0c05.8888:0451 1/01 1 Et0N 7 8pserver 88.0000.0c05.8888:0451 1/01 2 Se0P 7 14pserver 14.0000.0c05.8888:0451 2/01 2 Et0P 7 4pserver 44.0000.0c05.8888:0451 3/02 3 Et0r6#sh ip bgp% BGP not active

r6#

Page 4

r7.txtsh ruBuilding configuration...

Current configuration:!version 11.2no service password-encryptionno service udp-small-serversno service tcp-small-servers!hostname r7!!no ip domain-lookupframe-relay switching!interface Loopback0 ip address 15.15.7.7 255.255.255.0!interface Ethernet0 no ip address shutdown!interface Serial0 no ip address shutdown no fair-queue!interface Serial1 no ip address encapsulation frame-relay frame-relay intf-type dce frame-relay route 301 interface Serial6 102!interface Serial2 no ip address encapsulation frame-relay clockrate 72000 frame-relay intf-type dce frame-relay route 100 interface Serial6 100!interface Serial3 no ip address encapsulation frame-relay frame-relay intf-type dce frame-relay route 201 interface Serial6 101!interface Serial4 no ip address shutdown!interface Serial5 no ip address shutdown!interface Serial6 no ip address encapsulation frame-relay clockrate 72000 frame-relay intf-type dce frame-relay route 100 interface Serial2 100 frame-relay route 101 interface Serial3 201 frame-relay route 102 interface Serial1 301

Page 1

r7.txt!interface Serial7 no ip address shutdown!interface Serial8 no ip address shutdown!interface Serial9 no ip address shutdown!interface BRI0 no ip address shutdown!no ip classless!!line con 0 exec-timeout 0 0line aux 0line vty 0 4 login!end

r7#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Gateway of last resort is not set

15.0.0.0/24 is subnetted, 1 subnetsC 15.15.7.0 is directly connected, Loopback0r7#sh ipx route%IPX not runningr7#sh ipx serv%IPX not runningr7#sh ip bgp% BGP not active

r7#

Page 2

r8.txtsh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r8!!!!!!ip subnet-zerono ip domain-lookup!ipx routing 00e0.1eaf.38aaipx internal-network 8000cns event-service server!!!source-bridge ring-group 22dlsw local-peer peer-id 10.1.10.8 group 70 promiscuousdlsw remote-peer 0 tcp 15.15.3.3!!interface Loopback0 ip address 15.15.8.8 255.255.255.0 no ip directed-broadcast ipx network 88!interface Ethernet0 ip address 172.27.1.1 255.255.255.0 no ip directed-broadcast media-type 10BaseT!interface Ethernet1 ip address 172.27.2.1 255.255.255.0 no ip directed-broadcast media-type 10BaseT!interface Serial0 ip address 10.1.10.8 255.255.255.0 no ip directed-broadcast no ip mroute-cache ipx network 1408 ipx nlsp enable no fair-queue!interface Serial1 no ip address no ip directed-broadcast shutdown!interface Serial2 no ip address

Page 1

r8.txt no ip directed-broadcast shutdown!interface Serial3 no ip address no ip directed-broadcast shutdown!interface TokenRing0 ip address 10.2.1.1 255.255.255.0 no ip directed-broadcast ring-speed 16 source-bridge 10 1 22 source-bridge spanning!interface TokenRing1 ip address 10.3.1.1 255.255.255.0 no ip directed-broadcast ring-speed 16!router igrp 10 network 10.0.0.0 network 15.0.0.0 network 172.27.0.0!ip classlessip default-network 200.20.20.0no ip http server!!!!ipx router nlsp area-address 0 0!!ipx router rip no network 88 no network 1408!!ipx sap 4 8fserver 88.0000.0c05.8888 451 1ipx sap 7 8pserver 88.0000.0c05.8888 451 1!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r8#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Page 2

r8.txtGateway of last resort is 10.1.10.6 to network 200.20.20.0

I* 200.20.20.0/24 [100/8576] via 10.1.10.6, 00:00:21, Serial0 172.27.0.0/24 is subnetted, 2 subnetsC 172.27.2.0 is directly connected, Ethernet1C 172.27.1.0 is directly connected, Ethernet0 10.0.0.0/24 is subnetted, 4 subnetsI 10.1.11.0 [100/8576] via 10.1.10.6, 00:00:21, Serial0C 10.1.10.0 is directly connected, Serial0C 10.3.1.0 is directly connected, TokenRing1C 10.2.1.0 is directly connected, TokenRing0 15.0.0.0/24 is subnetted, 1 subnetsC 15.15.8.0 is directly connected, Loopback0r8#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

L 8000 is the internal networkC 88 (UNKNOWN), Lo0C 1408 (HDLC), Se0NX 11 [27][02/02][01/01] via 6000.0000.0000.0001, 979s, Se0NX 14 [27][03/02][02/01] via 6000.0000.0000.0001, 979s, Se0NX 33 [27][02/02][01/01] via 6000.0000.0000.0001, 980s, Se0NX 44 [27][04/03][03/02] via 6000.0000.0000.0001, 980s, Se0NX 55 [27][02/02][01/01] via 6000.0000.0000.0001, 980s, Se0N 66 [27][01/01] via 6000.0000.0000.0001, 980s, Se0NX 1401 [27][03/02][02/01] via 6000.0000.0000.0001, 980s, Se0NX 1402 [27][03/02][02/01] via 6000.0000.0000.0001, 980s, Se0NX 1404 [27][03/02][02/01] via 6000.0000.0000.0001, 980s, Se0N 1406 [27][01/01] via 6000.0000.0000.0001, 980s, Se0N 6000 [27][02/01] via 6000.0000.0000.0001, 980s, Se0r8#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Table ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfS 4 8fserver 88.0000.0c05.8888:0451 conn 1 Lo0N 4 6fserver 66.0000.0c05.8888:0451 1/01 2 Se0N 4 1fserver 11.0000.0c05.8888:0451 2/02 2 Se0N 4 3fserver 33.0000.0c05.8888:0451 2/02 2 Se0N 4 5fserver 55.0000.0c05.8888:0451 2/02 2 Se0N 4 14fserver 14.0000.0c05.8888:0451 3/02 3 Se0N 4 4fserver 44.0000.0c05.8888:0451 4/03 4 Se0S 7 8pserver 88.0000.0c05.8888:0451 conn 1 Lo0N 7 6pserver 66.0000.0c05.8888:0451 1/01 2 Se0N 7 1pserver 11.0000.0c05.8888:0451 2/02 2 Se0N 7 3pserver 33.0000.0c05.8888:0451 2/02 2 Se0N 7 5pserver 55.0000.0c05.8888:0451 2/02 2 Se0N 7 14pserver 14.0000.0c05.8888:0451 3/02 3 Se0N 7 4pserver 44.0000.0c05.8888:0451 4/03 4 Se0r8#sh ip bgp% BGP not active

r8#Page 3

r9.txtsh ruBuilding configuration...

Current configuration:!version 11.3service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r9!!no ip domain-lookupip multicast-routingip dvmrp route-limit 20000!!interface Loopback0 ip address 15.15.9.9 255.255.255.0!interface Ethernet0 ip address 10.1.5.3 255.255.255.248 ip pim dense-mode no ip route-cache ip igmp join-group 224.10.1.2 ip cgmp no ip mroute-cache priority-group 1!interface Serial0 no ip address no ip mroute-cache shutdown no fair-queue!router ospf 10 network 10.1.5.0 0.0.0.7 area 10 network 15.15.9.0 0.0.0.255 area 10!ip classless!priority-list 1 protocol ip high tcp pim-auto-rppriority-list 1 protocol ipx medium lt 1500priority-list 1 protocol ip normalpriority-list 1 protocol ipx normal gt 1500priority-list 1 default lowpriority-list 1 queue-limit 15 20 20 30!line con 0 exec-timeout 0 0line vty 0 4 login!end

r9#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR

Page 1

r9.txt

Gateway of last resort is not set

O IA 200.20.20.0/24 [110/122] via 10.1.5.4, 00:25:50, Ethernet0O E2 172.27.0.0/16 [110/10] via 10.1.5.2, 00:25:51, Ethernet0 10.0.0.0/8 is variably subnetted, 10 subnets, 5 masksO E2 10.1.11.0/24 [110/100] via 10.1.5.4, 00:25:51, Ethernet0O E2 10.1.10.0/24 [110/10] via 10.1.5.2, 00:25:51, Ethernet0O IA 10.1.11.1/32 [110/58] via 10.1.5.4, 00:25:51, Ethernet0O IA 10.1.11.3/32 [110/58] via 10.1.5.4, 00:25:51, Ethernet0O E2 10.3.1.0/24 [110/10] via 10.1.5.2, 00:25:51, Ethernet0O E2 10.2.1.0/24 [110/10] via 10.1.5.2, 00:25:51, Ethernet0O IA 10.1.11.14/32 [110/10] via 10.1.5.4, 00:25:51, Ethernet0C 10.1.5.0/29 is directly connected, Ethernet0O E2 10.1.35.4/30 [110/10] via 10.1.5.2, 00:25:51, Ethernet0O E2 10.1.12.192/28 [110/100] via 10.1.5.4, 00:25:51, Ethernet0 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO IA 15.15.3.3/32 [110/59] via 10.1.5.4, 00:25:51, Ethernet0O 15.15.4.4/32 [110/11] via 10.1.5.1, 06:15:46, Ethernet0O IA 15.15.2.2/32 [110/123] via 10.1.5.4, 00:25:51, Ethernet0O IA 15.15.1.1/32 [110/59] via 10.1.5.4, 00:25:52, Ethernet0O 15.15.6.6/32 [110/11] via 10.1.5.2, 06:15:46, Ethernet0O E2 15.15.5.0/24 [110/20] via 10.1.5.4, 00:25:52, Ethernet0C 15.15.9.0/24 is directly connected, Loopback0O E2 15.15.14.0/24 [110/100] via 10.1.5.4, 00:25:52, Ethernet0r9#sh ipx route%IPX not runningr9#sh ipx serv%IPX not runningr9#sh ip bgp ^% Invalid input detected at '^' marker.

r9#

Page 2

r14.txtsh ruBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname r14!!!!!!ip subnet-zerono ip domain-lookup!ip multicast-routingip dvmrp route-limit 20000ip audit notify logip audit po max-events 100ipx routing 0010.7bfd.c081cns event-service server!!!!!voice-port 3/0/0!voice-port 3/0/1!!!!interface Loopback0 ip address 15.15.14.14 255.255.255.0 no ip directed-broadcast ip router isis ipx network 14!interface Ethernet0/0 no ip address no ip directed-broadcast shutdown!interface Serial0/0 no ip address no ip directed-broadcast encapsulation frame-relay no ip mroute-cache custom-queue-list 1!interface Serial0/0.1 multipoint ip address 10.1.11.14 255.255.255.0 no ip directed-broadcast ip ospf network point-to-multipoint ipx network 1401 no ipx split-horizon eigrp 20 frame-relay map ipx 1401.00e0.1e5d.e679 102 broadcast

Page 1

r14.txt frame-relay map ip 10.1.11.1 102 broadcast frame-relay map ip 10.1.11.3 101 broadcast frame-relay map ipx 1401.00e0.b063.fa21 101 broadcast no frame-relay inverse-arp!interface Serial0/0.2 point-to-point ip address 10.1.12.193 255.255.255.240 no ip directed-broadcast ip router isis ipx network 1402 frame-relay interface-dlci 100 !interface FastEthernet1/0 ip address 10.1.5.4 255.255.255.248 no ip directed-broadcast ip irdp ip irdp preference 1000 ip pim dense-mode ip igmp join-group 224.10.1.2 ip cgmp duplex auto speed auto priority-group 1!interface FastEthernet1/0.1 no ip directed-broadcast ipx network 1404 encapsulation ARPA!interface FastEthernet1/0.2 no ip directed-broadcast ipx network 1406!interface ATM2/0 no ip address no ip directed-broadcast shutdown no atm ilmi-keepalive!router ospf 10 area 5 virtual-link 15.15.6.6 redistribute connected metric 100 subnets redistribute isis metric-type 2 network 10.1.5.0 0.0.0.7 area 10 network 10.1.11.0 0.0.0.255 area 0!router isis redistribute ospf 10 metric 32 net 00.0001.0100.107b.fdc0.00!ip classlessip route 0.0.0.0 0.0.0.0 15.15.1.1no ip http server!queue-list 1 protocol ipx 0queue-list 1 protocol ip 1queue-list 1 default 2queue-list 1 queue 0 byte-count 1000queue-list 1 queue 1 byte-count 2000queue-list 1 queue 2 byte-count 1000priority-list 1 protocol ip high tcp pim-auto-rppriority-list 1 protocol ipx medium lt 1500priority-list 1 protocol ip normalpriority-list 1 protocol ipx normal gt 1500

Page 2

r14.txtpriority-list 1 default lowpriority-list 1 queue-limit 15 20 20 30!!!ipx router eigrp 10 redistribute eigrp 20 network 1402!!ipx router eigrp 20 redistribute eigrp 10 network 1401!!ipx router rip no network 1401 no network 1402!!ipx sap 4 14fserver 14.0000.0c05.8888 451 1ipx sap 7 14pserver 14.0000.0c05.8888 451 1!!line con 0 exec-timeout 0 0 transport input noneline aux 0line vty 0 4 login!end

r14#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

Gateway of last resort is 15.15.1.1 to network 0.0.0.0

O IA 200.20.20.0/24 [110/112] via 10.1.11.1, 00:26:02, Serial0/0.1O E2 172.27.0.0/16 [110/10] via 10.1.5.2, 00:26:02, FastEthernet1/0 10.0.0.0/8 is variably subnetted, 9 subnets, 5 masksC 10.1.11.0/24 is directly connected, Serial0/0.1O E2 10.1.10.0/24 [110/10] via 10.1.5.2, 00:26:02, FastEthernet1/0O 10.1.11.1/32 [110/48] via 10.1.11.1, 00:26:02, Serial0/0.1O 10.1.11.3/32 [110/48] via 10.1.11.3, 00:26:02, Serial0/0.1O E2 10.3.1.0/24 [110/10] via 10.1.5.2, 00:26:03, FastEthernet1/0O E2 10.2.1.0/24 [110/10] via 10.1.5.2, 00:26:03, FastEthernet1/0C 10.1.5.0/29 is directly connected, FastEthernet1/0O E2 10.1.35.4/30 [110/10] via 10.1.5.2, 00:26:03, FastEthernet1/0C 10.1.12.192/28 is directly connected, Serial0/0.2 15.0.0.0/8 is variably subnetted, 8 subnets, 2 masksO IA 15.15.2.2/32 [110/113] via 10.1.11.1, 00:26:03, Serial0/0.1O 15.15.9.9/32 [110/2] via 10.1.5.3, 00:26:35, FastEthernet1/0O 15.15.6.6/32 [110/2] via 10.1.5.2, 00:26:35, FastEthernet1/0O 15.15.4.4/32 [110/2] via 10.1.5.1, 00:26:35, FastEthernet1/0O 15.15.3.3/32 [110/49] via 10.1.11.3, 00:26:03, Serial0/0.1O 15.15.1.1/32 [110/49] via 10.1.11.1, 00:26:03, Serial0/0.1

Page 3

r14.txti L1 15.15.5.0/24 [115/20] via 10.1.12.194, Serial0/0.2C 15.15.14.0/24 is directly connected, Loopback0S* 0.0.0.0/0 [1/0] via 15.15.1.1r14#sh ipx routeCodes: C - Connected primary network, c - Connected secondary network S - Static, F - Floating static, L - Local (internal), W - IPXWAN R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate s - seconds, u - uses, U - Per-user static

14 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.

No default route known.

C 14 (UNKNOWN), Lo0C 1401 (FRAME-RELAY), Se0/0.1C 1402 (FRAME-RELAY), Se0/0.2C 1404 (ARPA), Fa1/0.1C 1406 (NOVELL-ETHER), Fa1/0.2E 11 [1889792/0] via 1401.00e0.1e5d.e679, age 06:12:29,

13u, Se0/0.1E 33 [1889792/0] via 1401.00e0.b063.fa21, age 06:12:29,

7u, Se0/0.1R 44 [02/01] via 1404.0000.0c8d.cd6f, 19s, Fa1/0.1E 55 [1889792/0] via 1402.0000.0c3d.fc4c, age 10:56:29,

11u, Se0/0.2R 66 [02/01] via 1406.0010.7b3a.d4a4, 6s, Fa1/0.2R 88 [02/02] via 1406.0010.7b3a.d4a4, 6s, Fa1/0.2R 1408 [02/01] via 1406.0010.7b3a.d4a4, 6s, Fa1/0.2R 6000 [02/01] via 1406.0010.7b3a.d4a4, 6s, Fa1/0.2R 8000 [03/02] via 1406.0010.7b3a.d4a4, 6s, Fa1/0.2r14#sh ipx servCodes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detailU - Per-user static14 Total IPX Servers

Table ordering is based on routing and server info

Type Name Net Address Port Route Hops ItfS 4 14fserver 14.0000.0c05.8888:0451 conn 1 Lo0E 4 1fserver 11.0000.0c05.8888:0451 1889792/00 2 Se0/0.1E 4 3fserver 33.0000.0c05.8888:0451 1889792/00 2 Se0/0.1E 4 5fserver 55.0000.0c05.8888:0451 1889792/00 2 Se0/0.2P 4 4fserver 44.0000.0c05.8888:0451 2/01 2 Fa1/0.1P 4 6fserver 66.0000.0c05.8888:0451 2/01 2 Fa1/0.2P 4 8fserver 88.0000.0c05.8888:0451 2/02 3 Fa1/0.2S 7 14pserver 14.0000.0c05.8888:0451 conn 1 Lo0E 7 1pserver 11.0000.0c05.8888:0451 1889792/00 2 Se0/0.1E 7 3pserver 33.0000.0c05.8888:0451 1889792/00 2 Se0/0.1E 7 5pserver 55.0000.0c05.8888:0451 1889792/00 2 Se0/0.2P 7 4pserver 44.0000.0c05.8888:0451 2/01 2 Fa1/0.1P 7 6pserver 66.0000.0c05.8888:0451 2/01 2 Fa1/0.2P 7 8pserver 88.0000.0c05.8888:0451 2/02 3 Fa1/0.2r14#sh ip bgp% BGP not active

r14#

Page 4

cat.txtsh conf

.....

...........

...........

..

begin!#version 4.5(5)!set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70set prompt Console>set length 24 defaultset logout 20set banner motd ^C^C!#systemset system baud 9600set system modem disableset system name catset system location set system contact !#snmpset snmp community read-only publicset snmp community read-write privateset snmp community read-write-all secretset snmp rmon disableset snmp trap disable moduleset snmp trap disable chassisset snmp trap disable bridgeset snmp trap disable repeaterset snmp trap disable vtpset snmp trap disable authset snmp trap disable ippermitset snmp trap disable vmpsset snmp trap disable entityset snmp trap disable configset snmp trap disable stpxset snmp trap disable syslogset snmp extendedrmon vlanmode disableset snmp extendedrmon vlanagent disableset snmp extendedrmon enable!#ipset interface sc0 1 10.1.5.5 255.255.255.0 10.1.5.255

set interface sc0 upset interface sl0 0.0.0.0 0.0.0.0set interface sl0 upset arp agingtime 1200set ip redirect enableset ip unreachable enableset ip fragmentation enableset ip route 0.0.0.0 10.1.5.1 1set ip alias default 0.0.0.0!#Command alias

Page 1

cat.txt!#vmpsset vmps server retry 3set vmps server reconfirminterval 60set vmps tftpserver 0.0.0.0 vmps-config-database.1set vmps state disable

!#dnsset ip dns disable!#tacacs+set tacacs attempts 3set tacacs directedrequest disableset tacacs timeout 5!#authenticationset authentication login tacacs disable console set authentication login tacacs disable telnet set authentication enable tacacs disable console set authentication enable tacacs disable telnet set authentication login local enable console set authentication login local enable telnet set authentication enable local enable console set authentication enable local enable telnet !#bridgeset bridge ipx snaptoether 8023rawset bridge ipx 8022toether 8023set bridge ipx 8023rawtofddi snap!#vtpset vtp domain ciscoset vtp mode serverset vtp v2 disableset vtp pruning disableset vtp pruneeligible 2-1000clear vtp pruneeligible 1001-1005set vlan 1 name default type ethernet mtu 1500 said 100001 state active set vlan 2 name VLAN0002 type ethernet mtu 1500 said 100002 state active set vlan 3 name VLAN0003 type ethernet mtu 1500 said 100003 state active set vlan 4 name VLAN0004 type ethernet mtu 1500 said 100004 state active set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active bridge 0x0 stp ieee set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active bridge0x0 stp ibm set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active parent 0 ring 0x0 mode srb aremaxhop 7 stemaxhop 7 backupcrf off !#spantree#uplinkfast groupsset spantree uplinkfast disable#backbonefastset spantree backbonefast disable#vlan 1set spantree enable 1set spantree fwddelay 15 1set spantree hello 2 1set spantree maxage 20 1set spantree priority 32768 1#vlan 2set spantree enable 2

Page 2

cat.txtset spantree fwddelay 15 2set spantree hello 2 2set spantree maxage 20 2set spantree priority 32768 2#vlan 3set spantree enable 3set spantree fwddelay 15 3set spantree hello 2 3set spantree maxage 20 3set spantree priority 32768 3#vlan 4set spantree enable 4set spantree fwddelay 15 4set spantree hello 2 4set spantree maxage 20 4set spantree priority 32768 4#vlan 1003set spantree enable 1003set spantree fwddelay 15 1003set spantree hello 2 1003set spantree maxage 20 1003set spantree priority 32768 1003set spantree portstate 1003 block 0set spantree portcost 1003 62set spantree portpri 1003 4set spantree portfast 1003 disable#vlan 1005set spantree enable 1005set spantree fwddelay 15 1005set spantree hello 2 1005set spantree maxage 20 1005set spantree priority 32768 1005set spantree multicast-address 1005 ieee!#cgmpset cgmp enableset cgmp leave disable!#syslogset logging console enableset logging server disableset logging level cdp 2 defaultset logging level mcast 2 defaultset logging level dtp 5 defaultset logging level dvlan 2 defaultset logging level earl 2 defaultset logging level fddi 2 defaultset logging level ip 2 defaultset logging level pruning 2 defaultset logging level snmp 2 defaultset logging level spantree 2 defaultset logging level sys 5 defaultset logging level tac 2 defaultset logging level tcp 2 defaultset logging level telnet 2 defaultset logging level tftp 2 defaultset logging level vtp 2 defaultset logging level vmps 2 defaultset logging level kernel 2 defaultset logging level filesys 2 defaultset logging level drip 2 defaultset logging level pagp 5 defaultset logging level mgmt 5 default

Page 3

cat.txtset logging level mls 5 defaultset logging level protfilt 2 defaultset logging level security 2 defaultset logging server facility LOCAL7set logging server severity 4set logging buffer 500set logging timestamp enable!#ntpset ntp broadcastclient disableset ntp broadcastdelay 3000set ntp client disableclear timezoneset summertime disable !#permit listset ip permit disable!#dripset tokenring reduction enableset tokenring distrib-crf disable!#igmpset igmp disable!#standby portsset standbyports disable!#module 1 : 2-port 100BaseTX Supervisorset module name 1 set vlan 1 1/1-2set port enable 1/1-2set port level 1/1-2 normalset port duplex 1/1-2 halfset port trap 1/1-2 disableset port name 1/1-2set port security 1/1-2 disableset port membership 1/1-2 staticset cdp enable 1/1-2set cdp interval 1/1-2 60set trunk 1/1 auto isl 1-1005set trunk 1/2 auto isl 1-1005set spantree portfast 1/1-2 disableset spantree portcost 1/1-2 19set spantree portpri 1/1-2 32set spantree portvlanpri 1/1 0set spantree portvlanpri 1/2 0set spantree portvlancost 1/1 cost 18set spantree portvlancost 1/2 cost 18!#module 2 : 12-port 10/100BaseTX Ethernetset module name 2 set module enable 2set vlan 1 2/1-4,2/6-8,2/10-11set vlan 2 2/9set vlan 3 2/5set vlan 4 2/12set port enable 2/1-12set port level 2/1-12 normalset port speed 2/1-12 autoset port trap 2/1-12 disableset port name 2/1-12set port security 2/1-12 disable

Page 4

cat.txtset port broadcast 2/1-12 0set port membership 2/1-12 staticset cdp enable 2/1-12set cdp interval 2/1-12 60set trunk 2/1 auto isl 1-1005set trunk 2/2 auto isl 1-1005set trunk 2/3 auto isl 1-1005set trunk 2/4 auto isl 1-1005set trunk 2/5 auto isl 1-1005set trunk 2/6 auto isl 1-1005set trunk 2/7 auto isl 1-1005set trunk 2/8 auto isl 1-1005set trunk 2/9 auto isl 1-1005set trunk 2/10 auto isl 1-1005set trunk 2/11 auto isl 1-1005set trunk 2/12 auto isl 1-1005set spantree portfast 2/1-12 disableset spantree portcost 2/1-12 100set spantree portpri 2/1-12 32set spantree portvlanpri 2/1 0set spantree portvlanpri 2/2 0set spantree portvlanpri 2/3 0set spantree portvlanpri 2/4 0set spantree portvlanpri 2/5 0set spantree portvlanpri 2/6 0set spantree portvlanpri 2/7 0set spantree portvlanpri 2/8 0set spantree portvlanpri 2/9 0set spantree portvlanpri 2/10 0set spantree portvlanpri 2/11 0set spantree portvlanpri 2/12 0set spantree portvlancost 2/1 cost 99set spantree portvlancost 2/2 cost 99set spantree portvlancost 2/3 cost 99set spantree portvlancost 2/4 cost 99set spantree portvlancost 2/5 cost 99set spantree portvlancost 2/6 cost 99set spantree portvlancost 2/7 cost 99set spantree portvlancost 2/8 cost 99set spantree portvlancost 2/9 cost 99set spantree portvlancost 2/10 cost 99set spantree portvlancost 2/11 cost 99set spantree portvlancost 2/12 cost 99!#module 3 empty!#module 4 empty!#module 5 empty!#switch port analyzer!set span 1 1/1 both inpkts disableset span disable!#camset cam agingtime 1-4,1003,1005 300endcat> (enable) sh vlan

VLAN Name Status IfIndex Mod/Ports, Vlans---- -------------------------------- --------- ------- ------------------------1 default active 5 1/1-2 2/1-4,2/6-8,2/10-11

Page 5

cat.txt2 VLAN0002 active 22 2/93 VLAN0003 active 23 2/54 VLAN0004 active 24 2/121002 fddi-default active 6 1003 token-ring-default active 9 1004 fddinet-default active 7 1005 trnet-default active 8

VLAN Type SAID MTU Parent RingNo BrdgNo Stp BrdgMode Trans1 Trans2---- ----- ---------- ----- ------ ------ ------ ---- -------- ------ ------1 enet 100001 1500 - - - - - 0 02 enet 100002 1500 - - - - - 0 03 enet 100003 1500 - - - - - 0 04 enet 100004 1500 - - - - - 0 01002 fddi 101002 1500 - - - - - 0 01003 trcrf 101003 1500 0 0x0 - - - 0 01004 fdnet 101004 1500 - - 0x0 ieee - 0 01005 trbrf 101005 1500 - - 0x0 ibm - 0 0

VLAN AREHops STEHops Backup CRF---- ------- ------- ----------1003 7 7 off cat> (enable)

Page 6