Vous êtes sur la page 1sur 605

r1.

txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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 subnets
10.10.0.0 is directly connected, Serial0.1
10.1.0.0 is directly connected, Ethernet0
10.4.0.0 [110/110] via 10.10.1.3, 00:06:55, Serial0.1
10.44.0.0 [110/101] via 10.10.1.3, 00:06:55, Serial0.1
10.34.0.0 [110/100] via 10.10.1.3, 00:06:55, Serial0.1
11.0.0.0/16 is subnetted, 1 subnets
O 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 subnets
O IA
137.20.20.0 [110/60] via 10.10.1.2, 00:06:55, Serial0.1
C
201.201.201.0/24 is directly connected, Loopback0
O*E1 0.0.0.0/0 [110/150] via 10.10.1.2, 00:06:56, Serial0.1
r1#sh ip ospf nei
C
C
O IA
O IA
O IA

Neighbor ID
200.200.200.1
10.34.1.1
11.1.1.5

Pri
1
1
1

State
FULL/BDR
FULL/DROTHER
FULL/DROTHER

Dead Time
00:01:08
00:01:08
00:01:11

Page 2

Address
10.10.1.2
10.10.1.3
10.10.1.5

Interface
Serial0.1
Serial0.1
Serial0.1

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password cisco
!
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r7 2007 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip name-server 207.238.183.71
ip 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 10
no ip classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no logging console
access-list 101 permit ip any 10.34.0.0 0.0.255.255
access-list 101 permit ip any 11.1.0.0 0.0.255.255
access-list 101 permit ip any 10.4.0.0 0.0.255.255
access-list 101 permit ip any host 10.10.1.3
access-list 101 permit ip any host 10.10.1.5
access-list 101 permit ip any 10.44.0.0 0.0.255.255
route-map 10 permit 10
match ip address 101
set ip next-hop 10.10.1.1
!
!
!
Page 1

r2.txt
line con 0
exec-timeout 60 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 300
txspeed 300
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
login
!
end
r2#sh ip route
Codes: 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 subnets
10.10.0.0 is directly connected, Serial0
IA
10.1.0.0 [110/60] via 10.10.1.1, 00:08:26, Serial0
IA
10.4.0.0 [110/110] via 10.10.1.3, 00:08:26, Serial0
IA
10.44.0.0 [110/101] via 10.10.1.3, 00:08:26, Serial0
IA
10.34.0.0 [110/100] via 10.10.1.3, 00:08:26, Serial0
11.0.0.0/16 is subnetted, 1 subnets
O IA
11.1.0.0 [110/60] via 10.10.1.5, 00:08:26, Serial0
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
C
200.200.200.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#sh ip ospf nei
C
O
O
O
O

Neighbor ID
201.201.201.1

Pri
200

State
FULL/DR

Dead Time
00:01:00

Page 2

Address
10.10.1.1

Interface
Serial0

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 10
no ip classless
no logging console
access-list 101 permit ip any 137.20.20.0 0.0.0.255
access-list 101 permit ip any host 10.10.1.2
access-list 101 permit ip any 11.0.0.0 0.255.255.255
access-list 101 permit ip any host 10.10.1.5
route-map 10 permit 10
match ip address 101
set ip next-hop 10.10.1.1
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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 subnets
10.10.0.0 is directly connected, Serial0
10.1.0.0 [110/60] via 10.10.1.1, 00:09:24, Serial0
10.4.0.0 [110/60] via 10.34.1.2, 00:09:44, Serial1
10.44.0.0 [110/51] via 10.34.1.2, 00:09:24, Serial1
10.34.0.0 is directly connected, Serial1
11.0.0.0/16 is subnetted, 1 subnets
O IA
11.1.0.0 [110/60] via 10.10.1.5, 00:09:24, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/60] via 10.10.1.2, 00:09:24, Serial0
O*E1 0.0.0.0/0 [110/150] via 10.10.1.2, 00:09:24, Serial0
r3#sh ip ospf nei
C
O IA
O
O IA
C

Neighbor ID
201.201.201.1
10.34.1.2
r

Pri
200
1

State
FULL/DR
FULL/ -

Dead Time
00:01:05
00:00:33

Page 2

Address
10.10.1.1
10.34.1.2

Interface
Serial0
Serial1

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#sh ip route
Codes: 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
O
O IA
C

10.0.0.0/8 is variably subnetted, 6 subnets, 2 masks


10.10.0.0/16 [110/100] via 10.34.1.1, 00:10:58, Serial0
10.1.0.0/16 [110/110] via 10.34.1.1, 00:10:58, Serial0
10.4.0.0/16 is directly connected, Ethernet0
Page 1

r4.txt
10.44.2.0/24 is directly connected, Loopback1
10.44.1.0/24 is directly connected, Loopback0
10.34.0.0/16 is directly connected, Serial0
11.0.0.0/16 is subnetted, 1 subnets
O IA
11.1.0.0 [110/110] via 10.34.1.1, 00:10:59, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/110] via 10.34.1.1, 00:10:59, Serial0
O*E1 0.0.0.0/0 [110/200] via 10.34.1.1, 00:10:59, Serial0
r4#sh ip ospf nei
C
C
C

Neighbor ID
10.34.1.1
r

Pri
1

State
FULL/

Dead Time
00:00:38

Page 2

Address
10.34.1.1

Interface
Serial0

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 10
no ip classless
no logging console
access-list 101 permit ip any 10.4.0.0 0.0.255.255
access-list 101 permit ip any 10.34.0.0 0.0.255.255
access-list 101 permit ip any 137.20.20.0 0.0.0.255
access-list 101 permit ip any host 10.10.1.2
access-list 101 permit ip any host 10.10.1.3
access-list 101 permit ip any 10.44.0.0 0.0.255.255
route-map 10 permit 10
match ip address 101
set ip next-hop 10.10.1.1
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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 subnets
10.10.0.0 is directly connected, Serial0
IA
10.1.0.0 [110/60] via 10.10.1.1, 00:11:44, Serial0
IA
10.4.0.0 [110/110] via 10.10.1.3, 00:11:44, Serial0
IA
10.44.0.0 [110/101] via 10.10.1.3, 00:11:44, Serial0
IA
10.34.0.0 [110/100] via 10.10.1.3, 00:11:44, Serial0
11.0.0.0/16 is subnetted, 1 subnets
C
11.1.0.0 is directly connected, Ethernet0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/60] via 10.10.1.2, 00:11:44, Serial0
O*E1 0.0.0.0/0 [110/150] via 10.10.1.2, 00:11:44, Serial0
r5#sh ip ospf nei
C
O
O
O
O

Neighbor ID
201.201.201.1

Pri
200

State
FULL/DR

Dead Time
00:01:00

Page 2

Address
10.10.1.1

Interface
Serial0

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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
frame-relay route 103 interface
frame-relay route 105 interface
!
interface Serial1
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 201 interface
!
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
!
interface Serial3
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 501 interface
!
interface Serial4
no ip address
shutdown
!
interface Serial5
no ip address
shutdown
!
interface Serial6
no ip address
shutdown
!

Serial1 201
Serial2 301
Serial3 501

Serial0 102

Serial0 103

Serial0 105

Page 1

r7.txt
interface Serial7
no ip address
shutdown
!
no logging console
!
!
line con 0
line aux 0
transport input all
line 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 route
Input Intf
Input Dlci
Serial0
102
Serial0
103
Serial0
105
Serial1
201
Serial2
301
Serial3
501

Output Intf
Serial1
Serial2
Serial3
Serial0
Serial0
Serial0

Page 2

Output Dlci
201
301
501
102
103
105

Status
active
active
active
active
active
active

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec ci clear ip route *
alias exec i show ip route
Page 1

r1.txt
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#i
Codes: 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 subnets
O 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 masks
C
10.10.0.0/16 is directly connected, Serial0.2
O
10.10.1.3/32 [110/64] via 10.10.1.3, 02:00:39, Serial0.2
O
10.10.1.5/32 [110/64] via 10.10.1.5, 02:00:39, Serial0.2
O
10.3.0.0/16 [110/70] via 10.10.1.3, 02:00:39, Serial0.2
C
10.1.0.0/16 is directly connected, Ethernet0
C
10.20.0.0/16 is directly connected, Serial0.1
O E2
10.33.2.0/24 [110/20] via 10.10.1.3, 01:39:04, Serial0.2
O E2
10.33.1.0/24 [110/20] via 10.10.1.3, 01:39:04, Serial0.2
O 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 subnets
O
11.1.0.0 [110/74] via 10.10.1.5, 02:00:41, Serial0.2
B
12.0.0.0/8 [200/0] via 11.1.1.6, 00:26:13
B
41.0.0.0/8 [20/0] via 10.10.1.3, 01:11:23
44.0.0.0/24 is subnetted, 1 subnets
B
44.1.1.0 [20/0] via 10.10.1.3, 01:11:23
C
192.168.1.0/24 is directly connected, Loopback0
137.20.0.0/24 is subnetted, 1 subnets
D
137.20.20.0 [90/2195456] via 10.20.1.1, 02:00:41, Serial0.1
B
177.1.0.0/16 [200/0] via 11.1.1.6, 00:26:13
O*E1 0.0.0.0/0 [110/564] via 10.10.1.3, 02:00:41, Serial0.2
r1#sh ip bgp
BGP table version is 23, local router ID is 192.168.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
*> 4.0.0.0
*>i12.0.0.0
*> 41.0.0.0
*> 44.1.1.0/24
*>i177.1.0.0
r1#

Next Hop
10.10.1.3
11.1.1.6
10.10.1.3
10.10.1.3
11.1.1.6

Metric LocPrf Weight


0
0
100
0
0
0
0
100
0

Page 2

Path
1 ?
3 ?
1 ?
1 i
3 ?

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
!
username marc password 0 cisco
no ip domain-lookup
ip host r1 2001 172.168.32.1
ip host r3 2003 172.168.32.1
ip host r4 2004 172.168.32.1
ip host r5 2005 172.168.32.1
ip host r6 2006 172.168.32.1
ip host r7 2007 172.168.32.1
ip 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
ip route 200.200.200.0 255.255.255.0 10.20.1.2
no logging console
!
alias exec s show session
alias 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 hardware
line 1 16
transport input all
Page 1

r2.txt
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password cisco
login local
!
end
r2#i
Codes: 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 subnets
C
172.168.32.0 is directly connected, Loopback0
173.168.0.0/24 is subnetted, 1 subnets
D 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 masks
D
10.10.0.0/16 [90/2681856] via 10.20.1.2, 01:03:48, Serial0
D EX
10.10.1.3/32 [170/2221056] via 10.20.1.2, 01:03:48, Serial0
D EX
10.10.1.5/32 [170/2221056] via 10.20.1.2, 01:03:48, Serial0
D EX
10.3.0.0/16 [170/2221056] via 10.20.1.2, 01:03:48, Serial0
D
10.1.0.0/16 [90/2195456] via 10.20.1.2, 01:03:48, Serial0
C
10.20.0.0/16 is directly connected, Serial0
D EX
10.33.2.0/24 [170/2221056] via 10.20.1.2, 01:03:48, Serial0
D EX
10.33.1.0/24 [170/2221056] via 10.20.1.2, 01:03:48, Serial0
D 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 subnets
D EX
11.1.0.0 [170/2221056] via 10.20.1.2, 01:03:49, Serial0
B
12.0.0.0/8 [200/0] via 11.1.1.6, 00:27:06
B
41.0.0.0/8 [200/0] via 10.10.1.3, 01:03:22
44.0.0.0/24 is subnetted, 1 subnets
B
44.1.1.0 [200/0] via 10.10.1.3, 01:03:22
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
B
177.1.0.0/16 [200/0] via 11.1.1.6, 00:27:06
S
200.200.200.0/24 [1/0] via 10.20.1.2
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#sh ip bgp nei
BGP 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 5
Connection state is ESTAB, I/O status: 1, unread input bytes: 0
Local host: 10.20.1.1, Local port: 179
Page 2

r2.txt
Foreign host: 10.20.1.2, Foreign port: 11010
Enqueued packets for retransmit: 0, input: 0
Event Timers (current time is 0xAF60C0):
Timer
Starts
Wakeups
Retrans
67
0
TimeWait
0
0
AckHold
75
36
SendWnd
0
0
KeepAlive
0
0
GiveUp
0
0
PmtuAger
0
0
DeadWait
0
0
iss: 1858084750
irs: 2605170005

snduna: 1858086015
rcvnxt: 2605171782

mis-ordered: 0 (0 bytes)
Next
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0

sndnxt: 1858086015
rcvwnd:
16080

sndwnd:
delrcvwnd:

SRTT: 302 ms, RTTO: 632 ms, RTV: 14 ms, KRTT: 0 ms


minRTT: 8 ms, maxRTT: 316 ms, ACK hold: 300 ms
Flags: passive open, nagle, gen tcbs
Datagrams (max data segment is 1460 bytes):
Rcvd: 127 (out of order: 0), with data: 75, total data bytes: 1776
Sent: 104 (retransmit: 0), with data: 66, total data bytes: 1264
r2#

Page 3

15120
304

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip route 0.0.0.0 0.0.0.0 173.168.40.2
no logging console
!
alias exec ci clear ip route *
alias exec i show ip route
alias exec cib clear ip bgp *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i
Page 1

r3.txt
Codes: 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 subnets
C
173.168.40.0 is directly connected, Serial1
10.0.0.0/8 is variably subnetted, 8 subnets, 3 masks
O
10.10.1.1/32 [110/64] via 10.10.1.1, 02:03:35, Serial0
C
10.10.0.0/16 is directly connected, Serial0
O
10.10.1.5/32 [110/128] via 10.10.1.1, 02:03:35, Serial0
C
10.3.0.0/16 is directly connected, TokenRing0
O IA
10.1.0.0/16 [110/74] via 10.10.1.1, 02:03:35, Serial0
O E1
10.20.0.0/16 [110/84] via 10.10.1.1, 02:03:35, Serial0
C
10.33.2.0/24 is directly connected, Loopback1
C
10.33.1.0/24 is directly connected, Loopback0
11.0.0.0/16 is subnetted, 1 subnets
O
11.1.0.0 [110/138] via 10.10.1.1, 02:03:36, Serial0
B
12.0.0.0/8 [20/0] via 10.10.1.1, 00:27:56
B
41.0.0.0/8 [200/0] via 173.168.40.2, 01:17:26
44.0.0.0/24 is subnetted, 1 subnets
B
44.1.1.0 [200/0] via 173.168.40.2, 01:17:26
137.20.0.0/24 is subnetted, 1 subnets
O E1
137.20.20.0 [110/84] via 10.10.1.1, 02:03:37, Serial0
B
177.1.0.0/16 [20/0] via 10.10.1.1, 00:27:56
S*
0.0.0.0/0 [1/0] via 173.168.40.2
r3#sh ip bgp nei
BGP 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 2
Connection state is ESTAB, I/O status: 1, unread input bytes: 0
Local host: 10.10.1.3, Local port: 11011
Foreign host: 10.10.1.1, Foreign port: 179
Enqueued packets for retransmit: 0, input: 0
Event Timers (current time is 0xBD4690):
Timer
Starts
Wakeups
Retrans
79
0
TimeWait
0
0
AckHold
83
78
SendWnd
0
0
KeepAlive
0
0
GiveUp
0
0
PmtuAger
0
0
DeadWait
0
0
iss: 2178421477
irs: 2070651871

snduna: 2178423022
rcvnxt: 2070653602

mis-ordered: 0 (0 bytes)
Next
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0

sndnxt: 2178423022
rcvwnd:
16118
Page 2

sndwnd:
delrcvwnd:

16308
266

r3.txt
SRTT: 300 ms, RTTO: 607 ms, RTV: 3 ms, KRTT: 0 ms
minRTT: 4 ms, maxRTT: 308 ms, ACK hold: 300 ms
Flags: higher precedence, nagle
Datagrams (max data segment is 1460 bytes):
Rcvd: 87 (out of order: 0), with data: 83, total data bytes: 1730
Sent: 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 3
Connection state is ESTAB, I/O status: 1, unread input bytes: 0
Local host: 10.33.1.1, Local port: 11008
Foreign host: 173.168.40.2, Foreign port: 179
Enqueued packets for retransmit: 0, input: 0
Event Timers (current time is 0xBD61E8):
Timer
Starts
Wakeups
Retrans
88
0
TimeWait
0
0
AckHold
81
39
SendWnd
0
0
KeepAlive
0
0
GiveUp
0
0
PmtuAger
0
0
DeadWait
0
0
iss: 1924353400
irs: 1918317413

snduna: 1924355235
rcvnxt: 1918319054

mis-ordered: 0 (0 bytes)
Next
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0

sndnxt: 1924355235
rcvwnd:
16384

sndwnd:
delrcvwnd:

16175
0

SRTT: 317 ms, RTTO: 846 ms, RTV: 106 ms, KRTT: 0 ms
minRTT: 4 ms, maxRTT: 404 ms, ACK hold: 300 ms
Flags: higher precedence, nagle
Datagrams (max data segment is 536 bytes):
Rcvd: 145 (out of order: 0), with data: 81, total data bytes: 1640
Sent: 131 (retransmit: 0), with data: 87, total data bytes: 1834
r3#sh ip bgp
BGP table version is 18, local router ID is 10.33.2.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
*>i4.0.0.0
*> 12.0.0.0
*>i41.0.0.0
*>i44.1.1.0/24
*> 177.1.0.0
r3#

Next Hop
173.168.40.2
10.10.1.1
173.168.40.2
173.168.40.2
10.10.1.1

Metric LocPrf Weight Path


0
100
0 ?
0 2 3 ?
0
100
0 ?
0
100
0 i
0 2 3 ?

Page 3

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip route 0.0.0.0 0.0.0.0 173.168.40.1
ip route 4.1.1.0 255.255.255.0 Null0
no logging console
!
alias exec ci clear ip route *
alias exec i show ip route
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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.0
Page 1

r4.txt
4.0.0.0/24 is subnetted, 1 subnets
4.1.1.0 is directly connected, Null0
173.168.0.0/24 is subnetted, 1 subnets
C
173.168.40.0 is directly connected, Serial0
B
12.0.0.0/8 [200/0] via 10.10.1.1, 00:28:47
41.0.0.0/24 is subnetted, 1 subnets
C
41.1.1.0 is directly connected, Loopback1
44.0.0.0/24 is subnetted, 1 subnets
C
44.1.1.0 is directly connected, Loopback0
B
177.1.0.0/16 [200/0] via 10.10.1.1, 00:28:47
C
200.200.200.0/24 is directly connected, Ethernet0
S*
0.0.0.0/0 [1/0] via 173.168.40.1
r4#sh ip bgp
BGP table version is 19, local router ID is 44.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
S

Network
*> 4.0.0.0
*>i12.0.0.0
*> 41.0.0.0
*> 44.1.1.0/24
*>i177.1.0.0
r4#

Next Hop
0.0.0.0
10.10.1.1
0.0.0.0
0.0.0.0
10.10.1.1

Metric LocPrf Weight Path


0
32768 ?
100
0 2 3 ?
0
32768 ?
0
32768 i
100
0 2 3 ?

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
access-list 10 permit 4.0.0.0
access-list 20 permit any
route-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 0
line aux 0
line vty 0 4
login
!
end
Page 1

r5.txt
r5#i
Codes: 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 subnets
O 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 masks
O
10.10.1.1/32 [110/64] via 10.10.1.1, 00:00:18, Serial0
C
10.10.0.0/16 is directly connected, Serial0
O
10.10.1.3/32 [110/128] via 10.10.1.1, 00:00:18, Serial0
O
10.3.0.0/16 [110/134] via 10.10.1.1, 00:00:18, Serial0
O IA
10.1.0.0/16 [110/74] via 10.10.1.1, 00:00:18, Serial0
O E1
10.20.0.0/16 [110/84] via 10.10.1.1, 00:00:18, Serial0
O E2
10.33.2.0/24 [110/20] via 10.10.1.1, 00:00:19, Serial0
O E2
10.33.1.0/24 [110/20] via 10.10.1.1, 00:00:19, Serial0
O 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 subnets
C
11.1.0.0 is directly connected, Ethernet0
B
12.0.0.0/8 [20/0] via 11.1.1.6, 00:00:30
B
41.0.0.0/8 [200/0] via 10.10.1.3, 00:00:18
44.0.0.0/24 is subnetted, 1 subnets
B
44.1.1.0 [200/0] via 10.10.1.3, 00:00:18
137.20.0.0/24 is subnetted, 1 subnets
O E1
137.20.20.0 [110/84] via 10.10.1.1, 00:00:20, Serial0
B
177.1.0.0/16 [20/0] via 11.1.1.6, 00:00:30
O*E1 0.0.0.0/0 [110/628] via 10.10.1.1, 00:00:20, Serial0
r5#sh ip bgp
BGP table version is 6, local router ID is 11.1.1.5
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
*>i4.0.0.0
*> 12.0.0.0
*>i41.0.0.0
*>i44.1.1.0/24
*> 177.1.0.0
r5#

Next Hop
10.10.1.3
11.1.1.6
10.10.1.3
10.10.1.3
11.1.1.6

Metric LocPrf Weight Path


100
0 1 ?
0
0 3 ?
100
0 1 ?
100
0 1 i
0
0 3 ?

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip route 0.0.0.0 0.0.0.0 11.1.1.5
no logging console
access-list 1 permit 0.0.0.0
access-list 2 permit any
route-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.txt
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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 subnets
11.1.0.0 is directly connected, Ethernet0
12.0.0.0/16 is subnetted, 3 subnets
O
12.4.0.0 [110/60] via 12.2.1.2, 00:51:50, Serial1
C
12.2.0.0 is directly connected, Serial1
O
12.3.0.0 [110/60] via 12.2.1.2, 00:51:50, Serial1
B
41.0.0.0/8 [20/0] via 11.1.1.5, 00:00:43
44.0.0.0/24 is subnetted, 1 subnets
B
44.1.1.0 [20/0] via 11.1.1.5, 00:00:43
177.1.0.0/24 is subnetted, 1 subnets
O E2
177.1.1.0 [110/20] via 12.2.1.2, 00:51:50, Serial1
S*
0.0.0.0/0 [1/0] via 11.1.1.5
r6#sh ip bgp nei
BGP 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 2
Connection state is ESTAB, I/O status: 1, unread input bytes: 0
Local host: 11.1.1.6, Local port: 11012
Foreign host: 11.1.1.5, Foreign port: 179
C

Enqueued packets for retransmit: 0, input: 0


Event Timers (current time is 0xBF6FE8):
Timer
Starts
Wakeups
Retrans
7
1
TimeWait
0
0
AckHold
6
3
SendWnd
0
0
KeepAlive
0
0
GiveUp
0
0
PmtuAger
0
0
DeadWait
0
0
iss: 2352185212
irs: 2788113064

snduna: 2352185352
rcvnxt: 2788113243

mis-ordered: 0 (0 bytes)
Next
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0

sndnxt: 2352185352
rcvwnd:
16206

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

sndwnd:
delrcvwnd:

16245
178

r6.txt
minRTT: 4 ms, maxRTT: 300 ms, ACK hold: 300 ms
Flags: higher precedence, nagle
Datagrams (max data segment is 1460 bytes):
Rcvd: 9 (out of order: 0), with data: 6, total data bytes: 178
Sent: 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 0
Connection state is ESTAB, I/O status: 1, unread input bytes: 0
Local host: 12.2.1.1, Local port: 11010
Foreign host: 12.2.1.2, Foreign port: 179
Enqueued packets for retransmit: 0, input: 0
Event Timers (current time is 0xBF8134):
Timer
Starts
Wakeups
Retrans
51
0
TimeWait
0
0
AckHold
41
39
SendWnd
0
0
KeepAlive
0
0
GiveUp
0
0
PmtuAger
0
0
DeadWait
0
0

mis-ordered: 0 (0 bytes)

iss:
irs:

89833588
74153476

snduna:
rcvnxt:

89834814
74154266

Next
0x0
0x0
0x0
0x0
0x0
0x0
0x0
0x0

sndnxt:
rcvwnd:

89834814
15595

sndwnd:
delrcvwnd:

15159
789

SRTT: 308 ms, RTTO: 729 ms, RTV: 56 ms, KRTT: 0 ms


minRTT: 4 ms, maxRTT: 360 ms, ACK hold: 300 ms
Flags: higher precedence, nagle, md5
Datagrams (max data segment is 1440 bytes):
Rcvd: 52 (out of order: 0), with data: 42, total data bytes: 808
Sent: 93 (retransmit: 0), with data: 51, total data bytes: 1244
r6#sh ip bgp
BGP table version is 17, local router ID is 12.2.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
*> 12.0.0.0
*> 41.0.0.0
*> 44.1.1.0/24
*> 177.1.0.0
r6#

Next Hop
0.0.0.0
11.1.1.5
11.1.1.5
0.0.0.0

Metric LocPrf Weight Path


0
32768 ?
300
0 2 1 ?
300
0 2 1 i
0
32768 ?

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Codes: 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 masks
12.4.0.0 255.255.0.0 is directly connected, Ethernet1
12.0.0.0 255.0.0.0 [200/0] via 12.2.1.1, 00:31:29
12.2.0.0 255.255.0.0 is directly connected, Serial4
12.3.0.0 255.255.0.0 is directly connected, Ethernet0
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 subnets
B
44.1.1.0 [200/0] via 11.1.1.5, 00:01:35
177.1.0.0 is variably subnetted, 2 subnets, 2 masks
B
177.1.0.0 255.255.0.0 [200/0] via 12.2.1.1, 00:31:30
C
177.1.1.0 255.255.255.0 is directly connected, Loopback0
O*E2 0.0.0.0 0.0.0.0 [110/20] via 12.2.1.1, 00:31:30, Serial4
r7#sh ip bgp
BGP table version is 26, local router ID is 177.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
C
B
C
C
B

Network
*>i12.0.0.0

Next Hop
12.2.1.1

Metric LocPrf Weight Path


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 nei
BGP 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 3
Connection state is ESTAB, I/O status: 1, unread input bytes: 0
Local host: 12.2.1.2, Local port: 179
Foreign 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
Starts:
43
0
51
Wakeups:
0
0
9
Next:
0
0
0
iss:
irs:

74153476
89833588

snduna:
rcvnxt:

74154285
89834833

sndnxt:
rcvwnd:

SendWnd
0
0
0
74154285
15140

KeepAlive
0
0
0
sndwnd:
delrcvwnd:

SRTT: 306 ms, RTTO: 655 ms, RTV: 21 ms, KRTT: 0 ms


minRTT: 4 ms, maxRTT: 380 ms, ACK hold: 300 ms
Flags: 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: 1244
Sent: 52 (retransmit: 0), with data: 42, total data bytes: 808
r7#

Page 3

15576
1244

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
no ip domain-lookup
appletalk routing eigrp 1
appletalk route-redistribution
!
decnet routing 1.1
decnet 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 classless
no logging console
!
!
!
!
ipx router eigrp 1
network 2001
network 3150
!
!
ipx router rip
no network 2001
no network 3150
!
!
!
alias exec i sh ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#i
Codes: 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 masks
B
172.168.2.0/24 [200/0] via 137.20.103.2, 00:23:25
O 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 subnets
O E1
10.1.0.0 [110/84] via 137.20.101.5, 00:16:40, Serial0.2
O E1 192.168.2.0/24 [110/84] via 137.20.101.5, 03:12:42, Serial0.2
O E1 192.168.4.0/24 [110/84] via 137.20.101.5, 03:12:42, Serial0.2
O 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 masks
O IA
137.20.30.0/24 [110/70] via 137.20.101.3, 01:46:40, Serial0.2
O
137.20.20.0/24 [110/74] via 137.20.100.1, 03:12:43, Serial0.1
C
137.20.1.16/28 is directly connected, Loopback0
C
137.20.10.0/24 is directly connected, Ethernet0
O IA
137.20.3.0/24 [110/65] via 137.20.101.3, 03:12:43, Serial0.2
O E1
137.20.50.0/24 [110/84] via 137.20.101.5, 03:12:44, Serial0.2
O IA
137.20.40.0/24 [110/138] via 137.20.101.3, 03:12:44, Serial0.2
C
137.20.1.32/28 is directly connected, Loopback1
C
137.20.101.0/24 is directly connected, Serial0.2
C
137.20.100.0/24 is directly connected, Serial0.1
O IA
137.20.103.0/24 [110/128] via 137.20.101.3, 03:12:44, Serial0.2
O
137.20.101.3/32 [110/64] via 137.20.101.3, 03:12:44, Serial0.2
O
137.20.101.5/32 [110/64] via 137.20.101.5, 03:12:44, Serial0.2
O E1 160.0.0.0/4 [110/84] via 137.20.101.5, 00:16:48, Serial0.2
r1#sh ipx route
Codes: 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
c
C
C
C
C
E

100
101
2001
3150
10000
10001
200

(NOVELL-ETHER), Et0
(SAP),
Et0
(FRAME-RELAY),
Se0.1
(FRAME-RELAY),
Se0.2
(UNKNOWN),
Lo0
(UNKNOWN),
Lo1
[2195456/1] via
2001.0060.5cf4.7345, age 03:12:16,
1u, Se0.1
E
300 [2185984/1] via
3150.0000.30e2.e870, age 01:46:50,
13u, Se0.2
E
400 [479616000/2] via
3150.0000.30e2.e870, age 03:12:16,
1u, Se0.2
E
567 [2195456/1] via
3150.00e0.b055.d43a, age 03:12:16,
1u, Se0.2
E
701 [269824000/2] via
3150.00e0.b055.d43a, age 03:12:17,
1u, Se0.2
E
3004 [297756416/1] via
3150.0000.30e2.e870, age 03:12:17,
1u, Se0.2
E
20000 [2297856/1] via
2001.0060.5cf4.7345, age 03:12:17,
1u, Se0.1
E
30000 [2297856/1] via
3150.0000.30e2.e870, age 03:12:17,
1u, Se0.2
E
30001 [2297856/1] via
3150.0000.30e2.e870, age 03:12:17,
1u, Se0.2
r1#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 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 r1ether0
E Net 200 [1/G] via 2001.150, 11479 sec, Serial0.1, zone r2ether0
E Net 300-300 [1/G] via 3150.7, 6344 sec, Serial0.2, zone r3token0
E Net 400-400 [2/G] via 3150.7, 11479 sec, Serial0.2, zone r4ether0
E Net 567-567 [1/G] via 3150.106, 11479 sec, Serial0.2, zone r5r6r7ether0
C Net 2001-2001 directly connected, Serial0.1, zone frame
E Net 3004-3004 [1/G] via 3150.7, 11479 sec, Serial0.2, zone r3r4serial
C Net 3150-3150 directly connected, Serial0.2, zone frame
r1#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.3
r1#

Page 4

r2.txt
Current 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.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
!
username marc password 0 cisco
no ip domain-lookup
ip host r1 2001 172.168.32.1
ip host r3 2003 172.168.32.1
ip host r4 2004 172.168.32.1
ip host r5 2005 172.168.32.1
ip host r6 2006 172.168.32.1
ip host r7 2007 172.168.32.1
ip host r8 2002 172.168.32.1
appletalk routing eigrp 2
appletalk route-redistribution
!
decnet routing 1.2
decnet node-type routing-iv
!
ipx routing 0060.5cf4.7345
frame-relay de-list 1 protocol ip
clock timezone est -5
clock summer-time edt recurring
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.20.1
dlsw remote-peer 0 tcp 137.20.30.1
dlsw remote-peer 0 tcp 137.20.40.1
dlsw 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 classless
ip 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 ieee
alias exec s show session
alias 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 hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password cisco
login local
!
ntp master
end
r2#i
Codes: 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 subnets
172.168.2.0 [200/0] via 137.20.103.2, 00:24:45
172.168.32.0 is directly connected, Loopback0
10.0.0.0/16 is subnetted, 1 subnets
O E1
10.1.0.0 [110/148] via 137.20.100.2, 00:19:23, Serial0
O E1 192.168.2.0/24 [110/148] via 137.20.100.2, 03:15:25, Serial0
O E1 192.168.4.0/24 [110/148] via 137.20.100.2, 03:15:25, Serial0
O 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 masks
O IA
137.20.30.0/24 [110/134] via 137.20.100.2, 01:49:23, Serial0
C
137.20.20.0/24 is directly connected, Ethernet0
O IA
137.20.10.0/24 [110/74] via 137.20.100.2, 03:15:26, Serial0
O IA
137.20.1.0/24 [110/65] via 137.20.100.2, 03:15:26, Serial0
O IA
137.20.3.0/24 [110/129] via 137.20.100.2, 03:15:26, Serial0
O E1
137.20.50.0/24 [110/148] via 137.20.100.2, 03:15:30, Serial0
O IA
137.20.40.0/24 [110/202] via 137.20.100.2, 03:15:30, Serial0
O E1
137.20.101.0/24 [110/148] via 137.20.100.2, 03:15:30, Serial0
O
137.20.101.1/32 [110/64] via 137.20.100.2, 03:15:30, Serial0
C
137.20.100.0/24 is directly connected, Serial0
O IA
137.20.103.0/24 [110/192] via 137.20.100.2, 03:15:30, Serial0
O
137.20.101.3/32 [110/128] via 137.20.100.2, 03:15:30, Serial0
O
137.20.101.5/32 [110/128] via 137.20.100.2, 03:15:30, Serial0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
O E1 160.0.0.0/4 [110/148] via 137.20.100.2, 00:19:34, Serial0
r2#sh ipx route
Codes: 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
B
C

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


No default route known.
C
C
C
E

200
2001
20000
100

101

300

400

567

701

3004

3150

10000

10001

30000

30001

(NOVELL-ETHER), Et0
(FRAME-RELAY),
Se0
(UNKNOWN),
Lo0
[2195456/1] via
2001.0000.0c4a.acf9, age 22:41:17,
1u, Se0
[2195456/1] via
2001.0000.0c4a.acf9, age 22:41:17,
1u, Se0
[2697984/1] via
2001.0000.0c4a.acf9, age 01:49:36,
5u, Se0
[480128000/2] via
2001.0000.0c4a.acf9, age 22:41:14,
1u, Se0
[2707456/1] via
2001.0000.0c4a.acf9, age 03:15:02,
1u, Se0
[270336000/2] via
2001.0000.0c4a.acf9, age 03:15:02,
1u, Se0
[298268416/1] via
2001.0000.0c4a.acf9, age 22:41:15,
1u, Se0
[2681856/0] via
2001.0000.0c4a.acf9, age 22:41:18,
1u, Se0
[2297856/1] via
2001.0000.0c4a.acf9, age 22:41:18,
1u, Se0
[2297856/1] via
2001.0000.0c4a.acf9, age 22:41:18,
1u, Se0
[2809856/1] via
2001.0000.0c4a.acf9, age 22:41:15,
1u, Se0
[2809856/1] via
2001.0000.0c4a.acf9, age 22:41:15,
Page 3

r2.txt
1u, Se0
r2#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 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 r1ether0
C Net 200 directly connected, Ethernet0, zone r2ether0
E Net 300-300 [2/G] via 2001.69, 6509 sec, Serial0, zone r3token0
E Net 400-400 [3/G] via 2001.69, 82790 sec, Serial0, zone r4ether0
E Net 567-567 [2/G] via 2001.69, 11643 sec, Serial0, zone r5r6r7ether0
C Net 2001-2001 directly connected, Serial0, zone frame
E Net 3004-3004 [2/G] via 2001.69, 87433 sec, Serial0, zone r3r4serial
E Net 3150-3150 [1/G] via 2001.69, 87443 sec, Serial0, zone frame
r2#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.txt
Current configuration:
!
! Last configuration change at 21:44:01 est Fri Dec
! NVRAM config last updated at 20:53:04 est Fri Dec
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
netbios access-list host r3 deny CCIERING1
netbios access-list host r3 permit *
!
no ip domain-lookup
appletalk routing eigrp 3
appletalk route-redistribution
!
decnet routing 1.3
decnet node-type routing-iv
!
ipx routing 0000.30e2.e870
clock timezone est -5
clock summer-time edt recurring
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.30.1
dlsw remote-peer 0 tcp 137.20.40.1 lsap-output-list
dlsw remote-peer 0 tcp 137.20.20.1 host-netbios-out
!
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

18 1998
18 1998

200 host-netbios-out r3
r3

r3.txt
Current configuration:
!
! Last configuration change at 21:44:01 est Fri Dec
! NVRAM config last updated at 20:53:04 est Fri Dec
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
netbios access-list host r3 deny CCIERING1
netbios access-list host r3 permit *
!
no ip domain-lookup
appletalk routing eigrp 3
appletalk route-redistribution
!
decnet routing 1.3
decnet node-type routing-iv
!
ipx routing 0000.30e2.e870
clock timezone est -5
clock summer-time edt recurring
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.30.1
dlsw remote-peer 0 tcp 137.20.40.1 lsap-output-list
dlsw remote-peer 0 tcp 137.20.20.1 host-netbios-out
!
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

18 1998
18 1998

200 host-netbios-out r3
r3

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 classless
no logging console
access-list 200 permit 0x0404 0x0001
access-list 200 permit 0x0004 0x0001
queue-list 1 protocol ip 0 tcp telnet
queue-list 1 protocol ipx 1
queue-list 1 protocol ip 3
queue-list 1 default 2
queue-list 1 queue 0 byte-count 1000
queue-list 1 queue 1 byte-count 1000
queue-list 1 queue 2 byte-count 1000
queue-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 1
ipx sap 7 pserver 300.0000.0c12.3456 451 1
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
ntp clock-period 17179874
Page 2

r3.txt
ntp server 137.20.20.1
end
r3#i
Codes: 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 masks
172.168.2.0/24 [20/0] via 137.20.103.2, 00:30:50
172.168.32.1/32 [110/129] via 137.20.101.1, 01:54:05, Serial0
10.0.0.0/16 is subnetted, 1 subnets
O E1
10.1.0.0 [110/148] via 137.20.101.1, 00:24:05, Serial0
O E1 192.168.2.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0
O E1 192.168.4.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0
O 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 masks
C
137.20.30.0/24 is directly connected, TokenRing0
O
137.20.20.0/24 [110/138] via 137.20.101.1, 03:20:08, Serial0
O IA
137.20.10.0/24 [110/74] via 137.20.101.1, 01:54:05, Serial0
O IA
137.20.1.0/24 [110/65] via 137.20.101.1, 01:54:05, Serial0
O E1
137.20.50.0/24 [110/148] via 137.20.101.1, 01:54:05, Serial0
O IA
137.20.40.0/24 [110/74] via 137.20.103.2, 01:54:07, Serial1
C
137.20.3.32/27 is directly connected, Loopback0
C
137.20.3.64/27 is directly connected, Loopback1
C
137.20.101.0/24 is directly connected, Serial0
O
137.20.101.1/32 [110/64] via 137.20.101.1, 03:20:09, Serial0
O
137.20.100.0/24 [110/128] via 137.20.101.1, 03:20:09, Serial0
C
137.20.103.0/24 is directly connected, Serial1
O
137.20.101.5/32 [110/128] via 137.20.101.1, 03:20:09, Serial0
O E1 160.0.0.0/4 [110/148] via 137.20.101.1, 00:24:13, Serial0
r3#sh ipx route
Codes: 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
B
O IA

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


No default route known.
C
C
C
C
C
E

300
3004
3150
30000
30001
100

101

200

R
E

400
567

701

2001

(SAP),
To0
(TUNNEL),
Tu0
(FRAME-RELAY),
Se0
(UNKNOWN),
Lo0
(UNKNOWN),
Lo1
[2195456/1] via
3150.0000.0c4a.acf9, age 22:45:54,
1u, Se0
[2195456/1] via
3150.0000.0c4a.acf9, age 22:45:54,
1u, Se0
[2707456/1] via
3150.0000.0c4a.acf9, age 22:45:54,
1u, Se0
[151/01] via
3004.0000.0c92.821f,
52s, Tu0
[2707456/1] via
3150.0000.0c4a.acf9, age 03:19:43,
1u, Se0
[270336000/2] via
3150.0000.0c4a.acf9, age 03:19:44,
1u, Se0
[2681856/0] via
3150.0000.0c4a.acf9, age 22:45:55,
Page 3

r3.txt
1u,
E
10000 [2297856/1] via
1u,
E
10001 [2297856/1] via
1u,
E
20000 [2809856/1] via
1u,
r3#sh apple route
Codes: R - RTMP derived, E S - static P - proxy
8 routes in internet

Se0
3150.0000.0c4a.acf9, age 22:45:55,
Se0
3150.0000.0c4a.acf9, age 22:45:55,
Se0
3150.0000.0c4a.acf9, age 22:45:55,
Se0
EIGRP derived, C - connected, A - AURP

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 r1ether0
E Net 200 [2/G] via 3150.129, 87713 sec, Serial0, zone r2ether0
C Net 300-300 directly connected, TokenRing0, zone r3token0
R Net 400-400 [1/G] via 3004.139, 8 sec, Tunnel0, zone r4ether0
E Net 567-567 [2/G] via 3150.129, 11925 sec, Serial0, zone r5r6r7ether0
E Net 2001-2001 [1/G] via 3150.129, 87713 sec, Serial0, zone frame
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
C Net 3150-3150 directly connected, Serial0, zone frame
r3#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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
!
no ip domain-lookup
appletalk routing eigrp 4
appletalk route-redistribution
!
decnet routing 1.4
decnet node-type routing-iv
!
ipx routing 0000.0c92.821f
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.40.1
dlsw remote-peer 0 tcp 137.20.30.1 lsap-output-list 200
dlsw remote-peer 0 tcp 137.20.20.1
dlsw 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.txt
ip route 172.168.1.0 255.255.255.0 Null0
ip route 172.168.2.0 255.255.255.0 Null0
no logging console
access-list 1 permit 172.168.2.0 0.0.0.255
access-list 2 permit any
access-list 200 permit 0x0404 0x0001
access-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 ieee
alias exec ci clear ip route *
alias exec i show ip route
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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
S
S
O IA
O
O
O
O

E1
E1
E1
E1

O
O
O
O
O
O
C
O
O
O
C
O
O
O

IA
IA
IA
IA
E1
E1

E1

172.168.0.0/16 is variably subnetted, 3 subnets, 2 masks


172.168.1.0/24 is directly connected, Null0
172.168.2.0/24 is directly connected, Null0
172.168.32.1/32 [110/193] via 137.20.103.1, 03:22:01, Serial0
10.0.0.0/16 is subnetted, 1 subnets
10.1.0.0 [110/212] via 137.20.103.1, 00:26:09, Serial0
192.168.2.0/24 [110/212] via 137.20.103.1, 03:22:01, Serial0
192.168.4.0/24 [110/212] via 137.20.103.1, 03:22:01, Serial0
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 masks
137.20.30.0/24 [110/70] via 137.20.103.1, 01:56:09, Serial0
137.20.20.0/24 [110/202] via 137.20.103.1, 03:22:12, Serial0
137.20.10.0/24 [110/138] via 137.20.103.1, 03:22:02, Serial0
137.20.1.0/24 [110/129] via 137.20.103.1, 03:22:02, Serial0
137.20.3.0/24 [110/65] via 137.20.103.1, 03:22:03, Serial0
137.20.50.0/24 [110/212] via 137.20.103.1, 03:22:03, Serial0
137.20.40.0/24 is directly connected, Ethernet0
137.20.101.0/24 [110/212] via 137.20.103.1, 03:22:03, Serial0
137.20.101.1/32 [110/128] via 137.20.103.1, 03:22:13, Serial0
137.20.100.0/24 [110/192] via 137.20.103.1, 03:22:13, Serial0
137.20.103.0/24 is directly connected, Serial0
137.20.101.3/32 [110/64] via 137.20.103.1, 03:22:14, Serial0
137.20.101.5/32 [110/192] via 137.20.103.1, 03:22:14, Serial0
160.0.0.0/4 [110/212] via 137.20.103.1, 00:26:17, Serial0
Page 2

r4.txt
r4#sh ipx route
Codes: 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), Et0
C
3004 (TUNNEL),
Tu0
R
100 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
101 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
200 [163/02] via
3004.0000.30e2.e870,
63s, Tu0
R
300 [151/01] via
3004.0000.30e2.e870,
63s, Tu0
R
567 [163/02] via
3004.0000.30e2.e870,
63s, Tu0
R
701 [164/03] via
3004.0000.30e2.e870,
63s, Tu0
R
2001 [150/01] via
3004.0000.30e2.e870,
63s, Tu0
R
3150 [151/01] via
3004.0000.30e2.e870,
63s, Tu0
R
10000 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
10001 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
20000 [163/02] via
3004.0000.30e2.e870,
64s, Tu0
R
30000 [151/01] via
3004.0000.30e2.e870,
64s, Tu0
R
30001 [151/01] via
3004.0000.30e2.e870,
67s, Tu0
r4#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 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 r1ether0
R Net 200 [3/G] via 3004.236, 3 sec, Tunnel0, zone r2ether0
R Net 300-300 [1/G] via 3004.236, 3 sec, Tunnel0, zone r3token0
C Net 400-400 directly connected, Ethernet0, zone r4ether0
R Net 567-567 [3/G] via 3004.236, 3 sec, Tunnel0, zone r5r6r7ether0
R Net 2001-2001 [2/G] via 3004.236, 4 sec, Tunnel0, zone frame
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
R Net 3150-3150 [1/G] via 3004.236, 4 sec, Tunnel0, zone frame
r4#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.txt
r4#sh ipx route
Codes: 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), Et0
C
3004 (TUNNEL),
Tu0
R
100 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
101 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
200 [163/02] via
3004.0000.30e2.e870,
63s, Tu0
R
300 [151/01] via
3004.0000.30e2.e870,
63s, Tu0
R
567 [163/02] via
3004.0000.30e2.e870,
63s, Tu0
R
701 [164/03] via
3004.0000.30e2.e870,
63s, Tu0
R
2001 [150/01] via
3004.0000.30e2.e870,
63s, Tu0
R
3150 [151/01] via
3004.0000.30e2.e870,
63s, Tu0
R
10000 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
10001 [157/02] via
3004.0000.30e2.e870,
63s, Tu0
R
20000 [163/02] via
3004.0000.30e2.e870,
64s, Tu0
R
30000 [151/01] via
3004.0000.30e2.e870,
64s, Tu0
R
30001 [151/01] via
3004.0000.30e2.e870,
67s, Tu0
r4#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 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 r1ether0
R Net 200 [3/G] via 3004.236, 3 sec, Tunnel0, zone r2ether0
R Net 300-300 [1/G] via 3004.236, 3 sec, Tunnel0, zone r3token0
C Net 400-400 directly connected, Ethernet0, zone r4ether0
R Net 567-567 [3/G] via 3004.236, 3 sec, Tunnel0, zone r5r6r7ether0
R Net 2001-2001 [2/G] via 3004.236, 4 sec, Tunnel0, zone frame
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
R Net 3150-3150 [1/G] via 3004.236, 4 sec, Tunnel0, zone frame
r4#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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
no ip domain-lookup
!
decnet routing 2.5
decnet node-type area
!
appletalk routing eigrp 5
appletalk route-redistribution
ipx 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 classless
no logging console
access-list 1 permit 192.168.100.0 0.0.0.255
access-list 2 permit any
access-list 3 deny
192.168.1.0 0.0.254.255
access-list 3 permit any
access-list 101 deny
icmp host 137.20.50.6 host 137.20.10.1 echo
access-list 101 permit ip any any
access-list 600 deny cable-range 200-200
access-list 600 deny cable-range 400-400
access-list 600 permit other-access
access-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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r5#i
Codes: 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
O IA
D
D
D
D
D
D

EX
EX
EX
EX
EX

172.168.0.0/16 is variably subnetted, 2 subnets, 2 masks


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

r5.txt
D EX 192.168.5.0/24 [170/307200] via 137.20.50.6, 00:33:29, Ethernet0
D 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 masks
O IA
137.20.30.0/24 [110/134] via 137.20.101.1, 02:03:23, Serial0
O
137.20.20.0/24 [110/138] via 137.20.101.1, 03:29:27, Serial0
O IA
137.20.10.0/24 [110/74] via 137.20.101.1, 03:29:27, Serial0
O IA
137.20.1.0/24 [110/65] via 137.20.101.1, 03:29:27, Serial0
O IA
137.20.3.0/24 [110/129] via 137.20.101.1, 03:29:27, Serial0
C
137.20.50.0/24 is directly connected, Ethernet0
O IA
137.20.40.0/24 [110/202] via 137.20.101.1, 03:29:27, Serial0
C
137.20.101.0/24 is directly connected, Serial0
O
137.20.101.1/32 [110/64] via 137.20.101.1, 03:29:27, Serial0
O
137.20.100.0/24 [110/128] via 137.20.101.1, 03:29:27, Serial0
O IA
137.20.103.0/24 [110/192] via 137.20.101.1, 03:29:27, Serial0
O
137.20.101.3/32 [110/128] via 137.20.101.1, 03:29:27, Serial0
D
160.0.0.0/4 [90/1356800] via 137.20.50.7, 00:33:31, Ethernet0
r5#sh ipx route
Codes: 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
C
E

567 (NOVELL-ETHER), Et0


3150 (FRAME-RELAY),
Se0
100 [2195456/1] via
3150.0000.0c4a.acf9, age 03:29:02,
1u, Se0
E
101 [2195456/1] via
3150.0000.0c4a.acf9, age 03:29:03,
1u, Se0
E
200 [2707456/1] via
3150.0000.0c4a.acf9, age 03:29:03,
1u, Se0
E
300 [2697984/1] via
3150.0000.0c4a.acf9, age 02:03:34,
5u, Se0
E
400 [480128000/2] via
3150.0000.0c4a.acf9, age 03:29:03,
1u, Se0
R
701 [02/01] via
567.aa00.0400.0708,
18s, Et0
E
2001 [2681856/0] via
3150.0000.0c4a.acf9, age 03:29:03,
1u, Se0
E
3004 [298268416/1] via
3150.0000.0c4a.acf9, age 03:29:04,
1u, Se0
E
10000 [2297856/1] via
3150.0000.0c4a.acf9, age 03:29:04,
1u, Se0
E
10001 [2297856/1] via
3150.0000.0c4a.acf9, age 03:29:04,
1u, Se0
E
20000 [2809856/1] via
3150.0000.0c4a.acf9, age 03:29:04,
1u, Se0
E
30000 [2809856/1] via
3150.0000.0c4a.acf9, age 03:29:04,
1u, Se0
E
30001 [2809856/1] via
3150.0000.0c4a.acf9, age 03:29:04,
1u, Se0
r5#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 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 r1ether0
E Net 200 [2/G] via 3150.129, 12486 sec, Serial0, zone r2ether0
E Net 300-300 [2/G] via 3150.129, 7351 sec, Serial0, zone r3token0
Page 3

r5.txt
E Net 400-400 [3/G] via 3150.129, 12486 sec, Serial0, zone r4ether0
C Net 567-567 directly connected, Ethernet0, zone r5r6r7ether0
E Net 2001-2001 [1/G] via 3150.129, 12487 sec, Serial0, zone frame
E Net 3004-3004 [2/G] via 3150.129, 12487 sec, Serial0, zone r3r4serial
C Net 3150-3150 directly connected, Serial0, zone frame
r5#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 V
r5#

Page 4

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
no ip domain-lookup
appletalk routing
!
decnet routing 2.6
decnet 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 classless
ip route 192.168.1.0 255.255.255.0 Null0
ip route 192.168.2.0 255.255.255.0 Null0
ip route 192.168.3.0 255.255.255.0 Null0
ip route 192.168.4.0 255.255.255.0 Null0
ip route 192.168.5.0 255.255.255.0 Null0
ip route 192.168.6.0 255.255.255.0 Null0
no logging console
!
!
!
!
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
Page 1

r6.txt
end
r6#i
Codes: 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 subnets
172.168.32.1 [170/1331200] via 137.20.50.1, 00:34:55, Ethernet0
10.0.0.0/16 is subnetted, 1 subnets
D
10.1.0.0 [90/307200] via 137.20.50.7, 00:34:55, Ethernet0
D EX 192.168.100.0/24 [170/307200] via 137.20.50.7, 00:34:55, Ethernet0
S
192.168.1.0/24 is directly connected, Null0
S
192.168.2.0/24 is directly connected, Null0
S
192.168.3.0/24 is directly connected, Null0
S
192.168.4.0/24 is directly connected, Null0
S
192.168.5.0/24 is directly connected, Null0
S
192.168.6.0/24 is directly connected, Null0
137.20.0.0/16 is variably subnetted, 12 subnets, 2 masks
D EX
137.20.30.0/24 [170/1331200] via 137.20.50.1, 00:34:55, Ethernet0
D EX
137.20.20.0/24 [170/1331200] via 137.20.50.1, 00:34:55, Ethernet0
D EX
137.20.10.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0
D EX
137.20.1.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0
D EX
137.20.3.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0
C
137.20.50.0/24 is directly connected, Ethernet0
D EX
137.20.40.0/24 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0
D
137.20.101.0/24 [90/2195456] via 137.20.50.1, 00:34:56, Ethernet0
D EX
137.20.101.1/32 [170/1331200] via 137.20.50.1, 00:34:56, Ethernet0
D EX
137.20.100.0/24 [170/1331200] via 137.20.50.1, 00:34:57, Ethernet0
D EX
137.20.103.0/24 [170/1331200] via 137.20.50.1, 00:34:57, Ethernet0
D EX
137.20.101.3/32 [170/1331200] via 137.20.50.1, 00:34:57, Ethernet0
D
160.0.0.0/4 [90/1356800] via 137.20.50.7, 00:34:57, Ethernet0
r6#sh ipx route
Codes: 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
D EX

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


No default route known.
C
567 (NOVELL-ETHER),
R
100 [08/02] via
R
101 [08/02] via
R
200 [14/02] via
R
300 [14/02] via
R
400 [164/03] via
R
701 [02/01] via
R
2001 [01/01] via
R
3004 [14/02] via
R
3150 [02/01] via
R
10000 [08/02] via
R
10000 [08/02] via
R
20000 [14/02] via
R
30000 [14/02] via
R
30001 [14/02] via
r6#sh apple route

Et0
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0708,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
567.aa00.0400.0508,
Page 2

24s, Et0
24s, Et0
24s, Et0
24s, Et0
24s, Et0
46s, Et0
24s, Et0
24s, Et0
24s, Et0
24s, Et0
24s, Et0
25s, Et0
25s, Et0
26s, Et0

r6.txt
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
7 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 r1ether0
R Net 200 [3/G] via 567.103, 5 sec, Ethernet0, zone r2ether0
R Net 300-300 [3/G] via 567.103, 5 sec, Ethernet0, zone r3token0
C Net 567-567 directly connected, Ethernet0, zone r5r6r7ether0
R Net 2001-2001 [2/G] via 567.103, 5 sec, Ethernet0, zone frame
R Net 3004-3004 [3/G] via 567.103, 5 sec, Ethernet0, zone r3r4serial
R Net 3150-3150 [1/G] via 567.103, 5 sec, Ethernet0, zone frame
r6#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 V
r6#

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
!
decnet routing 2.7
decnet node-type routing-iv
!
ipx routing 0000.0c00.dcf1
appletalk routing
frame-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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Page 2

r7.txt
Codes: 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 masks
172.168.2.0 255.255.255.0 [20/0] via 137.20.50.1, 00:37:37
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 masks
C
10.1.2.0 255.255.255.0 is directly connected, Loopback1
C
10.1.1.0 255.255.255.0 is directly connected, Loopback0
D
10.1.0.0 255.255.0.0 is a summary, 00:37:37, Null0
C
192.168.100.0 is directly connected, Ethernet1
D EX 192.168.1.0 [170/307200] via 137.20.50.6, 00:37:37, Ethernet0
D EX 192.168.2.0 [170/307200] via 137.20.50.6, 00:37:37, Ethernet0
D EX 192.168.3.0 [170/307200] via 137.20.50.6, 00:37:37, Ethernet0
D EX 192.168.4.0 [170/307200] via 137.20.50.6, 00:37:38, Ethernet0
D EX 192.168.5.0 [170/307200] via 137.20.50.6, 00:37:38, Ethernet0
D 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 masks
D EX
137.20.30.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.20.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.10.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.1.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.3.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
C
137.20.50.0 255.255.255.0 is directly connected, Ethernet0
D EX
137.20.40.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D
137.20.101.0 255.255.255.0
[90/2195456] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.100.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.101.1 255.255.255.255
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D EX
137.20.103.0 255.255.255.0
[170/1331200] via 137.20.50.1, 00:37:39, Ethernet0
D 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 subnets
C
170.10.10.0 is directly connected, Loopback4
160.10.0.0 255.255.255.0 is subnetted, 1 subnets
C
160.10.10.0 is directly connected, Loopback2
161.10.0.0 255.255.255.0 is subnetted, 1 subnets
C
161.10.10.0 is directly connected, Loopback3
D
160.0.0.0 240.0.0.0 is a summary, 00:37:41, Null0
r7#sh ipx route
Codes: 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
B
D EX

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


No default route known.
C

567 (NOVELL-ETHER),

Et0
Page 3

r7.txt
C
701 (NOVELL-ETHER), Et1
R
100 [08/02] via
567.aa00.0400.0508,
8s, Et0
R
101 [08/02] via
567.aa00.0400.0508,
8s, Et0
R
200 [14/02] via
567.aa00.0400.0508,
9s, Et0
R
300 [14/02] via
567.aa00.0400.0508,
9s, Et0
R
400 [164/03] via
567.aa00.0400.0508,
9s, Et0
R
2001 [01/01] via
567.aa00.0400.0508,
9s, Et0
R
3004 [14/02] via
567.aa00.0400.0508,
9s, Et0
R
3150 [02/01] via
567.aa00.0400.0508,
9s, Et0
R
10000 [08/02] via
567.aa00.0400.0508,
9s, Et0
R
10001 [08/02] via
567.aa00.0400.0508,
9s, Et0
R
20000 [14/02] via
567.aa00.0400.0508,
10s, Et0
R
30000 [14/02] via
567.aa00.0400.0508,
10s, Et0
R
30001 [14/02] via
567.aa00.0400.0508,
10s, Et0
r7#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
7 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 r1ether0
R Net 200 [3/G] via 567.103, 7 sec, Ethernet0, zone r2ether0
R Net 300-300 [3/G] via 567.103, 7 sec, Ethernet0, zone r3token0
C Net 567-567 directly connected, Ethernet0, zone r5r6r7ether0
R Net 2001-2001 [2/G] via 567.103, 7 sec, Ethernet0, zone frame
R Net 3004-3004 [3/G] via 567.103, 7 sec, Ethernet0, zone r3r4serial
R Net 3150-3150 [1/G] via 567.103, 7 sec, Ethernet0, zone frame
r7#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.7
r7#

Page 4

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
ip subnet-zero
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
Page 1

r1.txt
line vty 0 4
login
!
end
r1#i
Codes: 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
C
O
O
O
C
O
C
O
O
O
O

IA
IA
IA
IA
IA
IA

B
B
O IA
B
O*E2
r1#

10.0.0.0/8 is variably subnetted, 10 subnets, 3 masks


10.10.0.0/16 is directly connected, Serial0.2
10.10.1.3/32 [110/64] via 10.10.1.3, 00:51:49, Serial0.2
10.10.1.5/32 [110/64] via 10.10.1.5, 00:51:49, Serial0.2
10.3.0.0/16 [110/70] via 10.10.1.3, 00:51:39, Serial0.2
10.1.0.0/17 is directly connected, Ethernet0
10.4.0.0/16 [110/138] via 10.10.1.3, 00:51:39, Serial0.2
10.20.0.0/16 is directly connected, Serial0.1
10.44.1.1/32 [110/129] via 10.10.1.3, 00:51:39, Serial0.2
10.34.0.0/16 [110/128] via 10.10.1.3, 00:51:39, Serial0.2
10.33.0.0/16 [110/65] via 10.10.1.3, 00:51:40, Serial0.2
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 subnets
22.1.1.0 [200/0] via 10.20.1.1, 01:26:50
41.0.0.0/24 is subnetted, 1 subnets
41.1.1.0 [20/0] via 10.10.1.3, 01:26:34
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 [110/74] via 10.20.1.1, 00:51:41, Serial0.1
200.200.200.0/24 [20/0] via 10.10.1.3, 01:26:34
0.0.0.0/0 [110/20] via 10.20.1.1, 00:51:41, Serial0.1

Page 2

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password money357
!
no ip domain-lookup
ip host r1 2001 172.168.32.1
ip host r3 2003 172.168.32.1
ip host r4 2004 172.168.32.1
ip host r5 2005 172.168.32.1
ip host r6 2006 172.168.32.1
ip host r7 2007 172.168.32.1
ip 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 classless
ip route 22.1.1.0 255.255.255.0 Null0
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
alias exec s show session
!
line con 0
Page 1

r2.txt
line 1 16
transport input all
line aux 0
line vty 0 4
exec-timeout 15 0
password money357
login
!
end
r2#i
Codes: 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
C
O
O
O
O
O
O
C
O
O
O
O

IA
IA
IA
IA
IA
IA
IA

C
S
B
C
B
r2#

172.168.0.0/24 is subnetted, 1 subnets


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

Page 2

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i
Codes: 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 masks
O
10.10.1.1/32 [110/64] via 10.10.1.1, 00:55:14, Serial0
C
10.10.0.0/16 is directly connected, Serial0
O
10.10.1.5/32 [110/128] via 10.10.1.1, 00:55:14, Serial0
C
10.3.0.0/16 is directly connected, TokenRing0
C
10.33.1.32/27 is directly connected, Loopback0
O IA
10.1.0.0/17 [110/74] via 10.10.1.1, 00:55:14, Serial0
O
10.4.0.0/16 [110/74] via 10.34.1.2, 02:08:36, Serial1
O IA
10.20.0.0/16 [110/128] via 10.10.1.1, 00:55:14, Serial0
O
10.44.1.1/32 [110/65] via 10.34.1.2, 02:08:36, Serial1
C
10.34.0.0/16 is directly connected, Serial1
C
10.33.1.64/27 is directly connected, Loopback1
O 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 subnets
B
22.1.1.0 [20/0] via 10.10.1.1, 01:29:59
41.0.0.0/24 is subnetted, 1 subnets
B
41.1.1.0 [20/0] via 10.44.1.1, 01:44:53
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/138] via 10.10.1.1, 00:55:15, Serial0
B
200.200.200.0/24 [20/5] via 10.44.1.1, 01:44:53
O*E2 0.0.0.0/0 [110/20] via 10.10.1.1, 00:55:15, Serial0
r3#

Page 2

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip route 40.1.1.0 255.255.255.0 Null0
ip route 41.1.1.0 255.255.255.0 Null0
no logging console
access-list 1 permit 41.1.1.0
access-list 2 permit 200.200.200.0
route-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 route
alias exec ci clear ip route *
Page 1

r4.txt
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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 subnets
10.4.0.0 is directly connected, Ethernet0
10.44.0.0 is directly connected, Loopback0
10.34.0.0 is directly connected, Serial0
22.0.0.0/24 is subnetted, 1 subnets
B
22.1.1.0 [20/0] via 10.33.1.65, 01:31:06
40.0.0.0/24 is subnetted, 1 subnets
S
40.1.1.0 is directly connected, Null0
41.0.0.0/24 is subnetted, 1 subnets
S
41.1.1.0 is directly connected, Null0
C
200.200.200.0/24 is directly connected, Loopback1
O*IA 0.0.0.0/0 [110/84] via 10.34.1.1, 02:09:46, Serial0
r4#
C
C
C

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
Page 1

r5.txt
r5#i
Codes: 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
O
C
O
O
O
O
O
O
O
O

IA
IA
IA
IA
IA
IA
IA

O N1
O N1
C
O
O N1
B
B
C
O IA
B
O*E2
r5#

10.0.0.0/8 is variably subnetted, 10 subnets, 3 masks


10.10.1.1/32 [110/64] via 10.10.1.1, 00:57:35, Serial0
10.10.0.0/16 is directly connected, Serial0
10.10.1.3/32 [110/128] via 10.10.1.1, 00:57:35, Serial0
10.3.0.0/16 [110/134] via 10.10.1.1, 00:09:46, Serial0
10.1.0.0/17 [110/74] via 10.10.1.1, 00:09:46, Serial0
10.4.0.0/16 [110/202] via 10.10.1.1, 00:09:46, Serial0
10.20.0.0/16 [110/128] via 10.10.1.1, 00:09:46, Serial0
10.44.1.1/32 [110/193] via 10.10.1.1, 00:09:46, Serial0
10.34.0.0/16 [110/192] via 10.10.1.1, 00:09:46, Serial0
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 masks
11.3.0.0/16 [110/21] via 11.1.1.6, 00:09:47, Ethernet0
11.2.0.0/16 [110/21] via 11.1.1.6, 00:09:47, Ethernet0
11.1.0.0/16 is directly connected, Ethernet0
11.0.0.0/8 is a summary, 00:09:42, Null0
11.4.0.0/16 [110/21] via 11.1.1.6, 00:09:48, Ethernet0
22.0.0.0/24 is subnetted, 1 subnets
22.1.1.0 [200/0] via 10.20.1.1, 00:57:22
41.0.0.0/24 is subnetted, 1 subnets
41.1.1.0 [200/0] via 10.10.1.3, 00:57:53
172.32.0.0/24 is subnetted, 1 subnets
172.32.1.0 is directly connected, Loopback0
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 [110/138] via 10.10.1.1, 00:09:48, Serial0
200.200.200.0/24 [200/0] via 10.10.1.3, 00:57:54
0.0.0.0/0 [110/20] via 10.10.1.1, 00:09:48, Serial0

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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.txt
Gateway 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 masks
10.10.1.1/32 [110/65] via 11.1.1.5, 00:10:54, Ethernet0
10.10.1.3/32 [110/129] via 11.1.1.5, 00:10:54, Ethernet0
10.10.1.5/32 [110/1] via 11.1.1.5, 00:10:54, Ethernet0
10.3.0.0/16 [110/135] via 11.1.1.5, 00:10:54, Ethernet0
10.1.0.0/17 [110/75] via 11.1.1.5, 00:10:54, Ethernet0
10.4.0.0/16 [110/203] via 11.1.1.5, 00:10:54, Ethernet0
10.20.0.0/16 [110/129] via 11.1.1.5, 00:10:54, Ethernet0
10.44.1.1/32 [110/194] via 11.1.1.5, 00:10:54, Ethernet0
10.34.0.0/16 [110/193] via 11.1.1.5, 00:10:54, Ethernet0
10.33.0.0/16 [110/130] via 11.1.1.5, 00:10:54, Ethernet0
11.0.0.0/16 is subnetted, 4 subnets
D
11.3.0.0 [90/2195456] via 11.2.1.2, 00:57:38, Serial1
C
11.2.0.0 is directly connected, Serial1
C
11.1.0.0 is directly connected, Ethernet0
D
11.4.0.0 [90/2195456] via 11.2.1.2, 00:57:40, Serial1
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/139] via 11.1.1.5, 00:10:56, Ethernet0
O*N2 0.0.0.0/0 [110/20] via 11.1.1.5, 00:10:56, Ethernet0
r6#
O
O
O
O
O
O
O
O
O
O

IA
IA
IA
IA
IA
IA
IA
IA
IA
IA

Page 2

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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
frame-relay route 103 interface
frame-relay route 105 interface
!
interface Serial1
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 201 interface
!
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
!
interface Serial3
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 501 interface
!
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

Serial1 201
Serial2 301
Serial3 501

Serial0 102

Serial0 103

Serial0 105

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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Codes: 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
D EX
D EX
D EX
D
D
D
D
D

EX
EX
EX
EX
EX

D EX
D EX
C
C
D
C
D EX
D*EX
r7#

10.0.0.0 is variably subnetted, 10 subnets, 3 masks


10.10.1.1 255.255.255.255
[170/2195456] via 11.2.1.1, 00:11:46, Serial4
10.10.1.3 255.255.255.255
[170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.10.1.5 255.255.255.255
[170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.3.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.1.0.0 255.255.128.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.4.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.20.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.44.1.1 255.255.255.255
[170/2195456] via 11.2.1.1, 00:11:47, Serial4
10.34.0.0 255.255.0.0 [170/2195456] via 11.2.1.1, 00:11:47, Serial4
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 subnets
11.3.0.0 is directly connected, Ethernet0
11.2.0.0 is directly connected, Serial4
11.1.0.0 [90/2195456] via 11.2.1.1, 00:58:35, Serial4
11.4.0.0 is directly connected, Ethernet1
137.20.0.0 255.255.255.0 is subnetted, 1 subnets
137.20.20.0 [170/2195456] via 11.2.1.1, 00:11:48, Serial4
0.0.0.0 0.0.0.0 [170/2195456] via 11.2.1.1, 00:11:48, Serial4

Page 2

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#i
Codes: 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
D
D
D
D
D
D
D
D
D
C
C

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masks


EX
172.168.30.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.40.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.60.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.100.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.100.3/32 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.100.5/32 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.100.6/32 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX
172.168.200.0/24 [170/2195456] via 192.168.21.1, 01:06:00, Serial1
EX 192.168.70.0/24 [170/307200] via 192.168.17.2, 01:06:10, Ethernet0
192.168.17.0/24 is directly connected, Ethernet0
192.168.21.0/24 is directly connected, Serial1
137.20.0.0/24 is subnetted, 1 subnets
Page 1

r1.txt
D EX
137.20.20.0 [170/2195456] via 192.168.21.1, 01:06:11, Serial1
D*EX 0.0.0.0/0 [170/2195456] via 192.168.21.1, 01:06:13, Serial1
r1#

Page 2

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password money357
!
no ip domain-lookup
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip host r7 2007 200.200.200.1
ip 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no logging console
access-list 1 permit 137.20.20.0 0.0.0.255
access-list 2 permit any
route-map connect1 permit 10
match ip address 1
!
route-map connect1 deny 20
match ip address 2
!
!
alias exec i show ip route
alias exec s sho sess
alias exec ci clear ip route *
!
line con 0
Page 1

r2.txt
exec-timeout 60 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 1200
txspeed 1200
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password money357
login
!
end
r2#i
Codes: 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 masks
IA
172.168.30.0/24 [110/75] via 137.20.20.10, 01:09:19, Ethernet0
E1
172.168.40.0/24 [110/30] via 137.20.20.10, 01:09:19, Ethernet0
IA
172.168.60.0/24 [110/84] via 137.20.20.10, 01:09:19, Ethernet0
E1
172.168.100.0/24 [110/30] via 137.20.20.10, 01:09:19, Ethernet0
IA
172.168.100.3/32 [110/74] via 137.20.20.10, 01:09:19, Ethernet0
IA
172.168.100.5/32 [110/10] via 137.20.20.10, 01:09:19, Ethernet0
IA
172.168.100.6/32 [110/74] via 137.20.20.10, 01:09:19, Ethernet0
E1
172.168.200.0/24 [110/30] via 137.20.20.10, 01:09:19, Ethernet0
EX 192.168.70.0/24 [170/2221056] via 192.168.21.2, 01:09:29, Serial0
192.168.17.0/24 [90/2195456] via 192.168.21.2, 01:09:29, Serial0
192.168.21.0/24 is directly connected, Serial0
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
C
200.200.200.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#
O
O
O
O
O
O
O
O
D
D
C

Page 2

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
!
ip name-server 207.238.183.71
ip 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
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i
Codes: 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

O
O
C
C
C
O
O
C
O
O
O
O

E1
IA

E1
E1
E1
E1

O
O*E1
r3#

r3.txt
172.168.0.0/16 is variably subnetted, 9 subnets, 3 masks
172.168.40.0/24 [110/84] via 172.168.100.5, 01:10:43, Serial0
172.168.60.0/24 [110/138] via 172.168.100.5, 01:10:43, Serial0
172.168.30.32/27 is directly connected, TokenRing0
172.168.30.64/27 is directly connected, Loopback0
172.168.100.0/24 is directly connected, Serial0
172.168.100.5/32 [110/64] via 172.168.100.5, 01:14:29, Serial0
172.168.100.6/32 [110/128] via 172.168.100.5, 01:14:29, Serial0
172.168.30.96/27 is directly connected, Loopback1
172.168.200.0/24 [110/84] via 172.168.100.5, 01:10:44, Serial0
192.168.70.0/24 [110/85] via 172.168.100.5, 01:10:44, Serial0
192.168.17.0/24 [110/85] via 172.168.100.5, 01:10:44, Serial0
192.168.21.0/24 [110/85] via 172.168.100.5, 01:10:44, Serial0
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 [110/65] via 172.168.100.5, 01:10:57, Serial0
0.0.0.0/0 [110/85] via 172.168.100.5, 01:10:47, Serial0

Page 2

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
!
ip name-server 207.238.183.71
ip 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 classless
ip default-network 137.20.0.0
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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
I
C
I
I
C
I
I

172.168.0.0/24 is subnetted, 5 subnets


172.168.30.0 [100/8576] via 172.168.200.1, 00:01:03, Serial1
172.168.40.0 is directly connected, Ethernet0
172.168.60.0 [100/8576] via 172.168.200.1, 00:01:03, Serial1
172.168.100.0 [100/10476] via 172.168.200.1, 00:01:03, Serial1
172.168.200.0 is directly connected, Serial1
192.168.70.0/24 [100/8576] via 172.168.200.1, 00:01:03, Serial1
192.168.17.0/24 [100/8576] via 172.168.200.1, 00:01:03, Serial1
Page 1

I
I*
r4#

r4.txt
192.168.21.0/24 [100/8576] via 172.168.200.1, 00:01:03, Serial1
137.20.0.0/16 [100/8576] via 172.168.200.1, 00:01:03, Serial1

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
Page 1

r5.txt
login
!
end
r5#i
Codes: 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
O
I
O
C
O
O
C
O
O
O

IA
IA

E1
E1
E1

C
O*E1
r5#

172.168.0.0/16 is variably subnetted, 7 subnets, 2 masks


172.168.30.0/24 [110/65] via 172.168.100.3, 01:17:23, Serial0.1
172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:39, Serial0.2
172.168.60.0/24 [110/74] via 172.168.100.6, 01:17:23, Serial0.1
172.168.100.0/24 is directly connected, Serial0.1
172.168.100.3/32 [110/64] via 172.168.100.3, 01:21:08, Serial0.1
172.168.100.6/32 [110/64] via 172.168.100.6, 01:21:08, Serial0.1
172.168.200.0/24 is directly connected, Serial0.2
192.168.70.0/24 [110/21] via 137.20.20.1, 01:17:23, Ethernet0
192.168.17.0/24 [110/21] via 137.20.20.1, 01:17:23, Ethernet0
192.168.21.0/24 [110/21] via 137.20.20.1, 01:17:23, Ethernet0
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 is directly connected, Ethernet0
0.0.0.0/0 [110/21] via 137.20.20.1, 01:17:24, Ethernet0

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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
O IA
O E1
C

172.168.0.0/16 is variably subnetted, 7 subnets, 2 masks


172.168.30.0/24 [110/129] via 172.168.100.5, 01:18:26, Serial0
172.168.40.0/24 [110/84] via 172.168.100.5, 01:18:26, Serial0
172.168.60.0/24 is directly connected, Ethernet0
Page 1

C
O
O
O
O
O
O

E1
E1
E1
E1

O
O*E1
r6#

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

Page 2

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Codes: 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
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
C
C
D
D EX
D*EX
r7#

172.168.0.0 is variably subnetted, 8 subnets, 2 masks


172.168.30.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:00:51, Ethernet1
172.168.40.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
172.168.60.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
172.168.100.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
172.168.100.3 255.255.255.255
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
172.168.100.5 255.255.255.255
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
172.168.100.6 255.255.255.255
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
172.168.200.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:00:52, Ethernet1
192.168.70.0 is directly connected, Ethernet0
192.168.17.0 is directly connected, Ethernet1
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 subnets
137.20.20.0 [170/2221056] via 192.168.17.1, 00:00:54, Ethernet1
0.0.0.0 0.0.0.0 [170/2221056] via 192.168.17.1, 00:00:54, Ethernet1

Page 2

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#i
Codes: 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
D
D
D
D
D
D
D
D
D
D
C
C

172.168.0.0/16 is variably subnetted, 9 subnets, 2 masks


EX
172.168.30.0/24 [170/2195456] via 192.168.21.1, 00:21:07, Serial1
EX
172.168.40.0/24 [170/2195456] via 192.168.21.1, 00:21:07, Serial1
EX
172.168.60.0/24 [170/2195456] via 192.168.21.1, 00:07:04, Serial1
EX
172.168.65.0/24 [170/2195456] via 192.168.21.1, 00:07:04, Serial1
EX
172.168.100.0/24 [170/2195456] via 192.168.21.1, 00:21:07, Serial1
EX
172.168.100.3/32 [170/2195456] via 192.168.21.1, 00:21:07, Serial1
EX
172.168.100.5/32 [170/2195456] via 192.168.21.1, 00:21:07, Serial1
EX
172.168.100.6/32 [170/2195456] via 192.168.21.1, 00:00:57, Serial1
EX
172.168.200.0/24 [170/2195456] via 192.168.21.1, 00:21:08, Serial1
EX 192.168.70.0/24 [170/307200] via 192.168.17.2, 00:21:08, Ethernet0
192.168.17.0/24 is directly connected, Ethernet0
192.168.21.0/24 is directly connected, Serial1
Page 1

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

Page 2

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
!
no ip domain-lookup
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip host r7 2007 200.200.200.1
ip 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no logging console
access-list 1 permit 137.20.20.0 0.0.0.255
access-list 2 permit any
route-map connect1 permit 10
match ip address 1
!
route-map connect1 deny 20
match ip address 2
!
!
alias exec i show ip route
alias exec s sho sess
alias exec ci clear ip route *
!
line con 0
exec-timeout 60 0
Page 1

r2.txt
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password ciscokid
login
!
end
r2#i
Codes: 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 masks
IA
172.168.30.0/24 [110/75] via 137.20.20.10, 00:22:10, Ethernet0
E1
172.168.40.0/24 [110/30] via 137.20.20.10, 00:22:10, Ethernet0
IA
172.168.60.0/24 [110/84] via 137.20.20.10, 00:01:35, Ethernet0
IA
172.168.65.0/24 [110/1572] via 137.20.20.10, 00:07:47, Ethernet0
E1
172.168.100.0/24 [110/30] via 137.20.20.10, 00:22:10, Ethernet0
IA
172.168.100.3/32 [110/74] via 137.20.20.10, 00:22:10, Ethernet0
IA
172.168.100.5/32 [110/10] via 137.20.20.10, 00:22:10, Ethernet0
IA
172.168.100.6/32 [110/74] via 137.20.20.10, 00:01:35, Ethernet0
E1
172.168.200.0/24 [110/30] via 137.20.20.10, 00:22:11, Ethernet0
EX 192.168.70.0/24 [170/2221056] via 192.168.21.2, 00:21:58, Serial0
192.168.17.0/24 [90/2195456] via 192.168.21.2, 00:21:58, Serial0
192.168.21.0/24 is directly connected, Serial0
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
C
200.200.200.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#
O
O
O
O
O
O
O
O
O
D
D
C

Page 2

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
!
ip name-server 207.238.183.71
ip 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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i
Codes: 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 masks
Page 1

O
O
C
O
C
C
O
O
C
O
O
O
O

E1

E1
E1
E1
E1

O
O*E1
r3#

r3.txt
172.168.40.0/24 [110/84] via 172.168.100.5, 00:02:33, Serial0
172.168.60.0/24 [110/138] via 172.168.100.5, 00:02:33, Serial0
172.168.30.32/27 is directly connected, TokenRing0
172.168.65.0/24 [110/1626] via 172.168.100.5, 00:02:33, Serial0
172.168.30.64/27 is directly connected, Loopback0
172.168.100.0/24 is directly connected, Serial0
172.168.100.5/32 [110/64] via 172.168.100.5, 00:02:33, Serial0
172.168.100.6/32 [110/128] via 172.168.100.5, 00:02:33, Serial0
172.168.30.96/27 is directly connected, Loopback1
172.168.200.0/24 [110/84] via 172.168.100.5, 00:02:33, Serial0
192.168.70.0/24 [110/85] via 172.168.100.5, 00:02:33, Serial0
192.168.17.0/24 [110/85] via 172.168.100.5, 00:02:33, Serial0
192.168.21.0/24 [110/85] via 172.168.100.5, 00:02:33, Serial0
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 [110/65] via 172.168.100.5, 00:22:51, Serial0
0.0.0.0/0 [110/85] via 172.168.100.5, 00:02:35, Serial0

Page 2

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
!
ip name-server 207.238.183.71
ip 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 classless
ip default-network 137.20.0.0
no logging console
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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
I
C
I
I
I
C
I

172.168.0.0/24 is subnetted, 6 subnets


172.168.30.0 [100/8576] via 172.168.200.1, 00:00:37, Serial1
172.168.40.0 is directly connected, Ethernet0
172.168.60.0 [100/8576] via 172.168.200.1, 00:00:37, Serial1
172.168.65.0 [100/160250] via 172.168.200.1, 00:00:37, Serial1
172.168.100.0 [100/10476] via 172.168.200.1, 00:00:37, Serial1
172.168.200.0 is directly connected, Serial1
192.168.70.0/24 [100/8576] via 172.168.200.1, 00:00:37, Serial1
Page 1

I
I
I*
r4#

r4.txt
192.168.17.0/24 [100/8576] via 172.168.200.1, 00:00:37, Serial1
192.168.21.0/24 [100/8576] via 172.168.200.1, 00:00:38, Serial1
137.20.0.0/16 [100/8576] via 172.168.200.1, 00:00:38, Serial1

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username r6 password 0 cisco
no ip domain-lookup
isdn 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 classless
ip route 172.168.60.0 255.255.255.0 172.168.65.1 150
no logging console
access-list 101 deny
ip any host 255.255.255.255
access-list 101 permit ip any any
no cdp run
dialer-list 1 protocol ip list 101
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
r5#i
Codes: 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
O
I
O
C
C
O
O
C
O
O
O

IA

E1
E1
E1

C
O*E1
r5#

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masks


172.168.30.0/24 [110/65] via 172.168.100.3, 00:03:28, Serial0.1
172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:57, Serial0.2
172.168.60.0/24 [110/74] via 172.168.100.6, 00:03:28, Serial0.1
172.168.65.0/24 is directly connected, BRI0
172.168.100.0/24 is directly connected, Serial0.1
172.168.100.3/32 [110/64] via 172.168.100.3, 00:03:28, Serial0.1
172.168.100.6/32 [110/64] via 172.168.100.6, 00:03:28, Serial0.1
172.168.200.0/24 is directly connected, Serial0.2
192.168.70.0/24 [110/21] via 137.20.20.1, 00:03:28, Ethernet0
192.168.17.0/24 [110/21] via 137.20.20.1, 00:03:29, Ethernet0
192.168.21.0/24 [110/21] via 137.20.20.1, 00:03:29, Ethernet0
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 is directly connected, Ethernet0
0.0.0.0/0 [110/21] via 137.20.20.1, 00:03:31, Ethernet0

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username r5 password 0 cisco
no ip domain-lookup
isdn 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 classless
ip route 0.0.0.0 0.0.0.0 172.168.65.2 150
no logging console
no cdp run
!
dialer-list 1 protocol ip permit
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
Page 1

r6.txt
end
r6#i
Codes: 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
O
O
C
C
C
O
O
O
O
O
O

IA
E1

E1
E1
E1
E1

O IA
O*E1
r6#

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masks


172.168.30.0/24 [110/129] via 172.168.100.5, 00:04:29, Serial0
172.168.40.0/24 [110/84] via 172.168.100.5, 00:04:29, Serial0
172.168.60.0/24 is directly connected, Ethernet0
172.168.65.0/24 is directly connected, BRI0
172.168.100.0/24 is directly connected, Serial0
172.168.100.3/32 [110/128] via 172.168.100.5, 00:04:29, Serial0
172.168.100.5/32 [110/64] via 172.168.100.5, 00:04:29, Serial0
172.168.200.0/24 [110/84] via 172.168.100.5, 00:04:29, Serial0
192.168.70.0/24 [110/85] via 172.168.100.5, 00:04:30, Serial0
192.168.17.0/24 [110/85] via 172.168.100.5, 00:04:30, Serial0
192.168.21.0/24 [110/85] via 172.168.100.5, 00:04:30, Serial0
137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 [110/65] via 172.168.100.5, 00:04:30, Serial0
0.0.0.0/0 [110/85] via 172.168.100.5, 00:04:31, Serial0

Page 2

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Codes: 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
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
C
C
C
C
D

172.168.0.0 is variably subnetted, 9 subnets, 2 masks


172.168.30.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:26:17, Ethernet1
172.168.40.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:26:17, Ethernet1
172.168.60.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:12:14, Ethernet1
172.168.65.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:12:14, Ethernet1
172.168.100.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:26:17, Ethernet1
172.168.100.3 255.255.255.255
[170/2221056] via 192.168.17.1, 00:26:17, Ethernet1
172.168.100.5 255.255.255.255
[170/2221056] via 192.168.17.1, 00:26:18, Ethernet1
172.168.100.6 255.255.255.255
[170/2221056] via 192.168.17.1, 00:06:07, Ethernet1
172.168.200.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:26:19, Ethernet1
192.168.70.0 is directly connected, Ethernet0
70.0.0.0 is directly connected, Loopback0
71.0.0.0 is directly connected, Loopback1
192.168.17.0 is directly connected, Ethernet1
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 subnets
D EX
137.20.20.0 [170/2221056] via 192.168.17.1, 00:26:20, Ethernet1
D*EX 0.0.0.0 0.0.0.0 [170/2221056] via 192.168.17.1, 00:26:20, Ethernet1
r7#

Page 3

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
!
ip name-server 207.238.183.71
ip 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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i
Codes: 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
O

172.168.0.0/16 is variably subnetted, 6 subnets, 2 masks


172.168.60.0/24 [110/1636] via 172.168.100.5, 00:11:41, Serial0
Page 1

r3.txt
C
172.168.30.32/27 is directly connected, TokenRing0
O
172.168.65.0/24 [110/1626] via 172.168.100.5, 00:11:41, Serial0
C
172.168.30.64/27 is directly connected, Loopback0
C
172.168.100.0/24 is directly connected, Serial0
C
172.168.30.96/27 is directly connected, Loopback1
O E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:11:41, Serial0
O E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:11:41, Serial0
O 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 subnets
O
137.20.20.0 [110/65] via 172.168.100.5, 00:11:42, Serial0
O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:11:42, Serial0
r3#

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username r6 password 0 cisco
no ip domain-lookup
isdn 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.txt
router igrp 1
redistribute static metric 100 1000 10 200 1500
passive-interface BRI0
passive-interface Ethernet0
network 172.168.0.0
!
ip classless
no cdp run
!
dialer-list 1 protocol ip permit
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
r5#i
Codes: 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 masks
I
172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:56, Serial0.2
O
172.168.60.0/24 [110/1572] via 172.168.65.1, 00:12:23, BRI0
O
172.168.30.32/27 [110/70] via 172.168.100.3, 00:12:23, Serial0.1
C
172.168.65.0/24 is directly connected, BRI0
O
172.168.30.65/32 [110/65] via 172.168.100.3, 00:12:23, Serial0.1
C
172.168.100.0/24 is directly connected, Serial0.1
O
172.168.30.97/32 [110/65] via 172.168.100.3, 00:12:23, Serial0.1
C
172.168.200.0/24 is directly connected, Serial0.2
O E1 192.168.70.0/24 [110/21] via 137.20.20.1, 00:12:24, Ethernet0
O E1 192.168.17.0/24 [110/21] via 137.20.20.1, 00:12:24, Ethernet0
O 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 subnets
C
137.20.20.0 is directly connected, Ethernet0
O*E1 0.0.0.0/0 [110/21] via 137.20.20.1, 00:12:25, Ethernet0
r5#sh ip ospf nei
Neighbor ID
Pri
State
Dead Time
Address
Interface
172.168.65.1
1
FULL/ 172.168.65.1
BRI0
200.200.200.1
1
FULL/BDR
00:00:38
137.20.20.1
Ethernet0
172.168.30.97
1
FULL/BDR
00:00:37
172.168.100.3
Serial0.1
r5#sh ip ospf int bri0
BRI0 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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username r5 password 0 cisco
no ip domain-lookup
isdn 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 classless
no cdp run
!
dialer-list 1 protocol ip permit
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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 masks
C
172.168.60.0/24 is directly connected, Ethernet0
O
172.168.30.32/27 [110/1632] via 172.168.65.2, 00:13:03, BRI0
C
172.168.65.0/24 is directly connected, BRI0
O
172.168.30.65/32 [110/1627] via 172.168.65.2, 00:13:03, BRI0
O
172.168.100.0/24 [110/1626] via 172.168.65.2, 00:13:03, BRI0
O
172.168.30.97/32 [110/1627] via 172.168.65.2, 00:13:03, BRI0
O E1 192.168.70.0/24 [110/1583] via 172.168.65.2, 00:13:03, BRI0
O E1 192.168.17.0/24 [110/1583] via 172.168.65.2, 00:13:03, BRI0
O 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 subnets
O
137.20.20.0 [110/1563] via 172.168.65.2, 00:13:04, BRI0
O*E1 0.0.0.0/0 [110/1583] via 172.168.65.2, 00:13:04, BRI0
r6#sh ip ospf nei
Neighbor ID
Pri
State
Dead Time
Address
Interface
172.168.65.2
1
FULL/ 172.168.65.2
BRI0
r6#sh ip ospf int bri0
BRI0 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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
no ip domain-lookup
appletalk routing
ipx routing 0000.0c4a.acf9
ipx 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 classless
no logging console
!
!
!
ipx router nlsp
area-address 0 0
!
!
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
Page 1

r1.txt
line vty 0 4
login
!
end
r1#i
Codes: 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 masks
172.168.30.0/24 [170/2195456] via 192.168.21.1, 02:20:15, Serial1
172.168.40.0/24 [170/2195456] via 192.168.21.1, 02:20:33, Serial1
172.168.60.0/24 [170/2195456] via 192.168.21.1, 00:10:22, Serial1
172.168.65.0/24 [170/2195456] via 192.168.21.1, 00:57:26, Serial1
172.168.100.0/24 [170/2195456] via 192.168.21.1, 02:20:33, Serial1
172.168.100.3/32 [170/2195456] via 192.168.21.1, 02:20:33, Serial1
172.168.100.5/32 [170/2195456] via 192.168.21.1, 02:20:33, Serial1
172.168.100.6/32 [170/2195456] via 192.168.21.1, 00:00:42, Serial1
172.168.200.0/24 [170/2195456] via 192.168.21.1, 02:20:34, Serial1
20.0.0.0/8 [200/0] via 137.20.20.10, 02:20:20
EX 192.168.70.0/24 [170/307200] via 192.168.17.2, 02:23:57, Ethernet0
70.0.0.0/8 [20/0] via 192.168.17.2, 02:22:48
71.0.0.0/8 [20/0] via 192.168.17.2, 02:22:48
192.168.17.0/24 is directly connected, Ethernet0
192.168.21.0/24 is directly connected, Serial1
137.20.0.0/24 is subnetted, 1 subnets
D EX
137.20.20.0 [170/2195456] via 192.168.21.1, 02:23:58, Serial1
D*EX 0.0.0.0/0 [170/2195456] via 192.168.21.1, 02:23:58, Serial1
r1#sh ipx route
Codes: 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
D
D
D
D
D
D
D
D
D
B
D
B
B
C
C

EX
EX
EX
EX
EX
EX
EX
EX
EX

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

L
100000 is the internal network
C
107 (NOVELL-ETHER), Et0
C
2001 (HDLC),
Se1
NX
300 [27][10/02][09/01] via
NX
301 [27][10/02][09/01] via
NX
400 [27][10/02][09/01] via
N
502 [27][01/01]
via
NX
600 [27][10/02][09/01] via
R
700 [02/01]
via
NX
3650 [27][02/02][01/01] via
NX
5004 [27][02/02][01/01] via
NX
6005 [27][04/02][03/01] via
N
20000 [27][01/01]
via
NX
30000 [27][10/02][09/01] via
NX
30001 [27][10/02][09/01] via
N
200000 [27][02/01]
via
r1#sh apple route

200000.0000.0000.0001,

21s, Se1

200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
107.0000.0c00.dcf2,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,
200000.0000.0000.0001,

21s,
21s,
21s,
21s,
21s,
8s,
21s,
22s,
22s,
27s,
26s,
26s,
27s,

Page 2

Se1
Se1
Se1
Se1
Se1
Et0
Se1
Se1
Se1
Se1
Se1
Se1
Se1

r1.txt
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
5 routes in internet
The first zone listed for each entry is its default (primary) zone.
C Net
R Net
R Net
R Net
C Net
r1#

1 directly connected, Ethernet0, zone r1ether0


300-300 [3/G] via 2001.176, 7 sec, Tunnel0, zone r3token0
400-400 [3/G] via 2001.176, 7 sec, Tunnel0, zone r4ether0
502-502 [1/G] via 2001.176, 7 sec, Tunnel0, zone r5r2ether0
2001-2001 directly connected, Tunnel0, zone r2r1serial

Page 3

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password ciscokid
!
no ip domain-lookup
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip host r7 2007 200.200.200.1
ip host r8 2008 200.200.200.1
appletalk routing
appletalk route-redistribution
ipx routing 0060.5cf4.7345
ipx internal-network 200000
dlsw local-peer peer-id 137.20.20.1
dlsw remote-peer 0 tcp 172.168.40.1
dlsw remote-peer 0 tcp 172.168.30.33
dlsw 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.txt
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
!
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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no logging console
access-list 1 permit 137.20.20.0 0.0.0.255
access-list 2 permit any
access-list 70 permit 70.0.0.0 0.0.0.255
access-list 71 permit any
access-list 800 deny 700 FFFFFFFF
access-list 800 permit FFFFFFFF FFFFFFFF
route-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 ieee
alias exec i show ip route
alias exec s sho sess
alias exec ci clear ip route *
!
line con 0
exec-timeout 60 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
Page 2

r2.txt
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 300
txspeed 300
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password ciscokid
login
!
end
r2#i
Codes: 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 masks
172.168.30.0/24 [110/75] via 137.20.20.10, 02:23:39, Ethernet0
172.168.40.0/24 [110/30] via 137.20.20.10, 02:23:39, Ethernet0
172.168.60.0/24 [110/84] via 137.20.20.10, 00:04:05, Ethernet0
172.168.65.0/24 [110/1572] via 137.20.20.10, 00:58:33, Ethernet0
172.168.100.0/24 [110/30] via 137.20.20.10, 02:23:39, Ethernet0
172.168.100.3/32 [110/74] via 137.20.20.10, 02:23:39, Ethernet0
172.168.100.5/32 [110/10] via 137.20.20.10, 02:23:39, Ethernet0
172.168.100.6/32 [110/74] via 137.20.20.10, 00:04:05, Ethernet0
172.168.200.0/24 [110/30] via 137.20.20.10, 02:23:39, Ethernet0
20.0.0.0/8 [20/0] via 137.20.20.10, 02:23:44
EX 192.168.70.0/24 [170/2221056] via 192.168.21.2, 02:27:21, Serial0
70.0.0.0/8 [200/0] via 192.168.17.2, 02:26:12
71.0.0.0/8 [200/0] via 192.168.17.2, 02:26:12
192.168.17.0/24 [90/2195456] via 192.168.21.2, 02:28:53, Serial0
192.168.21.0/24 is directly connected, Serial0
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
C
200.200.200.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#sh ipx route
Codes: 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
O
O
O
O
O
O
O
O
O
B
D
B
B
D
C

IA
E1
IA
IA
E1
IA
IA
IA
E1

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


Current default route is:
E
L
C
C
C

FFFFFFFE [266521600/2] via


9u, Et0
200000
502
2001
20000

502.00e0.b055.d43a, age 00:20:21,

is the internal network


(NOVELL-ETHER), Et0
(HDLC),
Se0
(UNKNOWN),
Lo0
Page 3

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

The first zone listed for each entry is its default (primary) zone.
R Net
R Net
R Net
C Net
C Net
r2#

1 [1/G] via 2001.244, 2 sec, Tunnel0, zone r1ether0


300-300 [2/G] via 502.109, 1 sec, Ethernet0, zone r3token0
400-400 [2/G] via 502.109, 1 sec, Ethernet0, zone r4ether0
502-502 directly connected, Ethernet0, zone r5r2ether0
2001-2001 directly connected, Tunnel0, zone r2r1serial

Page 4

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
!
ip name-server 207.238.183.71
ip name-server 207.238.183.72
appletalk routing eigrp 3
appletalk route-redistribution
ipx routing 0000.30e2.e870
source-bridge ring-group 10
dlsw local-peer peer-id 172.168.30.33 promiscuous
dlsw 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.txt
no ip classless
!
!
!
ipx router eigrp 1
network 3650
!
!
ipx router rip
no network 3650
!
!
!
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i\
% Unknown command or computer name, or unable to find computer address
r3#i
Codes: 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 masks
172.168.40.0/24 [110/84] via 172.168.100.5, 00:05:33, Serial0
172.168.60.0/24 [110/138] via 172.168.100.5, 00:05:33, Serial0
172.168.30.32/27 is directly connected, TokenRing0
172.168.65.0/24 [110/1626] via 172.168.100.5, 00:05:33, Serial0
172.168.30.64/27 is directly connected, Loopback0
172.168.100.0/24 is directly connected, Serial0
172.168.100.5/32 [110/64] via 172.168.100.5, 00:05:33, Serial0
172.168.100.6/32 [110/128] via 172.168.100.5, 00:05:33, Serial0
172.168.30.96/27 is directly connected, Loopback1
E1
172.168.200.0/24 [110/84] via 172.168.100.5, 00:05:34, Serial0
20.0.0.0/8 [200/0] via 172.168.200.2, 02:24:47
E1 192.168.70.0/24 [110/85] via 172.168.100.5, 00:05:34, Serial0
71.0.0.0/8 [200/0] via 137.20.20.1, 02:25:12
E1 192.168.17.0/24 [110/85] via 172.168.100.5, 00:05:35, Serial0
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 subnets
O
137.20.20.0 [110/65] via 172.168.100.5, 02:25:06, Serial0
O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:05:35, Serial0
r3#sh ipx route
Codes: 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
O
O
C
O
C
C
O
O
C
O
B
O
B
O
O

E1

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


11u, Se0

C
c
C
C
C
E

3650.00e0.b055.d43a, age 00:21:50,

300
301
3650
30000
30001
107

(SAP),
To0
(SNAP),
To0
(FRAME-RELAY),
Se0
(UNKNOWN),
Lo0
(UNKNOWN),
Lo1
[268441600/2] via
3650.00e0.b055.d43a, age 02:24:55,
1u, Se0
E
400 [2707456/1] via
3650.00e0.b055.d43a, age 02:24:42,
1u, Se0
E
502 [2195456/0] via
3650.00e0.b055.d43a, age 02:25:48,
1u, Se0
E
600 [2707456/1] via
3650.00e0.b055.d43a, age 00:05:15,
3u, Se0
E
2001 [2707456/1] via
3650.00e0.b055.d43a, age 02:24:56,
1u, Se0
E
5004 [2681856/0] via
3650.00e0.b055.d43a, age 02:25:49,
1u, Se0
E
6005 [41024000/1] via
3650.00e0.b055.d43a, age 02:25:49,
1u, Se0
E
20000 [2323456/1] via
3650.00e0.b055.d43a, age 02:24:56,
1u, Se0
E
100000 [269849600/2] via
3650.00e0.b055.d43a, age 02:24:56,
1u, Se0
E
200000 [46379776/1] via
3650.00e0.b055.d43a, age 02:24:56,
1u, Se0
r3#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 routes in internet
The first zone listed for each entry is its default (primary) zone.
E Net
C Net
E Net
E Net
E Net
E Net
C Net
E Net
r3#

1 [3/G] via 3650.250, 8649 sec, Serial0, zone r1ether0


300-300 directly connected, TokenRing0, zone r3token0
400-400 [2/G] via 3650.250, 8643 sec, Serial0, zone r4ether0
502-502 [1/G] via 3650.250, 8649 sec, Serial0, zone r5r2ether0
600-600 [2/G] via 3650.250, 318 sec, Serial0, zone r6ether0
2001-2001 [2/G] via 3650.250, 8650 sec, Serial0, zone r2r1serial
3650-3650 directly connected, Serial0, zone frame
5004-5004 [1/G] via 3650.250, 8650 sec, Serial0, zone frame

Page 3

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
!
ip name-server 207.238.183.71
ip name-server 207.238.183.72
appletalk routing eigrp 4
appletalk route-redistribution
ipx routing 0000.0c92.821f
dlsw local-peer peer-id 172.168.40.1
dlsw remote-peer 0 tcp 137.20.20.1
dlsw remote-peer 0 tcp 172.168.30.33
dlsw 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 classless
ip default-network 137.20.0.0
ip route 20.0.0.0 255.0.0.0 Null0
no logging console
!
!
!
ipx router eigrp 1
network 5004
!
Page 1

r4.txt
!
!
bridge 1 protocol ieee
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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 subnets
I
172.168.30.0 [100/8576] via 172.168.200.1, 00:01:13, Serial1
C
172.168.40.0 is directly connected, Ethernet0
I
172.168.60.0 [100/8576] via 172.168.200.1, 00:01:13, Serial1
I
172.168.65.0 [100/160250] via 172.168.200.1, 00:01:13, Serial1
I
172.168.100.0 [100/10476] via 172.168.200.1, 00:01:13, Serial1
C
172.168.200.0 is directly connected, Serial1
S
20.0.0.0/8 is directly connected, Null0
I
192.168.70.0/24 [100/8576] via 172.168.200.1, 00:01:13, Serial1
B
71.0.0.0/8 [200/0] via 137.20.20.1, 02:26:32
I
192.168.17.0/24 [100/8576] via 172.168.200.1, 00:00:00, Serial1
I
192.168.21.0/24 [100/8576] via 172.168.200.1, 00:00:00, Serial1
I*
137.20.0.0/16 [100/8576] via 172.168.200.1, 00:00:00, Serial1
r4#sh ipx route
Codes: 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
C
C
E
E
E
E
E
E

FFFFFFFE [267008000/2] via


11u, Se1

5004.00e0.b055.d43a, age 00:23:10,

400 (NOVELL-ETHER), Et0


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

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

The first zone listed for each entry is its default (primary) zone.
E Net
E Net
C Net
E Net
E Net
E Net
E Net
C Net
r4#

1 [3/G] via 5004.173, 8726 sec, Serial1, zone r1ether0


300-300 [2/G] via 5004.173, 8726 sec, Serial1, zone r3token0
400-400 directly connected, Ethernet0, zone r4ether0
502-502 [1/G] via 5004.173, 8726 sec, Serial1, zone r5r2ether0
600-600 [2/G] via 5004.173, 400 sec, Serial1, zone r6ether0
2001-2001 [2/G] via 5004.173, 8726 sec, Serial1, zone r2r1serial
3650-3650 [1/G] via 5004.173, 8726 sec, Serial1, zone frame
5004-5004 directly connected, Serial1, zone frame

Page 3

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username r6 password 0 cisco
no ip domain-lookup
appletalk routing eigrp 5
appletalk route-redistribution
ipx routing 00e0.b055.d43a
isdn 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 classless
ip route 172.168.60.0 255.255.255.0 172.168.65.1 150
access-list 101 deny
ip any host 255.255.255.255
access-list 101 permit ip any any
access-list 600 permit cable-range 300-300
access-list 600 permit cable-range 400-400
access-list 600 deny other-access
access-list 901 deny any any all any rip
access-list 901 deny any any all any sap
access-list 901 deny any any all any 457
access-list 901 permit any any all any all
access-list 1000 permit FFFFFFFF 0 fserver
no 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 101
dialer-list 1 protocol ipx list 901
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
r5#i
Codes: 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 masks
172.168.30.0/24 [110/65] via 172.168.100.3, 00:09:46, Serial0.1
172.168.40.0/24 [100/8576] via 172.168.200.2, 00:00:36, Serial0.2
172.168.60.0/24 [110/74] via 172.168.100.6, 00:09:46, Serial0.1
172.168.65.0/24 is directly connected, BRI0
172.168.100.0/24 is directly connected, Serial0.1
172.168.100.3/32 [110/64] via 172.168.100.3, 00:09:46, Serial0.1
172.168.100.6/32 [110/64] via 172.168.100.6, 00:09:46, Serial0.1
172.168.200.0/24 is directly connected, Serial0.2
20.0.0.0/8 [200/0] via 172.168.200.2, 02:29:54
E1 192.168.70.0/24 [110/21] via 137.20.20.1, 00:09:47, Ethernet0
71.0.0.0/8 [20/0] via 137.20.20.1, 02:29:26
E1 192.168.17.0/24 [110/21] via 137.20.20.1, 00:09:47, Ethernet0
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 subnets
C
137.20.20.0 is directly connected, Ethernet0
O*E1 0.0.0.0/0 [110/21] via 137.20.20.1, 00:09:48, Ethernet0
r5#sh ipx route
Codes: 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
O
I
O
C
C
O
O
C
B
O
B
O
O

IA

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


Current default route is:
F

FFFFFFFE via

C
C
C
C

502
3650
5004
6005

6005.0000.0c92.8ed7,

(NOVELL-ETHER),
(FRAME-RELAY),
(FRAME-RELAY),
(PPP),

Et0
Se0.1
Se0.2
BR0
Page 3

BR0

r5.txt
107 [267929600/2] via
502.0060.5cf4.7345, age 00:09:28,
1u, Et0
E
300 [2185984/1] via
3650.0000.30e2.e870, age 00:09:28,
1u, Se0.1
E
301 [2185984/1] via
3650.0000.30e2.e870, age 00:09:28,
1u, Se0.1
E
400 [2195456/1] via
5004.0000.0c92.821f, age 00:09:28,
1u, Se0.2
E
600 [2195456/1] via
3650.0000.0c92.8ed7, age 00:09:29,
8u, Se0.1
E
2001 [2195456/1] via
502.0060.5cf4.7345, age 00:09:29,
1u, Et0
E
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.1
E
30001 [2297856/1] via
3650.0000.30e2.e870, age 00:09:29,
1u, Se0.1
E
100000 [269337600/2] via
502.0060.5cf4.7345, age 00:09:29,
1u, Et0
E
200000 [45867776/1] via
502.0060.5cf4.7345, age 00:09:30,
1u, Et0
r5#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 routes in internet
E

The first zone listed for each entry is its default (primary) zone.
R Net
E Net
E Net
C Net
E Net
R Net
C Net
C Net
r5#

1 [2/G] via 502.99, 5 sec, Ethernet0, zone r1ether0


300-300 [1/G] via 3650.68, 567 sec, Serial0.1, zone r3token0
400-400 [1/G] via 5004.161, 567 sec, Serial0.2, zone r4ether0
502-502 directly connected, Ethernet0, zone r5r2ether0
600-600 [1/G] via 3650.247, 571 sec, Serial0.1, zone r6ether0
2001-2001 [1/G] via 502.99, 6 sec, Ethernet0, zone r2r1serial
3650-3650 directly connected, Serial0.1, zone frame
5004-5004 directly connected, Serial0.2, zone frame

Page 4

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username r5 password 0 cisco
no ip domain-lookup
appletalk routing eigrp 6
appletalk route-redistribution
ipx routing 0000.0c92.8ed7
isdn 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 classless
ip route 0.0.0.0 0.0.0.0 172.168.65.2 150
access-list 901 deny any any all any rip
access-list 901 deny any any all any sap
access-list 901 deny any any all any 457
access-list 901 permit any any all any all
no 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 1
ipx sap 7 pserver 600.0000.0c00.1234 451 1
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx list 901
alias exec i show ip route
alias exec ci clear ip route *
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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
O
O
C
C
C
O
O
O
B
O
B
O
O

IA
E1

E1
E1
E1
E1

172.168.0.0/16 is variably subnetted, 8 subnets, 2 masks


172.168.30.0/24 [110/129] via 172.168.100.5, 00:11:18, Serial0
172.168.40.0/24 [110/84] via 172.168.100.5, 00:11:18, Serial0
172.168.60.0/24 is directly connected, Ethernet0
172.168.65.0/24 is directly connected, BRI0
172.168.100.0/24 is directly connected, Serial0
172.168.100.3/32 [110/128] via 172.168.100.5, 00:11:18, Serial0
172.168.100.5/32 [110/64] via 172.168.100.5, 00:11:18, Serial0
172.168.200.0/24 [110/84] via 172.168.100.5, 00:11:18, Serial0
20.0.0.0/8 [200/0] via 172.168.200.2, 00:11:47
192.168.70.0/24 [110/85] via 172.168.100.5, 00:11:18, Serial0
71.0.0.0/8 [200/0] via 137.20.20.1, 00:11:47
192.168.17.0/24 [110/85] via 172.168.100.5, 00:11:18, Serial0
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 subnets
O IA
137.20.20.0 [110/65] via 172.168.100.5, 00:11:19, Serial0
O*E1 0.0.0.0/0 [110/85] via 172.168.100.5, 00:11:19, Serial0
r6#sh ipx route
Codes: 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


1u, Se0

C
C
C
E

3650.00e0.b055.d43a, age 00:11:03,

600
3650
6005
107

(NOVELL-ETHER), Et0
(FRAME-RELAY),
Se0
(PPP),
BR0
[268441600/2] via
3650.00e0.b055.d43a, age 00:11:03,
1u, Se0
E
300 [2697984/1] via
3650.00e0.b055.d43a, age 00:11:03,
1u, Se0
E
301 [2697984/1] via
3650.00e0.b055.d43a, age 00:11:03,
1u, Se0
E
400 [2707456/1] via
3650.00e0.b055.d43a, age 00:11:03,
1u, Se0
E
502 [2195456/0] via
3650.00e0.b055.d43a, age 00:11:04,
1u, Se0
E
2001 [2707456/1] via
3650.00e0.b055.d43a, age 00:11:04,
1u, Se0
E
5004 [2681856/0] via
3650.00e0.b055.d43a, age 00:11:04,
1u, Se0
E
20000 [2323456/1] via
3650.00e0.b055.d43a, age 00:11:04,
1u, Se0
E
30000 [2809856/1] via
3650.00e0.b055.d43a, age 00:11:04,
1u, Se0
E
30001 [2809856/1] via
3650.00e0.b055.d43a, age 00:11:04,
1u, Se0
E
100000 [269849600/2] via
3650.00e0.b055.d43a, age 00:11:05,
1u, Se0
E
200000 [46379776/1] via
3650.00e0.b055.d43a, age 00:11:05,
1u, Se0
r6#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
8 routes in internet
The first zone listed for each entry is its default (primary) zone.
E Net
E Net
E Net
E Net
C Net
E Net
C Net
E Net
r6#

1 [3/G] via 3650.250, 659 sec, Serial0, zone r1ether0


300-300 [2/G] via 3650.250, 659 sec, Serial0, zone r3token0
400-400 [2/G] via 3650.250, 659 sec, Serial0, zone r4ether0
502-502 [1/G] via 3650.250, 659 sec, Serial0, zone r5r2ether0
600-600 directly connected, Ethernet0, zone r6ether0
2001-2001 [2/G] via 3650.250, 659 sec, Serial0, zone r2r1serial
3650-3650 directly connected, Serial0, zone frame
5004-5004 [1/G] via 3650.250, 659 sec, Serial0, zone frame

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
ipx routing 0000.0c00.dcf1
frame-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.txt
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 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 route
alias exec ci clear ip route *
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Codes: 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
D EX
D EX
D EX
D EX
D EX
D EX

172.168.0.0 is variably subnetted, 9 subnets, 2


172.168.30.0 255.255.255.0
[170/2221056] via 192.168.17.1, 02:31:39,
172.168.40.0 255.255.255.0
[170/2221056] via 192.168.17.1, 02:31:58,
172.168.60.0 255.255.255.0
[170/2221056] via 192.168.17.1, 00:21:47,
172.168.65.0 255.255.255.0
[170/2221056] via 192.168.17.1, 01:08:51,
172.168.100.0 255.255.255.0
[170/2221056] via 192.168.17.1, 02:31:58,
172.168.100.3 255.255.255.255
[170/2221056] via 192.168.17.1, 02:31:58,
Page 2

masks
Ethernet1
Ethernet1
Ethernet1
Ethernet1
Ethernet1
Ethernet1

r7.txt
172.168.100.5 255.255.255.255
[170/2221056] via 192.168.17.1, 02:31:59, Ethernet1
D EX
172.168.100.6 255.255.255.255
[170/2221056] via 192.168.17.1, 00:12:07, Ethernet1
D EX
172.168.200.0 255.255.255.0
[170/2221056] via 192.168.17.1, 02:32:00, Ethernet1
B
20.0.0.0 [20/0] via 192.168.17.1, 02:31:46
C
192.168.70.0 is directly connected, Ethernet0
C
70.0.0.0 is directly connected, Loopback0
C
71.0.0.0 is directly connected, Loopback1
C
192.168.17.0 is directly connected, Ethernet1
D
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 subnets
D EX
137.20.20.0 [170/2221056] via 192.168.17.1, 02:35:23, Ethernet1
D*EX 0.0.0.0 0.0.0.0 [170/2221056] via 192.168.17.1, 02:35:23, Ethernet1
r7#sh ipx route
Codes: 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
D EX

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),
C
700 (NOVELL-ETHER),
R
300 [11/03] via
R
301 [11/03] via
R
400 [11/03] via
R
502 [02/02] via
R
600 [11/03] via
R
2001 [02/01] via
R
3650 [03/03] via
R
5004 [03/03] via
R
6005 [05/03] via
R
20000 [02/02] via
R
30000 [11/03] via
R
30001 [11/03] via
R
100000 [02/01] via
R
200000 [03/02] via
r7#sh apple route
% Appletalk not running
r7#

Et1
Et0
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,
107.0000.0c4a.acf9,

46s,
47s,
47s,
47s,
47s,
47s,
47s,
47s,
47s,
47s,
47s,
48s,
48s,
48s,

Page 3

Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1
Et1

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
no ip domain-lookup
appletalk routing eigrp 1
appletalk route-redistribution
!
decnet routing 1.1
decnet node-type routing-iv
!
ipx routing 0000.0c4a.acf9
vines 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 classless
no logging console
decnet host R4 2.4
access-list 601 deny nbp 1 type LaserWriter
access-list 601 permit other-nbps
Page 1

r1.txt
access-list 601 permit other-access
!
!
!
!
ipx router eigrp 1
network 1007
!
!
ipx router rip
no network 1007
!
!
vines host R7 3000DCF1:0001
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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
C
B
B
B

10.0.0.0/8 [200/0] via 192.168.2.142, 00:48:23


11.0.0.0/8 is directly connected, Loopback0
12.0.0.0/8 [200/0] via 192.168.2.133, 00:29:17
40.0.0.0/8 [200/0] via 192.168.2.142, 00:48:29
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 masks
O IA
192.168.1.97/32 [110/193] via 192.168.2.133, 00:58:43, Serial0
O
192.168.1.81/32 [110/129] via 192.168.2.133, 01:05:21, Serial0
O E2
192.168.1.224/28 [110/50] via 192.168.2.133, 00:28:21, Serial0
O IA
192.168.1.192/28 [110/138] via 192.168.2.133, 01:05:21, Serial0
O IA
192.168.1.208/28 [110/74] via 192.168.2.133, 01:05:21, Serial0
O IA
192.168.1.160/28 [110/202] via 192.168.2.133, 01:05:21, Serial0
O IA
192.168.1.176/28 [110/202] via 192.168.2.133, 01:05:21, Serial0
C
192.168.1.128/28 is directly connected, Ethernet0
O
192.168.1.144/28 [110/134] via 192.168.2.133, 01:05:24, Serial0
192.168.2.0/30 is subnetted, 6 subnets
O
192.168.2.136 [110/128] via 192.168.2.133, 01:05:25, Serial0
O
192.168.2.140 [110/128] via 192.168.2.133, 01:05:25, Serial0
C
192.168.2.132 is directly connected, Serial0
O IA
192.168.2.152 [110/128] via 192.168.2.133, 01:05:25, Serial0
O IA
192.168.2.144 [110/192] via 192.168.2.133, 01:05:25, Serial0
O IA
192.168.2.148 [110/192] via 192.168.2.133, 01:05:25, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O
137.20.20.0 [110/138] via 192.168.2.133, 01:05:25, Serial0
O*E1 0.0.0.0/0 [110/129] via 192.168.2.133, 01:05:25, Serial0
r1#sh ipx route
Codes: 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.txt
16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.
No default route known.
C
C
E

100 (NOVELL-ETHER), Et0


1007 (HDLC),
Se0
200 [2707456/1] via
1007.0000.0c00.dcf1, age 01:09:53,
1u, Se0
E
300 [2697984/1] via
1007.0000.0c00.dcf1, age 02:48:03,
1u, Se0
E
400 [3219456/1] via
1007.0000.0c00.dcf1, age 02:48:03,
6u, Se0
E
500 [3219456/1] via
1007.0000.0c00.dcf1, age 02:54:55,
1u, Se0
E
600 [2707456/1] via
1007.0000.0c00.dcf1, age 02:54:55,
1u, Se0
E
700 [267008000/0] via
1007.0000.0c00.dcf1, age 02:55:04,
1u, Se0
E
701 [267008000/0] via
1007.0000.0c00.dcf1, age 02:55:08,
1u, Se0
E
702 [267008000/0] via
1007.0000.0c00.dcf1, age 02:49:35,
1u, Se0
E
2007 [2681856/0] via
1007.0000.0c00.dcf1, age 01:10:02,
1u, Se0
E
3004 [3193856/0] via
1007.0000.0c00.dcf1, age 02:48:07,
1u, Se0
E
3007 [2681856/0] via
1007.0000.0c00.dcf1, age 02:55:04,
1u, Se0
E
5006 [3193856/0] via
1007.0000.0c00.dcf1, age 02:54:59,
1u, Se0
E
7006 [2681856/0] via
1007.0000.0c00.dcf1, age 02:55:00,
1u, Se0
E
20000 [2809856/1] via
1007.0000.0c00.dcf1, age 01:09:58,
1u, Se0
r1#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 routes in internet
The first zone listed for each entry is its default (primary) zone.
C Net 100-100 directly connected, Ethernet0, zone r1ether0
E Net 200-200 [2/G] via 1007.149, 4137 sec, Serial0, zone r2ether0
E Net 300-300 [2/G] via 1007.149, 4430 sec, Serial0, zone r3token0
E Net 400 [3/G] via 1007.149, 4430 sec, Serial0, zone r4ether0
E Net 700-700 [1/G] via 1007.149, 4449 sec, Serial0, zone r7ether0
E Net 701-701 [1/G] via 1007.149, 4450 sec, Serial0, zone r7ether1
C Net 1007-1007 directly connected, Serial0, zone r1r7serial
E Net 2007-2007 [1/G] via 1007.149, 4141 sec, Serial0, zone r2r7serial
E Net 3004-3004 [2/G] via 1007.149, 4430 sec, Serial0, zone r3r4serial
E Net 3007-3007 [1/G] via 1007.149, 4434 sec, Serial0, zone r3r7serial
r1#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 route
3 servers, 3 routes, version 3, next update 79 seconds
Network

Neighbor

Flags

3000DCF1

3000DCF1:0001

R0*
Page 3

Age

Metric

Uses

17

0230

300AACF9
30147345
r1#

3000DCF1:0001

r1.txt
C1
R0*

Page 4

17

0460

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password money357
!
username marc password 0 money357
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r7 2007 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip name-server 207.238.183.71
ip name-server 207.238.183.72
appletalk routing eigrp 2
appletalk route-redistribution
!
decnet routing 1.2
decnet node-type routing-iv
!
ipx routing 0060.5cf4.7345
vines 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no 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 hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 300
txspeed 300
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password money357
login local
!
end
r2#sh ip route
Codes: 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
B
B
B
B

10.0.0.0/8 [200/0] via 192.168.2.142, 00:50:11


11.0.0.0/8 [200/0] via 192.168.2.134, 00:50:33
12.0.0.0/8 [200/0] via 192.168.2.137, 00:31:05
40.0.0.0/8 [200/0] via 192.168.2.142, 00:50:17
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 masks
O IA
192.168.1.97/32 [110/179] via 192.168.2.137, 01:00:31, Serial0
O
192.168.1.81/32 [110/115] via 192.168.2.137, 01:07:09, Serial0
Page 2

r2.txt
192.168.1.224/28 [110/50] via 192.168.2.137, 00:30:09, Serial0
192.168.1.192/28 [110/124] via 192.168.2.137, 01:07:09, Serial0
192.168.1.208/28 [110/60] via 192.168.2.137, 01:07:09, Serial0
192.168.1.160/28 [110/188] via 192.168.2.137, 01:07:09, Serial0
192.168.1.176/28 [110/188] via 192.168.2.137, 01:07:09, Serial0
192.168.1.128/28 [110/124] via 192.168.2.137, 01:07:10, Serial0
192.168.1.144/28 [110/120] via 192.168.2.137, 01:07:13, Serial0
192.168.2.0/30 is subnetted, 6 subnets
C
192.168.2.136 is directly connected, Serial0
O
192.168.2.140 [110/114] via 192.168.2.137, 01:07:13, Serial0
O
192.168.2.132 [110/114] via 192.168.2.137, 01:07:13, Serial0
O IA
192.168.2.152 [110/114] via 192.168.2.137, 01:07:13, Serial0
O IA
192.168.2.144 [110/178] via 192.168.2.137, 01:07:13, Serial0
O IA
192.168.2.148 [110/178] via 192.168.2.137, 01:07:13, Serial0
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
C
200.200.200.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#sh ipx route
Codes: 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
O
O
O
O
O
O
O

E2
IA
IA
IA
IA

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


No default route known.
C
C
C
E

200
2007
20000
100

(NOVELL-ETHER), Et0
(HDLC),
Se0
(UNKNOWN),
Lo0
[2707456/1] via
2007.0000.0c00.dcf1, age 01:11:41,
1u, Se0
E
300 [2697984/1] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
400 [3219456/1] via
2007.0000.0c00.dcf1, age 01:11:42,
3u, Se0
E
500 [3219456/1] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
600 [2707456/1] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
700 [267008000/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
701 [267008000/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
702 [267008000/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
1007 [2681856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
3004 [3193856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
3007 [2681856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
5006 [3193856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
7006 [2681856/0] via
2007.0000.0c00.dcf1, age 01:11:43,
1u, Se0
r2#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 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 r1ether0
C Net 200-200 directly connected, Ethernet0, zone r2ether0
E Net 300-300 [2/G] via 2007.50, 4242 sec, Serial0, zone r3token0
E Net 400 [3/G] via 2007.50, 4242 sec, Serial0, zone r4ether0
E Net 700-700 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether0
E Net 701-701 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether1
E Net 1007-1007 [1/G] via 2007.50, 4242 sec, Serial0, zone r1r7serial
C Net 2007-2007 directly connected, Serial0, zone r2r7serial
E Net 3004-3004 [2/G] via 2007.50, 4242 sec, Serial0, zone r3r4serial
E Net 3007-3007 [1/G] via 2007.50, 4242 sec, Serial0, zone r3r7serial
r2#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 route
3 servers, 3 routes, version 7, next update 19 seconds
Network

Neighbor

Flags

3000DCF1
300AACF9
30147345
r2#

3000DCF1:0001
3000DCF1:0001
-

R0*
R0*
C1

Page 4

Age

Metric

Uses

7
7
-

0230
0460
-

0
0
-

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
!
no ip domain-lookup
appletalk routing eigrp 3
appletalk route-redistribution
!
decnet routing 2.3
decnet 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 classless
no logging console
access-list 600 deny zone r7ether0
access-list 600 permit additional-zones
access-list 600 permit other-access
access-list 601 deny cable-range 700-700
access-list 601 permit other-access
access-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 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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
B
B

10.0.0.0/8 [200/0] via 192.168.1.97, 01:00:23


11.0.0.0/8 [20/0] via 192.168.2.141, 00:51:21
12.0.0.0/8 [20/0] via 192.168.2.141, 00:50:50
Page 2

r3.txt
40.0.0.0/8 [200/0] via 192.168.1.97, 01:00:58
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 masks
O
192.168.1.97/32 [110/65] via 192.168.2.146, 01:01:34, Serial1
C
192.168.1.80/28 is directly connected, Loopback0
O E2
192.168.1.224/28 [110/50] via 192.168.2.141, 00:31:12, Serial0
O IA
192.168.1.192/28 [110/138] via 192.168.2.141, 01:01:34, Serial0
O IA
192.168.1.208/28 [110/74] via 192.168.2.141, 01:01:35, Serial0
O
192.168.1.160/28 [110/74] via 192.168.2.146, 01:01:35, Serial1
O IA
192.168.1.176/28 [110/202] via 192.168.2.141, 01:01:35, Serial0
O
192.168.1.128/28 [110/138] via 192.168.2.141, 01:08:13, Serial0
C
192.168.1.144/28 is directly connected, TokenRing0
192.168.2.0/30 is subnetted, 6 subnets
O
192.168.2.136 [110/128] via 192.168.2.141, 01:08:14, Serial0
C
192.168.2.140 is directly connected, Serial0
O
192.168.2.132 [110/128] via 192.168.2.141, 01:08:14, Serial0
O IA
192.168.2.152 [110/128] via 192.168.2.141, 01:01:36, Serial0
C
192.168.2.144 is directly connected, Serial1
O IA
192.168.2.148 [110/192] via 192.168.2.141, 01:01:36, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O
137.20.20.0 [110/138] via 192.168.2.141, 01:08:15, Serial0
O*E1 0.0.0.0/0 [110/129] via 192.168.2.141, 01:01:37, Serial0
r3#sh ipx route
Codes: 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
B
B

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


No default route known.
C
C
C
E

300
3004
3007
100

(SAP),
To0
(X25),
Se1
(HDLC),
Se0
[2707456/1] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
200 [2707456/1] via
3007.0000.0c00.dcf1, age 01:12:43,
1u, Se0
E
400 [2195456/1] via
3004.0000.0c92.821f, age 03:30:56,
23u, Se1
E
500 [3219456/1] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
600 [2707456/1] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
700 [267008000/0] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
701 [267008000/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
702 [267008000/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
1007 [2681856/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
2007 [2681856/0] via
3007.0000.0c00.dcf1, age 01:12:49,
1u, Se0
E
5006 [3193856/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
7006 [2681856/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
20000 [2809856/1] via
3007.0000.0c00.dcf1, age 01:12:44,
1u, Se0
r3#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
Page 3

r3.txt
S - static P - proxy
10 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 r1ether0
E Net 200-200 [2/G] via 3007.20, 4302 sec, Serial0, zone r2ether0
C Net 300-300 directly connected, TokenRing0, zone r3token0
E Net 400 [1/G] via 3004.243, 4716 sec, Tunnel0, zone r4ether0
E Net 700-700 [1/G] via 3007.20, 4592 sec, Serial0, zone r7ether0
E Net 701-701 [1/G] via 3007.20, 4593 sec, Serial0, zone r7ether1
E Net 1007-1007 [1/G] via 3007.20, 4593 sec, Serial0, zone r1r7serial
E Net 2007-2007 [1/G] via 3007.20, 4305 sec, Serial0, zone r2r7serial
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
C Net 3007-3007 directly connected, Serial0, zone r3r7serial
r3#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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
netbios access-list host r4 deny cisco
netbios access-list host r4 permit *
!
no ip domain-lookup
appletalk routing eigrp 4
appletalk route-redistribution
!
decnet routing 2.4
decnet 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 classless
ip route 40.0.0.0 255.0.0.0 Null0
ip route 41.0.0.0 255.0.0.0 Null0
no logging console
access-list 800 deny 100 400
access-list 800 permit FFFFFFFF FFFFFFFF
appletalk 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 1
ipx sap 7 pserver 400.0000.0c00.1234 451 1
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#sh ip route
Codes: 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
B
B
S
S
C

10.0.0.0/8 is directly connected, Loopback1


11.0.0.0/8 [200/0] via 192.168.2.141, 00:54:00
12.0.0.0/8 [200/0] via 192.168.2.141, 00:34:48
40.0.0.0/8 is directly connected, Null0
41.0.0.0/8 is directly connected, Null0
192.168.1.0/24 is variably subnetted, 9 subnets, 2 masks
192.168.1.96/28 is directly connected, Loopback0
Page 2

r4.txt
192.168.1.81/32 [110/201] via 192.168.2.145, 01:04:14, Serial0
192.168.1.224/28 [110/50] via 192.168.2.145, 00:33:52, Serial0
192.168.1.192/28 [110/338] via 192.168.2.145, 01:04:14, Serial0
192.168.1.208/28 [110/274] via 192.168.2.145, 01:04:15, Serial0
192.168.1.160/28 is directly connected, Ethernet0
IA
192.168.1.176/28 [110/402] via 192.168.2.145, 01:04:15, Serial0
IA
192.168.1.128/28 [110/338] via 192.168.2.145, 01:04:15, Serial0
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 subnets
O IA
192.168.2.136 [110/328] via 192.168.2.145, 01:04:16, Serial0
O IA
192.168.2.140 [110/264] via 192.168.2.145, 01:04:16, Serial0
O IA
192.168.2.132 [110/328] via 192.168.2.145, 01:04:16, Serial0
O IA
192.168.2.152 [110/328] via 192.168.2.145, 01:04:16, Serial0
C
192.168.2.144 is directly connected, Serial0
O IA
192.168.2.148 [110/392] via 192.168.2.145, 01:04:16, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/338] via 192.168.2.145, 01:04:17, Serial0
O*E1 0.0.0.0/0 [110/329] via 192.168.2.145, 01:04:17, Serial0
r4#sh ipx route
Codes: 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
O
O
O
O
C
O
O
O

IA
E2
IA
IA

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


No default route known.
C
C
E

400 (NOVELL-ETHER), Et0


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

r4.txt
The first zone listed for each entry is its default (primary) zone.
E Net 100-100 [3/G] via 3004.242, 4753 sec, Tunnel0, zone r1ether0
E Net 200-200 [3/G] via 3004.242, 4462 sec, Tunnel0, zone r2ether0
E Net 300-300 [1/G] via 3004.242, 4941 sec, Tunnel0, zone r3token0
C Net 400 directly connected, Ethernet0, zone r4ether0
E Net 701-701 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r7ether1
E Net 1007-1007 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r1r7serial
E Net 2007-2007 [2/G] via 3004.242, 4465 sec, Tunnel0, zone r2r7serial
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
E Net 3007-3007 [1/G] via 3004.242, 4756 sec, Tunnel0, zone r3r7serial
r4#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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
no ip domain-lookup
ipx 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 classless
no logging console
!
!
ipx router eigrp 1
network 5006
!
!
ipx router rip
no network 5006
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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
B
B
B

10.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35


11.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35
12.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35
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 masks
O IA
192.168.1.97/32 [110/257] via 192.168.2.150, 01:05:26, Serial0
O IA
192.168.1.81/32 [110/193] via 192.168.2.150, 01:12:05, Serial0
O E2
192.168.1.224/28 [110/50] via 192.168.2.150, 00:35:04, Serial0
O
192.168.1.192/28 [110/74] via 192.168.2.150, 05:03:04, Serial0
O
192.168.1.208/28 [110/138] via 192.168.2.150, 05:03:04, Serial0
O IA
192.168.1.160/28 [110/266] via 192.168.2.150, 01:16:17, Serial0
C
192.168.1.176/28 is directly connected, Ethernet0
O IA
192.168.1.128/28 [110/202] via 192.168.2.150, 01:16:17, Serial0
O 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 masks
O IA
192.168.2.136/30 [110/192] via 192.168.2.150, 01:16:18, Serial0
O IA
192.168.2.140/30 [110/192] via 192.168.2.150, 01:16:18, Serial0
O IA
192.168.2.132/30 [110/192] via 192.168.2.150, 01:16:18, Serial0
O
192.168.2.152/30 [110/128] via 192.168.2.150, 05:03:06, Serial0
O IA
192.168.2.144/30 [110/256] via 192.168.2.150, 01:16:18, Serial0
C
192.168.2.150/32 is directly connected, Serial0
C
192.168.2.148/30 is directly connected, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/202] via 192.168.2.150, 01:16:19, Serial0
O*E1 0.0.0.0/0 [110/193] via 192.168.2.150, 01:16:19, Serial0
r5#sh ipx route
Codes: 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
C
E
E
E
E
E
E
E
E
E

500 (NOVELL-ETHER), Et0


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

E
E
E
E
E

2007 [3193856/0] via


1u,
3004 [3705856/0] via
1u,
3007 [3193856/0] via
1u,
7006 [2681856/0] via
1u,
20000 [3321856/1] via
1u,

r5.txt
5006.0000.0c92.8ed7, age 01:16:41,
Se0
5006.0000.0c92.8ed7, age 02:54:46,
Se0
5006.0000.0c92.8ed7, age 03:01:39,
Se0
5006.0000.0c92.8ed7, age 03:03:56,
Se0
5006.0000.0c92.8ed7, age 01:16:37,
Se0

Page 3

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
no ip domain-lookup
ipx 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 classless
no logging console
!
!
!
ipx router eigrp 1
network 7006
network 5006
!
!
ipx router rip
no network 7006
no network 5006
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
Page 1

r6.txt
end
r6#sh ip route
Codes: 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
B
B
B

10.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36


11.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36
12.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36
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 masks
O IA
192.168.1.97/32 [110/193] via 192.168.2.153, 01:06:27, Serial0
O IA
192.168.1.81/32 [110/129] via 192.168.2.153, 01:13:05, Serial0
O E2
192.168.1.224/28 [110/50] via 192.168.2.153, 00:36:05, Serial0
C
192.168.1.192/28 is directly connected, Ethernet0
O
192.168.1.208/28 [110/74] via 192.168.2.153, 05:04:05, Serial0
O IA
192.168.1.160/28 [110/202] via 192.168.2.153, 01:17:17, Serial0
O
192.168.1.176/28 [110/74] via 192.168.2.149, 05:04:05, Serial1
O IA
192.168.1.128/28 [110/138] via 192.168.2.153, 01:17:17, Serial0
O 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 masks
O IA
192.168.2.136/30 [110/128] via 192.168.2.153, 01:17:18, Serial0
O IA
192.168.2.140/30 [110/128] via 192.168.2.153, 01:17:18, Serial0
O IA
192.168.2.132/30 [110/128] via 192.168.2.153, 01:17:18, Serial0
C
192.168.2.152/30 is directly connected, Serial0
O IA
192.168.2.144/30 [110/192] via 192.168.2.153, 01:17:18, Serial0
C
192.168.2.148/30 is directly connected, Serial1
C
192.168.2.149/32 is directly connected, Serial1
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/138] via 192.168.2.153, 01:17:19, Serial0
O*E1 0.0.0.0/0 [110/129] via 192.168.2.153, 01:17:19, Serial0
r6#sh ipx route
Codes: 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
C
C
E

600
5006
7006
100

300

400

500

700

701

(NOVELL-ETHER), Et0
(PPP),
Se1
(HDLC),
Se0
[2707456/1] via
7006.0000.0c00.dcf1, age 03:02:36,
1u, Se0
1u, Se0
1u, Se0
[2697984/1] via
7006.0000.0c00.dcf1, age 02:55:45,
1u, Se0
[3219456/1] via
7006.0000.0c00.dcf1, age 02:55:45,
11u, Se0
[2195456/1] via
5006.00e0.b055.d43a, age 03:02:37,
1u, Se1
[267008000/0] via
7006.0000.0c00.dcf1, age 03:02:37,
1u, Se0
[267008000/0] via
7006.0000.0c00.dcf1, age 03:02:38,
Page 2

r6.txt
E

702

1007

2007

3004

3007

20000

1u, Se0
[267008000/0] via
1u, Se0
[2681856/0] via
1u, Se0
[2681856/0] via
1u, Se0
[3193856/0] via
1u, Se0
[2681856/0] via
1u, Se0
[2809856/1] via
1u, Se0

7006.0000.0c00.dcf1, age 02:57:14,


7006.0000.0c00.dcf1, age 03:02:38,
7006.0000.0c00.dcf1, age 01:17:41,
7006.0000.0c00.dcf1, age 02:55:46,
7006.0000.0c00.dcf1, age 03:02:38,
7006.0000.0c00.dcf1, age 01:17:37,

r6#

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
vines routing 3000DCF1:0001
!
decnet routing 1.7
decnet node-type area
!
ipx routing 0000.0c00.dcf1
appletalk routing eigrp 7
appletalk 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 console
access-list 1 permit 40.0.0.0 0.0.0.255
access-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 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#sh ip route
Codes: 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
B
C
B
B

10.0.0.0 [20/0] via 192.168.2.142, 00:57:05


11.0.0.0 [200/0] via 192.168.2.134, 00:57:23
12.0.0.0 is directly connected, Loopback0
40.0.0.0 [20/0] via 192.168.2.142, 00:57:06
41.0.0.0 [20/0] via 192.168.2.142, 00:57:06
192.168.1.0 is variably subnetted, 9 subnets, 2 masks
O IA
192.168.1.97 255.255.255.255
[110/129] via 192.168.2.142, 01:07:19, Serial2
O
192.168.1.81 255.255.255.255
[110/65] via 192.168.2.142, 01:13:57, Serial2
C
192.168.1.224 255.255.255.240 is directly connected,
O
192.168.1.192 255.255.255.240
[110/74] via 192.168.2.154, 05:04:57, Serial3
C
192.168.1.208 255.255.255.240 is directly connected,
O IA
192.168.1.160 255.255.255.240
[110/138] via 192.168.2.142, 01:13:58, Serial2
O
192.168.1.176 255.255.255.240
[110/138] via 192.168.2.154, 05:04:59, Serial3
O
192.168.1.128 255.255.255.240
[110/74] via 192.168.2.134, 01:13:59, Serial0
O
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 subnets
C
192.168.2.136 is directly connected, Serial1
C
192.168.2.140 is directly connected, Serial2
C
192.168.2.132 is directly connected, Serial0
C
192.168.2.152 is directly connected, Serial3
O IA
192.168.2.144 [110/128] via 192.168.2.142, 01:14:00,
O
192.168.2.148 [110/128] via 192.168.2.154, 05:05:00,
137.20.0.0 255.255.255.0 is subnetted, 1 subnets
Page 3

Ethernet1
Ethernet0

Serial2
Serial3

r7.txt
O
137.20.20.0 [110/74] via 192.168.2.138, 01:14:00, Serial1
O*E1 0.0.0.0 0.0.0.0 [110/65] via 192.168.2.138, 01:14:00, Serial1
r7#sh ipx route
Codes: 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
C
c
C
C
C
C
E

700
701
702
1007
2007
3007
7006
100

(NOVELL-ETHER), Et1
(NOVELL-ETHER), Et0
(SAP),
Et0
(HDLC),
Se0
(HDLC),
Se1
(HDLC),
Se2
(HDLC),
Se3
[2195456/1] via
1007.0000.0c4a.acf9, age 1:18:31,
1u, Se0
E
200 [2195456/1] via
2007.0060.5cf4.7345, age 1:18:31,
1u, Se1
E
300 [2185984/1] via
3007.0000.30e2.e870, age 1:18:31,
1u, Se2
E
400 [2707456/1] via
3007.0000.30e2.e870, age 1:18:31,
25u, Se2
E
500 [2707456/1] via
7006.0000.0c92.8ed7, age 1:18:33,
1u, Se3
E
600 [2195456/1] via
7006.0000.0c92.8ed7, age 1:18:33,
1u, Se3
E
3004 [2681856/0] via
3007.0000.30e2.e870, age 1:18:33,
1u, Se2
E
5006 [2681856/0] via
7006.0000.0c92.8ed7, age 1:18:33,
1u, Se3
E
20000 [2297856/1] via
2007.0060.5cf4.7345, age 1:18:33,
1u, Se1
r7#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 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 r1ether0
E Net 200-200 [1/G] via 2007.138, 4654 sec, Serial1, zone r2ether0
E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0
E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0
C Net 700-700 directly connected, Ethernet0, zone r7ether0
C Net 701-701 directly connected, Ethernet1, zone r7ether1
C Net 1007-1007 directly connected, Serial0, zone r1r7serial
C Net 2007-2007 directly connected, Serial1, zone r2r7serial
E Net 3004-3004 [1/G] via 3007.177, 4654 sec, Serial2, zone r3r4serial
C Net 3007-3007 directly connected, Serial2, zone r3r7serial
r7#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.7
r7#sh vines route
Page 4

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

Neighbor

Flags

3000DCF1
300AACF9
30147345
r7#

300AACF9:0001
30147345:0001

C1
R0*
R0*

Page 5

Age

Metric

Uses

52
33

0230
0230

0
0

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
no ip domain-lookup
appletalk routing eigrp 1
appletalk route-redistribution
!
decnet routing 1.1
decnet node-type routing-iv
!
ipx routing 0000.0c4a.acf9
vines 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 classless
no logging console
decnet host R4 2.4
access-list 601 deny nbp 1 type LaserWriter
access-list 601 permit other-nbps
Page 1

r1.txt
access-list 601 permit other-access
!
!
!
!
ipx router eigrp 1
network 1007
!
!
ipx router rip
no network 1007
!
!
vines host R7 3000DCF1:0001
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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
C
B
B
B

10.0.0.0/8 [200/0] via 192.168.2.142, 00:48:23


11.0.0.0/8 is directly connected, Loopback0
12.0.0.0/8 [200/0] via 192.168.2.133, 00:29:17
40.0.0.0/8 [200/0] via 192.168.2.142, 00:48:29
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 masks
O IA
192.168.1.97/32 [110/193] via 192.168.2.133, 00:58:43, Serial0
O
192.168.1.81/32 [110/129] via 192.168.2.133, 01:05:21, Serial0
O E2
192.168.1.224/28 [110/50] via 192.168.2.133, 00:28:21, Serial0
O IA
192.168.1.192/28 [110/138] via 192.168.2.133, 01:05:21, Serial0
O IA
192.168.1.208/28 [110/74] via 192.168.2.133, 01:05:21, Serial0
O IA
192.168.1.160/28 [110/202] via 192.168.2.133, 01:05:21, Serial0
O IA
192.168.1.176/28 [110/202] via 192.168.2.133, 01:05:21, Serial0
C
192.168.1.128/28 is directly connected, Ethernet0
O
192.168.1.144/28 [110/134] via 192.168.2.133, 01:05:24, Serial0
192.168.2.0/30 is subnetted, 6 subnets
O
192.168.2.136 [110/128] via 192.168.2.133, 01:05:25, Serial0
O
192.168.2.140 [110/128] via 192.168.2.133, 01:05:25, Serial0
C
192.168.2.132 is directly connected, Serial0
O IA
192.168.2.152 [110/128] via 192.168.2.133, 01:05:25, Serial0
O IA
192.168.2.144 [110/192] via 192.168.2.133, 01:05:25, Serial0
O IA
192.168.2.148 [110/192] via 192.168.2.133, 01:05:25, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O
137.20.20.0 [110/138] via 192.168.2.133, 01:05:25, Serial0
O*E1 0.0.0.0/0 [110/129] via 192.168.2.133, 01:05:25, Serial0
r1#sh ipx route
Codes: 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.txt
16 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.
No default route known.
C
C
E

100 (NOVELL-ETHER), Et0


1007 (HDLC),
Se0
200 [2707456/1] via
1007.0000.0c00.dcf1, age 01:09:53,
1u, Se0
E
300 [2697984/1] via
1007.0000.0c00.dcf1, age 02:48:03,
1u, Se0
E
400 [3219456/1] via
1007.0000.0c00.dcf1, age 02:48:03,
6u, Se0
E
500 [3219456/1] via
1007.0000.0c00.dcf1, age 02:54:55,
1u, Se0
E
600 [2707456/1] via
1007.0000.0c00.dcf1, age 02:54:55,
1u, Se0
E
700 [267008000/0] via
1007.0000.0c00.dcf1, age 02:55:04,
1u, Se0
E
701 [267008000/0] via
1007.0000.0c00.dcf1, age 02:55:08,
1u, Se0
E
702 [267008000/0] via
1007.0000.0c00.dcf1, age 02:49:35,
1u, Se0
E
2007 [2681856/0] via
1007.0000.0c00.dcf1, age 01:10:02,
1u, Se0
E
3004 [3193856/0] via
1007.0000.0c00.dcf1, age 02:48:07,
1u, Se0
E
3007 [2681856/0] via
1007.0000.0c00.dcf1, age 02:55:04,
1u, Se0
E
5006 [3193856/0] via
1007.0000.0c00.dcf1, age 02:54:59,
1u, Se0
E
7006 [2681856/0] via
1007.0000.0c00.dcf1, age 02:55:00,
1u, Se0
E
20000 [2809856/1] via
1007.0000.0c00.dcf1, age 01:09:58,
1u, Se0
r1#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 routes in internet
The first zone listed for each entry is its default (primary) zone.
C Net 100-100 directly connected, Ethernet0, zone r1ether0
E Net 200-200 [2/G] via 1007.149, 4137 sec, Serial0, zone r2ether0
E Net 300-300 [2/G] via 1007.149, 4430 sec, Serial0, zone r3token0
E Net 400 [3/G] via 1007.149, 4430 sec, Serial0, zone r4ether0
E Net 700-700 [1/G] via 1007.149, 4449 sec, Serial0, zone r7ether0
E Net 701-701 [1/G] via 1007.149, 4450 sec, Serial0, zone r7ether1
C Net 1007-1007 directly connected, Serial0, zone r1r7serial
E Net 2007-2007 [1/G] via 1007.149, 4141 sec, Serial0, zone r2r7serial
E Net 3004-3004 [2/G] via 1007.149, 4430 sec, Serial0, zone r3r4serial
E Net 3007-3007 [1/G] via 1007.149, 4434 sec, Serial0, zone r3r7serial
r1#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 route
3 servers, 3 routes, version 3, next update 79 seconds
Network

Neighbor

Flags

3000DCF1

3000DCF1:0001

R0*
Page 3

Age

Metric

Uses

17

0230

300AACF9
30147345
r1#

3000DCF1:0001

r1.txt
C1
R0*

Page 4

17

0460

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password money357
!
username marc password 0 money357
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r7 2007 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip name-server 207.238.183.71
ip name-server 207.238.183.72
appletalk routing eigrp 2
appletalk route-redistribution
!
decnet routing 1.2
decnet node-type routing-iv
!
ipx routing 0060.5cf4.7345
vines 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no 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 hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 300
txspeed 300
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password money357
login local
!
end
r2#sh ip route
Codes: 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
B
B
B
B

10.0.0.0/8 [200/0] via 192.168.2.142, 00:50:11


11.0.0.0/8 [200/0] via 192.168.2.134, 00:50:33
12.0.0.0/8 [200/0] via 192.168.2.137, 00:31:05
40.0.0.0/8 [200/0] via 192.168.2.142, 00:50:17
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 masks
O IA
192.168.1.97/32 [110/179] via 192.168.2.137, 01:00:31, Serial0
O
192.168.1.81/32 [110/115] via 192.168.2.137, 01:07:09, Serial0
Page 2

r2.txt
192.168.1.224/28 [110/50] via 192.168.2.137, 00:30:09, Serial0
192.168.1.192/28 [110/124] via 192.168.2.137, 01:07:09, Serial0
192.168.1.208/28 [110/60] via 192.168.2.137, 01:07:09, Serial0
192.168.1.160/28 [110/188] via 192.168.2.137, 01:07:09, Serial0
192.168.1.176/28 [110/188] via 192.168.2.137, 01:07:09, Serial0
192.168.1.128/28 [110/124] via 192.168.2.137, 01:07:10, Serial0
192.168.1.144/28 [110/120] via 192.168.2.137, 01:07:13, Serial0
192.168.2.0/30 is subnetted, 6 subnets
C
192.168.2.136 is directly connected, Serial0
O
192.168.2.140 [110/114] via 192.168.2.137, 01:07:13, Serial0
O
192.168.2.132 [110/114] via 192.168.2.137, 01:07:13, Serial0
O IA
192.168.2.152 [110/114] via 192.168.2.137, 01:07:13, Serial0
O IA
192.168.2.144 [110/178] via 192.168.2.137, 01:07:13, Serial0
O IA
192.168.2.148 [110/178] via 192.168.2.137, 01:07:13, Serial0
137.20.0.0/24 is subnetted, 1 subnets
C
137.20.20.0 is directly connected, Ethernet0
C
200.200.200.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
r2#sh ipx route
Codes: 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
O
O
O
O
O
O
O

E2
IA
IA
IA
IA

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


No default route known.
C
C
C
E

200
2007
20000
100

(NOVELL-ETHER), Et0
(HDLC),
Se0
(UNKNOWN),
Lo0
[2707456/1] via
2007.0000.0c00.dcf1, age 01:11:41,
1u, Se0
E
300 [2697984/1] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
400 [3219456/1] via
2007.0000.0c00.dcf1, age 01:11:42,
3u, Se0
E
500 [3219456/1] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
600 [2707456/1] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
700 [267008000/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
701 [267008000/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
702 [267008000/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
1007 [2681856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
3004 [3193856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
3007 [2681856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
5006 [3193856/0] via
2007.0000.0c00.dcf1, age 01:11:42,
1u, Se0
E
7006 [2681856/0] via
2007.0000.0c00.dcf1, age 01:11:43,
1u, Se0
r2#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 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 r1ether0
C Net 200-200 directly connected, Ethernet0, zone r2ether0
E Net 300-300 [2/G] via 2007.50, 4242 sec, Serial0, zone r3token0
E Net 400 [3/G] via 2007.50, 4242 sec, Serial0, zone r4ether0
E Net 700-700 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether0
E Net 701-701 [1/G] via 2007.50, 4242 sec, Serial0, zone r7ether1
E Net 1007-1007 [1/G] via 2007.50, 4242 sec, Serial0, zone r1r7serial
C Net 2007-2007 directly connected, Serial0, zone r2r7serial
E Net 3004-3004 [2/G] via 2007.50, 4242 sec, Serial0, zone r3r4serial
E Net 3007-3007 [1/G] via 2007.50, 4242 sec, Serial0, zone r3r7serial
r2#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 route
3 servers, 3 routes, version 7, next update 19 seconds
Network

Neighbor

Flags

3000DCF1
300AACF9
30147345
r2#

3000DCF1:0001
3000DCF1:0001
-

R0*
R0*
C1

Page 4

Age

Metric

Uses

7
7
-

0230
0460
-

0
0
-

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
!
no ip domain-lookup
appletalk routing eigrp 3
appletalk route-redistribution
!
decnet routing 2.3
decnet 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 classless
no logging console
access-list 600 deny zone r7ether0
access-list 600 permit additional-zones
access-list 600 permit other-access
access-list 601 deny cable-range 700-700
access-list 601 permit other-access
access-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 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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
B
B

10.0.0.0/8 [200/0] via 192.168.1.97, 01:00:23


11.0.0.0/8 [20/0] via 192.168.2.141, 00:51:21
12.0.0.0/8 [20/0] via 192.168.2.141, 00:50:50
Page 2

r3.txt
40.0.0.0/8 [200/0] via 192.168.1.97, 01:00:58
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 masks
O
192.168.1.97/32 [110/65] via 192.168.2.146, 01:01:34, Serial1
C
192.168.1.80/28 is directly connected, Loopback0
O E2
192.168.1.224/28 [110/50] via 192.168.2.141, 00:31:12, Serial0
O IA
192.168.1.192/28 [110/138] via 192.168.2.141, 01:01:34, Serial0
O IA
192.168.1.208/28 [110/74] via 192.168.2.141, 01:01:35, Serial0
O
192.168.1.160/28 [110/74] via 192.168.2.146, 01:01:35, Serial1
O IA
192.168.1.176/28 [110/202] via 192.168.2.141, 01:01:35, Serial0
O
192.168.1.128/28 [110/138] via 192.168.2.141, 01:08:13, Serial0
C
192.168.1.144/28 is directly connected, TokenRing0
192.168.2.0/30 is subnetted, 6 subnets
O
192.168.2.136 [110/128] via 192.168.2.141, 01:08:14, Serial0
C
192.168.2.140 is directly connected, Serial0
O
192.168.2.132 [110/128] via 192.168.2.141, 01:08:14, Serial0
O IA
192.168.2.152 [110/128] via 192.168.2.141, 01:01:36, Serial0
C
192.168.2.144 is directly connected, Serial1
O IA
192.168.2.148 [110/192] via 192.168.2.141, 01:01:36, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O
137.20.20.0 [110/138] via 192.168.2.141, 01:08:15, Serial0
O*E1 0.0.0.0/0 [110/129] via 192.168.2.141, 01:01:37, Serial0
r3#sh ipx route
Codes: 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
B
B

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


No default route known.
C
C
C
E

300
3004
3007
100

(SAP),
To0
(X25),
Se1
(HDLC),
Se0
[2707456/1] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
200 [2707456/1] via
3007.0000.0c00.dcf1, age 01:12:43,
1u, Se0
E
400 [2195456/1] via
3004.0000.0c92.821f, age 03:30:56,
23u, Se1
E
500 [3219456/1] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
600 [2707456/1] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
700 [267008000/0] via
3007.0000.0c00.dcf1, age 02:50:52,
1u, Se0
E
701 [267008000/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
702 [267008000/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
1007 [2681856/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
2007 [2681856/0] via
3007.0000.0c00.dcf1, age 01:12:49,
1u, Se0
E
5006 [3193856/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
7006 [2681856/0] via
3007.0000.0c00.dcf1, age 02:50:54,
1u, Se0
E
20000 [2809856/1] via
3007.0000.0c00.dcf1, age 01:12:44,
1u, Se0
r3#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
Page 3

r3.txt
S - static P - proxy
10 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 r1ether0
E Net 200-200 [2/G] via 3007.20, 4302 sec, Serial0, zone r2ether0
C Net 300-300 directly connected, TokenRing0, zone r3token0
E Net 400 [1/G] via 3004.243, 4716 sec, Tunnel0, zone r4ether0
E Net 700-700 [1/G] via 3007.20, 4592 sec, Serial0, zone r7ether0
E Net 701-701 [1/G] via 3007.20, 4593 sec, Serial0, zone r7ether1
E Net 1007-1007 [1/G] via 3007.20, 4593 sec, Serial0, zone r1r7serial
E Net 2007-2007 [1/G] via 3007.20, 4305 sec, Serial0, zone r2r7serial
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
C Net 3007-3007 directly connected, Serial0, zone r3r7serial
r3#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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
netbios access-list host r4 deny cisco
netbios access-list host r4 permit *
!
no ip domain-lookup
appletalk routing eigrp 4
appletalk route-redistribution
!
decnet routing 2.4
decnet 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 classless
ip route 40.0.0.0 255.0.0.0 Null0
ip route 41.0.0.0 255.0.0.0 Null0
no logging console
access-list 800 deny 100 400
access-list 800 permit FFFFFFFF FFFFFFFF
appletalk 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 1
ipx sap 7 pserver 400.0000.0c00.1234 451 1
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#sh ip route
Codes: 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
B
B
S
S
C

10.0.0.0/8 is directly connected, Loopback1


11.0.0.0/8 [200/0] via 192.168.2.141, 00:54:00
12.0.0.0/8 [200/0] via 192.168.2.141, 00:34:48
40.0.0.0/8 is directly connected, Null0
41.0.0.0/8 is directly connected, Null0
192.168.1.0/24 is variably subnetted, 9 subnets, 2 masks
192.168.1.96/28 is directly connected, Loopback0
Page 2

r4.txt
192.168.1.81/32 [110/201] via 192.168.2.145, 01:04:14, Serial0
192.168.1.224/28 [110/50] via 192.168.2.145, 00:33:52, Serial0
192.168.1.192/28 [110/338] via 192.168.2.145, 01:04:14, Serial0
192.168.1.208/28 [110/274] via 192.168.2.145, 01:04:15, Serial0
192.168.1.160/28 is directly connected, Ethernet0
IA
192.168.1.176/28 [110/402] via 192.168.2.145, 01:04:15, Serial0
IA
192.168.1.128/28 [110/338] via 192.168.2.145, 01:04:15, Serial0
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 subnets
O IA
192.168.2.136 [110/328] via 192.168.2.145, 01:04:16, Serial0
O IA
192.168.2.140 [110/264] via 192.168.2.145, 01:04:16, Serial0
O IA
192.168.2.132 [110/328] via 192.168.2.145, 01:04:16, Serial0
O IA
192.168.2.152 [110/328] via 192.168.2.145, 01:04:16, Serial0
C
192.168.2.144 is directly connected, Serial0
O IA
192.168.2.148 [110/392] via 192.168.2.145, 01:04:16, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/338] via 192.168.2.145, 01:04:17, Serial0
O*E1 0.0.0.0/0 [110/329] via 192.168.2.145, 01:04:17, Serial0
r4#sh ipx route
Codes: 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
O
O
O
O
C
O
O
O

IA
E2
IA
IA

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


No default route known.
C
C
E

400 (NOVELL-ETHER), Et0


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

r4.txt
The first zone listed for each entry is its default (primary) zone.
E Net 100-100 [3/G] via 3004.242, 4753 sec, Tunnel0, zone r1ether0
E Net 200-200 [3/G] via 3004.242, 4462 sec, Tunnel0, zone r2ether0
E Net 300-300 [1/G] via 3004.242, 4941 sec, Tunnel0, zone r3token0
C Net 400 directly connected, Ethernet0, zone r4ether0
E Net 701-701 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r7ether1
E Net 1007-1007 [2/G] via 3004.242, 4753 sec, Tunnel0, zone r1r7serial
E Net 2007-2007 [2/G] via 3004.242, 4465 sec, Tunnel0, zone r2r7serial
C Net 3004-3004 directly connected, Tunnel0, zone r3r4serial
E Net 3007-3007 [1/G] via 3004.242, 4756 sec, Tunnel0, zone r3r7serial
r4#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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
no ip domain-lookup
ipx 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 classless
no logging console
!
!
ipx router eigrp 1
network 5006
!
!
ipx router rip
no network 5006
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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
B
B
B

10.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35


11.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35
12.0.0.0/8 [200/0] via 192.168.2.153, 00:31:35
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 masks
O IA
192.168.1.97/32 [110/257] via 192.168.2.150, 01:05:26, Serial0
O IA
192.168.1.81/32 [110/193] via 192.168.2.150, 01:12:05, Serial0
O E2
192.168.1.224/28 [110/50] via 192.168.2.150, 00:35:04, Serial0
O
192.168.1.192/28 [110/74] via 192.168.2.150, 05:03:04, Serial0
O
192.168.1.208/28 [110/138] via 192.168.2.150, 05:03:04, Serial0
O IA
192.168.1.160/28 [110/266] via 192.168.2.150, 01:16:17, Serial0
C
192.168.1.176/28 is directly connected, Ethernet0
O IA
192.168.1.128/28 [110/202] via 192.168.2.150, 01:16:17, Serial0
O 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 masks
O IA
192.168.2.136/30 [110/192] via 192.168.2.150, 01:16:18, Serial0
O IA
192.168.2.140/30 [110/192] via 192.168.2.150, 01:16:18, Serial0
O IA
192.168.2.132/30 [110/192] via 192.168.2.150, 01:16:18, Serial0
O
192.168.2.152/30 [110/128] via 192.168.2.150, 05:03:06, Serial0
O IA
192.168.2.144/30 [110/256] via 192.168.2.150, 01:16:18, Serial0
C
192.168.2.150/32 is directly connected, Serial0
C
192.168.2.148/30 is directly connected, Serial0
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/202] via 192.168.2.150, 01:16:19, Serial0
O*E1 0.0.0.0/0 [110/193] via 192.168.2.150, 01:16:19, Serial0
r5#sh ipx route
Codes: 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
C
E
E
E
E
E
E
E
E
E

500 (NOVELL-ETHER), Et0


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

E
E
E
E
E

2007 [3193856/0] via


1u,
3004 [3705856/0] via
1u,
3007 [3193856/0] via
1u,
7006 [2681856/0] via
1u,
20000 [3321856/1] via
1u,

r5.txt
5006.0000.0c92.8ed7, age 01:16:41,
Se0
5006.0000.0c92.8ed7, age 02:54:46,
Se0
5006.0000.0c92.8ed7, age 03:01:39,
Se0
5006.0000.0c92.8ed7, age 03:03:56,
Se0
5006.0000.0c92.8ed7, age 01:16:37,
Se0

Page 3

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
no ip domain-lookup
ipx 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 classless
no logging console
!
!
!
ipx router eigrp 1
network 7006
network 5006
!
!
ipx router rip
no network 7006
no network 5006
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
Page 1

r6.txt
end
r6#sh ip route
Codes: 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
B
B
B

10.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36


11.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36
12.0.0.0/8 [20/0] via 192.168.2.153, 00:32:36
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 masks
O IA
192.168.1.97/32 [110/193] via 192.168.2.153, 01:06:27, Serial0
O IA
192.168.1.81/32 [110/129] via 192.168.2.153, 01:13:05, Serial0
O E2
192.168.1.224/28 [110/50] via 192.168.2.153, 00:36:05, Serial0
C
192.168.1.192/28 is directly connected, Ethernet0
O
192.168.1.208/28 [110/74] via 192.168.2.153, 05:04:05, Serial0
O IA
192.168.1.160/28 [110/202] via 192.168.2.153, 01:17:17, Serial0
O
192.168.1.176/28 [110/74] via 192.168.2.149, 05:04:05, Serial1
O IA
192.168.1.128/28 [110/138] via 192.168.2.153, 01:17:17, Serial0
O 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 masks
O IA
192.168.2.136/30 [110/128] via 192.168.2.153, 01:17:18, Serial0
O IA
192.168.2.140/30 [110/128] via 192.168.2.153, 01:17:18, Serial0
O IA
192.168.2.132/30 [110/128] via 192.168.2.153, 01:17:18, Serial0
C
192.168.2.152/30 is directly connected, Serial0
O IA
192.168.2.144/30 [110/192] via 192.168.2.153, 01:17:18, Serial0
C
192.168.2.148/30 is directly connected, Serial1
C
192.168.2.149/32 is directly connected, Serial1
137.20.0.0/24 is subnetted, 1 subnets
O IA
137.20.20.0 [110/138] via 192.168.2.153, 01:17:19, Serial0
O*E1 0.0.0.0/0 [110/129] via 192.168.2.153, 01:17:19, Serial0
r6#sh ipx route
Codes: 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
C
C
E

600
5006
7006
100

300

400

500

700

701

(NOVELL-ETHER), Et0
(PPP),
Se1
(HDLC),
Se0
[2707456/1] via
7006.0000.0c00.dcf1, age 03:02:36,
1u, Se0
1u, Se0
1u, Se0
[2697984/1] via
7006.0000.0c00.dcf1, age 02:55:45,
1u, Se0
[3219456/1] via
7006.0000.0c00.dcf1, age 02:55:45,
11u, Se0
[2195456/1] via
5006.00e0.b055.d43a, age 03:02:37,
1u, Se1
[267008000/0] via
7006.0000.0c00.dcf1, age 03:02:37,
1u, Se0
[267008000/0] via
7006.0000.0c00.dcf1, age 03:02:38,
Page 2

r6.txt
E

702

1007

2007

3004

3007

20000

1u, Se0
[267008000/0] via
1u, Se0
[2681856/0] via
1u, Se0
[2681856/0] via
1u, Se0
[3193856/0] via
1u, Se0
[2681856/0] via
1u, Se0
[2809856/1] via
1u, Se0

7006.0000.0c00.dcf1, age 02:57:14,


7006.0000.0c00.dcf1, age 03:02:38,
7006.0000.0c00.dcf1, age 01:17:41,
7006.0000.0c00.dcf1, age 02:55:46,
7006.0000.0c00.dcf1, age 03:02:38,
7006.0000.0c00.dcf1, age 01:17:37,

r6#

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
vines routing 3000DCF1:0001
!
decnet routing 1.7
decnet node-type area
!
ipx routing 0000.0c00.dcf1
appletalk routing eigrp 7
appletalk 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 console
access-list 1 permit 40.0.0.0 0.0.0.255
access-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 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#sh ip route
Codes: 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
B
C
B
B

10.0.0.0 [20/0] via 192.168.2.142, 00:57:05


11.0.0.0 [200/0] via 192.168.2.134, 00:57:23
12.0.0.0 is directly connected, Loopback0
40.0.0.0 [20/0] via 192.168.2.142, 00:57:06
41.0.0.0 [20/0] via 192.168.2.142, 00:57:06
192.168.1.0 is variably subnetted, 9 subnets, 2 masks
O IA
192.168.1.97 255.255.255.255
[110/129] via 192.168.2.142, 01:07:19, Serial2
O
192.168.1.81 255.255.255.255
[110/65] via 192.168.2.142, 01:13:57, Serial2
C
192.168.1.224 255.255.255.240 is directly connected,
O
192.168.1.192 255.255.255.240
[110/74] via 192.168.2.154, 05:04:57, Serial3
C
192.168.1.208 255.255.255.240 is directly connected,
O IA
192.168.1.160 255.255.255.240
[110/138] via 192.168.2.142, 01:13:58, Serial2
O
192.168.1.176 255.255.255.240
[110/138] via 192.168.2.154, 05:04:59, Serial3
O
192.168.1.128 255.255.255.240
[110/74] via 192.168.2.134, 01:13:59, Serial0
O
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 subnets
C
192.168.2.136 is directly connected, Serial1
C
192.168.2.140 is directly connected, Serial2
C
192.168.2.132 is directly connected, Serial0
C
192.168.2.152 is directly connected, Serial3
O IA
192.168.2.144 [110/128] via 192.168.2.142, 01:14:00,
O
192.168.2.148 [110/128] via 192.168.2.154, 05:05:00,
137.20.0.0 255.255.255.0 is subnetted, 1 subnets
Page 3

Ethernet1
Ethernet0

Serial2
Serial3

r7.txt
O
137.20.20.0 [110/74] via 192.168.2.138, 01:14:00, Serial1
O*E1 0.0.0.0 0.0.0.0 [110/65] via 192.168.2.138, 01:14:00, Serial1
r7#sh ipx route
Codes: 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
C
c
C
C
C
C
E

700
701
702
1007
2007
3007
7006
100

(NOVELL-ETHER), Et1
(NOVELL-ETHER), Et0
(SAP),
Et0
(HDLC),
Se0
(HDLC),
Se1
(HDLC),
Se2
(HDLC),
Se3
[2195456/1] via
1007.0000.0c4a.acf9, age 1:18:31,
1u, Se0
E
200 [2195456/1] via
2007.0060.5cf4.7345, age 1:18:31,
1u, Se1
E
300 [2185984/1] via
3007.0000.30e2.e870, age 1:18:31,
1u, Se2
E
400 [2707456/1] via
3007.0000.30e2.e870, age 1:18:31,
25u, Se2
E
500 [2707456/1] via
7006.0000.0c92.8ed7, age 1:18:33,
1u, Se3
E
600 [2195456/1] via
7006.0000.0c92.8ed7, age 1:18:33,
1u, Se3
E
3004 [2681856/0] via
3007.0000.30e2.e870, age 1:18:33,
1u, Se2
E
5006 [2681856/0] via
7006.0000.0c92.8ed7, age 1:18:33,
1u, Se3
E
20000 [2297856/1] via
2007.0060.5cf4.7345, age 1:18:33,
1u, Se1
r7#sh apple route
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 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 r1ether0
E Net 200-200 [1/G] via 2007.138, 4654 sec, Serial1, zone r2ether0
E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0
E Net 300-300 [1/G] via 3007.177, 4654 sec, Serial2, zone r3token0
C Net 700-700 directly connected, Ethernet0, zone r7ether0
C Net 701-701 directly connected, Ethernet1, zone r7ether1
C Net 1007-1007 directly connected, Serial0, zone r1r7serial
C Net 2007-2007 directly connected, Serial1, zone r2r7serial
E Net 3004-3004 [1/G] via 3007.177, 4654 sec, Serial2, zone r3r4serial
C Net 3007-3007 directly connected, Serial2, zone r3r7serial
r7#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.7
r7#sh vines route
Page 4

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

Neighbor

Flags

3000DCF1
300AACF9
30147345
r7#

300AACF9:0001
30147345:0001

C1
R0*
R0*

Page 5

Age

Metric

Uses

52
33

0230
0230

0
0

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
access-list 1 permit 137.20.10.0 0.0.0.255
access-list 2 permit 137.20.64.7
access-list 3 permit 137.20.64.0 0.0.15.255
access-list 8 permit 172.168.80.0 0.0.0.255
access-list 8 permit 137.20.86.0 0.0.0.255
access-list 65 permit 137.20.224.0 0.0.0.255
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
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 2
snmp-server community public RO 2
snmp-server trap-authentication
snmp-server host 137.20.64.7 public
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
exec-timeout 15 0
login
!
end
r1#i
Codes: 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
B
O E2
O IA
O
O
O
O
C
C
O
O
O
O
B
B

E1
IA
IA
IA
IA
E1
IA
E2

172.168.0.0/24 is subnetted, 2 subnets


172.168.70.0 [20/170] via 137.20.10.70, 01:11:35
172.168.80.0 [110/20] via 137.20.25.2, 01:11:26, Serial0
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 [110/164] via 137.20.25.2, 01:12:06, Serial0
137.20.240.1/32 [110/65] via 137.20.25.2, 01:12:06, Serial0
137.20.224.0/20 [110/1626] via 137.20.25.2, 01:12:06, Serial0
137.20.30.0/24 [110/120] via 137.20.25.2, 01:11:51, Serial0
137.20.25.0/24 is directly connected, Serial0
137.20.10.0/24 is directly connected, Ethernet0
137.20.60.1/32 [110/75] via 137.20.25.2, 01:12:07, Serial0
137.20.40.16/28 [110/164] via 137.20.25.2, 01:11:30, Serial0
137.20.33.0/24 [110/115] via 137.20.25.2, 01:11:33, Serial0
137.20.86.0/24 [110/20] via 137.20.25.2, 01:12:08, Serial0
137.20.81.0/24 [200/0] via 137.20.86.1, 01:11:59
137.20.82.0/24 [200/0] via 137.20.86.1, 01:11:59
Page 2

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

IA
IA
IA
IA

Page 3

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password money357
!
no ip domain-lookup
ip host r1 2001 200.200.100.1
ip host r3 2003 200.200.100.1
ip host r7 2007 200.200.100.1
ip host r4 2004 200.200.100.1
ip host r5 2005 200.200.100.1
ip host r6 2006 200.200.100.1
ip host r8 2002 200.200.100.1
ip name-server 207.238.183.71
ip 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no logging console
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
Page 1

r2.txt
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
exec-timeout 60 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 38400
txspeed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password money357
login
!
end
r2#i
Codes: 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 subnets
B
172.168.70.0 [200/170] via 137.20.10.70, 01:12:32
O E2
172.168.80.0 [110/20] via 137.20.100.34, 01:12:25, Serial0
C
200.200.100.0/24 is directly connected, Loopback0
137.20.0.0/16 is variably subnetted, 17 subnets, 5 masks
O E1
137.20.200.16/28 [110/164] via 137.20.100.34, 01:12:32, Serial0
O IA
137.20.240.1/32 [110/65] via 137.20.100.34, 01:12:32, Serial0
O IA
137.20.224.0/20 [110/1626] via 137.20.100.34, 01:12:32, Serial0
O
137.20.30.0/24 [110/120] via 137.20.100.34, 01:12:53, Serial0
O IA
137.20.25.0/24 [110/128] via 137.20.100.34, 01:12:33, Serial0
C
137.20.20.0/24 is directly connected, Ethernet0
O E2
137.20.10.0/24 [110/20] via 137.20.100.34, 01:12:33, Serial0
O IA
137.20.60.1/32 [110/75] via 137.20.100.34, 01:12:33, Serial0
O E1
137.20.40.16/28 [110/164] via 137.20.100.34, 01:12:29, Serial0
O IA
137.20.33.0/24 [110/115] via 137.20.100.34, 01:12:39, Serial0
O E2
137.20.86.0/24 [110/20] via 137.20.100.34, 01:12:41, Serial0
B
137.20.81.0/24 [200/0] via 137.20.86.1, 01:13:04
B
137.20.82.0/24 [200/0] via 137.20.86.1, 01:13:04
C
137.20.100.32/27 is directly connected, Serial0
O
137.20.100.35/32 [110/114] via 137.20.100.34, 01:13:01, Serial0
O
137.20.100.34/32 [110/64] via 137.20.100.34, 01:13:01, Serial0
O 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 subnets
B
170.10.10.0 [200/170] via 137.20.10.70, 01:12:41
160.10.0.0/24 is subnetted, 1 subnets
B
160.10.10.0 [200/170] via 137.20.10.70, 01:12:41
161.10.0.0/24 is subnetted, 1 subnets
B
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 masks
B
200.200.200.0/24 [200/0] via 137.20.25.1, 01:13:10
O IA
200.200.200.1/32 [110/129] via 137.20.100.34, 01:12:42, Serial0
S*
0.0.0.0/0 [1/0] via 137.20.20.2
O E2 160.0.0.0/4 [110/20] via 137.20.100.34, 01:12:42, Serial0
r2#

Page 3

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
Page 1

r3.txt
!
end
r3#i
Codes: 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
O E2
O
O
O
O
C
O
O
C
O
O
C
O
O
C
O
O

E1

IA
E2
E1
E2

O IA
O*E1
O E2
r3#

172.168.0.0/24 is subnetted, 1 subnets


172.168.80.0 [110/20] via 137.20.100.34, 00:06:34, Serial0
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 [110/164] via 137.20.100.34, 00:06:34, Serial0
137.20.240.1/32 [110/65] via 137.20.100.34, 00:06:34, Serial0
137.20.224.0/20 [110/1626] via 137.20.100.34, 00:06:34, Serial0
137.20.30.0/24 is directly connected, TokenRing0
137.20.25.0/24 [110/128] via 137.20.100.34, 00:06:34, Serial0
137.20.10.0/24 [110/20] via 137.20.100.34, 00:06:35, Serial0
137.20.33.32/28 is directly connected, Loopback1
137.20.60.1/32 [110/75] via 137.20.100.34, 00:06:35, Serial0
137.20.40.16/28 [110/164] via 137.20.100.34, 00:06:35, Serial0
137.20.33.16/28 is directly connected, Loopback0
137.20.86.0/24 [110/20] via 137.20.100.34, 00:06:36, Serial0
137.20.100.33/32 [110/114] via 137.20.100.34, 01:13:40, Serial0
137.20.100.32/27 is directly connected, Serial0
137.20.100.34/32 [110/64] via 137.20.100.34, 01:13:40, Serial0
137.20.64.0/20 [110/74] via 137.20.100.34, 00:06:36, Serial0
200.200.200.0/32 is subnetted, 1 subnets
200.200.200.1 [110/129] via 137.20.100.34, 00:06:36, Serial0
0.0.0.0/0 [110/167] via 137.20.100.34, 00:06:36, Serial0
160.0.0.0/4 [110/20] via 137.20.100.34, 00:06:36, Serial0

Page 2

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip default-network 200.200.200.0
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
!
end
r4#i
Codes: 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
I
C
C
I*
r4#

172.168.0.0/16 [100/8576] via 137.20.200.17, 00:00:12, Serial1


200.200.100.0/24 [100/8576] via 137.20.200.17, 00:00:13, Serial1
137.20.0.0/28 is subnetted, 2 subnets
137.20.200.16 is directly connected, Serial1
137.20.40.16 is directly connected, Ethernet0
200.200.200.0/24 [100/8576] via 137.20.200.17, 00:00:13, Serial1

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username r6 password 0 cisco
no ip domain-lookup
isdn 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.txt
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
!
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 classless
ip route 137.20.81.0 255.255.255.0 137.20.86.1
ip route 137.20.82.0 255.255.255.0 137.20.86.1
no logging console
access-list 1 permit 137.20.100.32 0.0.0.31
access-list 1 permit 137.20.240.0 0.0.0.255
access-list 1 permit 137.20.64.0 0.0.0.255
access-list 1 permit 137.20.224.0 0.0.0.255
access-list 2 permit any
access-list 101 permit icmp any any
access-list 101 permit ospf any any
access-list 101 permit tcp host 137.20.10.70 any eq telnet
access-list 101 permit tcp any any eq bgp
access-list 101 permit tcp any eq bgp any gt 1023
access-list 101 permit udp host 137.20.10.1 eq snmptrap 137.20.64.0 0.0.15.255 gt
1023
access-list 101 permit udp host 137.20.10.1 host 137.20.40.17 eq snmptrap
access-list 101 deny
ip any any log
route-map filter_igrp deny 10
match ip address 1
!
route-map filter_igrp permit 20
match ip address 2
!
!
dialer-list 1 protocol ip permit
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
Page 2

r5.txt
!
end
r5#i
Codes: 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

O
C
C
C
O
C
O E2
O
I
O IA
O E2
S
S
O
C
O
C
O
O*E1
O E2
r5#

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 subnets
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 masks
137.20.200.16/28 is directly connected, Serial0.2
137.20.240.0/20 is directly connected, Loopback0
137.20.224.0/20 is directly connected, BRI0
137.20.30.0/24 [110/56] via 137.20.100.35, 01:14:40, Serial0.1
137.20.25.0/24 is directly connected, Serial1
137.20.10.0/24 [110/20] via 137.20.25.1, 00:07:45, Serial1
137.20.60.1/32 [110/11] via 137.20.64.6, 00:07:46, Ethernet0
137.20.40.16/28 [100/7100] via 137.20.200.18, 00:00:26, Serial0.2
137.20.33.0/24 [110/51] via 137.20.100.35, 00:07:46, Serial0.1
137.20.86.0/24 [110/20] via 137.20.64.6, 00:07:47, Ethernet0
137.20.81.0/24 [1/0] via 137.20.86.1
137.20.82.0/24 [1/0] via 137.20.86.1
137.20.100.33/32 [110/50] via 137.20.100.33, 01:14:41, Serial0.1
137.20.100.32/27 is directly connected, Serial0.1
137.20.100.35/32 [110/50] via 137.20.100.35, 01:14:41, Serial0.1
137.20.64.0/20 is directly connected, Ethernet0
200.200.200.0/32 is subnetted, 1 subnets
200.200.200.1 [110/65] via 137.20.25.1, 16:46:45, Serial1
0.0.0.0/0 [110/103] via 137.20.100.33, 00:07:47, Serial0.1
160.0.0.0/4 [110/20] via 137.20.25.1, 00:07:47, Serial1

Page 3

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username r5 password 0 cisco
no ip domain-lookup
isdn 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 classless
access-list 6 permit 172.168.70.0 0.0.0.255
access-list 6 permit 137.20.10.0 0.0.0.255
access-list 6 permit 160.0.0.0 0.255.255.255
access-list 65 permit 137.20.224.0 0.0.0.255
access-list 66 permit 137.20.86.0 0.0.0.255
access-list 80 permit 137.20.81.0 0.0.0.255
access-list 80 permit 137.20.82.0 0.0.0.255
access-list 90 permit any
route-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 permit
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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
B
O IA
O
O
C
O
O
O
O
C
O
C
B
B
O
O
O
C

E1
IA
IA
E2
E1
IA

IA
IA
IA

O IA
O*E1
O E2
r6#

172.168.0.0/24 is subnetted, 1 subnets


172.168.80.0 [20/0] via 137.20.86.1, 01:14:51
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 [110/110] via 137.20.64.5, 00:08:21, Ethernet0
137.20.240.1/32 [110/11] via 137.20.64.5, 00:08:21, Ethernet0
137.20.224.0/20 is directly connected, BRI0
137.20.30.0/24 [110/66] via 137.20.64.5, 00:08:21, Ethernet0
137.20.25.0/24 [110/74] via 137.20.64.5, 00:08:21, Ethernet0
137.20.10.0/24 [110/20] via 137.20.64.5, 00:08:22, Ethernet0
137.20.40.16/28 [110/110] via 137.20.64.5, 00:08:22, Ethernet0
137.20.48.0/20 is directly connected, Loopback0
137.20.33.0/24 [110/61] via 137.20.64.5, 00:08:22, Ethernet0
137.20.86.0/24 is directly connected, Serial0
137.20.81.0/24 [20/0] via 137.20.86.1, 01:15:23
137.20.82.0/24 [20/0] via 137.20.86.1, 01:15:23
137.20.100.33/32 [110/60] via 137.20.64.5, 00:08:23, Ethernet0
137.20.100.35/32 [110/60] via 137.20.64.5, 00:08:23, Ethernet0
137.20.100.34/32 [110/10] via 137.20.64.5, 00:08:23, Ethernet0
137.20.64.0/20 is directly connected, Ethernet0
200.200.200.0/32 is subnetted, 1 subnets
200.200.200.1 [110/75] via 137.20.64.5, 00:08:23, Ethernet0
0.0.0.0/0 [110/113] via 137.20.64.5, 00:08:23, Ethernet0
160.0.0.0/4 [110/20] via 137.20.64.5, 00:08:23, Ethernet0

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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 classless
ip route 200.200.200.0 255.255.255.0 137.20.10.1
no logging console
access-list 1 permit any
route-map setmed permit 10
match ip address 1
set metric 170
!
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#i
Codes: 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
C
B
B
B
B
B
B
C
B
B
B
B
B
B
B
B
B
B
C
C
C
S
B*
B
r7#

172.168.0.0 255.255.255.0 is subnetted, 2 subnets


172.168.70.0 is directly connected, Ethernet1
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 subnets
200.200.100.1 [20/115] via 200.200.200.1, 01:16:07
137.20.0.0 is variably subnetted, 15 subnets, 4 masks
137.20.200.16 255.255.255.240 [20/164] via 200.200.200.1, 01:16:07
137.20.240.1 255.255.255.255 [20/65] via 200.200.200.1, 01:16:07
137.20.30.0 255.255.255.0 [20/120] via 200.200.200.1, 01:15:45
137.20.25.0 255.255.255.0 [20/0] via 200.200.200.1, 01:16:07
137.20.10.0 255.255.255.0 is directly connected, Ethernet0
137.20.60.1 255.255.255.255 [20/75] via 200.200.200.1, 01:16:07
137.20.40.16 255.255.255.240 [20/164] via 200.200.200.1, 01:15:15
137.20.33.0 255.255.255.0 [20/115] via 200.200.200.1, 01:15:15
137.20.86.0 255.255.255.0 [20/0] via 200.200.200.1, 01:16:07
137.20.81.0 255.255.255.0 [20/0] via 200.200.200.1, 01:15:45
137.20.82.0 255.255.255.0 [20/0] via 200.200.200.1, 01:15:47
137.20.100.33 255.255.255.255 [20/114] via 200.200.200.1, 01:16:09
137.20.100.35 255.255.255.255 [20/114] via 200.200.200.1, 01:15:47
137.20.100.34 255.255.255.255 [20/64] via 200.200.200.1, 01:16:09
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 subnets
170.10.10.0 is directly connected, Loopback2
160.10.0.0 255.255.255.0 is subnetted, 1 subnets
160.10.10.0 is directly connected, Loopback0
161.10.0.0 255.255.255.0 is subnetted, 1 subnets
161.10.10.0 is directly connected, Loopback1
200.200.200.0 [1/0] via 137.20.10.1
0.0.0.0 0.0.0.0 [20/0] via 200.200.200.1, 01:16:09
160.0.0.0 240.0.0.0 [200/0] via 0.0.0.0, 01:15:51, Null0

Page 3

r8.txt
Current configuration:
!
version 11.0
service udp-small-servers
service 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 route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
Page 2

r8.txt
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
transport
line vty 0
login
!
end

s sho sess
ci clear ip route *
cb clear ip bgp *
sr show run
sbn show ip bgp nei
sb show ip bgp
so show ospf nei
cr copy run start
ct conf t
sio sh ip ospf nei

input all
4

r8#i
Codes: 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
C
B
B
B
B
B
B
B
B
C
C
C
B
B
B
B
B
B*
B
r8#

172.168.0.0 255.255.255.0 is subnetted, 1 subnets


172.168.80.0 is directly connected, Ethernet0
200.200.100.0 255.255.255.255 is subnetted, 1 subnets
200.200.100.1 [20/61] via 137.20.86.2, 01:16:35
137.20.0.0 is variably subnetted, 14 subnets, 4 masks
137.20.200.16 255.255.255.240 [20/110] via 137.20.86.2, 01:16:35
137.20.240.1 255.255.255.255 [20/11] via 137.20.86.2, 01:16:35
137.20.30.0 255.255.255.0 [20/66] via 137.20.86.2, 01:16:15
137.20.25.0 255.255.255.0 [20/74] via 137.20.86.2, 01:16:35
137.20.10.0 255.255.255.0 [20/0] via 137.20.86.2, 01:16:35
137.20.40.16 255.255.255.240 [20/110] via 137.20.86.2, 01:15:57
137.20.33.0 255.255.255.0 [20/61] via 137.20.86.2, 01:16:15
137.20.86.0 255.255.255.0 is directly connected, Serial0
137.20.81.0 255.255.255.0 is directly connected, TokenRing0
137.20.82.0 255.255.255.0 is directly connected, TokenRing1
137.20.100.33 255.255.255.255 [20/60] via 137.20.86.2, 01:16:36
137.20.100.35 255.255.255.255 [20/60] via 137.20.86.2, 01:16:17
137.20.100.34 255.255.255.255 [20/10] via 137.20.86.2, 01:16:37
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 subnets
200.200.200.1 [20/75] via 137.20.86.2, 01:16:37
0.0.0.0 0.0.0.0 [20/0] via 137.20.86.2, 01:16:38
160.0.0.0 240.0.0.0 [20/0] via 137.20.86.2, 01:15:58

Page 3

r9.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r9
!
enable password cisco
!
no ip routing
no ip domain-lookup
ipx 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.8
no ip classless
!
!
!
ipx router eigrp 1
network 695
!
!
ipx router rip
no network 695
!
!
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
!
line con 0
exec-timeout 15 0
Page 1

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

Page 2

r1.txt
Current 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.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
enable password cisco
!
no ip domain-lookup
appletalk routing
!
decnet routing 2.1
decnet node-type area
!
clock timezone est -5
clock 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 classless
access-list 1 permit 137.20.10.0 0.0.0.255
access-list 2 permit 137.20.40.17
access-list 3 permit 137.20.64.0 0.0.15.255
access-list 8 permit 172.168.80.0 0.0.0.255
access-list 8 permit 137.20.86.0 0.0.0.255
access-list 65 permit 137.20.224.0 0.0.0.255
lat service R1 ident This is the lat service on r1.
lat service R1 password CISCO
lat service R1 enabled
decnet 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 2
snmp-server community public RO 3
snmp-server trap-source Ethernet0
snmp-server trap-authentication
snmp-server host 137.20.40.17 secret
bridge 1 protocol ieee
bridge 1 priority 1
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
Page 2

r1.txt
line con 0
line aux 0
line vty 0 4
exec-timeout 15 0
password cisco
login
!
ntp clock-period 17180044
ntp server 137.20.100.33
end
r1#i
Codes: 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
B
O E2
O IA
O
O
O
O
C
C
O
O
O
O
B
B
O
O
O
O
B
B

E1
IA
IA
IA
IA
E1
IA
E2
IA
IA
IA
IA

172.168.0.0/24 is subnetted, 2 subnets


172.168.70.0 [20/170] via 137.20.10.70, 02:01:28
172.168.80.0 [110/20] via 137.20.25.2, 02:01:27, Serial0
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 [110/164] via 137.20.25.2, 02:01:27, Serial0
137.20.240.1/32 [110/65] via 137.20.25.2, 02:01:27, Serial0
137.20.224.0/20 [110/1626] via 137.20.25.2, 01:30:25, Serial0
137.20.30.0/24 [110/120] via 137.20.25.2, 02:01:27, Serial0
137.20.25.0/24 is directly connected, Serial0
137.20.10.0/24 is directly connected, Ethernet0
137.20.60.1/32 [110/75] via 137.20.25.2, 02:01:27, Serial0
137.20.40.16/28 [110/164] via 137.20.25.2, 02:01:27, Serial0
137.20.33.0/24 [110/115] via 137.20.25.2, 02:01:13, Serial0
137.20.86.0/24 [110/20] via 137.20.25.2, 02:01:28, Serial0
137.20.81.0/24 [200/0] via 137.20.86.1, 02:09:39
137.20.82.0/24 [200/0] via 137.20.86.1, 02:09:39
137.20.100.33/32 [110/114] via 137.20.25.2, 02:01:29, Serial0
137.20.100.35/32 [110/114] via 137.20.25.2, 02:01:29, Serial0
137.20.100.34/32 [110/64] via 137.20.25.2, 02:01:29, Serial0
137.20.64.0/20 [110/74] via 137.20.25.2, 02:01:29, Serial0
170.10.0.0/24 is subnetted, 1 subnets
170.10.10.0 [20/170] via 137.20.10.70, 02:01:30
160.10.0.0/24 is subnetted, 1 subnets
160.10.10.0 [20/170] via 137.20.10.70, 02:01:30
161.10.0.0/24 is subnetted, 1 subnets
161.10.10.0 [20/170] via 137.20.10.70, 02:01:30
200.200.200.0/24 is directly connected, Loopback0
0.0.0.0/0 [110/167] via 137.20.25.2, 02:01:29, Serial0
160.0.0.0/4 [20/170] via 137.20.10.70, 02:01:31

B
C
O*E1
B
r1#ix
%IPX not running
r1#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
11 routes in internet
The first zone listed for each entry is its default (primary) zone.
C Net 107-107 directly connected, Ethernet0, zone r1r7ether0
R Net 200 [2/G] via 1005.42, 8 sec, Tunnel0, zone r2ether0
Page 3

r1.txt
R Net 300-300 [2/G] via 1005.42, 8 sec, Tunnel0, zone r3token0
R Net 400-400 [2/G] via 1005.42, 8 sec, Tunnel0, zone r4ether0
R Net 695-695 [1/G] via 1005.42, 8 sec, Tunnel0, zone r6r9r5ether0
R Net 800-800 [3/G] via 1005.42, 9 sec, Tunnel0, zone r8ether0
C Net 1005-1005 directly connected, Tunnel0, zone r1r5serial
R Net 5004-5004 [1/G] via 1005.42, 9 sec, Tunnel0, zone frame
R Net 5130-5130 [1/G] via 1005.42, 9 sec, Tunnel0, zone frame
R Net 6005-6005 [1/G] via 1005.42, 9 sec, Tunnel0, zone isdn
R Net 8006-8006 [2/G] via 1005.42, 9 sec, Tunnel0, zone r8r6serial
r1#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 V
r1#sh vines route
% VINES not enabled
r1#

Page 4

r2.txt
Current 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.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
enable password money357
!
no ip domain-lookup
ip host r1 2001 200.200.100.1
ip host r3 2003 200.200.100.1
ip host r7 2007 200.200.100.1
ip host r4 2004 200.200.100.1
ip host r5 2005 200.200.100.1
ip host r6 2006 200.200.100.1
ip host r8 2002 200.200.100.1
ip name-server 207.238.183.71
ip name-server 207.238.183.72
appletalk routing eigrp 2
appletalk route-redistribution
ipx routing 0060.5cf4.7345
clock timezone est -5
clock 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.txt
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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
no logging console
access-list 601 deny nbp 1 type LaserWriter
access-list 601 permit other-nbps
access-list 601 permit other-access
access-list 800 deny 800 200
access-list 800 permit FFFFFFFF FFFFFFFF
access-list 1000 deny 695 4 fserver
access-list 1000 permit FFFFFFFF 0
appletalk zip-query-interval 40
!
!
!
ipx router eigrp 1
network 5130
!
!
ipx router rip
no network 5130
!
!
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
exec-timeout 60 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
rxspeed 300
Page 2

r2.txt
txspeed 300
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password money357
login
!
ntp master
end
r2#ix
Codes: C
S
R
s

Connected primary network,


c - Connected secondary network
Static, F - Floating static, L - Local (internal), W - IPXWAN
RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate
seconds, u - uses

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


Current default route is:
E
C
C
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E
E

FFFFFFFE [268441600/2] via


1u, Se0

5130.00e0.b055.d43a, age 01:31:52,

200 (NOVELL-ETHER), Et0


5130 (FRAME-RELAY),
Se0
300 [2697984/1] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
400 [2707456/1] via
5130.00e0.b055.d43a, age 01:35:26,
1u, Se0
695 [2195456/0] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
700 [2297856/1] via
5130.00e0.b055.d43a, age 02:03:08,
5u, Se0
701 [269824000/2] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
800 [268441600/2] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
801 [268441600/2] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
802 [268441600/2] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
803 [268441600/2] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
810 [268441600/2] via
5130.00e0.b055.d43a, age 02:03:08,
1u, Se0
5004 [2681856/0] via
5130.00e0.b055.d43a, age 02:03:09,
1u, Se0
6005 [41024000/1] via
5130.00e0.b055.d43a, age 01:32:03,
1u, Se0
50000 [2297856/1] via
5130.00e0.b055.d43a, age 02:03:09,
1u, Se0
60000 [2323456/1] via
5130.00e0.b055.d43a, age 02:03:09,
1u, Se0
600000 [46379776/1] via
5130.00e0.b055.d43a, age 02:03:09,
1u, Se0
800000 [269849600/2] via
5130.00e0.b055.d43a, age 02:03:09,
1u, Se0

r2#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
11 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 r1r7ether0
C Net 200 directly connected, Ethernet0, zone r2ether0
E Net 300-300 [2/G] via 5130.224, 4529 sec, Serial0, zone r3token0
E Net 400-400 [2/G] via 5130.224, 4529 sec, Serial0, zone r4ether0
E Net 695-695 [1/G] via 5130.224, 4529 sec, Serial0, zone r6r9r5ether0
E Net 800-800 [3/G] via 5130.224, 4529 sec, Serial0, zone r8ether0
E Net 1005-1005 [1/G] via 5130.224, 4529 sec, Serial0, zone r1r5serial
E Net 5004-5004 [1/G] via 5130.224, 4529 sec, Serial0, zone frame
C Net 5130-5130 directly connected, Serial0, zone frame
E Net 6005-6005 [1/G] via 5130.224, 4529 sec, Serial0, zone isdn
E Net 8006-8006 [2/G] via 5130.224, 4529 sec, Serial0, zone r8r6serial
r2#sh decnet route
% DECnet is not enabled
r2#sh vines route
% VINES not enabled
r2#

Page 4

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r3
!
netbios access-list host r3 deny CCIE
netbios access-list host r3 permit *
!
no ip domain-lookup
appletalk routing eigrp 3
appletalk route-redistribution
ipx routing 0000.30e2.e870
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.30.1
dlsw remote-peer 0 tcp 137.20.81.1
dlsw 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 route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#i
Codes: 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
O E2
O
O
O
O
C
O
O
C
O
O
C
O
O
C
O

E1

IA
E2
E1
E2

172.168.0.0/24 is subnetted, 1 subnets


172.168.80.0 [110/20] via 137.20.100.34, 01:32:13, Serial0
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 [110/164] via 137.20.100.34, 01:32:13, Serial0
137.20.240.1/32 [110/65] via 137.20.100.34, 01:32:13, Serial0
137.20.224.0/20 [110/1626] via 137.20.100.34, 01:32:13, Serial0
137.20.30.0/24 is directly connected, TokenRing0
137.20.25.0/24 [110/128] via 137.20.100.34, 01:32:13, Serial0
137.20.10.0/24 [110/20] via 137.20.100.34, 01:32:14, Serial0
137.20.33.32/28 is directly connected, Loopback1
137.20.60.1/32 [110/75] via 137.20.100.34, 01:32:14, Serial0
137.20.40.16/28 [110/164] via 137.20.100.34, 01:32:14, Serial0
137.20.33.16/28 is directly connected, Loopback0
137.20.86.0/24 [110/20] via 137.20.100.34, 01:32:15, Serial0
137.20.100.33/32 [110/114] via 137.20.100.34, 02:03:57, Serial0
137.20.100.32/27 is directly connected, Serial0
137.20.100.34/32 [110/64] via 137.20.100.34, 02:03:57, Serial0
Page 2

r3.txt
137.20.64.0/20 [110/74] via 137.20.100.34, 01:32:15, Serial0
200.200.200.0/32 is subnetted, 1 subnets
O IA
200.200.200.1 [110/129] via 137.20.100.34, 01:32:15, Serial0
O*E1 0.0.0.0/0 [110/167] via 137.20.100.34, 01:32:16, Serial0
O E2 160.0.0.0/4 [110/20] via 137.20.100.34, 01:32:16, Serial0
r3#ix
Codes: 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
O

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


Current default route is:
E

FFFFFFFE [268441600/2] via


1u, Se0

C
C
E

5130.00e0.b055.d43a, age 01:32:49,

300 (SAP),
To0
5130 (FRAME-RELAY),
Se0
200 [2707456/1] via
5130.00e0.b055.d43a, age 02:04:04,
1u, Se0
400 [2707456/1] via
5130.00e0.b055.d43a, age 01:36:23,
1u, Se0
695 [2195456/0] via
5130.00e0.b055.d43a, age 02:04:42,
1u, Se0
700 [2297856/1] via
5130.00e0.b055.d43a, age 02:04:42,
5u, Se0
701 [269824000/2] via
5130.00e0.b055.d43a, age 02:04:42,
1u, Se0
800 [268441600/2] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
801 [268441600/2] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
802 [268441600/2] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
803 [268441600/2] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
810 [268441600/2] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
5004 [2681856/0] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
6005 [41024000/1] via
5130.00e0.b055.d43a, age 01:33:01,
1u, Se0
50000 [2297856/1] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
60000 [2323456/1] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
600000 [46379776/1] via
5130.00e0.b055.d43a, age 02:04:44,
1u, Se0
1u, Se0
1u, Se0

E
E
E
E
E
E
E
E
E
E
E
E
E
E

r3#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
11 routes in internet
The first zone listed for each entry is its default (primary) zone.
E
E
C
E

Net
Net
Net
Net

107-107 [2/G] via 5130.224, 4615 sec, Serial0, zone r1r7ether0


200 [2/G] via 5130.224, 4587 sec, Serial0, zone r2ether0
300-300 directly connected, TokenRing0, zone r3token0
400-400 [2/G] via 5130.224, 4600 sec, Serial0, zone r4ether0
Page 3

r3.txt
E Net 695-695 [1/G] via 5130.224, 4615 sec, Serial0, zone r6r9r5ether0
E Net 800-800 [3/G] via 5130.224, 4615 sec, Serial0, zone r8ether0
E Net 1005-1005 [1/G] via 5130.224, 4615 sec, Serial0, zone r1r5serial
E Net 5004-5004 [1/G] via 5130.224, 4615 sec, Serial0, zone frame
C Net 5130-5130 directly connected, Serial0, zone frame
E Net 6005-6005 [1/G] via 5130.224, 4615 sec, Serial0, zone isdn
E Net 8006-8006 [2/G] via 5130.224, 4615 sec, Serial0, zone r8r6serial
r3#sh decnet route
% DECnet is not enabled
r3#sh vines route
% VINES not enabled
r3#

Page 4

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r4
!
!
ip nat inside source static 10.1.1.1 137.20.200.19
no ip domain-lookup
appletalk routing eigrp 4
appletalk route-redistribution
ipx routing 0000.0c92.821f
ipx default-output-rip-delay 65
ipx default-output-sap-delay 65
ipx gns-response-delay 2500
vines 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 classless
ip default-network 200.200.200.0
!
!
!
ipx router eigrp 1
Page 1

r4.txt
network 5004
!
!
!
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
line vty 0
login
!
end

i show ip route
ix show ipx route
sd show dialer
ia show apple route
s sho sess
ci clear ip route *
cb clear ip bgp *
sr show run
sbn show ip bgp nei
sb show ip bgp
so show ospf nei
cr copy run start
ct conf t
sio sh ip ospf nei

r4#i
Codes: 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
C
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 subnets
10.1.1.0 is directly connected, Loopback0
200.200.100.0/24 [100/7100] via 137.20.200.17, 00:00:56, Serial1
137.20.0.0/28 is subnetted, 2 subnets
137.20.200.16 is directly connected, Serial1
137.20.40.16 is directly connected, Ethernet0
200.200.200.0/24 [100/7100] via 137.20.200.17, 00:00:56, Serial1

C
C
I*
r4#ix
Codes: C
S
R
s

Connected primary network,


c - Connected secondary network
Static, F - Floating static, L - Local (internal), W - IPXWAN
RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate
seconds, u - uses

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


Current default route is:
E
C
C
E
E

FFFFFFFE [268441600/2] via


1u, Se1

5004.00e0.b055.d43a, age 01:33:36,

400 (NOVELL-ETHER), Et0


5004 (FRAME-RELAY),
Se1
200 [2329600/1] via
5004.00e0.b055.d43a, age 01:37:15,
1u, Se1
300 [2320128/1] via
5004.00e0.b055.d43a, age 01:37:15,
1u, Se1
Page 2

E
E
E
E
E
E
E
E
E
E
E
E
E

695 [1817600/0] via


1u, Se1
700 [1920000/1] via
3u, Se1
701 [269824000/2] via
1u, Se1
801 [268441600/2] via
1u, Se1
802 [268441600/2] via
1u, Se1
803 [268441600/2] via
1u, Se1
810 [268441600/2] via
1u, Se1
5130 [2304000/0] via
1u, Se1
6005 [41024000/1] via
1u, Se1
50000 [1920000/1] via
1u, Se1
60000 [1945600/1] via
1u, Se1
600000 [46379776/1] via
1u, Se1
800000 [269849600/2] via
1u, Se1

r4.txt
5004.00e0.b055.d43a, age 01:37:15,
5004.00e0.b055.d43a, age 01:37:15,
5004.00e0.b055.d43a, age 01:37:15,
5004.00e0.b055.d43a, age 01:37:16,
5004.00e0.b055.d43a, age 01:37:16,
5004.00e0.b055.d43a, age 01:37:16,
5004.00e0.b055.d43a, age 01:37:16,
5004.00e0.b055.d43a, age 01:37:16,
5004.00e0.b055.d43a, age 01:33:48,
5004.00e0.b055.d43a, age 01:37:17,
5004.00e0.b055.d43a, age 01:37:17,
5004.00e0.b055.d43a, age 01:37:17,
5004.00e0.b055.d43a, age 01:37:17,

r4#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
10 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 r1r7ether0
E Net 200 [2/G] via 5004.140, 4634 sec, Serial1, zone r2ether0
C Net 400-400 directly connected, Ethernet0, zone r4ether0
E Net 695-695 [1/G] via 5004.140, 4648 sec, Serial1, zone r6r9r5ether0
E Net 800-800 [3/G] via 5004.140, 4648 sec, Serial1, zone r8ether0
E Net 1005-1005 [1/G] via 5004.140, 4648 sec, Serial1, zone r1r5serial
C Net 5004-5004 directly connected, Serial1, zone frame
E Net 5130-5130 [1/G] via 5004.140, 4648 sec, Serial1, zone frame
E Net 6005-6005 [1/G] via 5004.140, 4648 sec, Serial1, zone isdn
E Net 8006-8006 [2/G] via 5004.140, 4648 sec, Serial1, zone r8r6serial
r4#sh decnet route
% DECnet is not enabled
r4#sh vines route
4 servers, 4 routes, version 10, next update 17 seconds
Network

Neighbor

Flags

3005A360
3012821F
30128ED7
3015D43A
r4#

3015D43A:0001
3015D43A:0001
3015D43A:0001

R0*
C1
R0*
R0*

Page 3

Age

Metric

Uses

28
28
28

00C0
0070
0050

0
0
0

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username r6 password 0 cisco
no ip domain-lookup
appletalk routing eigrp 5
appletalk route-redistribution
!
decnet routing 1.5
decnet node-type area
!
ipx routing 00e0.b055.d43a
ipx default-output-rip-delay 65
ipx default-output-sap-delay 65
vines routing 3015D43A:0001
frame-relay de-list 1 protocol ip tcp telnet
isdn 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.txt
interface 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 classless
ip route 137.20.81.0 255.255.255.0 137.20.86.1
ip route 137.20.82.0 255.255.255.0 137.20.86.1
access-list 1 permit 137.20.100.32 0.0.0.31
access-list 1 permit 137.20.240.0 0.0.0.255
access-list 1 permit 137.20.64.0 0.0.0.255
access-list 1 permit 137.20.224.0 0.0.0.255
access-list 2 permit any
access-list 101 permit gre host 137.20.25.1 host 137.20.25.2
access-list 101 permit icmp any any
access-list 101 permit ospf any any
access-list 101 permit tcp host 137.20.10.70 any eq telnet
access-list 101 permit tcp any any eq bgp
access-list 101 permit tcp any eq bgp any gt 1023
access-list 101 permit udp host 137.20.25.1 host 137.20.100.33 eq ntp
access-list 101 permit udp host 137.20.10.1 eq snmptrap 137.20.64.0 0.0.15.255 g
t 1023
access-list 101 permit udp host 137.20.10.1 host 137.20.40.17 eq snmptrap
access-list 101 permit tcp host 137.20.10.70 eq 2065 host 137.20.30.1 gt 1023
access-list 101 permit tcp host 137.20.10.70 eq 2065 host 137.20.81.1 gt 1023
access-list 101 permit tcp host 137.20.10.70 host 137.20.30.1 eq 2065
access-list 101 permit tcp host 137.20.10.70 host 137.20.81.1 eq 2065
access-list 101 deny
ip any any log
access-list 600 deny cable-range 300-300
access-list 600 permit other-access
access-list 800 deny 800 FFFFFFFF
access-list 800 permit FFFFFFFF FFFFFFFF
access-list 901 deny any any all any rip
access-list 901 deny any any all any sap
access-list 901 deny any any all any 457
access-list 901 permit any any all any all
access-list 1000 permit FFFFFFFF 0 fserver
Page 3

r5.txt
queue-list 1 protocol ipx 0
queue-list 1 protocol ip 1
queue-list 1 default 2
queue-list 1 queue 0 byte-count 1000
queue-list 1 queue 1 byte-count 1000
queue-list 1 queue 2 byte-count 2000
lat service R5 ident This is the lat service on r5.
lat service R5 password CISCO
lat service R5 enabled
appletalk static cable-range 8006-8006 to 6005.136 floating zone r8r6serial
appletalk static cable-range 800-800 to 6005.136 floating zone r8ether0
appletalk static cable-range 695-695 to 6005.136 floating zone r6r9r5ether0
!
decnet propagate static
!
decnet route default BRI0
5 200
route-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 50
vines access-list 100 deny
RTP 00000000:0000
FFFFFFFF:FFFF
00000000:0000
FFFFFFFF:FFFF
vines access-list 100 permit IP 00000000:0000
FFFFFFFF:FFFF
00000000:0000
FFFFFFFF:FFFF
dialer-list 1 protocol ip permit
dialer-list 1 protocol decnet_router-l1 deny
dialer-list 1 protocol decnet_router-l2 deny
dialer-list 1 protocol decnet_node permit
dialer-list 1 protocol ipx list 901
dialer-list 1 protocol appletalk permit
dialer-list 1 protocol vines list 100
bridge irb
bridge 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.txt
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
line vty 0
login
!
end

ix show ipx route


sd show dialer
ia show apple route
s sho sess
ci clear ip route *
cb clear ip bgp *
sr show run
sbn show ip bgp nei
sb show ip bgp
so show ospf nei
cr copy run start
ct conf t
sio sh ip ospf nei
i show ip route

r5#i
Codes: 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
O E2
O
C
C
C
O
C
O E2
O
I
O IA
O E2
S
S
O
C
O
C

172.168.0.0/24 is subnetted, 1 subnets


172.168.80.0 [110/20] via 137.20.64.6, 01:34:33, Ethernet0
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 is directly connected, Serial0.2
137.20.240.0/20 is directly connected, Loopback0
137.20.224.0/20 is directly connected, BRI0
137.20.30.0/24 [110/56] via 137.20.100.35, 02:06:15, Serial0.1
137.20.25.0/24 is directly connected, Serial1
137.20.10.0/24 [110/20] via 137.20.25.1, 01:34:34, Serial1
137.20.60.1/32 [110/11] via 137.20.64.6, 01:34:34, Ethernet0
137.20.40.16/28 [100/7100] via 137.20.200.18, 00:00:32, Serial0.2
137.20.33.0/24 [110/51] via 137.20.100.35, 01:34:34, Serial0.1
137.20.86.0/24 [110/20] via 137.20.64.6, 01:34:35, Ethernet0
137.20.81.0/24 [1/0] via 137.20.86.1
137.20.82.0/24 [1/0] via 137.20.86.1
137.20.100.33/32 [110/50] via 137.20.100.33, 02:06:16, Serial0.1
137.20.100.32/27 is directly connected, Serial0.1
137.20.100.35/32 [110/50] via 137.20.100.35, 02:06:16, Serial0.1
137.20.64.0/20 is directly connected, Ethernet0
200.200.200.0/32 is subnetted, 1 subnets
200.200.200.1 [110/65] via 137.20.25.1, 1d16h, Serial1
0.0.0.0/0 [110/103] via 137.20.100.33, 01:34:35, Serial0.1
160.0.0.0/4 [110/20] via 137.20.25.1, 01:34:35, Serial1

O
O*E1
O E2
r5#ix
Codes: C
S
R
s

Connected primary network,


c - Connected secondary network
Static, F - Floating static, L - Local (internal), W - IPXWAN
RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate
seconds, u - uses
Page 5

r5.txt
19 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.
Current default route is:
E

FFFFFFFE [267929600/2] via


1u, Et0

C
C
C
C
C
C
E

695
700
5004
5130
6005
50000
200

300

400

R
E

701
800

801

802

803

810

60000

600000

800000

695.aa00.0400.0604, age 01:35:08,

(NOVELL-ETHER), Et0
(NOVELL-ETHER), BV1
(FRAME-RELAY),
Se0.2
(FRAME-RELAY),
Se0.1
(PPP),
BR0
(UNKNOWN),
Lo0
[1817600/1] via
5130.0060.5cf4.7345, age 02:06:22,
1u, Se0.1
[1808128/1] via
5130.0000.30e2.e870, age 02:07:00,
1u, Se0.1
[1817600/1] via
5004.0000.0c92.821f, age 01:38:42,
1u, Se0.2
[02/01] via
700.aa00.0400.0708,
27s, BV1
[267929600/2] via
695.aa00.0400.0604, age 02:14:53,
1u, Et0
[267929600/2] via
695.aa00.0400.0604, age 02:14:29,
1u, Et0
[267929600/2] via
695.aa00.0400.0604, age 02:14:29,
1u, Et0
[267929600/2] via
695.aa00.0400.0604, age 02:14:28,
1u, Et0
[267929600/2] via
695.aa00.0400.0604, age 02:14:53,
1u, Et0
[409600/1] via
695.aa00.0400.0604, age 1d02h,
1u, Et0
[45867776/1] via
695.aa00.0400.0604, age 1d02h,
1u, Et0
[269337600/2] via
695.aa00.0400.0604, age 02:14:53,
1u, Et0

r5#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
11 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 r1r7ether0
E Net 200 [1/G] via 5130.128, 4727 sec, Serial0.1, zone r2ether0
E Net 300-300 [1/G] via 5130.127, 4755 sec, Serial0.1, zone r3token0
E Net 400-400 [1/G] via 5004.198, 4740 sec, Serial0.2, zone r4ether0
C Net 695-695 directly connected, Ethernet0, zone r6r9r5ether0
R Net 800-800 [2/G] via 695.24, 0 sec, Ethernet0, zone r8ether0
C Net 1005-1005 directly connected, Tunnel0, zone r1r5serial
C Net 5004-5004 directly connected, Serial0.2, zone frame
C Net 5130-5130 directly connected, Serial0.1, zone frame
C Net 6005-6005 directly connected, BRI0, zone isdn
R Net 8006-8006 [1/G] via 695.24, 0 sec, Ethernet0, zone r8r6serial
r5#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

out on interface BRI0,

r5#sh vines route


4 servers, 5 routes, version 8, next update 54 seconds
Network

Neighbor

Flags

3005A360
3005A360
3012821F
30128ED7
3015D43A
r5#

30128ED7:0001
30128ED7:0001
3012821F:0001
30128ED7:0001
-

S0
R0*
R0*
R0*
C1

Age

Metric

Uses

80
80
80
-

0340
0070
0050
0020
-

0
0
0
0
-

r5#sh access-list
AppleTalk access list 600:
permit additional-zones
deny cable-range 300-300
permit other-access
IPX access list 800
deny 800 FFFFFFFF
permit FFFFFFFF FFFFFFFF
IPX 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 all
IPX SAP access list 1000
permit FFFFFFFF 0 fserver
Standard 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.255
Standard IP access list 2
permit any
Extended 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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username r5 password 0 cisco
no ip domain-lookup
appletalk routing
!
decnet routing 1.6
decnet node-type routing-iv
!
ipx routing 0000.0c92.8ed7
ipx internal-network 600000
vines routing 30128ED7:0001
isdn 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 classless
access-list 6 permit 172.168.70.0 0.0.0.255
access-list 6 permit 137.20.10.0 0.0.0.255
access-list 6 permit 160.0.0.0 0.255.255.255
access-list 65 permit 137.20.224.0 0.0.0.255
access-list 66 permit 137.20.86.0 0.0.0.255
access-list 80 permit 137.20.81.0 0.0.0.255
access-list 80 permit 137.20.82.0 0.0.0.255
access-list 90 permit any
Page 2

r6.txt
access-list 901 deny any any all any rip
access-list 901 deny any any all any sap
access-list 901 deny any any all any 457
access-list 901 permit any any all any all
lat service R6 ident This is the LAT service on R6.
lat service R6 password CISCO
lat service R6 enabled
appletalk static cable-range 107-107 to 6005.220 floating zone r1r7ether0
appletalk static cable-range 300-300 to 6005.220 floating zone r3token0
appletalk static cable-range 400-400 to 6005.220 floating zone r4ether0
appletalk static cable-range 5130-5130 to 6005.220 floating zone frame
appletalk static cable-range 5004-5004 to 6005.220 floating zone frame
appletalk static cable-range 695-695 to 6005.220 floating zone r6r9r5ether0
appletalk static network 200 to 6005.220 floating zone r2ether0
!
decnet propagate static
!
decnet route default BRI0
5 200
route-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 1
ipx sap 7 pserver 700.0000.0c00.1234 451 1
!
vines route 3012821F 3015D43A:0001 50
vines access-list 100 deny
RTP 00000000:0000
FFFFFFFF:FFFF
00000000:0000
FFFFFFFF:FFFF
Page 3

r6.txt
vines access-list 100 permit IP 00000000:0000
FFFFFFFF:FFFF
dialer-list 1 protocol ip permit
dialer-list 1 protocol decnet_router-l1 deny
dialer-list 1 protocol decnet_router-l2 deny
dialer-list 1 protocol decnet_node permit
dialer-list 1 protocol ipx list 901
dialer-list 1 protocol appletalk permit
dialer-list 1 protocol vines list 100
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
privilege level 15
no login
!
end

FFFFFFFF:FFFF

00000000:0000

r6#i
Codes: 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
B
O IA
O
O
C
O
O
O
O
C
O
C
B
B
O
O
O
C

E1
IA
IA
E2
E1
IA

IA
IA
IA

172.168.0.0/24 is subnetted, 1 subnets


172.168.80.0 [20/0] via 137.20.86.1, 02:14:56
200.200.100.0/32 is subnetted, 1 subnets
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 masks
137.20.200.16/28 [110/110] via 137.20.64.5, 01:35:39, Ethernet0
137.20.240.1/32 [110/11] via 137.20.64.5, 01:35:39, Ethernet0
137.20.224.0/20 is directly connected, BRI0
137.20.30.0/24 [110/66] via 137.20.64.5, 01:35:39, Ethernet0
137.20.25.0/24 [110/74] via 137.20.64.5, 01:35:39, Ethernet0
137.20.10.0/24 [110/20] via 137.20.64.5, 01:35:40, Ethernet0
137.20.40.16/28 [110/110] via 137.20.64.5, 01:35:40, Ethernet0
137.20.48.0/20 is directly connected, Loopback0
137.20.33.0/24 [110/61] via 137.20.64.5, 01:35:40, Ethernet0
137.20.86.0/24 is directly connected, Serial0
137.20.81.0/24 [20/0] via 137.20.86.1, 02:15:28
137.20.82.0/24 [20/0] via 137.20.86.1, 02:15:28
137.20.100.33/32 [110/60] via 137.20.64.5, 01:35:41, Ethernet0
137.20.100.35/32 [110/60] via 137.20.64.5, 01:35:41, Ethernet0
137.20.100.34/32 [110/10] via 137.20.64.5, 01:35:41, Ethernet0
137.20.64.0/20 is directly connected, Ethernet0
Page 4

r6.txt
200.200.200.0/32 is subnetted, 1 subnets
O IA
200.200.200.1 [110/75] via 137.20.64.5, 01:35:41, Ethernet0
O*E1 0.0.0.0/0 [110/113] via 137.20.64.5, 01:35:41, Ethernet0
O E2 160.0.0.0/4 [110/20] via 137.20.64.5, 01:35:41, Ethernet0
r6#ix
Codes: 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

L
C
C
C
E

600000
695
6005
60000
200

300

400

700

701

N
N
N
N
N
E

800
801
802
803
810
5004

5130

50000

6005.00e0.b055.d43a,

BR0

is the internal network


(NOVELL-ETHER), Et0
(PPP),
BR0
(UNKNOWN),
Lo0
[1843200/1] via
695.aa00.0400.0504, age 02:07:29,
1u, Et0
[1833728/1] via
695.aa00.0400.0504, age 02:08:06,
1u, Et0
[1843200/1] via
695.aa00.0400.0504, age 01:39:48,
1u, Et0
[409600/1] via
695.aa00.0400.0504, age 1d02h,
9541u, Et0
[269337600/2] via
695.aa00.0400.0504, age 02:08:31,
1u, Et0
[30][01/01] via
800000.0000.0000.0001, 1871s, Tu0
[30][01/01] via
800000.0000.0000.0001, 1871s, Tu0
[30][01/01] via
800000.0000.0000.0001, 1871s, Tu0
[30][01/01] via
800000.0000.0000.0001, 1871s, Tu0
[30][01/01] via
800000.0000.0000.0001, 1871s, Tu0
[1817600/0] via
695.aa00.0400.0504, age 02:08:13,
1u, Et0
[1817600/0] via
695.aa00.0400.0504, age 02:08:14,
1u, Et0
[409600/1] via
695.aa00.0400.0504, age 1d02h,
1u, Et0
[30][02/01] via
800000.0000.0000.0001, 1871s, Tu0

N
800000
r6#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A - AURP
S - static P - proxy
11 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 r1r7ether0


R Net 200 [2/G] via 695.189, 6 sec, Ethernet0, zone r2ether0
R Net 300-300 [2/G] via 695.189, 6 sec, Ethernet0, zone r3token0
R Net 400-400 [2/G] via 695.189, 6 sec, Ethernet0, zone r4ether0
C Net 695-695 directly connected, Ethernet0, zone r6r9r5ether0
R Net 800-800 [1/G] via 8006.39, 6 sec, Serial0, zone r8ether0
R Net 1005-1005 [1/G] via 695.189, 7 sec, Ethernet0, zone r1r5serial
R Net 5004-5004 [1/G] via 695.189, 7 sec, Ethernet0, zone frame
R Net 5130-5130 [1/G] via 695.189, 7 sec, Ethernet0, zone frame
C Net 6005-6005 directly connected, BRI0, zone isdn
C Net 8006-8006 directly connected, Serial0, zone r8r6serial
r6#sh decnet route
Node
Cost Hops
Next Hop to Node
Expires Prio
*(Area)
10
1
Ethernet0 -> 1.5
Page 5

*1.5
*1.6
*1.8
*DEFAULT* :

10
0
20

1
0
1

r6.txt
Ethernet0 -> 1.5
(Local) -> 1.6
Serial0 -> 1.8

200

out on interface BRI0,

43

64

V+

39

64

r6#sh vines route


4 servers, 5 routes, version 15, next update 36 seconds
Network

Neighbor

Flags

3005A360
3012821F
3012821F
30128ED7
3015D43A
r6#

3005A360:0001
3015D43A:0001
3015D43A:0001
3015D43A:0001

R0*
S0
R0*
C1
R0*

Page 6

Age

Metric

Uses

8
7
7

0050
0340
0070
0020

0
0
0
0

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
!
decnet routing 2.7
decnet node-type routing-iv
!
ipx routing 0000.0c00.dcf1
frame-relay switching
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.10.70 promiscuous
dlsw 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 classless
ip route 200.200.200.0 255.255.255.0 137.20.10.1
no logging console
access-list 1 permit any
!
route-map setmed permit 10
match ip address 1
set metric 170
!
!
!
!
!
bridge 1 protocol ieee
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
Page 2

r7.txt
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
transport
line vty 0
login
!
end

so show ospf nei


cr copy run start
ct conf t
sio sh ip ospf nei

input all
4

r7#i
Codes: 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
C
B
B
B
B
B
B
C
B
B
B
B
B
B
B
B
B
B
C
C

172.168.0.0 255.255.255.0 is subnetted, 2 subnets


172.168.70.0 is directly connected, Ethernet1
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 subnets
200.200.100.1 [20/115] via 200.200.200.1, 02:08:14
137.20.0.0 is variably subnetted, 15 subnets, 4 masks
137.20.200.16 255.255.255.240 [20/164] via 200.200.200.1, 02:08:43
137.20.240.1 255.255.255.255 [20/65] via 200.200.200.1, 02:08:43
137.20.30.0 255.255.255.0 [20/120] via 200.200.200.1, 02:08:14
137.20.25.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:43
137.20.10.0 255.255.255.0 is directly connected, Ethernet0
137.20.60.1 255.255.255.255 [20/75] via 200.200.200.1, 02:08:44
137.20.40.16 255.255.255.240 [20/164] via 200.200.200.1, 02:08:44
137.20.33.0 255.255.255.0 [20/115] via 200.200.200.1, 02:07:48
137.20.86.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:44
137.20.81.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:44
137.20.82.0 255.255.255.0 [20/0] via 200.200.200.1, 02:08:45
137.20.100.33 255.255.255.255 [20/114] via 200.200.200.1, 02:08:16
137.20.100.35 255.255.255.255 [20/114] via 200.200.200.1, 02:08:16
137.20.100.34 255.255.255.255 [20/64] via 200.200.200.1, 02:08:45
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 subnets
170.10.10.0 is directly connected, Loopback2
160.10.0.0 255.255.255.0 is subnetted, 1 subnets
160.10.10.0 is directly connected, Loopback0
161.10.0.0 255.255.255.0 is subnetted, 1 subnets
161.10.10.0 is directly connected, Loopback1
200.200.200.0 [1/0] via 137.20.10.1
0.0.0.0 0.0.0.0 [20/0] via 200.200.200.1, 02:08:45
160.0.0.0 240.0.0.0 [200/0] via 0.0.0.0, 02:08:45, Null0

C
S
B*
B
r7#ix
Codes: 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
C

FFFFFFFE [04/03] via


700 (NOVELL-ETHER),

700.0000.0c31.ac94,
Et0
Page 3

31s, Et0

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

Page 4

Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0
Et0

Prio
64

V+

r8.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r8
!
!
no ip domain-lookup
vines routing 3005A360:0001
!
decnet routing 1.8
decnet node-type routing-iv
!
ipx routing 0000.0c05.a360
ipx internal-network 800000
appletalk routing
source-bridge ring-group 10
dlsw local-peer peer-id 137.20.81.1
dlsw ring-list 1 rings 1
dlsw remote-peer 1 tcp 137.20.30.1
dlsw 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.txt
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
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.txt
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
transport
line vty 0
login
!
end

ix show ipx route


sd show dialer
ia show apple route
s sho sess
ci clear ip route *
cb clear ip bgp *
sr show run
sbn show ip bgp nei
sb show ip bgp
so show ospf nei
cr copy run start
ct conf t
sio sh ip ospf nei

input all
4

r8#i
Codes: 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
C
B
B
B
B
B
B
B
B
C
C
C
C
B
B
B
B

172.168.0.0 255.255.255.0 is subnetted, 1 subnets


172.168.80.0 is directly connected, Ethernet0
200.200.100.0 255.255.255.255 is subnetted, 1 subnets
200.200.100.1 [20/61] via 137.20.86.2, 02:09:09
137.20.0.0 is variably subnetted, 15 subnets, 4 masks
137.20.200.16 255.255.255.240 [20/110] via 137.20.86.2, 02:09:42
137.20.240.1 255.255.255.255 [20/11] via 137.20.86.2, 02:17:16
137.20.30.0 255.255.255.0 [20/66] via 137.20.86.2, 02:09:09
137.20.25.0 255.255.255.0 [20/74] via 137.20.86.2, 02:17:16
137.20.10.0 255.255.255.0 [20/0] via 137.20.86.2, 02:11:40
137.20.40.16 255.255.255.240 [20/110] via 137.20.86.2, 02:09:42
137.20.33.0 255.255.255.0 [20/61] via 137.20.86.2, 02:08:50
137.20.86.0 255.255.255.0 is directly connected, Serial0
137.20.81.0 255.255.255.0 is directly connected, TokenRing0
137.20.80.0 255.255.255.0 is directly connected, Ethernet1
137.20.82.0 255.255.255.0 is directly connected, TokenRing1
137.20.100.33 255.255.255.255 [20/60] via 137.20.86.2, 02:09:11
137.20.100.35 255.255.255.255 [20/60] via 137.20.86.2, 02:09:11
137.20.100.34 255.255.255.255 [20/10] via 137.20.86.2, 02:09:43
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 subnets
200.200.200.1 [20/75] via 137.20.86.2, 02:17:18
0.0.0.0 0.0.0.0 [20/0] via 137.20.86.2, 02:17:18
160.0.0.0 240.0.0.0 [20/0] via 137.20.86.2, 02:08:51

B
B*
B
r8#ix
Codes: 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

FFFFFFFE

via

r8.txt
0.0060.0000.0000,

Tu0

L
800000 is the internal network
C
800 (NOVELL-ETHER), Et0.1
C
801 (NOVELL-ETHER), Et1
C
802 (SAP),
To0
C
803 (SAP),
To1
C
810 (SAP),
Et0.2
NX
200 [30][10/02][09/01] via
600000.0000.0000.0001,
NX
300 [30][10/02][09/01] via
600000.0000.0000.0001,
NX
400 [30][10/02][09/01] via
600000.0000.0000.0001,
N
695 [30][01/01]
via
600000.0000.0000.0001,
NX
700 [30][04/02][03/01] via
600000.0000.0000.0001,
NX
701 [30][05/03][04/02] via
600000.0000.0000.0001,
NX
5004 [30][02/02][01/01] via
600000.0000.0000.0001,
NX
5130 [30][02/02][01/01] via
600000.0000.0000.0001,
N
6005 [30][01/01]
via
600000.0000.0000.0001,
NX
50000 [30][04/02][03/01] via
600000.0000.0000.0001,
N
60000 [30][01/01]
via
600000.0000.0000.0001,
N
600000 [30][02/01]
via
600000.0000.0000.0001,
r8#ia
Codes: R - RTMP derived, E - EIGRP derived, C - connected, A
S - static P - proxy
11 routes in internet

1089s,
1089s,
1089s,
1089s,
1089s,
1089s,
1089s,
1090s,
1090s,
1090s,
1090s,
1090s,

Tu0
Tu0
Tu0
Tu0
Tu0
Tu0
Tu0
Tu0
Tu0
Tu0
Tu0
Tu0

- AURP

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 r1r7ether0
R Net 200 [3/G] via 8006.123, 3 sec, Serial0, zone r2ether0
R Net 300-300 [3/G] via 8006.123, 3 sec, Serial0, zone r3token0
R Net 400-400 [3/G] via 8006.123, 3 sec, Serial0, zone r4ether0
R Net 695-695 [1/G] via 8006.123, 3 sec, Serial0, zone r6r9r5ether0
C Net 800-800 directly connected, Ethernet0, zone r8ether0
R Net 1005-1005 [2/G] via 8006.123, 4 sec, Serial0, zone r1r5serial
R Net 5004-5004 [2/G] via 8006.123, 4 sec, Serial0, zone frame
R Net 5130-5130 [2/G] via 8006.123, 4 sec, Serial0, zone frame
R Net 6005-6005 [1/G] via 8006.123, 4 sec, Serial0, zone isdn
C Net 8006-8006 directly connected, Serial0, zone r8r6serial
r8#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.8
r8#sh vines route
4 servers, 4 routes, version 4, next update 63 seconds
Network

Neighbor

Flags

3005A360
3012821F
30128ED7
3015D43A
r8#

30128ED7:0001
30128ED7:0001
30128ED7:0001

C1
R0*
R0*
R0*

Page 5

Age

Metric

Uses

71
71
71

00C0
0050
0070

0
0
0

r9.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r9
!
enable password cisco
!
no ip routing
no ip domain-lookup
ipx 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.8
no ip classless
!
!
!
ipx router eigrp 1
network 695
!
!
ipx router rip
no network 695
!
!
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
!
line con 0
exec-timeout 15 0
Page 1

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

Page 2

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
ip subnet-zero
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
!
end
r1#i
Codes: 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
C
C
I
I
I
I
I
C
I
I
I
r1#

150.150.0.0/24 is subnetted, 2 subnets


150.150.1.0 is directly connected, Ethernet0
150.150.2.0 is directly connected, Loopback0
172.168.0.0/16 [100/8676] via 150.200.16.2, 00:00:46, Serial0
11.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0
56.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0
80.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0
81.0.0.0/8 [100/8676] via 150.200.16.2, 00:00:46, Serial0
150.200.0.0/20 is subnetted, 1 subnets
150.200.16.0 is directly connected, Serial0
192.168.1.0/24 [100/8676] via 150.200.16.2, 00:00:46, Serial0
137.20.0.0/16 [100/8576] via 150.200.16.2, 00:00:46, Serial0
150.100.0.0/16 [100/160250] via 150.200.16.2, 00:00:46, Serial0

Page 2

r2.txt
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
enable password cisco
username marc password cisco
no ip domain-lookup
ip host r10 2012 200.200.200.1
ip host r11 2013 200.200.200.1
ip host cat 2014 200.200.200.1
ip host r1 2001 200.200.200.1
ip host r3 2003 200.200.200.1
ip host r7 2007 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r5 2005 200.200.200.1
ip host r6 2006 200.200.200.1
ip host r8 2002 200.200.200.1
ip host r9 2009 200.200.200.1
ip host bay 2015 200.200.200.1
ip name-server 207.238.183.71
ip 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
!
no logging console
access-list 1 permit 137.20.0.0 0.0.255.255
access-list 2 permit any
route-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.^C
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
alias exec s sho sess
!
line con 0
exec-timeout 60 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
no exec-banner
transport input all
line aux 0
exec-timeout 60 0
login
modem InOut
modem autoconfigure type usr_sportster
Page 2

r2.txt
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password cisco
login
!
end
r2#i
Codes: 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
C
O E2
O E2
O IA
O IA
O E2
O IA
O E2
C
O
O
C
I
S*
r2#

200.200.200.0/24 is directly connected, Loopback0


137.20.0.0/24 is subnetted, 1 subnets
137.20.20.0 is directly connected, Ethernet0
81.0.0.0/24 is subnetted, 1 subnets
81.1.1.0 [110/20] via 137.20.20.11, 00:02:09, Ethernet0
80.0.0.0/24 is subnetted, 1 subnets
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 masks
172.168.10.0/24 [110/1572] via 150.100.32.10, 00:18:10, Serial0.1
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 subnets
56.1.1.0 [110/20] via 137.20.20.11, 00:58:56, Ethernet0
11.0.0.0/32 is subnetted, 1 subnets
11.1.1.1 [110/11] via 137.20.20.11, 00:58:56, Ethernet0
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 masks
150.100.32.0/19 is directly connected, Serial0.1
150.100.32.4/32 [110/3124] via 150.100.32.10, 00:58:57, Serial0.1
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 subnets
150.200.16.0 is directly connected, Serial0.2
150.150.0.0/16 [100/8976] via 150.200.16.1, 00:00:04, Serial0.2
0.0.0.0/0 [1/0] via 137.20.20.2

Page 3

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
no logging console
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
no exec
login
!
end
r4#i
Codes: 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 masks
O IA
172.168.10.0/24 [110/74] via 150.100.32.10, 00:19:29, Serial1
C
172.168.64.0/18 is directly connected, Ethernet0
11.0.0.0/32 is subnetted, 1 subnets
O IA
11.1.1.1 [110/1637] via 150.100.32.10, 01:00:14, Serial1
56.0.0.0/24 is subnetted, 1 subnets
O E2
56.1.1.0 [110/20] via 150.100.32.10, 01:00:14, Serial1
80.0.0.0/24 is subnetted, 1 subnets
O E2
80.1.1.0 [110/20] via 150.100.32.10, 00:24:10, Serial1
81.0.0.0/24 is subnetted, 1 subnets
O E2
81.1.1.0 [110/20] via 150.100.32.10, 00:03:28, Serial1
150.200.0.0/20 is subnetted, 1 subnets
O E1
150.200.16.0 [110/1726] via 150.100.32.10, 01:00:14, Serial1
O 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 subnets
O 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 masks
O
150.100.32.2/32 [110/1626] via 150.100.32.10, 01:00:16, Serial1
C
150.100.32.0/19 is directly connected, Serial1
O
150.100.32.10/32 [110/64] via 150.100.32.10, 01:00:16, Serial1
O*E1 0.0.0.0/0 [110/1726] via 150.100.32.10, 01:00:16, Serial1
r4#

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username r6 password 0 cisco
no ip domain-lookup
frame-relay switching
isdn 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 classless
ip route 192.168.1.128 255.255.255.224 56.1.1.2 150
no logging console
access-list 101 deny
ip any host 224.0.0.10
access-list 101 permit ip any any
!
dialer-list 1 protocol ip list 101
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
Page 1

r5.txt
alias exec
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
line vty 0
login
!
end

sb show ip bgp
so show ospf nei
cr copy run start
ct conf t
sio sh ip ospf nei

r5#i
Codes: 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 masks
D EX
172.168.10.0/24 [170/332800] via 192.168.1.33, 00:01:51, Ethernet0
D 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 subnets
C
56.1.1.0 is directly connected, BRI0
80.0.0.0/24 is subnetted, 1 subnets
D
80.1.1.0 [90/297728] via 192.168.1.33, 00:01:51, Ethernet0
81.0.0.0/24 is subnetted, 1 subnets
D
81.1.1.0 [90/297728] via 192.168.1.33, 00:01:51, Ethernet0
150.200.0.0/20 is subnetted, 1 subnets
D 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 masks
C
192.168.1.96/27 is directly connected, Serial0
C
192.168.1.32/27 is directly connected, Ethernet0
D EX
192.168.1.0/24 [170/332800] via 192.168.1.33, 00:01:52, Ethernet0
D
192.168.1.0/27 [90/307200] via 192.168.1.33, 00:01:52, Ethernet0
D
192.168.1.128/27 [90/2195456] via 192.168.1.98, 00:01:52, Serial0
150.100.0.0/32 is subnetted, 3 subnets
D EX
150.100.32.2 [170/332800] via 192.168.1.33, 00:01:52, Ethernet0
D EX
150.100.32.4 [170/332800] via 192.168.1.33, 00:01:52, Ethernet0
D EX
150.100.32.10 [170/332800] via 192.168.1.33, 00:01:53, Ethernet0
D*EX 0.0.0.0/0 [170/332800] via 192.168.1.33, 03:39:30, Ethernet0
r5#

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username r5 password 0 cisco
no ip domain-lookup
isdn 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 classless
ip route 0.0.0.0 0.0.0.0 56.1.1.1 150
access-list 101 deny
ip any host 224.0.0.10
access-list 101 permit ip any any
!
dialer-list 1 protocol ip list 101
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
Page 1

r6.txt
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#i
Codes: 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 masks
D EX
172.168.10.0/24 [170/2246656] via 192.168.1.97, 00:02:28, Serial1
D 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 subnets
C
56.1.1.0 is directly connected, BRI0
80.0.0.0/24 is subnetted, 1 subnets
D
80.1.1.0 [90/2211584] via 192.168.1.97, 00:02:28, Serial1
81.0.0.0/24 is subnetted, 1 subnets
D
81.1.1.0 [90/2211584] via 192.168.1.97, 00:02:28, Serial1
150.200.0.0/20 is subnetted, 1 subnets
D 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 masks
C
192.168.1.96/27 is directly connected, Serial1
D
192.168.1.32/27 [90/2195456] via 192.168.1.97, 00:02:29, Serial1
D EX
192.168.1.0/24 [170/2246656] via 192.168.1.97, 00:02:29, Serial1
D
192.168.1.0/27 [90/2221056] via 192.168.1.97, 00:02:29, Serial1
C
192.168.1.128/27 is directly connected, Ethernet0
150.100.0.0/32 is subnetted, 3 subnets
D EX
150.100.32.2 [170/2246656] via 192.168.1.97, 00:02:29, Serial1
D EX
150.100.32.4 [170/2246656] via 192.168.1.97, 00:02:29, Serial1
D EX
150.100.32.10 [170/2246656] via 192.168.1.97, 00:02:30, Serial1
S*
0.0.0.0/0 [150/0] via 56.1.1.1

Page 2

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
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 201 interface
frame-relay route 210 interface
!
interface Serial1
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 102 interface
!
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
frame-relay route 104 interface
!
interface Serial3
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 410 interface
!
interface Serial4
no ip address
shutdown
clockrate 64000
!
interface Serial5
no ip address
shutdown
!
interface Serial6
no ip address

Serial1 102
Serial2 102

Serial0 201

Serial0 210
Serial3 410

Serial2 104

Page 1

r7.txt
shutdown
clockrate 64000
!
interface Serial7
no ip address
shutdown
!
no logging console
no cdp run
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#

Page 2

r8.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r8
!
!
ip subnet-zero
no 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.txt
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
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 route
alias exec ix show ipx route
alias exec sd show dialer
Page 2

r8.txt
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
alias exec
!
line con 0
line aux 0
transport
line vty 0
login
!
end

ia show apple route


s sho sess
ci clear ip route *
cb clear ip bgp *
sr show run
sbn show ip bgp nei
sb show ip bgp
so show ospf nei
cr copy run start
ct conf t
sio sh ip ospf nei

input all
4

r8#

Page 3

r10.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r10
!
no logging console
!
memory-size iomem 20
ip subnet-zero
no 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 classless
no ip http server
!
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
no scheduler allocate
end
r10#i
Codes: 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
O IA
O E2
O E2
C
O IA
C
O E2
O IA
O E2
O
C
O
O E1
O E1

137.20.0.0/24 is subnetted, 1 subnets


137.20.20.0 [110/1572] via 150.100.32.2, Serial0/0
81.0.0.0/24 is subnetted, 1 subnets
81.1.1.0 [110/20] via 150.100.32.2, Serial0/0
80.0.0.0/24 is subnetted, 1 subnets
80.1.1.0 [110/20] via 150.100.32.2, Serial0/0
172.168.0.0/16 is variably subnetted, 3 subnets, 2 masks
172.168.10.32/27 is directly connected, Ethernet0/0
172.168.64.0/18 [110/1572] via 150.100.32.4, Serial0/0
172.168.10.64/27 is directly connected, Loopback0
56.0.0.0/24 is subnetted, 1 subnets
56.1.1.0 [110/20] via 150.100.32.2, Serial0/0
11.0.0.0/32 is subnetted, 1 subnets
11.1.1.1 [110/1573] via 150.100.32.2, Serial0/0
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 masks
150.100.32.2/32 [110/1562] via 150.100.32.2, Serial0/0
150.100.32.0/19 is directly connected, Serial0/0
150.100.32.4/32 [110/1562] via 150.100.32.4, Serial0/0
150.200.0.0/20 is subnetted, 1 subnets
150.200.16.0 [110/1662] via 150.100.32.2, Serial0/0
150.150.0.0/16 [110/1662] via 150.100.32.2, Serial0/0
Page 2

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

Page 3

r11.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r11
!
no logging console
!
memory-size iomem 10
ip subnet-zero
no 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 classless
no ip http server
!
!
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
no scheduler allocate
end
r11#i
Codes: 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
C
D
D
O IA
O IA
C
D
C
D
D
O
C
D
O
O
O
O E1
O E1
O*E1
r11#

137.20.0.0/24 is subnetted, 1 subnets


137.20.20.0 is directly connected, FastEthernet0/0.3
81.0.0.0/24 is subnetted, 1 subnets
81.1.1.0 [90/178688] via 192.168.1.8, FastEthernet0/0.1
80.0.0.0/24 is subnetted, 1 subnets
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 masks
172.168.10.0/24 [110/1573] via 137.20.20.1, FastEthernet0/0.3
172.168.64.0/18 [110/3135] via 137.20.20.1, FastEthernet0/0.3
10.0.0.0/24 is subnetted, 1 subnets
10.90.1.0 is directly connected, FastEthernet0/0.2
56.0.0.0/24 is subnetted, 1 subnets
56.1.1.0 [90/40540160] via 192.168.1.8, FastEthernet0/0.1
11.0.0.0/24 is subnetted, 1 subnets
11.1.1.0 is directly connected, Loopback0
192.168.1.0/24 is variably subnetted, 5 subnets, 2 masks
192.168.1.96/27 [90/2198016] via 192.168.1.8, FastEthernet0/0.1
192.168.1.32/27 [90/284160] via 192.168.1.8, FastEthernet0/0.1
192.168.1.0/24 is a summary, Null0
192.168.1.0/27 is directly connected, FastEthernet0/0.1
192.168.1.128/27 [90/2223616] via 192.168.1.8, FastEthernet0/0.1
150.100.0.0/32 is subnetted, 3 subnets
150.100.32.2 [110/1] via 137.20.20.1, FastEthernet0/0.3
150.100.32.4 [110/3125] via 137.20.20.1, FastEthernet0/0.3
150.100.32.10 [110/1563] via 137.20.20.1, FastEthernet0/0.3
150.200.0.0/20 is subnetted, 1 subnets
150.200.16.0 [110/101] via 137.20.20.1, FastEthernet0/0.3
150.150.0.0/16 [110/101] via 137.20.20.1, FastEthernet0/0.3
0.0.0.0/0 [110/101] via 137.20.20.1, FastEthernet0/0.3

Page 3

cat5.txt
cat5000 (enable) show config
.....
...........
...........
...........
..
begin
!
#version 4.4(1)
!
set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set prompt cat5000
set length 24 default
set logout 20
set banner motd ^C^C
!
#system
set system baud 9600
set system modem disable
set system name Cat5000
set system location CCIE Boot Camp
set system contact Marc Russell
!
#snmp
set snmp community read-only
public
set snmp community read-write
private
set snmp community read-write-all secret
set snmp rmon disable
set snmp trap disable module
set snmp trap disable chassis
set snmp trap disable bridge
set snmp trap disable repeater
set snmp trap disable vtp
set snmp trap disable auth
set snmp trap disable ippermit
set snmp trap disable vmps
set snmp trap disable entity
set snmp trap disable config
set snmp trap disable stpx
set snmp trap disable syslog
set snmp extendedrmon vlanmode disable
set snmp extendedrmon vlanagent disable
set snmp extendedrmon enable
!
#ip
set interface sc0 3 137.20.20.50 255.255.255.0 137.20.20.255
set interface sc0 up
set interface sl0 0.0.0.0 0.0.0.0
set interface sl0 up
set arp agingtime 1200
set ip redirect
enable
set ip unreachable
enable
set ip fragmentation enable
set ip route 0.0.0.0
137.20.20.1
1
set ip alias default
0.0.0.0
!
#Command alias
!
Page 1

cat5.txt
#vmps
set vmps
set vmps
set vmps
set vmps

server retry 3
server reconfirminterval 60
tftpserver 0.0.0.0 vmps-config-database.1
state disable

!
#dns
set ip dns disable
!
#tacacs+
set tacacs attempts 3
set tacacs directedrequest disable
set tacacs timeout 5
!
#authentication
set 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
!
#bridge
set bridge ipx snaptoether
8023raw
set bridge ipx 8022toether
8023
set bridge ipx 8023rawtofddi snap
!
#vtp
set vtp domain ccie
set vtp mode server
set vtp v2 disable
set vtp pruning disable
set vtp pruneeligible 2-1000
clear vtp pruneeligible 1001-1005
set 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 bridge
0x0 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 groups
set spantree uplinkfast disable
#backbonefast
set spantree backbonefast disable
#vlan 1
set spantree enable
1
set spantree fwddelay 15
1
set spantree hello
2
1
set spantree maxage
20
1
set spantree priority 1
1
#vlan 2
Page 2

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

cat5.txt
set logging level mgmt 5 default
set logging level mls 5 default
set logging level protfilt 2 default
set logging level security 2 default
set logging server facility LOCAL7
set logging server severity 4
set logging buffer 500
set logging timestamp disable
!
#ntp
set ntp broadcastclient disable
set ntp broadcastdelay 3000
set ntp client disable
clear timezone
set summertime disable
!
#permit list
set ip permit disable
!
#drip
set tokenring reduction enable
set tokenring distrib-crf disable
!
#igmp
set igmp disable
!
#standby ports
set standbyports disable
!
#module 1 : 2-port 100BaseTX Supervisor
set module name
1
set vlan 1
1/1-2
set port enable
1/1-2
set port level
1/1-2 normal
set port duplex
1/1-2 half
set port trap
1/1-2 disable
set port name
1/1-2
set port security
1/1-2 disable
set port membership 1/1-2 static
set cdp enable
1/1-2
set cdp interval 1/1-2 60
clear trunk 1/1 4-1005
set trunk 1/1 on isl 1-3
set trunk 1/2 auto isl 1-1005
set spantree portfast
1/1-2 disable
set spantree portcost
1/1-2 19
set spantree portpri
1/1-2 32
set spantree portvlanpri 1/1 0
set spantree portvlanpri 1/2 0
set spantree portvlancost 1/1 cost 18
set spantree portvlancost 1/2 cost 18
!
#module 2 : 12-port 10/100BaseTX Ethernet
set module name
2
set module enable 2
set vlan 1
2/1-2
set vlan 2
2/3-6
set vlan 3
2/7-9
set vlan 4
2/10-12
set port enable
2/1-12
set port level
2/1-12 normal
set port speed
2/1-12 auto
set port trap
2/1-12 disable
Page 4

cat5.txt
set port name
2/1-12
set port security
2/1-12 disable
set port broadcast 2/1-12 0
set port membership 2/1-12 static
set cdp enable
2/1-12
set cdp interval 2/1-12 60
set trunk 2/1 auto isl 1-1005
set trunk 2/2 auto isl 1-1005
set trunk 2/3 auto isl 1-1005
set trunk 2/4 auto isl 1-1005
set trunk 2/5 auto isl 1-1005
set trunk 2/6 auto isl 1-1005
set trunk 2/7 auto isl 1-1005
set trunk 2/8 auto isl 1-1005
set trunk 2/9 auto isl 1-1005
set trunk 2/10 auto isl 1-1005
set trunk 2/11 auto isl 1-1005
set trunk 2/12 auto isl 1-1005
set spantree portfast
2/1-12 enable
set spantree portcost
2/1-12 100
set spantree portpri
2/1-12 32
set spantree portvlanpri 2/1 0
set spantree portvlanpri 2/2 0
set spantree portvlanpri 2/3 0
set spantree portvlanpri 2/4 0
set spantree portvlanpri 2/5 0
set spantree portvlanpri 2/6 0
set spantree portvlanpri 2/7 0
set spantree portvlanpri 2/8 0
set spantree portvlanpri 2/9 0
set spantree portvlanpri 2/10 0
set spantree portvlanpri 2/11 0
set spantree portvlanpri 2/12 0
set spantree portvlancost 2/1 cost 99
set spantree portvlancost 2/2 cost 99
set spantree portvlancost 2/3 cost 99
set spantree portvlancost 2/4 cost 99
set spantree portvlancost 2/5 cost 99
set spantree portvlancost 2/6 cost 99
set spantree portvlancost 2/7 cost 99
set spantree portvlancost 2/8 cost 99
set spantree portvlancost 2/9 cost 99
set spantree portvlancost 2/10 cost 99
set spantree portvlancost 2/11 cost 99
set spantree portvlancost 2/12 cost 99
!
#module 3 : 24-port 10BaseT Ethernet
set module name
3
set module enable 3
set vlan 1
3/1-24
set port enable
3/1-24
set port level
3/1-24 normal
set port duplex
3/1-24 half
set port trap
3/1-24 disable
set port name
3/1-24
set port security
3/1-24 disable
set port broadcast 3/1-24 0
set port membership 3/1-24 static
set cdp enable
3/1-24
set cdp interval 3/1-24 60
set spantree portfast
3/1-24 disable
set spantree portcost
3/1-24 100
set 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 disable
set span disable
!
#cam
set cam agingtime 1-4,1003,1005 300
end
cat5000 (enable)

Page 6

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
exec-timeout 0 0
login
!
end
r1#sh ip route
Codes: 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 masks
C
10.11.1.0/24 is directly connected, Loopback0
C
10.10.1.0/24 is directly connected, Ethernet0
O E1
10.15.1.0/24 [110/31] via 10.10.1.1, 02:33:50, Ethernet0
O
10.14.1.1/32 [110/12] via 10.10.1.1, 02:33:50, Ethernet0
O
10.15.1.1/32 [110/12] via 10.10.1.1, 02:33:50, Ethernet0
O
10.13.1.0/24 [110/20] via 10.10.1.1, 02:33:50, Ethernet0
O
10.30.1.0/24 [110/11] via 10.10.1.1, 02:33:50, Ethernet0
O
10.16.1.1/32 [110/21] via 10.10.1.1, 02:33:50, Ethernet0
O
10.20.1.0/24 [110/11] via 10.10.1.1, 02:33:50, Ethernet0
O IA 192.168.1.0/24 [110/84] via 10.10.1.1, 02:33:50, Ethernet0
Page 1

r1.txt
O E1 192.168.2.0/24 [110/31] via 10.10.1.1, 02:33:50, Ethernet0
O*E1 0.0.0.0/0 [110/104] via 10.10.1.1, 02:33:50, Ethernet0
r1#

Page 2

r2.txt
Current configuration:
!
! Last configuration change at 13:19:35 est Mon Sep 6 1999
!
version 11.3
service nagle
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
enable secret 5 $1$cQDb$0de/nonk40S6AJMWmGUUa1
!
username marc password 0 marcr
username student password 0 student
no ip source-route
ip nat inside source static 200.200.200.1 192.168.1.3
no ip finger
no ip domain-lookup
ip host r3 2003 200.200.200.1
ip host r14 2016 200.200.200.1
ip host r13 2015 200.200.200.1
ip host r1 2001 200.200.200.1
ip host r4 2004 200.200.200.1
ip host r6 2006 200.200.200.1
ip host r5 2005 200.200.200.1
ip host ls1010 2011 200.200.200.1
ip host cat5 2014 200.200.200.1
ip host r11 2013 200.200.200.1
ip host r10 2012 200.200.200.1
ip host r7 2007 200.200.200.1
ip host r8 2002 200.200.200.1
ip host r9 2009 200.200.200.1
ip name-server 207.238.183.71
ip name-server 207.238.183.72
clock timezone est -5
clock 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.txt
interface 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 classless
ip route 0.0.0.0 0.0.0.0 137.20.20.2
!
no logging console
logging facility local5
logging source-interface Loopback0
logging 137.20.20.101
!
banner motd ^CC Welcome to CCIE Boot Camp, brought to you by Network Learning, Inc.
^C
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
exec-timeout 60 0
password student
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
no exec
no exec-banner
exec-timeout 0 30
transport input all
line aux 0
exec-timeout 60 0
password student
login
modem InOut
modem autoconfigure type usr_sportster
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 60 1
password student
login
!
end
Page 2

r2.txt
r2#sh ip route
Codes: 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
D
C
C
O IA
O IA
O E1
O IA
O IA
O IA
O IA
O IA
O IA
C
O E1
S*
r2#

200.200.200.0/24 is directly connected, Loopback0


137.20.0.0/24 is subnetted, 2 subnets
137.20.30.0 [90/297260544] via 172.168.1.2, 02:18:39, Tunnel0
137.20.20.0 is directly connected, Ethernet0
172.168.0.0/24 is subnetted, 1 subnets
172.168.1.0 is directly connected, Tunnel0
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
10.11.1.1/32 [110/76] via 192.168.1.1, 02:24:16, Serial0
10.10.1.0/24 [110/75] via 192.168.1.1, 02:24:16, Serial0
10.15.1.0/24 [110/95] via 192.168.1.1, 02:24:16, Serial0
10.14.1.1/32 [110/76] via 192.168.1.1, 02:24:16, Serial0
10.15.1.1/32 [110/76] via 192.168.1.1, 02:24:17, Serial0
10.13.1.0/24 [110/74] via 192.168.1.1, 02:24:17, Serial0
10.30.1.0/24 [110/75] via 192.168.1.1, 02:24:17, Serial0
10.16.1.1/32 [110/65] via 192.168.1.1, 02:24:18, Serial0
10.20.1.0/24 [110/75] via 192.168.1.1, 02:24:18, Serial0
192.168.1.0/24 is directly connected, Serial0
192.168.2.0/24 [110/95] via 192.168.1.1, 02:24:18, Serial0
0.0.0.0/0 [1/0] via 137.20.20.2

Page 3

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip route 0.0.0.0 0.0.0.0 192.168.2.2
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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
C
C
C
D
S*

172.168.0.0/24 is subnetted, 1 subnets


172.168.1.0 is directly connected, Tunnel0
192.168.2.0/24 is directly connected, Serial0
137.20.0.0/24 is subnetted, 2 subnets
137.20.30.0 is directly connected, TokenRing0
137.20.20.0 [90/297270016] via 172.168.1.1, 02:27:31, Tunnel0
0.0.0.0/0 [1/0] via 192.168.2.2
Page 1

r3.txt
r3#

Page 2

r4.txt
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r4#sh ip route
Codes: 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 masks
O
10.11.1.1/32 [110/12] via 10.20.1.1, 02:32:04, Ethernet0
O
10.10.1.0/24 [110/11] via 10.20.1.1, 02:32:04, Ethernet0
O E1
10.15.1.0/24 [110/31] via 10.20.1.1, 02:32:04, Ethernet0
O
10.15.1.1/32 [110/12] via 10.20.1.1, 02:32:04, Ethernet0
C
10.14.1.0/24 is directly connected, Loopback0
O
10.13.1.0/24 [110/20] via 10.20.1.1, 02:32:04, Ethernet0
O
10.30.1.0/24 [110/11] via 10.20.1.1, 02:32:04, Ethernet0
O
10.16.1.1/32 [110/21] via 10.20.1.1, 02:32:04, Ethernet0
C
10.20.1.0/24 is directly connected, Ethernet0
O IA 192.168.1.0/24 [110/84] via 10.20.1.1, 02:32:05, Ethernet0
Page 1

r4.txt
O E1 192.168.2.0/24 [110/31] via 10.20.1.1, 02:32:05, Ethernet0
O*E1 0.0.0.0/0 [110/104] via 10.20.1.1, 02:32:05, Ethernet0
r4#

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip route 0.0.0.0 0.0.0.0 192.168.2.1
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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
O
O
O
C
O

10.0.0.0/8 is variably subnetted, 8 subnets, 2 masks


10.11.1.1/32 [110/12] via 10.30.1.1, 02:32:37, Ethernet0
10.10.1.0/24 [110/11] via 10.30.1.1, 02:32:37, Ethernet0
10.14.1.1/32 [110/12] via 10.30.1.1, 02:32:37, Ethernet0
10.15.1.0/24 is directly connected, Loopback0
10.13.1.0/24 [110/20] via 10.30.1.1, 02:32:37, Ethernet0
Page 1

r5.txt
C
10.30.1.0/24 is directly connected, Ethernet0
O
10.16.1.1/32 [110/21] via 10.30.1.1, 02:32:37, Ethernet0
O
10.20.1.0/24 [110/11] via 10.30.1.1, 02:32:37, Ethernet0
O IA 192.168.1.0/24 [110/84] via 10.30.1.1, 02:32:37, Ethernet0
C
192.168.2.0/24 is directly connected, Serial0
S*
0.0.0.0/0 [1/0] via 192.168.2.1
r5#

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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.txt
hub 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 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip route
Codes: 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 masks
O
10.11.1.1/32 [110/12] via 10.13.1.1, 02:25:22, Ethernet0
O
10.10.1.0/24 [110/11] via 10.13.1.1, 02:25:22, Ethernet0
O E1
10.15.1.0/24 [110/31] via 10.13.1.1, 02:25:22, Ethernet0
O
10.14.1.1/32 [110/12] via 10.13.1.1, 02:25:22, Ethernet0
O
10.15.1.1/32 [110/12] via 10.13.1.1, 02:25:22, Ethernet0
C
10.13.1.0/24 is directly connected, Ethernet0
O
10.30.1.0/24 [110/11] via 10.13.1.1, 02:25:22, Ethernet0
C
10.16.1.0/24 is directly connected, Loopback0
O
10.20.1.0/24 [110/11] via 10.13.1.1, 02:25:22, Ethernet0
C
192.168.1.0/24 is directly connected, Serial1
Page 2

r6.txt
O E1 192.168.2.0/24 [110/31] via 10.13.1.1, 02:25:23, Ethernet0
O*E1 0.0.0.0/0 [110/84] via 192.168.1.2, 02:25:23, Serial1
r6#

Page 3

r13.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r13
!
!
!
!
!
!
ip subnet-zero
!
ip audit notify log
ip 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.03
cns 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 classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
!
!
end
r13#sh ip route
Codes: 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 masks
O
10.11.1.1/32 [110/2] via 10.10.1.2, 02:27:50, ATM0/0.1
C
10.10.1.0/24 is directly connected, ATM0/0.1
O E1
10.15.1.0/24 [110/21] via 10.30.1.2, 02:27:50, ATM0/0.3
O
10.14.1.1/32 [110/2] via 10.20.1.2, 02:27:50, ATM0/0.2
O
10.15.1.1/32 [110/2] via 10.30.1.2, 02:27:50, ATM0/0.3
C
10.13.1.0/24 is directly connected, FastEthernet1/0
C
10.30.1.0/24 is directly connected, ATM0/0.3
O
10.16.1.1/32 [110/11] via 10.13.1.2, 02:27:50, FastEthernet1/0
C
10.20.1.0/24 is directly connected, ATM0/0.2
O IA 192.168.1.0/24 [110/74] via 10.13.1.2, 02:27:50, FastEthernet1/0
O E1 192.168.2.0/24 [110/21] via 10.30.1.2, 02:27:50, ATM0/0.3
O*E1 0.0.0.0/0 [110/94] via 10.13.1.2, 02:27:50, FastEthernet1/0
Page 2

r13.txt
r13#

Page 3

cat5.txt
begin
!
#version 4.4(1)
!
set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set prompt cat5
set length 24 default
set logout 20
set banner motd ^C^C
!
#system
set system baud 9600
set system modem disable
set system name
set system location
set system contact
!
#snmp
set snmp community read-only
public
set snmp community read-write
private
set snmp community read-write-all secret
set snmp rmon disable
set snmp trap disable module
set snmp trap disable chassis
set snmp trap disable bridge
set snmp trap disable repeater
set snmp trap disable vtp
set snmp trap disable auth
set snmp trap disable ippermit
set snmp trap disable vmps
set snmp trap disable entity
set snmp trap disable config
set snmp trap disable stpx
set snmp trap disable syslog
set snmp extendedrmon vlanmode disable
set snmp extendedrmon vlanagent disable
set snmp extendedrmon enable
!
#ip
set interface sc0 1 137.20.20.105 255.255.255.0 137.20.20.255
set interface sc0 up
set interface sl0 0.0.0.0 0.0.0.0
set interface sl0 up
set arp agingtime 1200
set ip redirect
enable
set ip unreachable
enable
set ip fragmentation enable
set ip alias default
0.0.0.0
!
#Command alias
!
#vmps
set vmps server retry 3
set vmps server reconfirminterval 60
set vmps tftpserver 0.0.0.0 vmps-config-database.1
set vmps state disable
!
#dns
set ip dns disable
!
Page 1

cat5.txt
#tacacs+
set tacacs attempts 3
set tacacs directedrequest disable
set tacacs timeout 5
!
#authentication
set 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
!
#bridge
set bridge ipx snaptoether
8023raw
set bridge ipx 8022toether
8023
set bridge ipx 8023rawtofddi snap
!
#vtp
set vtp domain domain_ccie
set vtp mode server
set vtp v2 disable
set vtp pruning disable
set vtp pruneeligible 2-1000
clear vtp pruneeligible 1001-1005
set 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 bridge
0x0 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 groups
set spantree uplinkfast disable
#backbonefast
set spantree backbonefast disable
#vlan 1
set spantree enable
1
set spantree fwddelay 15
1
set spantree hello
2
1
set spantree maxage
20
1
set spantree priority 32768 1
#vlan 2
set spantree enable
2
set spantree fwddelay 15
2
set spantree hello
2
2
set spantree maxage
20
2
set spantree priority 32768 2
#vlan 3
set spantree enable
3
set spantree fwddelay 15
3
set spantree hello
2
3
set spantree maxage
20
3
set spantree priority 32768 3
#vlan 1003
set spantree enable
1003
Page 2

cat5.txt
set spantree fwddelay 15
1003
set spantree hello
2
1003
set spantree maxage
20
1003
set spantree priority 32768 1003
set spantree portstate 1003 block 0
set spantree portcost 1003 62
set spantree portpri 1003 4
set spantree portfast 1003 disable
#vlan 1005
set spantree disable
1005
set spantree fwddelay 15
1005
set spantree hello
2
1005
set spantree maxage
20
1005
set spantree priority 32768 1005
set spantree multicast-address 1005 ieee
!
#cgmp
set cgmp disable
set cgmp leave disable
!
#syslog
set logging console enable
set logging server disable
set logging level cdp 2 default
set logging level mcast 2 default
set logging level dtp 5 default
set logging level dvlan 2 default
set logging level earl 2 default
set logging level fddi 2 default
set logging level ip 2 default
set logging level pruning 2 default
set logging level snmp 2 default
set logging level spantree 2 default
set logging level sys 5 default
set logging level tac 2 default
set logging level tcp 2 default
set logging level telnet 2 default
set logging level tftp 2 default
set logging level vtp 2 default
set logging level vmps 2 default
set logging level kernel 2 default
set logging level filesys 2 default
set logging level drip 2 default
set logging level pagp 5 default
set logging level mgmt 5 default
set logging level mls 5 default
set logging level protfilt 2 default
set logging level security 2 default
set logging server facility LOCAL7
set logging server severity 4
set logging buffer 500
set logging timestamp disable
!
#ntp
set ntp broadcastclient disable
set ntp broadcastdelay 3000
set ntp client disable
clear timezone
set summertime disable
!
#permit list
set ip permit disable
!
Page 3

cat5.txt
#drip
set tokenring reduction enable
set tokenring distrib-crf disable
!
#igmp
set igmp disable
!
#standby ports
set standbyports disable
!
#module 1 : 2-port 100BaseTX Supervisor
set module name
1
set vlan 1
1/1-2
set port enable
1/1-2
set port level
1/1-2 normal
set port duplex
1/1-2 half
set port trap
1/1-2 disable
set port name
1/1-2
set port security
1/1-2 disable
set port membership 1/1-2 static
set cdp enable
1/1-2
set cdp interval 1/1-2 60
set trunk 1/1 auto isl 1-1005
set trunk 1/2 auto isl 1-1005
set spantree portfast
1/1-2 disable
set spantree portcost
1/1-2 19
set spantree portpri
1/1-2 32
set spantree portvlanpri 1/1 0
set spantree portvlanpri 1/2 0
set spantree portvlancost 1/1 cost 18
set spantree portvlancost 1/2 cost 18
!
#module 2 : 12-port 10/100BaseTX Ethernet
set module name
2
set module enable 2
set vlan 1
2/1-4
set vlan 2
2/5-8
set vlan 3
2/9-12
set port enable
2/1-12
set port level
2/1-12 normal
set port speed
2/1-12 auto
set port trap
2/1-12 disable
set port name
2/1-12
set port security
2/1-12 disable
set port broadcast 2/1-12 0
set port membership 2/1-12 static
set cdp enable
2/1-12
set cdp interval 2/1-12 60
set trunk 2/1 auto isl 1-1005
set trunk 2/2 auto isl 1-1005
set trunk 2/3 auto isl 1-1005
set trunk 2/4 auto isl 1-1005
set trunk 2/5 auto isl 1-1005
set trunk 2/6 auto isl 1-1005
set trunk 2/7 auto isl 1-1005
set trunk 2/8 auto isl 1-1005
set trunk 2/9 auto isl 1-1005
set trunk 2/10 auto isl 1-1005
set trunk 2/11 auto isl 1-1005
set trunk 2/12 auto isl 1-1005
set spantree portfast
2/1-12 disable
set spantree portcost
2/1-12 100
set spantree portpri
2/1-12 32
Page 4

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

cat5.txt
end
cat5 (enable)

Page 6

cat5-atm-module.txt
Current 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 0
line vty 0 4
no login
!
end

Page 1

ls1010.txt
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ls1010
!
!
ip subnet-zero
!
atm lecs-address-default 47.0091.8100.0000.00d0.baf3.3b01.0010.7ba3.a703.00 1
atm address 47.0091.8100.0000.00d0.baf3.3b01.00d0.baf3.3b01.00
atm 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 none
line aux 0
line vty 0 4
login
!
Page 1

ls1010.txt
end
ls1010#

Page 2

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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
i L1
i L1
i
C
C
i
i
C
i
C
i

L1
L1
L2
L2
L2

i L1
i L1
r1#

172.168.0.0/27 is subnetted, 2 subnets


172.168.20.32 [115/42] via 10.15.1.2, Serial0.3
172.168.20.64 [115/42] via 10.15.1.2, Serial0.3
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
10.15.1.0/24 [115/20] via 10.15.1.2, Serial0.3
10.15.0.0/16 is directly connected, Serial0.3
10.13.0.0/16 is directly connected, Serial0.2
10.2.0.0/16 [115/20] via 10.16.1.2, Serial0.1
10.3.0.0/16 [115/20] via 10.13.1.2, Serial0.2
10.1.0.0/16 is directly connected, Ethernet0
10.4.0.0/16 [115/30] via 10.13.1.2, Serial0.2
10.16.0.0/16 is directly connected, Serial0.1
10.34.0.0/16 [115/20] via 10.13.1.2, Serial0.2
150.10.0.0/24 is subnetted, 1 subnets
150.10.10.0 [115/42] via 10.15.1.2, Serial0.3
170.10.0.0/24 is subnetted, 1 subnets
170.10.10.0 [115/42] via 10.15.1.2, Serial0.3

Page 2

r2.txt
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2-2511
!
!
no ip domain-lookup
ip host r7-AGS1 2007 200.200.200.1
ip host r8-AGS2 2002 200.200.200.1
ip host r14-3640 2016 200.200.200.1
ip host r13-3640 2015 200.200.200.1
ip host ls1010 2011 200.200.200.1
ip host cat5 2014 200.200.200.1
ip host r1-2501 2001 200.200.200.1
ip host r3-2502 2003 200.200.200.1
ip host r4-2501 2004 200.200.200.1
ip host r5-2503 2005 200.200.200.1
ip host r6-2516 2006 200.200.200.1
ip host r9-2501 2009 200.200.200.1
ip host r10-2610 2012 200.200.200.1
ip host r11-2620 2013 200.200.200.1
ip name-server 24.221.95.2
ip 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 classless
ip 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.
^C
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
Page 1

r2.txt
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias exec sio sh ip ospf nei
!
line con 0
exec-timeout 0 0
login
modem autoconfigure type usr_sportster
flowcontrol hardware
line 1 16
no exec
no exec-banner
exec-timeout 0 0
transport input all
line aux 0
exec-timeout 0 0
login
modem InOut
modem autoconfigure type usr_sportster
speed 38400
flowcontrol hardware
line vty 0 4
exec-timeout 0 0
login local
!
end
r2-2511#

Page 2

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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 subnets
172.168.20.32 [115/52] via 10.13.1.1, Serial0.1
172.168.20.64 [115/52] via 10.13.1.1, Serial0.1
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
i L2
10.15.1.0/24 [115/30] via 10.13.1.1, Serial0.1
i L2
10.15.0.0/16 [115/20] via 10.13.1.1, Serial0.1
Page 1
i L2
i L2

C
i
C
i
i
i
C

L2
L2
L1
L2

i L2
i L2
r3#

r3.txt
10.13.0.0/16 is directly connected, Serial0.1
10.2.0.0/16 [115/30] via 10.13.1.1, Serial0.1
10.3.0.0/16 is directly connected, TokenRing0
10.1.0.0/16 [115/20] via 10.13.1.1, Serial0.1
10.4.0.0/16 [115/20] via 10.34.1.2, Serial1
10.16.0.0/16 [115/20] via 10.13.1.1, Serial0.1
10.34.0.0/16 is directly connected, Serial1
150.10.0.0/24 is subnetted, 1 subnets
150.10.10.0 [115/52] via 10.13.1.1, Serial0.1
170.10.0.0/24 is subnetted, 1 subnets
170.10.10.0 [115/52] via 10.13.1.1, Serial0.1

Page 2

r4.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r4#sh ip route
Codes: 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
i L2
i L2
i
i
i
i
i
i
C
i
C

L2
L2
L1
L2
L1
L2
L2

172.168.0.0/27 is subnetted, 2 subnets


172.168.20.32 [115/62] via 10.34.1.1, Serial0
172.168.20.64 [115/62] via 10.34.1.1, Serial0
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
10.15.1.0/24 [115/40] via 10.34.1.1, Serial0
10.15.0.0/16 [115/30] via 10.34.1.1, Serial0
10.13.0.0/16 [115/20] via 10.34.1.1, Serial0
10.2.0.0/16 [115/40] via 10.34.1.1, Serial0
10.3.0.0/16 [115/20] via 10.34.1.1, Serial0
10.1.0.0/16 [115/30] via 10.34.1.1, Serial0
10.4.0.0/16 is directly connected, Ethernet0
10.16.0.0/16 [115/30] via 10.34.1.1, Serial0
10.34.0.0/16 is directly connected, Serial0
150.10.0.0/24 is subnetted, 1 subnets
Page 1

r4.txt
150.10.10.0 [115/62] via 10.34.1.1, Serial0
170.10.0.0/24 is subnetted, 1 subnets
i L2
170.10.10.0 [115/62] via 10.34.1.1, Serial0
r4#
i L2

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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

O
O
C
i
i
i
i
i
i
i
i

L1
L1
L1
L2
L1
L2
L1
L2

C
O
r5#

r5.txt
172.168.0.0/27 is subnetted, 2 subnets
172.168.20.32 [110/11] via 150.10.10.2, 00:04:20, Ethernet0
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 masks
10.15.1.0/24 is directly connected, Serial0.1
10.15.0.0/16 [115/20] via 10.15.1.1, Serial0.1
10.13.0.0/16 [115/20] via 10.15.1.1, Serial0.1
10.2.0.0/16 [115/30] via 10.15.1.1, Serial0.1
10.3.0.0/16 [115/30] via 10.15.1.1, Serial0.1
10.1.0.0/16 [115/20] via 10.15.1.1, Serial0.1
10.4.0.0/16 [115/40] via 10.15.1.1, Serial0.1
10.16.0.0/16 [115/20] via 10.15.1.1, Serial0.1
10.34.0.0/16 [115/30] via 10.15.1.1, Serial0.1
150.10.0.0/24 is subnetted, 1 subnets
150.10.10.0 is directly connected, Ethernet0
170.10.0.0/24 is subnetted, 1 subnets
170.10.10.0 [110/11] via 150.10.10.2, 00:04:22, Ethernet0

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip route
Codes: 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
i L1
i L1
i
i
i
C
i
i
i

L1
L1
L1
L2
L1
L2

172.168.0.0/27 is subnetted, 2 subnets


172.168.20.32 [115/52] via 10.16.1.1, Serial0.1
172.168.20.64 [115/52] via 10.16.1.1, Serial0.1
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
10.15.1.0/24 [115/30] via 10.16.1.1, Serial0.1
10.15.0.0/16 [115/20] via 10.16.1.1, Serial0.1
10.13.0.0/16 [115/20] via 10.16.1.1, Serial0.1
10.2.0.0/16 is directly connected, Ethernet0
10.3.0.0/16 [115/30] via 10.16.1.1, Serial0.1
10.1.0.0/16 [115/20] via 10.16.1.1, Serial0.1
10.4.0.0/16 [115/40] via 10.16.1.1, Serial0.1
Page 2

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

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service 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 0
line aux 0
transport input all
line vty 0 4
login
!
end
r7#sh ip route
Codes: 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
O
O
O
O
O
O
O
O
O
O

E2
E2
E2
E2
E2
E2
E2
E2

O
C
r7#

172.168.0.0 255.255.255.224 is subnetted, 2 subnets


172.168.20.32 [110/11] via 170.10.10.2, 00:05:41, Ethernet0
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 subnets
10.15.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
10.13.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
10.2.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
10.3.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
10.1.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
10.4.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
10.16.0.0 [110/100] via 170.10.10.2, 00:05:41, Ethernet0
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 subnets
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 subnets
170.10.10.0 is directly connected, Ethernet0

Page 2

r13.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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 classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r13#sh ip route
Codes: 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
C
C
O
O
O
O
O
O
O
O
O

E2
E2
E2
E2
E2
E2
E2
E2

C
r13#

170.10.0.0/24 is subnetted, 1 subnets


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

Page 2

r14.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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 classless
no ip http server
!
!
Page 1

r14.txt
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r14#sh ip route
Codes: 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
O
O
C
O
O
O
O
O
O
O
O

E2
E2
E2
E2
E2
E2
E2
E2

C
r14#

170.10.0.0/24 is subnetted, 1 subnets


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

Page 2

cat5-atm-interface.txt
Current 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 0
line vty 0 4
no login
!
end
ATM#

Page 1

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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
C
C
B
B
B
B
B
B
B
C
B

150.10.0.0/24 is subnetted, 2 subnets


150.10.20.0 is directly connected, Serial1
150.10.10.0 is directly connected, Ethernet0
204.100.100.0/28 is subnetted, 11 subnets
204.100.100.128 [20/0] via 150.10.20.2, 00:30:43
204.100.100.144 [20/0] via 150.10.20.2, 00:30:43
204.100.100.160 [20/0] via 150.10.20.2, 00:30:43
204.100.100.64 [20/0] via 204.100.100.2, 00:30:52
204.100.100.80 [20/0] via 150.10.20.2, 00:30:43
204.100.100.96 [20/0] via 150.10.20.2, 00:30:43
204.100.100.112 [20/0] via 150.10.20.2, 00:30:43
204.100.100.0 is directly connected, Serial0
204.100.100.16 [20/0] via 204.100.100.2, 00:30:53
Page 1

r1.txt
B
204.100.100.32 [20/0] via 204.100.100.2, 00:30:53
B
204.100.100.48 [20/0] via 204.100.100.2, 00:30:54
B
205.100.100.0/24 [20/0] via 150.10.20.2, 00:30:44
B
206.100.100.0/24 [20/0] via 150.10.20.2, 00:30:44
r1#sh ip bgp
BGP table version is 15, local router ID is 204.100.100.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
Next Hop
*> 150.10.10.0/24
0.0.0.0
* 150.10.20.0/24
150.10.20.2
*>
0.0.0.0
*> 204.100.100.16/28 204.100.100.2
*> 204.100.100.32/28 204.100.100.2
*> 204.100.100.48/28 204.100.100.2
* 204.100.100.64/28 150.10.20.2
*>
204.100.100.2
*> 204.100.100.80/28 150.10.20.2
*> 204.100.100.96/28 150.10.20.2
*> 204.100.100.112/28 150.10.20.2
*> 204.100.100.128/28 150.10.20.2
*> 204.100.100.144/28 150.10.20.2
*> 204.100.100.160/28 150.10.20.2
*> 205.100.100.0
150.10.20.2
*> 206.100.100.0
150.10.20.2
r1#

Metric LocPrf Weight Path


0
32768 i
0
0 30 i
0
32768 i
0
0 10 i
0
0 10 i
0 10 i
0 30 10 i
0 10 i
0 30 10 i
0 30 10 i
0 30 10 i
0 30 10 i
0 30 10 i
0 30 10 i
0
0 30 i
0
0 30 i

Page 2

r2.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r2
!
!
ip nat inside source list 1 interface Serial0 overload
ip 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 classless
access-list 1 permit 10.1.0.0 0.0.255.255
access-list 2 permit 10.2.0.0 0.0.255.255
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Page 1

r2.txt
r2#sh ip route
Codes: 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 subnets
10.2.1.0 is directly connected, TokenRing0
10.1.1.0 is directly connected, Ethernet0
150.10.0.0/24 is subnetted, 2 subnets
C
150.10.20.0 is directly connected, Serial0
B
150.10.10.0 [20/0] via 150.10.20.1, 00:31:39
204.100.100.0/28 is subnetted, 11 subnets
B
204.100.100.128 [20/0] via 204.100.100.178, 00:32:25
B
204.100.100.144 [20/0] via 204.100.100.178, 00:32:25
B
204.100.100.160 [20/0] via 204.100.100.178, 00:32:25
C
204.100.100.176 is directly connected, Serial1
B
204.100.100.64 [20/0] via 204.100.100.178, 00:32:25
B
204.100.100.80 [20/0] via 204.100.100.178, 00:32:26
B
204.100.100.96 [20/0] via 204.100.100.178, 00:32:26
B
204.100.100.112 [20/0] via 204.100.100.178, 00:32:26
B
204.100.100.16 [20/0] via 150.10.20.1, 00:31:40
B
204.100.100.32 [20/0] via 150.10.20.1, 00:31:40
B
204.100.100.48 [20/0] via 150.10.20.1, 00:31:40
C
205.100.100.0/24 is directly connected, Ethernet0
C
206.100.100.0/24 is directly connected, TokenRing0
r2#sh ip bgp
BGP table version is 25, local router ID is 204.100.100.177
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
C
C

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 i
r2#

Page 2

r3.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip as-path access-list 10 permit ^$
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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

150.10.0.0/24 is subnetted, 2 subnets


150.10.20.0 [20/0] via 204.100.100.1, 00:32:17
Page 1

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

Network
Next Hop
*> 150.10.10.0/24
204.100.100.1
* i150.10.20.0/24
204.100.100.66
*>
204.100.100.1
*> 204.100.100.16/28 0.0.0.0
* i204.100.100.32/28 204.100.100.34
*>
0.0.0.0
*>i204.100.100.48/28 204.100.100.34
*>i204.100.100.64/28 204.100.100.34
*>i204.100.100.80/28 204.100.100.66
*>i204.100.100.96/28 204.100.100.66
*>i204.100.100.112/28 204.100.100.66
*>i204.100.100.128/28 204.100.100.66
*>i204.100.100.144/28 204.100.100.66
*>i204.100.100.160/28 204.100.100.66
*>i205.100.100.0
204.100.100.66
*
204.100.100.1
*>i206.100.100.0
204.100.100.66
*
204.100.100.1
r3#

Metric LocPrf Weight Path


0
0 20 i
0
100
0 (65010) 30 i
0
0 20 i
0
32768 i
0
100
0 i
0
32768 i
0
100
0 i
0
100
0 i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) 30 i
0 20 30 i
0
100
0 (65010) 30 i
0 20 30 i

Page 2

r4.txt
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r4
!
!
!
!
!
!
memory-size iomem 20
ip 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 classless
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
!
Page 1

r4.txt
!
no scheduler allocate
end
r4#sh ip route
Codes: 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 subnets
C
204.100.100.128 is directly connected, Serial0
O
204.100.100.144 [110/128] via 204.100.100.130, 01:37:45, Serial0
O
204.100.100.160 [110/138] via 204.100.100.130, 01:37:45, Serial0
O E1
204.100.100.176 [110/148] via 204.100.100.130, 01:37:45, Serial0
O
204.100.100.64 [110/128] via 204.100.100.130, 01:37:45, Serial0
O
204.100.100.80 [110/74] via 204.100.100.130, 01:37:45, Serial0
O
204.100.100.96 [110/70] via 204.100.100.130, 01:37:46, Serial0
C
204.100.100.112 is directly connected, FastEthernet0
B
204.100.100.16 [200/0] via 204.100.100.65, 00:35:56
B
204.100.100.32 [200/0] via 204.100.100.65, 00:35:56
B
204.100.100.48 [200/0] via 204.100.100.65, 00:35:56
B
205.100.100.0/24 [200/0] via 204.100.100.145, 00:33:09
150.10.0.0/24 is subnetted, 2 subnets
B
150.10.20.0 [200/0] via 204.100.100.145, 00:33:09
B
150.10.10.0 [200/0] via 204.100.100.65, 00:32:43
r4#sh ip bgp
BGP table version is 62, local router ID is 204.100.100.129
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
Next Hop
*>i150.10.10.0/24
204.100.100.65
*>i150.10.20.0/24
204.100.100.145
*>i204.100.100.16/28 204.100.100.65
*>i204.100.100.32/28 204.100.100.65
*>i204.100.100.48/28 204.100.100.65
*>i204.100.100.64/28 204.100.100.130
*>i204.100.100.80/28 204.100.100.130
*>i204.100.100.96/28 204.100.100.130
*> 204.100.100.112/28 0.0.0.0
* i204.100.100.128/28 204.100.100.130
*>
0.0.0.0
*>i204.100.100.144/28 204.100.100.130
* i
204.100.100.145
*>i204.100.100.160/28 204.100.100.145
*>i205.100.100.0
204.100.100.145
*>i206.100.100.0
204.100.100.145
r4#

Metric LocPrf Weight Path


0
100
0 (65000) 20 i
0
100
0 30 i
0
100
0 (65000) i
0
100
0 (65000) i
0
100
0 (65000) i
0
100
0 i
0
100
0 i
0
100
0 i
0
32768 i
0
100
0 i
0
32768 i
0
100
0 i
0
100
0 i
0
100
0 i
0
100
0 30 i
0
100
0 30 i

Page 2

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 classless
ip as-path access-list 1 permit ^$
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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
150.10.0.0/24 is subnetted, 2 subnets
150.10.20.0 [20/0] via 204.100.100.177, 00:34:05
150.10.10.0 [200/0] via 204.100.100.65, 00:33:34
204.100.100.0/28 is subnetted, 11 subnets
O
204.100.100.128 [110/128] via 204.100.100.146, 01:38:39, Serial1
C
204.100.100.144 is directly connected, Serial1
C
204.100.100.160 is directly connected, Ethernet0
C
204.100.100.176 is directly connected, Serial0
O
204.100.100.64 [110/128] via 204.100.100.146, 01:38:39, Serial1
O
204.100.100.80 [110/74] via 204.100.100.146, 01:38:39, Serial1
O
204.100.100.96 [110/70] via 204.100.100.146, 01:38:39, Serial1
O
204.100.100.112 [110/129] via 204.100.100.146, 01:38:39, Serial1
B
204.100.100.16 [200/0] via 204.100.100.65, 00:36:49
B
204.100.100.32 [200/0] via 204.100.100.65, 00:36:49
B
204.100.100.48 [200/0] via 204.100.100.65, 00:36:50
B
205.100.100.0/24 [20/0] via 204.100.100.177, 00:34:07
B
206.100.100.0/24 [20/0] via 204.100.100.177, 00:34:07
r5#sh ip bgp
BGP table version is 77, local router ID is 204.100.100.178
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
B
B

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 i
r5#

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip route
Codes: 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 subnets
B
150.10.20.0 [200/0] via 204.100.100.66, 00:34:31
B
150.10.10.0 [200/0] via 204.100.100.1, 00:34:43
204.100.100.0/28 is subnetted, 11 subnets
B
204.100.100.128 [200/0] via 204.100.100.66, 00:37:35
B
204.100.100.144 [200/0] via 204.100.100.66, 00:37:35
B
204.100.100.160 [200/0] via 204.100.100.66, 00:37:35
C
204.100.100.64 is directly connected, Serial0
B
204.100.100.80 [200/0] via 204.100.100.66, 00:37:35
B
204.100.100.96 [200/0] via 204.100.100.66, 00:37:35
B
204.100.100.112 [200/0] via 204.100.100.66, 00:37:35
O E1
204.100.100.0 [110/139] via 204.100.100.33, 01:43:05, Serial1
O
204.100.100.16 [110/70] via 204.100.100.33, 01:43:05, Serial1
C
204.100.100.32 is directly connected, Serial1
C
204.100.100.48 is directly connected, Ethernet0
B
205.100.100.0/24 [200/0] via 204.100.100.66, 00:34:34
B
206.100.100.0/24 [200/0] via 204.100.100.66, 00:34:34
r6#sh ip bgp
BGP table version is 88, local router ID is 204.100.100.65
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
Next Hop
*>i150.10.10.0/24
204.100.100.1
*> 150.10.20.0/24
204.100.100.66
* i
204.100.100.1
*>i204.100.100.16/28 204.100.100.33
*> 204.100.100.32/28 0.0.0.0
* i
204.100.100.33
*> 204.100.100.48/28 0.0.0.0
* 204.100.100.64/28 204.100.100.66
*>
0.0.0.0
*> 204.100.100.80/28 204.100.100.66
*> 204.100.100.96/28 204.100.100.66
*> 204.100.100.112/28 204.100.100.66
*> 204.100.100.128/28 204.100.100.66
*> 204.100.100.144/28 204.100.100.66
*> 204.100.100.160/28 204.100.100.66
*> 205.100.100.0
204.100.100.66
*> 206.100.100.0
204.100.100.66
r6#

Metric LocPrf Weight Path


0
100
0 20 i
0
100
0 (65010) 30 i
0
100
0 20 i
0
100
0 i
0
32768 i
0
100
0 i
0
32768 i
0
100
0 (65010) i
0
32768 i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) i
0
100
0 (65010) 30 i
0
100
0 (65010) 30 i

Page 2

r7.txt
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r7
!
!
no ip domain-lookup
ip 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 0
line aux 0
line vty 0 4
login
!
end
r7#sh ip route
Codes: 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 subnets
C
204.100.100.128 is directly connected, Serial0/2
C
204.100.100.144 is directly connected, Serial1/0
O
204.100.100.160 [110/74] via 204.100.100.145, 00:38:42, Serial1/0
O E1
204.100.100.176 [110/84] via 204.100.100.145, 00:38:42, Serial1/0
C
204.100.100.64 is directly connected, Serial0/0
C
204.100.100.80 is directly connected, Ethernet1/0
C
204.100.100.96 is directly connected, TokenRing1/0
O
204.100.100.112 [110/65] via 204.100.100.129, 00:38:43, Serial0/2
B
204.100.100.16 [200/0] via 204.100.100.65, 00:38:29
B
204.100.100.32 [200/0] via 204.100.100.65, 00:38:29
B
204.100.100.48 [200/0] via 204.100.100.65, 00:38:29
B
205.100.100.0/24 [200/0] via 204.100.100.145, 00:35:43
150.10.0.0/24 is subnetted, 2 subnets
B
150.10.20.0 [200/0] via 204.100.100.145, 00:35:44
B
150.10.10.0 [200/0] via 204.100.100.65, 00:35:16
r7#sh ip bgp
BGP table version is 25, local router ID is 204.100.100.146
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin 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

*>i206.100.100.0
r7#

204.100.100.145

r7.txt
0

Page 3

100

0 30 i

r8.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r8#sh ip route
Codes: 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
C
C

10.0.0.0/24 is subnetted, 2 subnets


10.2.1.0 is directly connected, TokenRing0
10.1.1.0 is directly connected, Ethernet0
Page 1

D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX
D EX

r8.txt
150.10.0.0/24 is subnetted, 1 subnets
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 subnets
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
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, Ethernet0
205.100.100.0/24 [170/1331200] via 10.1.1.1, 1d17h, Ethernet0
[170/1331200] via 10.2.1.1, 1d17h, TokenRing0
206.100.100.0/24 [170/1331200] via 10.1.1.1, 1d17h, Ethernet0
[170/1331200] via 10.2.1.1, 1d17h, TokenRing0

r8#

Page 2

access-server.txt
Current configuration:
!
version 11.2
service nagle
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname 2511-rack2
!
enable secret 5 xxxxxxxxxxx
!
username marc password 0 cisco
no ip domain-lookup
ip host r7-3620 2007 200.200.200.1
ip host r1-2501 2001 200.200.200.1
ip host r2-2513 2002 200.200.200.1
ip host r3-2502 2003 200.200.200.1
ip host r4-1750 2004 200.200.200.1
ip host r5-2503 2005 200.200.200.1
ip host r6-2503 2006 200.200.200.1
ip host r8-2513 2008 200.200.200.1
ip host r9-1604 2009 200.200.200.1
ip host r10-2610 2010 200.200.200.1
ip name-server 24.221.95.2
ip 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 classless
ip route 0.0.0.0 0.0.0.0 24.221.66.246
no logging console
banner motd ^CCCC Welcome to CCIE Boot Camp Rack#2, Network Learning, Inc. ^C
alias exec i show ip route
alias exec ix show ipx route
alias exec sd show dialer
alias exec ia show apple route
alias exec s sho sess
alias exec ci clear ip route *
alias exec cb clear ip bgp *
alias exec sr show run
alias exec sbn show ip bgp nei
alias exec sb show ip bgp
alias exec so show ospf nei
alias exec cr copy run start
alias exec ct conf t
alias 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 hardware
line 1 16
no exec
no exec-banner
exec-timeout 0 0
transport input all
line aux 0
exec-timeout 0 0
password cisco
login
modem InOut
modem autoconfigure type usr_sportster
transport input all
rxspeed 300
txspeed 300
flowcontrol hardware
line vty 0 4
exec-timeout 0 0
password cisco
login local
!
end
2511-rack2#

Page 2

r1.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r1
!
!
ip multicast-routing
ip 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 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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
D
D EX
C
D
D
D
C

172.30.0.0/16 is variably subnetted, 4 subnets, 2 masks


172.30.20.0/24 [90/2211584] via 172.30.1.2, 00:01:36, Serial0
172.30.0.0/16 [170/46256384] via 172.16.10.2, 00:54:24, Ethernet0
172.30.1.0/24 is directly connected, Serial0
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 masks
172.16.56.0/24 [90/46256384] via 172.16.10.2, 00:01:34, Ethernet0
172.16.50.0/24 [90/283648] via 172.16.10.2, 01:36:37, Ethernet0
172.16.10.0/24 is directly connected, Ethernet0
Page 1

D
D EX
D
D
r1#

r1.txt
172.16.11.0/24 [90/284160] via 172.16.10.2, 01:40:01, Ethernet0
172.16.0.0/16 [170/46779904] via 172.30.1.2, 00:01:35, Serial0
172.16.2.0/24 [90/283648] via 172.16.10.2, 01:40:01, Ethernet0
172.16.3.0/24 [90/286208] via 172.16.10.2, 00:54:25, Ethernet0

r1#sh ip mroute
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, C - Connected, L - Local, P - Pruned
R - RP-bit set, F - Register flag, T - SPT-bit set, J - Join SPT
Timers: Uptime/Expires
Interface 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.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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 masks
172.30.20.0/24 [90/297728] via 172.30.10.1, 00:02:54, TokenRing0
172.30.0.0/16 [170/46768384] via 172.30.1.1, 00:55:42, Serial1
172.30.1.0/24 is directly connected, Serial1
172.30.10.0/24 is directly connected, TokenRing0
172.16.0.0/16 is variably subnetted, 7 subnets, 2 masks
D
172.16.56.0/24 [90/46267904] via 172.30.10.1, 00:02:52, TokenRing0
D
172.16.50.0/24 [90/2197504] via 172.30.1.1, 01:37:54, Serial1
D
172.16.10.0/24 [90/2195456] via 172.30.1.1, 01:47:54, Serial1
D
172.16.11.0/24 [90/2198016] via 172.30.1.1, 01:41:19, Serial1
D EX
172.16.0.0/16 [170/46267904] via 172.30.10.1, 00:02:52, TokenRing0
D
172.16.2.0/24 [90/2197504] via 172.30.1.1, 01:41:19, Serial1
D
172.16.3.0/24 [90/2200064] via 172.30.1.1, 00:55:42, Serial1
r3#
Page 1
D
D EX
C
C

r5.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r5
!
!
username router6 password 0 notreal
isdn switch-type basic-dms100
source-bridge ring-group 10
dlsw local-peer peer-id 172.16.3.2
dlsw remote-peer 0 tcp 172.30.10.1
dlsw 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 classless
ip route 172.30.0.0 255.255.0.0 172.16.56.1 200
access-list 101 deny
eigrp any any
access-list 101 permit ip any any
!
dialer-list 1 protocol ip list 101
bridge 1 protocol ieee
!
line con 0
line aux 0
line vty 0 4
login
!
end
Page 1

r5.txt
r5#sh ip route
Codes: 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 masks
172.30.20.0/24 [90/2241280] via 172.16.3.1, 00:03:26, Ethernet0
172.30.0.0/16 [200/0] via 172.16.56.1
172.30.1.0/24 [90/2199552] via 172.16.3.1, 00:56:14, Ethernet0
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 masks
C
172.16.56.0/24 is directly connected, BRI0
D
172.16.50.0/24 [90/285696] via 172.16.3.1, 00:56:14, Ethernet0
D
172.16.10.0/24 [90/285696] via 172.16.3.1, 00:56:14, Ethernet0
D
172.16.11.0/24 [90/286208] via 172.16.3.1, 00:56:14, Ethernet0
D EX
172.16.0.0/16 [170/46809600] via 172.16.3.1, 00:03:24, Ethernet0
D
172.16.2.0/24 [90/283648] via 172.16.3.1, 00:56:23, Ethernet0
C
172.16.3.0/24 is directly connected, Ethernet0
r5#
D
S
D
D

Page 2

r6.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r6
!
!
username router5 password 0 notreal
isdn 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 classless
ip route 172.16.0.0 255.255.0.0 172.16.56.2 200
access-list 101 deny
eigrp any any
access-list 101 permit ip any any
!
dialer-list 1 protocol ip list 101
!
line con 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip route
Codes: 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 masks
C
172.30.20.0/24 is directly connected, Ethernet0
D EX
172.30.0.0/16 [170/46810112] via 172.30.20.2, 00:00:31, Ethernet0
D
172.30.1.0/24 [90/2211584] via 172.30.20.2, 00:00:31, Ethernet0
D
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 masks
C
172.16.56.0/24 is directly connected, BRI0
D
172.16.50.0/24 [90/2239232] via 172.30.20.2, 00:00:31, Ethernet0
D
172.16.10.0/24 [90/2237184] via 172.30.20.2, 00:00:31, Ethernet0
D
172.16.11.0/24 [90/2239744] via 172.30.20.2, 00:00:32, Ethernet0
S
172.16.0.0/16 [200/0] via 172.16.56.2
D
172.16.2.0/24 [90/2239232] via 172.30.20.2, 00:00:32, Ethernet0
D
172.16.3.0/24 [90/2241792] via 172.30.20.2, 00:00:32, Ethernet0
r6#

Page 3

r7.txt
Current configuration:
!
version 11.0
service udp-small-servers
service 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 0
line aux 0
transport input all
Page 1

r7.txt
line vty 0 4
login
!
end
r7#

Page 2

r8.txt
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname r8
!
!
source-bridge ring-group 10
dlsw local-peer peer-id 172.30.10.1
dlsw 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.txt
line con 0
line aux 0
transport input all
line vty 0 4
login
!
end
r8#sh ip route
Codes: 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 masks
172.30.20.0 255.255.255.0 is directly connected, Ethernet0
172.30.0.0 255.255.0.0
[170/46784512] via 172.30.10.2, 00:04:03, TokenRing0
D
172.30.1.0 255.255.255.0
[90/2185984] via 172.30.10.2, 00:04:04, TokenRing0
C
172.30.10.0 255.255.255.0 is directly connected, TokenRing0
172.16.0.0 is variably subnetted, 7 subnets, 2 masks
D
172.16.56.0 255.255.255.0
[90/46251776] via 172.30.20.1, 00:04:05, Ethernet0
D
172.16.50.0 255.255.255.0
[90/2213632] via 172.30.10.2, 00:04:04, TokenRing0
D
172.16.10.0 255.255.255.0
[90/2211584] via 172.30.10.2, 00:04:04, TokenRing0
D
172.16.11.0 255.255.255.0
[90/2214144] via 172.30.10.2, 00:04:05, TokenRing0
D EX
172.16.0.0 255.255.0.0
[170/46251776] via 172.30.20.1, 00:04:07, Ethernet0
D
172.16.2.0 255.255.255.0
[90/2213632] via 172.30.10.2, 00:04:06, TokenRing0
D
172.16.3.0 255.255.255.0
[90/2216192] via 172.30.10.2, 00:04:06, TokenRing0
r8#
C
D EX

Page 3

r13.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r13
!
!
ip subnet-zero
!
ip multicast-routing
ip 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 classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r13#sh ip route
Codes: 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 masks
172.16.56.0/24 [90/46230784] via 172.16.2.1, ATM0/0.3
172.16.50.0/24 is directly connected, ATM0/0.2
172.16.10.0/24 is directly connected, ATM0/0.1
172.16.11.0/24 is directly connected, FastEthernet1/0
172.16.0.0/16 [170/46781952] via 172.16.10.3, ATM0/0.1
172.16.2.0/24 is directly connected, ATM0/0.3
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 masks
D
172.30.20.0/24 [90/2213632] via 172.16.10.3, ATM0/0.1
D EX
172.30.0.0/16 [170/46230784] via 172.16.2.1, ATM0/0.3
D
172.30.1.0/24 [90/2171904] via 172.16.10.3, ATM0/0.1
D
172.30.10.0/24 [90/2188032] via 172.16.10.3, ATM0/0.1
r13#
D
C
C
C
D EX
C
D

r13#sh ip mroute
IP Multicast Routing Table
Page 2

r13.txt
Flags: 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 Running
Timers: Uptime/Expires
Interface 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,
Incoming interface: Null, RPF nbr
Outgoing interface list:
ATM0/0.3, Forward/Sparse-Dense,
ATM0/0.1, Forward/Sparse-Dense,

RP 0.0.0.0, flags: DJC


0.0.0.0
00:48:06/00:00:00
01:33:52/00:00:00

r13#sh lane client


LE Client ATM0/0.1 ELAN name: elan1 Admin: up State: operational
Client ID: 2
LEC up for 1 hour 34 minutes 17 seconds
ELAN ID: 0
Join Attempt: 18
Last Fail Reason: Config VC being released
HW Address: 0010.7ba3.a700
Type: ethernet
Max Frame Size: 1516
ATM Address: 47.00918100000000D0BAF33B01.00107BA3A700.01
VCD
0
52
53
54
55
56

rxFrames
0
1
2861
0
4632
620

txFrames
0
47
0
1739
0
610

Type
configure
direct
distribute
send
forward
data

ATM Address
47.00918100000000D0BAF33B01.00603EE44A33.00
47.00918100000000D0BAF33B01.00603EE44A31.01
47.00918100000000D0BAF33B01.00603EE44A31.01
47.00918100000000D0BAF33B01.00603EE44A32.01
47.00918100000000D0BAF33B01.00603EE44A32.01
47.00918100000000D0BAF33B01.00603EE44A30.01

LE Client ATM0/0.2 ELAN name: elan2 Admin: up State: operational


Client ID: 2
LEC up for 1 hour 30 minutes 48 seconds
ELAN ID: 0
Join Attempt: 17
Last Fail Reason: Control Direct VC being released
HW Address: 0010.7ba3.a700
Type: ethernet
Max Frame Size: 1516
ATM Address: 47.00918100000000D0BAF33B01.00107BA3A700.02
VCD rxFrames txFrames Type
ATM Address
VCD
0
60
61
62
63
64

rxFrames
0
1
2753
0
2758
505

txFrames
0
44
0
1188
0
506

Type
configure
direct
distribute
send
forward
data

ATM Address
47.00918100000000D0BAF33B01.00603EE44A33.00
47.00918100000000D0BAF33B01.00603EE44A31.02
47.00918100000000D0BAF33B01.00603EE44A31.02
47.00918100000000D0BAF33B01.00603EE44A32.02
47.00918100000000D0BAF33B01.00603EE44A32.02
47.00918100000000D0BAF33B01.00603EE44A30.02

r13#sh atm vc
Page 3

r13.txt
Interface
0/0
0/0
0/0.1
0/0.1
0/0.1
0/0.1
0/0.1
0/0.2
0/0.2
0/0.2
0/0.2
0/0.2
0/0.3
r13#

VCD /
Name
1
2
52
53
54
55
56
60
61
62
63
64
3

VPI
0
0
0
0
0
0
0
0
0
0
0
0
4

VCI
5
16
83
84
85
86
87
91
92
93
94
95
44

Type
PVC
PVC
SVC
MSVC-1
SVC
MSVC-1
SVC
SVC
MSVC-1
SVC
MSVC-1
SVC
PVC

Encaps
SAAL
ILMI
LANE-LEC
LANE-LEC
LANE-LEC
LANE-LEC
LANE-DAT
LANE-LEC
LANE-LEC
LANE-LEC
LANE-LEC
LANE-DAT
SNAP

Page 4

SC
UBR
UBR
UBR
UBR
UBR
UBR
UBR
UBR
UBR
UBR
UBR
UBR
UBR

Peak Avg/Min Burst


Kbps
Kbps
Cells
155000
155000
4294967295
155000
4294967295
155000
155000
4294967295
155000
4294967295
155000
155000
155000

Sts
UP
UP
UP
UP
UP
UP
UP
UP
UP
UP
UP
UP
UP

r14.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r14
!
!
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
ip 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 classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r14#sh ip route
Codes: 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 masks
172.16.56.0/24 [90/46228736] via 172.16.3.2, FastEthernet1/0
172.16.50.0/24 [90/20480] via 172.16.2.2, ATM0/0.5
172.16.10.0/24 [90/20480] via 172.16.2.2, ATM0/0.5
172.16.11.0/24 [90/30208] via 172.16.2.2, ATM0/0.5
172.16.0.0/16 [170/46784000] via 172.16.2.2, ATM0/0.5
172.16.2.0/24 is directly connected, ATM0/0.5
172.16.3.0/24 is directly connected, FastEthernet1/0
172.30.0.0/16 is variably subnetted, 4 subnets, 2 masks
D
172.30.20.0/24 [90/2215680] via 172.16.2.2, ATM0/0.5
D EX
172.30.0.0/16 [170/46228736] via 172.16.3.2, FastEthernet1/0
D
172.30.1.0/24 [90/2173952] via 172.16.2.2, ATM0/0.5
D
172.30.10.0/24 [90/2190080] via 172.16.2.2, ATM0/0.5
r14#
D
D
D
D
D EX
C
C

r14#show ip mroute
IP Multicast Routing Table
Flags: 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 Running
Timers: Uptime/Expires
Interface 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 /
Interface
Name
0/0
1
0/0
2
0/0.5
6
r14#

VPI
0
0
5

VCI
5
16
55

Type
PVC
PVC
PVC-D

Encaps
SAAL
ILMI
SNAP

Page 2

SC
UBR
UBR
UBR

Peak Avg/Min Burst


Kbps
Kbps
Cells
155000
155000
155000

Sts
UP
UP
UP

cat5.txt
begin
!
#version 4.5(5)
!
set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set prompt Console>
set length 24 default
set logout 20
set banner motd ^C^C
!
#system
set system baud 9600
set system modem disable
set system name
set system location
set system contact
!
#snmp
set snmp community read-only
public
set snmp community read-write
private
set snmp community read-write-all secret
set snmp rmon disable
set snmp trap disable module
set snmp trap disable chassis
set snmp trap disable bridge
set snmp trap disable repeater
set snmp trap disable vtp
set snmp trap disable auth
set snmp trap disable ippermit
set snmp trap disable vmps
set snmp trap disable entity
set snmp trap disable config
set snmp trap disable stpx
set snmp trap disable syslog
set snmp extendedrmon vlanmode disable
set snmp extendedrmon vlanagent disable
set snmp extendedrmon enable
!
#ip
set interface sc0 2 172.16.50.1 255.255.255.0 172.16.50.255
set interface sc0 up
set interface sl0 0.0.0.0 0.0.0.0
set interface sl0 up
set arp agingtime 1200
set ip redirect
enable
set ip unreachable
enable
set ip fragmentation enable
set ip route 0.0.0.0
172.16.50.2
1
set ip alias default
0.0.0.0
!
#Command alias
!
#vmps
set vmps server retry 3
set vmps server reconfirminterval 60
set vmps tftpserver 0.0.0.0 vmps-config-database.1
set vmps state disable
!
#dns
set ip dns disable
Page 1

cat5.txt
!
#tacacs+
set tacacs attempts 3
set tacacs directedrequest disable
set tacacs timeout 5
!
#authentication
set 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
!
#bridge
set bridge ipx snaptoether
8023raw
set bridge ipx 8022toether
8023
set bridge ipx 8023rawtofddi snap
!
#vtp
set vtp domain ccie
set vtp mode server
set vtp v2 disable
set vtp pruning disable
set vtp pruneeligible 2-1000
clear vtp pruneeligible 1001-1005
set 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 bridge
0x0 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 groups
set spantree uplinkfast disable
#backbonefast
set spantree backbonefast disable
#vlan 1
set spantree enable
1
set spantree fwddelay 15
1
set spantree hello
2
1
set spantree maxage
20
1
set spantree priority 32768 1
#vlan 2
set spantree enable
2
set spantree fwddelay 15
2
set spantree hello
2
2
set spantree maxage
20
2
set spantree priority 32768 2
#vlan 1003
set spantree enable
1003
set spantree fwddelay 15
1003
set spantree hello
2
1003
set spantree maxage
20
1003
set spantree priority 32768 1003
Page 2

cat5.txt
set spantree portstate 1003 block 0
set spantree portcost 1003 62
set spantree portpri 1003 4
set spantree portfast 1003 disable
#vlan 1005
set spantree enable
1005
set spantree fwddelay 15
1005
set spantree hello
2
1005
set spantree maxage
20
1005
set spantree priority 32768 1005
set spantree multicast-address 1005 ieee
!
#cgmp
set cgmp enable
set cgmp leave disable
!
#syslog
set logging console enable
set logging server disable
set logging level cdp 2 default
set logging level mcast 2 default
set logging level dtp 5 default
set logging level dvlan 2 default
set logging level earl 2 default
set logging level fddi 2 default
set logging level ip 2 default
set logging level pruning 2 default
set logging level snmp 2 default
set logging level spantree 2 default
set logging level sys 5 default
set logging level tac 2 default
set logging level tcp 2 default
set logging level telnet 2 default
set logging level tftp 2 default
set logging level vtp 2 default
set logging level vmps 2 default
set logging level kernel 2 default
set logging level filesys 2 default
set logging level drip 2 default
set logging level pagp 5 default
set logging level mgmt 5 default
set logging level mls 5 default
set logging level protfilt 2 default
set logging level security 2 default
set logging server facility LOCAL7
set logging server severity 4
set logging buffer 500
set logging timestamp enable
!
#ntp
set ntp broadcastclient disable
set ntp broadcastdelay 3000
set ntp client disable
clear timezone
set summertime disable
!
#permit list
set ip permit disable
!
#drip
set tokenring reduction enable
set tokenring distrib-crf disable
!
Page 3

cat5.txt
#igmp
set igmp disable
!
#standby ports
set standbyports disable
!
#module 1 : 2-port 100BaseTX Supervisor
set module name
1
set vlan 1
1/1-2
set port enable
1/1-2
set port level
1/1-2 normal
set port duplex
1/1-2 half
set port trap
1/1-2 disable
set port name
1/1-2
set port security
1/1-2 disable
set port membership 1/1-2 static
set cdp enable
1/1-2
set cdp interval 1/1-2 60
set trunk 1/1 auto isl 1-1005
set trunk 1/2 auto isl 1-1005
set spantree portfast
1/1-2 disable
set spantree portcost
1/1-2 19
set spantree portpri
1/1-2 32
set spantree portvlanpri 1/1 0
set spantree portvlanpri 1/2 0
set spantree portvlancost 1/1 cost 18
set spantree portvlancost 1/2 cost 18
!
#module 2 : 12-port 10/100BaseTX Ethernet
set module name
2
set module enable 2
set vlan 1
2/1,2/3-12
set vlan 2
2/2
set port enable
2/1-12
set port level
2/1-12 normal
set port speed
2/1-12 auto
set port trap
2/1-12 disable
set port name
2/1-12
set port security
2/1-12 disable
set port broadcast 2/1-12 0
set port membership 2/1-12 static
set cdp enable
2/1-12
set cdp interval 2/1-12 60
set trunk 2/1 auto isl 1-1005
set trunk 2/2 auto isl 1-1005
set trunk 2/3 auto isl 1-1005
set trunk 2/4 auto isl 1-1005
set trunk 2/5 auto isl 1-1005
set trunk 2/6 auto isl 1-1005
set trunk 2/7 auto isl 1-1005
set trunk 2/8 auto isl 1-1005
set trunk 2/9 auto isl 1-1005
set trunk 2/10 auto isl 1-1005
set trunk 2/11 auto isl 1-1005
set trunk 2/12 auto isl 1-1005
set spantree portfast
2/1-12 disable
set spantree portcost
2/1-12 100
set spantree portpri
2/1-12 32
set spantree portvlanpri 2/1 0
set spantree portvlanpri 2/2 0
set spantree portvlanpri 2/3 0
set spantree portvlanpri 2/4 0
set spantree portvlanpri 2/5 0
Page 4

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

Page 5

cat5atm.txt
Current 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 0
line vty 0 4
no login
!
end
ATM#

Page 1

ls1010.txt
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ls1010
!
!
ip subnet-zero
!
atm address 47.0091.8100.0000.00d0.baf3.3b01.00d0.baf3.3b01.00
atm 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 none
line aux 0
line vty 0 4
login
!
end
Page 1

ls1010.txt
ls1010#

Page 2

r1-1483.txt
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end
r1#

Page 1

r5-1483.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no 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 0
line aux 0
line vty 0 4
login
!
end

Page 1

r13-1483.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r13
!
no logging console
!
ip subnet-zero
no 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 classless
no ip http server
!
!
bridge 1 protocol dec
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r13#sh atm pvc
VCD /
Interface
Name
0/0
1
0/0
2
0/0
3
r13#sh bridge

VPI
0
0
0

VCI
5
16
100

Type
PVC
PVC
PVC

Encaps
SAAL
ILMI
SNAP

SC
UBR
UBR
UBR

Peak Avg/Min Burst


Kbps
Kbps
Cells
155000
155000
155000

Sts
UP
UP
UP

Total of 300 station blocks, 298 free


Codes: P - permanent, S - self
Bridge Group 1:
Address
0000.0c4a.acf9
00e0.b055.d43a

Action
forward
forward

Interface
Age
FastEthernet1/0 1
ATM0/0
1

RX count
11
11

TX count
10
9

r13#sh bridge ver


Total of 300 station blocks, 298 free
Codes: P - permanent, S - self
BG Hash
1 55/0
1 EE/0

Address
Action
0000.0c4a.acf9 forward
00e0.b055.d43a forward

Flood ports
ATM0/0
FastEthernet1/0

Interface
VC
FastEthernet1/0 ATM0/0
3

RX count
5
5

TX count
5
5

r13#

Page 2

Age
1
1

RX count
11
11

TX count
10
9

r13-esi.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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 classless
no ip http server
!
!
map-list atm
ip 10.34.1.2 atm-nsap 47.00918100000000D0BAF33B01.123456781414.14 broadcast
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r13#sh ip route
Codes: 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 subnets
D
10.14.0.0 [90/30208] via 10.34.1.2, ATM0/0
C
10.13.0.0 is directly connected, FastEthernet1/0
C
10.34.0.0 is directly connected, ATM0/0
r13#sh atm
% Incomplete command.
r13#vc
Translating "vc"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address
r13#sh atm vc
VCD /
Peak Avg/Min Burst
Interface
Name
VPI
VCI Type
Encaps
SC
Kbps
Kbps
Cells
0/0
1
0
5
PVC
SAAL
UBR 155000
0/0
2
0
16
PVC
ILMI
UBR 155000
0/0
5
0
37
SVC
SNAP
UBR 4294967295
r13#sh sscop
SSCOP 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

Sts
UP
UP
UP

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 0
r13#

Page 3

r13-classicalip.txt
r13#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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 classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r13#sh ip route
Codes: 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 subnets
D
10.14.0.0 [90/283648] via 10.34.1.2, 00:00:36, ATM0/0
C
10.13.0.0 is directly connected, FastEthernet1/0
C
10.34.0.0 is directly connected, ATM0/0
r13#sh atm vc
VCD /
Peak Avg/Min Burst
Interface
Name
VPI
VCI Type
Encaps
SC
Kbps
Kbps
Cells
0/0
1
0
5
PVC
SAAL
UBR 155000
0/0
2
0
16
PVC
ILMI
UBR 155000
0/0
20
0
52
SVC
SNAP
UBR 155000
0/0
21
0
53
SVC
SNAP
UBR 155000
0/0
25
0
57
SVC
SNAP
UBR 155000
r13#sh atm map
Map list ATM0/0_ATM_ARP : DYNAMIC
arp maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13
, connection up, VC 20, VPI 0, VCI 52, ATM0/0
ip 10.34.1.1 maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13
, broadcast, connection up, VC 21, VPI 0, VCI 53, ATM0/0
ip 10.34.1.2 maps to NSAP 47.00918100000000D0BAF33B01.123456781414.14
, broadcast, connection up, VC 25, VPI 0, VCI 57, ATM0/0

Page 2

Sts
UP
UP
UP
UP
UP

r13-lane.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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.txt
interface Serial2/2
no ip address
no ip directed-broadcast
shutdown
!
interface Serial2/3
no ip address
no ip directed-broadcast
shutdown
!
ip classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end

Page 2

r14-1483.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r14
!
!
ip subnet-zero
no 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 classless
no ip http server
!
Page 1

r14-1483.txt
!
bridge 1 protocol dec
!
line con 0
transport input none
line aux 0
line vty 0 4
!
end
r14#sh bridge ver
Total of 300 station blocks, 298 free
Codes: P - permanent, S - self
BG Hash
1 55/0
1 EE/0

Address
Action
0000.0c4a.acf9 forward
00e0.b055.d43a forward

Flood ports
ATM0/0
FastEthernet1/0

Interface
VC
ATM0/0
3
FastEthernet1/0 -

RX count
5
5

Age
1
1

RX count
11
11

TX count
5
5

r14#sh bridge
Total of 300 station blocks, 298 free
Codes: P - permanent, S - self
Bridge Group 1:
Address
0000.0c4a.acf9
00e0.b055.d43a

Action
forward
forward

Interface
Age
ATM0/0
1
FastEthernet1/0 1

r14#

Page 2

RX count
11
11

TX count
10
9

TX count
10
9

r14-esi.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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 classless
no ip http server
!
!
Page 1

r14-esi.txt
map-list atm
ip 10.34.1.1 atm-nsap 47.00918100000000D0BAF33B01.123456781313.13 broadcast
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r14#sh ip route
Codes: 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 subnets
C
10.14.0.0 is directly connected, FastEthernet1/0
D
10.13.0.0 [90/30208] via 10.34.1.1, ATM0/0
C
10.34.0.0 is directly connected, ATM0/0
r14#sh atm vc
VCD /
Peak Avg/Min Burst
Interface
Name
VPI
VCI Type
Encaps
SC
Kbps
Kbps
Cells
0/0
1
0
5
PVC
SAAL
UBR 155000
0/0
2
0
16
PVC
ILMI
UBR 155000
0/0
5
0
37
SVC
SNAP
UBR 4294967295
r14#sh sscop
SSCOP 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 0
r14#
Page 2

Sts
UP
UP
UP

r14-classicalip.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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.txt
router eigrp 1
network 10.0.0.0
no auto-summary
!
ip classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r14#sh ip route
Codes: 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 subnets
C
10.14.0.0 is directly connected, FastEthernet1/0
D
10.13.0.0 [90/283648] via 10.34.1.1, 00:00:12, ATM0/0
C
10.34.0.0 is directly connected, ATM0/0
r14#sh atm vc
VCD /
Peak Avg/Min Burst
Interface
Name
VPI
VCI Type
Encaps
SC
Kbps
Kbps
Cells
0/0
1
0
5
PVC
SAAL
UBR 155000
0/0
2
0
16
PVC
ILMI
UBR 155000
0/0
21
0
53
SVC
SNAP
UBR 155000
r14#sh atm map
Map list ATM0/0_ATM_ARP : DYNAMIC
arp maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13
, connection up, VC 21, VPI 0, VCI 53, ATM0/0
ip 10.34.1.1 maps to NSAP 47.00918100000000D0BAF33B01.123456781313.13
, broadcast, connection up, VC 21, VPI 0, VCI 53, ATM0/0

Page 2

Sts
UP
UP
UP

r14-lane.txt
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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 classless
no ip http server
!
!
!
line con 0
transport input none
line aux 0
line 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 0
line vty 0 4
no login
!
end

Page 1

cat5-lane.txt
Use defualt config on the Catalyst 5000 with this added below
#ip
set interface sc0 1 10.1.1.50 255.255.0.0 10.1.255.255
set interface sc0 up
set interface sl0 0.0.0.0 0.0.0.0

Page 1

ls1010-lane.txt
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ls1010
!
!
ip subnet-zero
no ip domain-lookup
!
atm lecs-address-default 47.0091.8100.0000.00d0.baf3.3b01.0010.7ba3.a703.00 1
atm lecs-address-default 47.0091.8100.0000.00d0.baf3.3b01.0010.7b8f.e783.00 2
atm address 47.0091.8100.0000.00d0.baf3.3b01.00d0.baf3.3b01.00
atm 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.txt
line aux 0
line vty 0 4
!
end

Page 2

r1.TXT
r1#sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no 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 classless
ip route 0.0.0.0 0.0.0.0 150.100.10.1
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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
D
C
C
S*
r1#

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masks


160.200.77.120/29 [90/2195456] via 160.200.1.2, 02:23:11, Serial1
160.200.1.0/24 is directly connected, Serial1
150.100.0.0/24 is subnetted, 1 subnets
150.100.10.0 is directly connected, Ethernet0
0.0.0.0/0 [1/0] via 150.100.10.1
Page 1

r2.TXT
r2#sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no 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 0
line aux 0
line vty 0 4
login
!
end
r2#sh ip route
Codes: 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 masks
160.200.77.120/29 is directly connected, Ethernet0
160.200.1.0/24 is directly connected, Serial1
150.100.0.0/24 is subnetted, 1 subnets
D
150.100.10.0 [90/2195456] via 160.200.1.1, 02:23:57, Serial1
D*EX 0.0.0.0/0 [170/2195456] via 160.200.1.1, 02:23:57, Serial1
Page 1
C
C

r2.TXT
r2#

Page 2

r3.TXT
r3#sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no 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 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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 subnets
C
150.100.4.0 is directly connected, Serial1
O*IA 0.0.0.0/0 [110/65] via 150.100.4.1, 02:23:16, Serial1
r3#
Page 1

r5.TXT
r5#sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no 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 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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
D
D
O IA
C
O
O E2
O IA
C
O
D*EX
r5#

160.200.0.0/16 is variably subnetted, 2 subnets, 2 masks


160.200.77.120/29 [90/2221056] via 150.100.10.4, 02:24:37, Ethernet0
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 masks
150.100.50.40/29 [110/128] via 150.100.2.1, 02:23:58, Serial1.1
150.100.2.0/23 is directly connected, Serial1.1
150.100.2.1/32 [110/64] via 150.100.2.1, 02:23:58, Serial1.1
150.100.0.0/16 [110/1] via 150.100.2.1, 02:23:59, Serial1.1
150.100.4.0/23 [110/128] via 150.100.2.1, 02:23:49, Serial1.1
150.100.10.0/24 is directly connected, Ethernet0
150.100.2.14/32 [110/128] via 150.100.2.1, 02:23:59, Serial1.1
0.0.0.0/0 [170/307200] via 150.100.10.4, 02:25:00, Ethernet0

Page 2

r6.TXT
r6#sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no 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.TXT
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip route
Codes: 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 masks
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.1
O 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 masks
C
150.100.50.40/29 is directly connected, Serial0
C
150.100.2.0/23 is directly connected, Serial1.1
O E2
150.100.0.0/16 [110/1] via 150.100.2.14, 02:24:00, Serial1.1
O
150.100.2.5/32 [110/64] via 150.100.2.5, 02:24:20, Serial1.1
C
150.100.4.0/23 is directly connected, Serial1.2
O
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.1
O
150.100.2.14/32 [110/64] via 150.100.2.14, 02:24:20, Serial1.1
r6#
O E2

Page 2

r7.TXT
term len 0
r7#sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no 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
!
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
!
interface Serial4
no ip address
no ip directed-broadcast
encapsulation frame-relay
clockrate 72000
frame-relay intf-type dce
frame-relay route 603 interface
frame-relay route 605 interface
frame-relay route 614 interface
!
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 605

Serial2 603

Serial0 306
Serial1 506
Serial3 146

Serial2 614
Page 1

r7.TXT
!
interface Serial7
no ip address
shutdown
!
ip classless
no ip http server
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r7#sh ip route
Codes: 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.TXT
r8#sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r8
!
ip subnet-zero
no ip domain-lookup
!
cns event-service server
!
!
crypto isakmp policy 1
authentication pre-share
group 2
crypto 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 overload
ip classless
ip route 0.0.0.0 0.0.0.0 150.100.50.41
no ip http server
!
access-list 1 permit 10.0.0.0 0.255.255.255
access-list 100 permit ip host 150.100.50.42 host 160.200.77.122
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r8#sh ip route
Codes: 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
R
R
R
R
C
R
C
C
S*
r8#

10.0.0.0/8 is variably subnetted, 7 subnets, 2 masks


10.5.8.0/24 [120/1] via 10.4.1.2, 00:00:19, Tunnel0
10.5.4.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0
10.5.3.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0
10.5.2.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0
10.6.1.0/30 is directly connected, Ethernet0
10.5.1.0/24 [120/1] via 10.6.1.2, 00:00:10, Ethernet0
10.4.1.0/24 is directly connected, Tunnel0
150.100.0.0/29 is subnetted, 1 subnets
150.100.50.40 is directly connected, Serial0
0.0.0.0/0 [1/0] via 150.100.50.41

Page 2

r10.TXT
r10#sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r10
!
ip subnet-zero
no 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 5919696
num-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 classless
ip route 0.0.0.0 0.0.0.0 10.6.1.1
no ip http server
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r10#sh ip route
Codes: 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 masks
R
10.5.8.0/24 [120/2] via 10.6.1.1, 00:00:13, Ethernet0/0
C
10.5.4.0/24 is directly connected, Loopback3
C
10.5.3.0/24 is directly connected, Loopback2
C
10.5.2.0/24 is directly connected, Loopback1
C
10.6.1.0/30 is directly connected, Ethernet0/0
C
10.5.1.0/24 is directly connected, Loopback0
R
10.4.1.0/24 [120/1] via 10.6.1.1, 00:00:14, Ethernet0/0
S*
0.0.0.0/0 [1/0] via 10.6.1.1
r10#

Page 2

r11.TXT
r11#sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r11
!
aaa new-model
aaa authentication login default local
aaa authentication login noname none
!
username test password 0 test
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
crypto isakmp policy 1
authentication pre-share
group 2
crypto 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 classless
ip route 0.0.0.0 0.0.0.0 160.200.77.121
no 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 none
line aux 0
login authentication noname
line vty 0 4
!
end
r11#sh ip route
Codes: 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
C
R
R
R
R
R
C
C
S*
r11#

10.0.0.0/8 is variably subnetted, 7 subnets, 2 masks


10.5.8.0/24 is directly connected, Loopback0
10.5.4.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0
10.5.3.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0
10.6.1.0/30 [120/1] via 10.4.1.1, 00:00:01, Tunnel0
10.5.2.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0
10.5.1.0/24 [120/2] via 10.4.1.1, 00:00:01, Tunnel0
10.4.1.0/24 is directly connected, Tunnel0
160.200.0.0/29 is subnetted, 1 subnets
160.200.77.120 is directly connected, Ethernet0/0
0.0.0.0/0 [1/0] via 160.200.77.121

Page 2

r14.TXT
r14#sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r14
!
ip subnet-zero
no 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 classless
no ip http server
!
access-list 1 deny
any
!
!
line con 0
exec-timeout 0 0
Page 1

r14.TXT
transport input none
line aux 0
line vty 0 4
login
!
end
r14#sh ip route
Codes: 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 masks
160.200.77.120/29
[90/2221056] via 150.100.10.4, 02:26:34, FastEthernet1/0
D
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 masks
O IA
150.100.50.40/29 [110/112] via 150.100.2.1, 02:25:56, Serial0/0.1
C
150.100.2.0/23 is directly connected, Serial0/0.1
O
150.100.2.1/32 [110/48] via 150.100.2.1, 02:25:56, Serial0/0.1
D
150.100.0.0/16 is a summary, 02:29:28, Null0
O
150.100.2.5/32 [110/112] via 150.100.2.1, 02:25:56, Serial0/0.1
O IA
150.100.4.0/23 [110/112] via 150.100.2.1, 02:25:46, Serial0/0.1
C
150.100.10.0/24 is directly connected, FastEthernet1/0
D*EX 0.0.0.0/0 [170/307200] via 150.100.10.4, 02:27:11, FastEthernet1/0
r14#
D

Page 2

r1.txt
sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
!
no ip domain-lookup
ipx 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.txt
interface 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.0
access-list 11 permit any
route-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 1
ipx sap 7 1pserver 1000.0000.0c05.1111 451 1
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip rout
Codes: 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 masks
172.16.32.0/26 [110/70] via 172.32.10.3, 06:28:02, Serial0.3
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 subnets
O IA
172.20.11.0 [110/128] via 172.32.10.3, 00:40:10, Serial0.3
D 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 subnets
C
172.30.1.0 is directly connected, Serial0.1
172.32.0.0/24 is subnetted, 1 subnets
C
172.32.10.0 is directly connected, Serial0.3
10.0.0.0/8 is variably subnetted, 7 subnets, 3 masks
O IA
10.1.11.0/24 [110/128] via 10.1.10.6, 00:39:09, Serial0.2
C
10.1.10.0/24 is directly connected, Serial0.2
O
10.1.10.5/32 [110/64] via 10.1.10.5, 06:28:13, Serial0.2
O
10.1.10.6/32 [110/64] via 10.1.10.6, 06:28:13, Serial0.2
D
10.2.1.0/24 [90/297270016] via 10.1.20.13, 00:38:06, Ethernet0
D
10.1.19.0/24 [90/409600] via 10.1.20.13, 00:38:11, Ethernet0
C
10.1.20.0/28 is directly connected, Ethernet0
150.150.0.0/32 is subnetted, 2 subnets
O IA
150.150.98.1 [110/129] via 172.32.10.3, 00:40:11, Serial0.3
O IA
150.150.100.1 [110/65] via 172.32.10.3, 00:40:11, Serial0.3
O*E2 0.0.0.0/0 [110/1] via 172.32.10.3, 00:40:11, Serial0.3
r1#sh ipx rou
Codes: 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
O
O IA

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


No default route known.
C
C

AAA (FRAME-RELAY),
CCC (FRAME-RELAY),

Se0.2
Se0.3
Page 3

C
C
E
E
E
R
R
R
R
R
R
r1#

r1.txt
DDD (FRAME-RELAY),
Se0.1
1000 (UNKNOWN),
Lo0
BBB [2195456/1] via
DDD.00e0.b064.7143, age 07:27:30,
1u, Se0.1
2000 [2297856/1] via
DDD.00e0.b064.7143, age 18:55:47,
41u, Se0.1
3000 [2297856/1] via
CCC.00e0.b063.fa21, age 18:55:21,
41u, Se0.3
4000 [172/03] via
AAA.0010.7b3a.d4a4,
52s, Se0.2
5000 [07/01] via
AAA.0010.7b3a.d4a7,
46s, Se0.2
5796 [22/02] via
AAA.0010.7b3a.d4a4,
52s, Se0.2
6000 [07/01] via
AAA.0010.7b3a.d4a4,
52s, Se0.2
6666 [07/01] via
AAA.0010.7b3a.d4a4,
53s, Se0.2
9000 [22/02] via
AAA.0010.7b3a.d4a4,
53s, Se0.2

Page 4

r2.txt
sh ru
Building 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.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
!
!
!
!
!
clock timezone est -5
ip subnet-zero
no ip domain-lookup
!
ipx routing 00e0.b064.7143
cns 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 classless
no ip http server
!
!
!
!
ipx router eigrp 15
network DDD
!
!
ipx router rip
no network DDD
!
!
ipx sap 4 2fserver 2000.0000.0c05.2222 451 1
ipx sap 7 2fserver 2000.0000.0c05.2222 451 1
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
ntp authentication-key 1 md5 110A1016141D 7
ntp authenticate
ntp trusted-key 1
ntp master
end
r2#sh ip rou
Codes: 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 masks
172.16.32.0/26 [170/2195456] via 172.30.1.1, 06:28:41, Serial0
172.16.1.0/24 [170/2195456] via 172.30.1.1, 00:38:06, Serial0
172.20.0.0/24 is subnetted, 1 subnets
D EX
172.20.11.0 [170/2195456] via 172.30.1.1, 06:28:41, Serial0
C
172.25.0.0/16 is directly connected, Ethernet0
172.30.0.0/24 is subnetted, 1 subnets
C
172.30.1.0 is directly connected, Serial0
172.32.0.0/24 is subnetted, 1 subnets
D 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 masks
D EX
10.1.11.0/24 [170/2195456] via 172.30.1.1, 00:39:39, Serial0
D
10.1.10.0/24 [90/2681856] via 172.30.1.1, 06:41:17, Serial0
Page 2
D EX
D EX

r2.txt
10.1.10.5/32 [170/2195456] via 172.30.1.1, 06:28:42, Serial0
10.1.10.6/32 [170/2195456] via 172.30.1.1, 06:28:42, Serial0
10.2.1.0/24 [90/297782016] via 172.30.1.1, 00:38:36, Serial0
10.1.19.0/24 [90/2323456] via 172.30.1.1, 00:38:41, Serial0
10.1.20.0/28 [90/2195456] via 172.30.1.1, 06:41:17, Serial0
150.150.0.0/32 is subnetted, 2 subnets
D EX
150.150.98.1 [170/2195456] via 172.30.1.1, 06:28:42, Serial0
D EX
150.150.100.1 [170/2195456] via 172.30.1.1, 06:28:42, Serial0
r2#sh ipx rou
Codes: 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
D EX
D EX
D
D
D

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


No default route known.
C
C
C
E

BBB
DDD
2000
AAA

CCC

1000

4000

5000

5796

6000

6666

9000

(NOVELL-ETHER), Et0
(FRAME-RELAY),
Se0
(UNKNOWN),
Lo1
[2681856/1] via
DDD.00e0.1e5d.e679, age 08:00:35,
1u, Se0
[2681856/1] via
DDD.00e0.1e5d.e679, age 18:56:18,
1u, Se0
[2297856/1] via
DDD.00e0.1e5d.e679, age 18:56:18,
3u, Se0
[509184000/4] via
DDD.00e0.1e5d.e679, age 07:20:59,
5u, Se0
[276864000/2] via
DDD.00e0.1e5d.e679, age 08:00:03,
3u, Se0
[297984000/3] via
DDD.00e0.1e5d.e679, age 07:25:19,
3u, Se0
[276864000/2] via
DDD.00e0.1e5d.e679, age 07:25:19,
1u, Se0
[276864000/2] via
DDD.00e0.1e5d.e679, age 07:25:19,
1u, Se0
[297984000/3] via
DDD.00e0.1e5d.e679, age 07:21:00,
1u, Se0

r2#

Page 3

r3.txt
sh ru
Building configuration...

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r3
!
!
no ip domain-lookup
ipx 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 1
ipx sap 7 3pserver 3000.0000.0c05.3333 451 1
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip rou
Codes: 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 masks
172.16.32.0/26 is directly connected, TokenRing0
172.16.1.0/24 [110/198] via 172.32.10.1, 00:38:33, Serial1
172.20.0.0/24 is subnetted, 1 subnets
C
172.20.11.0 is directly connected, Serial0
O 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 subnets
O E1
172.30.1.0 [110/84] via 172.32.10.1, 00:41:08, Serial1
172.32.0.0/24 is subnetted, 1 subnets
C
172.32.10.0 is directly connected, Serial1
10.0.0.0/8 is variably subnetted, 8 subnets, 3 masks
O IA
10.1.11.0/24 [110/192] via 172.32.10.1, 00:40:06, Serial1
O IA
10.1.10.1/32 [110/64] via 172.32.10.1, 00:41:09, Serial1
O E1
10.1.10.0/24 [110/84] via 172.32.10.1, 00:41:09, Serial1
O IA
10.1.10.5/32 [110/128] via 172.32.10.1, 00:41:09, Serial1
O IA
10.1.10.6/32 [110/128] via 172.32.10.1, 00:41:09, Serial1
O E1
10.2.1.0/24 [110/84] via 172.32.10.1, 00:39:03, Serial1
O E1
10.1.19.0/24 [110/84] via 172.32.10.1, 00:39:09, Serial1
O 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 masks
O
150.150.98.1/32 [110/65] via 172.20.11.4, 06:49:34, Serial0
C
150.150.100.0/24 is directly connected, Loopback0
r3#sh ipx rou
Codes: 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
C
O IA

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
C
E
E
E
E
E
E
E
E
E

CCC (FRAME-RELAY),
Se1
3000 (UNKNOWN),
Lo0
AAA [2681856/1] via
CCC.00e0.1e5d.e679, age 08:01:01,
1u, Se1
DDD [2681856/1] via
CCC.00e0.1e5d.e679, age 18:56:20,
1u, Se1
1000 [2297856/1] via
CCC.00e0.1e5d.e679, age 18:56:20,
29u, Se1
4000 [509184000/4] via
CCC.00e0.1e5d.e679, age 07:21:26,
5u, Se1
5000 [276864000/2] via
CCC.00e0.1e5d.e679, age 08:00:30,
11u, Se1
5796 [297984000/3] via
CCC.00e0.1e5d.e679, age 07:25:46,
9u, Se1
6000 [276864000/2] via
CCC.00e0.1e5d.e679, age 07:25:46,
1u, Se1
6666 [276864000/2] via
CCC.00e0.1e5d.e679, age 07:25:46,
1u, Se1
9000 [297984000/3] via
CCC.00e0.1e5d.e679, age 07:21:27,
1u, Se1

r3#

Page 3

r4.txt
sh ru
Building 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.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r4
!
!
no ip domain-lookup
ipx 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.txt
access-list 100 permit ip any any
!
!
!
ipx sap 4 4fserver 4000.0000.0c05.4444 451 1
ipx sap 7 4pserver 4000.0000.0c05.4444 451 1
!
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
ntp authentication-key 1 md5 1511021F0725 7
ntp authenticate
ntp trusted-key 1
ntp clock-period 17180175
ntp server 172.25.10.2 key 1
end
r4#sh ip rout
Codes: 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 masks
172.16.32.0/26 [110/70] via 172.20.11.3, 00:41:26, Serial1
172.16.1.0/24 [110/262] via 172.20.11.3, 00:39:01, Serial1
172.20.0.0/24 is subnetted, 1 subnets
C
172.20.11.0 is directly connected, Serial1
172.25.0.0/16 is variably subnetted, 2 subnets, 2 masks
O E1
172.25.0.0/16 [110/148] via 172.20.11.3, 00:41:26, Serial1
C
172.25.10.0/24 is directly connected, Ethernet0
172.30.0.0/24 is subnetted, 1 subnets
O E1
172.30.1.0 [110/148] via 172.20.11.3, 00:41:26, Serial1
172.32.0.0/24 is subnetted, 1 subnets
O 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 masks
O IA
10.1.11.0/24 [110/256] via 172.20.11.3, 00:40:34, Serial1
O IA
10.1.10.1/32 [110/128] via 172.20.11.3, 00:41:26, Serial1
O E1
10.1.10.0/24 [110/148] via 172.20.11.3, 00:41:26, Serial1
O IA
10.1.10.5/32 [110/192] via 172.20.11.3, 00:41:26, Serial1
O IA
10.1.10.6/32 [110/192] via 172.20.11.3, 00:41:26, Serial1
O E1
10.2.1.0/24 [110/148] via 172.20.11.3, 00:39:31, Serial1
O E1
10.1.19.0/24 [110/148] via 172.20.11.3, 00:39:36, Serial1
O 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 masks
C
150.150.98.0/24 is directly connected, Loopback0
O
150.150.100.1/32 [110/65] via 172.20.11.3, 06:50:01, Serial1
O*E2 0.0.0.0/0 [110/1] via 172.20.11.3, 00:41:27, Serial1
r4#sh ipx rout
Codes: 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
O IA
O IA

Page 2

r4.txt
12 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.
No default route known.
C
C
R
R
R
R
R
R
R
R
R
R
r4#

4000
9000
AAA
BBB
CCC
DDD
1000
2000
3000
5796
6000
6666

(UNKNOWN),
(TUNNEL),
[166/02] via
[178/04] via
[172/03] via
[172/03] via
[172/03] via
[178/04] via
[178/04] via
[151/01] via
[166/02] via
[166/02] via

Lo0
Tu2
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,
9000.0000.0c14.90f1,

Page 3

49s,
49s,
49s,
49s,
49s,
49s,
49s,
49s,
49s,
49s,

Tu2
Tu2
Tu2
Tu2
Tu2
Tu2
Tu2
Tu2
Tu2
Tu2

r5.txt
sh ru
Building configuration...
Current configuration:
!
! NVRAM config last updated at 18:25:11 est Sun Aug 13 2000
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r5
!
!
no ip domain-lookup
clns routing
ipx 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 1
ipx sap 7 5pserver 5000.0000.0c05.5555 451 1
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
ntp authentication-key 1 md5 12485046435B5E550C7B737A66 7
ntp authenticate
ntp trusted-key 1
ntp clock-period 17180012
ntp server 172.25.10.2 key 1
end
r5#sh ip rout
Codes: 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
O IA
O IA
O IA
O E1
C
O E1
O IA
O IA
O
C

1.0.0.0/24 is subnetted, 1 subnets


1.1.1.0 is directly connected, Loopback2
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
172.16.32.0/26 [110/134] via 10.1.10.1, 00:41:53, Serial1
172.16.1.0/24 [110/198] via 10.1.10.1, 00:39:28, Serial1
172.20.0.0/24 is subnetted, 1 subnets
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 masks
172.25.0.0/16 [110/84] via 10.1.10.1, 00:41:53, Serial1
172.25.10.0/24 is directly connected, Ethernet0
172.30.0.0/24 is subnetted, 1 subnets
172.30.1.0 [110/84] via 10.1.10.1, 00:41:54, Serial1
172.32.0.0/24 is subnetted, 1 subnets
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 masks
10.1.11.0/24 [110/192] via 10.1.10.1, 00:41:01, Serial1
10.1.10.1/32 [110/64] via 10.1.10.1, 07:26:32, Serial1
10.1.10.0/24 is directly connected, Serial1
Page 2

r5.txt
10.1.10.6/32 [110/128] via 10.1.10.1, 07:26:32, Serial1
10.2.1.0/24 [110/84] via 10.1.10.1, 00:39:58, Serial1
10.1.19.0/24 [110/84] via 10.1.10.1, 00:40:04, Serial1
10.1.20.0/28 [110/84] via 10.1.10.1, 00:41:54, Serial1
150.150.0.0/32 is subnetted, 2 subnets
O IA
150.150.98.1 [110/193] via 10.1.10.1, 00:41:54, Serial1
O IA
150.150.100.1 [110/129] via 10.1.10.1, 00:41:54, Serial1
O*E2 0.0.0.0/0 [110/1] via 10.1.10.1, 00:41:54, Serial1
r5#sh ipx rout
Codes: 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
O
O E1
O E1
O E1

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


No default route known.
C
C
R
R
R
R
R
R
r5#

AAA
5000
BBB
CCC
DDD
1000
2000
3000

(FRAME-RELAY),
(UNKNOWN),
[13/02] via
[07/01] via
[07/01] via
[07/01] via
[13/02] via
[13/02] via

Se1
Lo1
AAA.00e0.1e5d.e679,
AAA.00e0.1e5d.e679,
AAA.00e0.1e5d.e679,
AAA.00e0.1e5d.e679,
AAA.00e0.1e5d.e679,
AAA.00e0.1e5d.e679,

Page 3

14s,
15s,
15s,
15s,
15s,
15s,

Se1
Se1
Se1
Se1
Se1
Se1

r6.txt
sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r6
!
!
no ip domain-lookup
ipx routing 0010.7b3a.d4a4
ipx 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 7
access-list 1000 permit FFFFFFFF
dialer-list 1 protocol ip permit
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip rout
Codes: 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 subnets
C
1.1.2.0 is directly connected, Loopback2
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
O
172.16.32.0/26 [110/134] via 10.1.10.1, 06:30:44, Serial1
O
172.16.1.0/24 [110/70] via 10.1.11.8, 00:40:23, Serial0
172.20.0.0/24 is subnetted, 1 subnets
O IA
172.20.11.0 [110/192] via 10.1.10.1, 00:40:23, Serial1
O 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 subnets
O E1
172.30.1.0 [110/84] via 10.1.10.1, 00:40:23, Serial1
172.32.0.0/24 is subnetted, 1 subnets
O
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 masks
C
10.1.11.0/24 is directly connected, Serial0
O
10.1.10.1/32 [110/64] via 10.1.10.1, 07:27:27, Serial1
C
10.1.10.0/24 is directly connected, Serial1
O
10.1.10.5/32 [110/128] via 10.1.10.1, 07:27:27, Serial1
O E1
10.2.1.0/24 [110/84] via 10.1.10.1, 00:40:23, Serial1
O E1
10.1.19.0/24 [110/84] via 10.1.10.1, 00:40:24, Serial1
O 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 subnets
O IA
150.150.98.1 [110/193] via 10.1.10.1, 00:40:24, Serial1
O IA
150.150.100.1 [110/129] via 10.1.10.1, 00:40:24, Serial1
O*E2 0.0.0.0/0 [110/1] via 10.1.10.1, 00:40:24, Serial1
r6#sh ipx rout
Codes: 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
C
C
R
R
R
R
R
R
R
R
R
r6#

6000
AAA
6666
BBB
CCC
DDD
1000
2000
3000
4000
5796
9000

is the internal network


(FRAME-RELAY),
Se1
(UNKNOWN),
Lo1
[13/02] via
AAA.00e0.1e5d.e679,
[07/01] via
AAA.00e0.1e5d.e679,
[07/01] via
AAA.00e0.1e5d.e679,
[07/01] via
AAA.00e0.1e5d.e679,
[13/02] via
AAA.00e0.1e5d.e679,
[13/02] via
AAA.00e0.1e5d.e679,
[166/02] via
0.0000.5796.0000,
[16/01] via
0.0000.5796.0000,
[16/01] via
0.0000.5796.0000,

Page 3

7s, Se1
7s, Se1
7s, Se1
7s, Se1
7s, Se1
7s, Se1
50s, Tu1
50s, Tu1
50s, Tu1

r7.txt
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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
!
interface Serial1
no ip address
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 100 interface
frame-relay route 101 interface
frame-relay route 102 interface
frame-relay route 103 interface
!
interface Serial2
no ip address
encapsulation frame-relay
clockrate 64000
frame-relay intf-type dce
frame-relay route 100 interface
!
interface Serial3
no ip address
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 401 interface
!
interface Serial4
no ip address
encapsulation frame-relay
clockrate 64000
frame-relay intf-type dce
frame-relay route 201 interface
!
interface Serial5
no ip address
shutdown
!
interface Serial6
no ip address
shutdown
!
interface Serial7
no ip address

Serial1 102

Serial2
Serial4
Serial0
Serial3

100
201
301
401

Serial1 100

Serial1 103

Serial1 101

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 0
line aux 0
line vty 0 4
login
!
end

Page 2

r8.txt
sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r8
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
ipx routing 0000.0c14.90f1
ipx internal-network 5796
cns event-service server
!
!
crypto isakmp policy 1
authentication pre-share
group 2
crypto 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 classless
no 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 1
ipx sap 7 8pserver 5796.0000.0c05.8888 451 1
!
!
line con 0
Page 2

r8.txt
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r8#sh ip rout
Codes: 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 masks
172.16.32.0/26 [110/198] via 10.1.11.6, 00:40:44, Serial0
172.16.1.0/24 is directly connected, TokenRing0
172.20.0.0/24 is subnetted, 1 subnets
O IA
172.20.11.0 [110/256] via 10.1.11.6, 00:40:44, Serial0
O 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 subnets
O E1
172.30.1.0 [110/148] via 10.1.11.6, 00:40:44, Serial0
172.32.0.0/24 is subnetted, 1 subnets
O 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 masks
O IA
10.1.10.1/32 [110/128] via 10.1.11.6, 00:40:45, Serial0
C
10.1.11.0/24 is directly connected, Serial0
O E1
10.1.10.0/24 [110/148] via 10.1.11.6, 00:40:45, Serial0
O IA
10.1.10.5/32 [110/192] via 10.1.11.6, 00:40:45, Serial0
O IA
10.1.10.6/32 [110/64] via 10.1.11.6, 00:40:45, Serial0
C
10.2.1.0/24 is directly connected, Tunnel3
O E1
10.1.19.0/24 [110/148] via 10.1.11.6, 00:40:45, Serial0
R
10.1.18.0/24 [120/1] via 10.2.1.13, 00:00:20, Tunnel3
O 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 subnets
O IA
150.150.98.1 [110/257] via 10.1.11.6, 00:40:45, Serial0
O IA
150.150.100.1 [110/193] via 10.1.11.6, 00:40:45, Serial0
O*E2 0.0.0.0/0 [110/1] via 10.1.11.6, 00:40:45, Serial0
r8#sh ipx rout
Codes: 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
O IA
C

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


No default route known.
L
C
R
R
R
R
R
R
R
R

5796
9000
AAA
BBB
CCC
DDD
1000
2000
3000
4000

is the internal network


(TUNNEL),
Tu2
[16/01] via
0.0000.6000.0000,
[28/03] via
0.0000.6000.0000,
[22/02] via
0.0000.6000.0000,
[22/02] via
0.0000.6000.0000,
[22/02] via
0.0000.6000.0000,
[28/03] via
0.0000.6000.0000,
[28/03] via
0.0000.6000.0000,
[151/01] via
9000.0000.0c8d.cd6f,
Page 3

36s, Tu1
36s, Tu1
36s, Tu1
36s, Tu1
36s, Tu1
36s, Tu1
36s, Tu1
57s, Tu2

R
R
r8#

6000 [16/01] via


6666 [16/01] via

r8.txt
0.0000.6000.0000,
0.0000.6000.0000,

Page 4

36s, Tu1
37s, Tu1

r13.txt
sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r13
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
cns event-service server
!
!
crypto isakmp policy 1
authentication pre-share
group 2
crypto 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 classless
no ip http server
!
access-list 10 deny
10.1.18.0
access-list 10 permit any
access-list 11 permit 10.1.18.0
access-list 11 deny
any
access-list 100 permit ip host 10.1.20.13 host 10.1.11.8
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r13#sh ip rout
Codes: 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 masks
172.16.32.0/26 [170/307200] via 10.1.20.1, 00:41:41, Ethernet0/0
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 subnets
D EX
172.20.11.0 [170/307200] via 10.1.20.1, 00:41:41, Ethernet0/0
Page 2
D EX
D EX

r13.txt
D 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 subnets
D
172.30.1.0 [90/2195456] via 10.1.20.1, 00:41:41, Ethernet0/0
172.32.0.0/24 is subnetted, 1 subnets
D 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 masks
D EX
10.1.11.0/24 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0
D
10.1.10.0/24 [90/2195456] via 10.1.20.1, 00:41:42, Ethernet0/0
D EX
10.1.10.5/32 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0
D EX
10.1.10.6/32 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0
C
10.2.1.0/24 is directly connected, Tunnel0
C
10.1.19.0/24 is directly connected, Loopback0
C
10.1.18.0/24 is directly connected, Loopback1
C
10.1.20.0/28 is directly connected, Ethernet0/0
150.150.0.0/32 is subnetted, 2 subnets
D EX
150.150.98.1 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0
D EX
150.150.100.1 [170/307200] via 10.1.20.1, 00:41:42, Ethernet0/0

Page 3

cat.txt
Cat> (enable) sh conf
.....
...........
...........
..
begin
!
#version 4.5(5)
!
set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set prompt Console>
set length 24 default
set logout 20
set banner motd ^C^C
!
#system
set system baud 9600
set system modem disable
set system name Cat
set system location
set system contact
!
#snmp
set snmp community read-only
public
set snmp community read-write
private
set snmp community read-write-all secret
set snmp rmon disable
set snmp trap disable module
set snmp trap disable chassis
set snmp trap disable bridge
set snmp trap disable repeater
set snmp trap disable vtp
set snmp trap disable auth
set snmp trap disable ippermit
set snmp trap disable vmps
set snmp trap disable entity
set snmp trap disable config
set snmp trap disable stpx
set snmp trap disable syslog
set snmp extendedrmon vlanmode disable
set snmp extendedrmon vlanagent disable
set snmp extendedrmon enable
!
#ip
set interface sc0 2 172.25.10.254 255.255.255.0 172.25.10.255
set interface sc0 up
set interface sl0 0.0.0.0 0.0.0.0
set interface sl0 up
set arp agingtime 1200
set ip redirect
enable
set ip unreachable
enable
set ip fragmentation enable
set ip route 0.0.0.0
172.25.10.2
1
set ip alias default
0.0.0.0
!
#Command alias
!
#vmps
set vmps server retry 3
set vmps server reconfirminterval 60
Page 1

cat.txt
set vmps tftpserver 0.0.0.0 vmps-config-database.1
set vmps state disable
!
#dns
set ip dns disable
!
#tacacs+
set tacacs attempts 3
set tacacs directedrequest disable
set tacacs timeout 5
!
#authentication
set 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
!
#bridge
set bridge ipx snaptoether
8023raw
set bridge ipx 8022toether
8023
set bridge ipx 8023rawtofddi snap
!
#vtp
set vtp domain cisco
set vtp mode server
set vtp v2 disable
set vtp pruning disable
set vtp pruneeligible 2-1000
clear vtp pruneeligible 1001-1005
set vlan 1 name default type ethernet mtu 1500 said 100001 state active
set vlan 2 name VLAN-A type ethernet mtu 1500 said 100002 state active
set vlan 3 name VLAN-B 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 activ
e bridge 0x0 stp ieee
set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active br
idge 0x0 stp ibm
set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state acti
ve parent 0 ring 0x0 mode srb aremaxhop 7 stemaxhop 7 backupcrf off
!
#spantree
#uplinkfast groups
set spantree uplinkfast disable
#backbonefast
set spantree backbonefast disable
#vlan 1
set spantree enable
1
set spantree fwddelay 15
1
set spantree hello
2
1
set spantree maxage
20
1
set spantree priority 32768 1
#vlan 2
set spantree enable
2
set spantree fwddelay 15
2
set spantree hello
2
2
set spantree maxage
20
2
set spantree priority 32768 2
#vlan 3
Page 2

cat.txt
set spantree enable
3
set spantree fwddelay 15
3
set spantree hello
2
3
set spantree maxage
20
3
set spantree priority 32768 3
#vlan 1003
set spantree enable
1003
set spantree fwddelay 15
1003
set spantree hello
2
1003
set spantree maxage
20
1003
set spantree priority 32768 1003
set spantree portstate 1003 block 0
set spantree portcost 1003 62
set spantree portpri 1003 4
set spantree portfast 1003 disable
#vlan 1005
set spantree enable
1005
set spantree fwddelay 15
1005
set spantree hello
2
1005
set spantree maxage
20
1005
set spantree priority 32768 1005
set spantree multicast-address 1005 ieee
!
#cgmp
set cgmp disable
set cgmp leave disable
!
#syslog
set logging console enable
set logging server disable
set logging level cdp 2 default
set logging level mcast 2 default
set logging level dtp 5 default
set logging level dvlan 2 default
set logging level earl 2 default
set logging level fddi 2 default
set logging level ip 2 default
set logging level pruning 2 default
set logging level snmp 2 default
set logging level spantree 2 default
set logging level sys 5 default
set logging level tac 2 default
set logging level tcp 2 default
set logging level telnet 2 default
set logging level tftp 2 default
set logging level vtp 2 default
set logging level vmps 2 default
set logging level kernel 2 default
set logging level filesys 2 default
set logging level drip 2 default
set logging level pagp 5 default
set logging level mgmt 5 default
set logging level mls 5 default
set logging level protfilt 2 default
set logging level security 2 default
set logging server facility LOCAL7
set logging server severity 4
set logging buffer 500
set logging timestamp enable
!
#ntp
set ntp broadcastclient disable
set ntp broadcastdelay 3000
Page 3

cat.txt
set ntp client disable
clear timezone
set summertime disable
!
#permit list
set ip permit disable
!
#drip
set tokenring reduction enable
set tokenring distrib-crf disable
!
#igmp
set igmp disable
!
#standby ports
set standbyports disable
!
#module 1 : 2-port 100BaseTX Supervisor
set module name
1
Sup
set vlan 1
1/1-2
set port channel 1/1-2 off
set port channel 1/1-2 auto
set port enable
1/1-2
set port level
1/1-2 normal
set port duplex
1/1-2 half
set port trap
1/1-2 disable
set port name
1/1-2
set port security
1/1-2 disable
set port broadcast 1/1-2 100%
set port membership 1/1-2 static
set cdp enable
1/1-2
set cdp interval 1/1-2 60
set trunk 1/1 auto isl 1-1005
set trunk 1/2 auto isl 1-1005
set spantree portfast
1/1-2 disable
set spantree portcost
1/1-2 19
set spantree portpri
1/1-2 32
set spantree portvlanpri 1/1 0
set spantree portvlanpri 1/2 0
set spantree portvlancost 1/1 cost 18
set spantree portvlancost 1/2 cost 18
!
#module 2 : 24-port 10/100BaseTX Ethernet
set module name
2
set module enable 2
set vlan 1
2/13-24
set vlan 2
2/1,2/3-7,2/9-10,2/12
set vlan 3
2/2,2/11
set port enable
2/1-24
set port level
2/1-24 normal
set port speed
2/1-24 auto
set port trap
2/1-24 disable
set port name
2/1-24
set port security
2/10 enable 00-00-0c-8d-cd-6f
set port security
2/1-9,2/11-24 disable
set port broadcast 2/10 1500
set port broadcast 2/1-9,2/11-24 0
set port membership 2/1-24 static
set cdp enable
2/1-24
set cdp interval 2/1-24 60
set spantree portfast
2/1-12 enable
set spantree portfast
2/13-24 disable
set spantree portcost
2/1-24 100
Page 4

cat.txt
set spantree portpri
2/1-24 32
!
#switch port analyzer
set span 2/3 2/8 both inpkts disable
!set span enable
!
#cam
set cam agingtime 1-3,1003,1005 300
end

Page 5

r1.txt
sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
!
ip nat inside source list 11 interface Serial1 overload
no ip domain-lookup
ipx 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.0
access-list 10 permit 1.1.2.0
access-list 10 permit 1.1.3.0
access-list 11 permit any
queue-list 1 protocol ipx 0
queue-list 1 protocol ip 1
queue-list 1 default 2
queue-list 1 queue 0 byte-count 1000
queue-list 1 queue 1 byte-count 2000
queue-list 1 queue 2 byte-count 1000
route-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 1
ipx sap 7 1pserver 11.0000.0c05.8888 451 1
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r1#sh ip route
Codes: 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 masks
B
1.1.0.0/16 [200/0] via 0.0.0.0, 00:06:56, Null0
B
1.1.1.0/24 [20/0] via 200.20.20.2, 00:06:56
B
1.1.2.0/24 [20/0] via 200.20.20.2, 00:06:56
B
1.1.3.0/24 [20/0] via 200.20.20.2, 00:06:56
C
200.20.20.0/24 is directly connected, Serial1
O 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 masks
C
10.1.11.0/24 is directly connected, Serial0
O E2
10.1.10.0/24 [110/10] via 10.1.11.14, 00:22:46, Serial0
O
10.1.11.3/32 [110/112] via 10.1.11.14, 00:22:46, Serial0
O E2
10.3.1.0/24 [110/10] via 10.1.11.14, 00:22:46, Serial0
O E2
10.2.1.0/24 [110/10] via 10.1.11.14, 00:22:46, Serial0
O IA
10.1.5.0/29 [110/65] via 10.1.11.14, 00:22:46, Serial0
O
10.1.11.14/32 [110/64] via 10.1.11.14, 00:22:47, Serial0
O E2
10.1.35.4/30 [110/10] via 10.1.11.14, 00:22:47, Serial0
O 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 masks
O IA
15.15.9.9/32 [110/66] via 10.1.11.14, 00:22:47, Serial0
O IA
15.15.6.6/32 [110/66] via 10.1.11.14, 00:22:47, Serial0
O IA
15.15.4.4/32 [110/66] via 10.1.11.14, 00:22:47, Serial0
O
15.15.2.2/32 [110/65] via 200.20.20.2, 00:22:47, Serial1
O
15.15.3.3/32 [110/113] via 10.1.11.14, 00:22:48, Serial0
C
15.15.1.0/24 is directly connected, Loopback0
O E2
15.15.5.0/24 [110/20] via 10.1.11.14, 00:22:48, Serial0
O E2
15.15.14.0/24 [110/100] via 10.1.11.14, 00:22:48, Serial0
r1#sh ipx route
Codes: 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
C

11 (UNKNOWN),
1401 (FRAME-RELAY),

Lo0
Se0
Page 3

r1.txt
14 [2297856/1] via
1401.0010.7bfd.c081, age 10:52:36,
19u, Se0
E
33 [2809856/0] via
1401.0010.7bfd.c081, age 06:09:12,
5u, Se0
E
44 [269824000/2] via
1401.0010.7bfd.c081, age 06:10:13,
7u, Se0
E
55 [2809856/1] via
1401.0010.7bfd.c081, age 10:52:37,
19u, Se0
E
66 [269824000/2] via
1401.0010.7bfd.c081, age 10:52:37,
19u, Se0
E
88 [269824000/3] via
1401.0010.7bfd.c081, age 06:12:17,
9u, Se0
E
1402 [2681856/1] via
1401.0010.7bfd.c081, age 10:52:37,
1u, Se0
E
1404 [2172416/1] via
1401.0010.7bfd.c081, age 10:52:38,
1u, Se0
E
1406 [2172416/1] via
1401.0010.7bfd.c081, age 10:52:38,
1u, Se0
E
1408 [269824000/2] via
1401.0010.7bfd.c081, age 06:12:18,
1u, Se0
E
6000 [269824000/2] via
1401.0010.7bfd.c081, age 10:52:38,
1u, Se0
E
8000 [271232000/3] via
1401.0010.7bfd.c081, age 06:12:18,
1u, Se0
r1#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detail
U - Per-user static
14 Total IPX Servers
E

Table ordering is based on routing and server info


Type Name
Net
Address
Port
Route Hops Itf
S
4 1fserver
11.0000.0c05.8888:0451
conn
1 Lo0
E
4 14fserver
14.0000.0c05.8888:0451 2297856/01
2 Se0
E
4 3fserver
33.0000.0c05.8888:0451 2809856/00
0 Se0
E
4 5fserver
55.0000.0c05.8888:0451 2809856/01
0 Se0
E
4 4fserver
44.0000.0c05.8888:0451 269824000/02
3 Se0
E
4 6fserver
66.0000.0c05.8888:0451 269824000/02
3 Se0
E
4 8fserver
88.0000.0c05.8888:0451 269824000/03
4 Se0
S
7 1pserver
11.0000.0c05.8888:0451
conn
1 Lo0
E
7 14pserver
14.0000.0c05.8888:0451 2297856/01
2 Se0
E
7 3pserver
33.0000.0c05.8888:0451 2809856/00
0 Se0
E
7 5pserver
55.0000.0c05.8888:0451 2809856/01
0 Se0
E
7 4pserver
44.0000.0c05.8888:0451 269824000/02
3 Se0
E
7 6pserver
66.0000.0c05.8888:0451 269824000/02
3 Se0
E
7 8pserver
88.0000.0c05.8888:0451 269824000/03
4 Se0
r1#sh ip bgp
BGP table version is 14, local router ID is 15.15.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
*> 1.1.0.0/16
*> 1.1.1.0/24
*> 1.1.2.0/24
*> 1.1.3.0/24
r1#

Next Hop
0.0.0.0
200.20.20.2
200.20.20.2
200.20.20.2

Metric LocPrf Weight


32768
0
0
0
0
0
0

Page 4

Path
i
200 i
200 i
200 i

r2.txt
sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!
!
!
!
!
!
ip subnet-zero
no 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 classless
no ip http server
!
access-list 10 deny
any
access-list 50 permit any
route-map wall deny 10
match ip address 50
!
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r2#sh ip route
Codes: 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 subnets
1.1.1.0 is directly connected, Loopback1
1.1.2.0 is directly connected, Loopback2
1.1.3.0 is directly connected, Loopback3
200.20.20.0/24 is directly connected, Serial1
15.0.0.0/24 is subnetted, 1 subnets
C
15.15.2.0 is directly connected, Loopback0
r2#sh ipx route
%IPX not running
r2#sh ipx serv
%IPX not running
r2#sh ip bgp
BGP table version is 4, local router ID is 15.15.2.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
C
C
C
C

Network
*> 1.1.1.0/24
*> 1.1.2.0/24
*> 1.1.3.0/24

Next Hop
0.0.0.0
0.0.0.0
0.0.0.0

Metric LocPrf Weight Path


0
32768 i
0
32768 i
0
32768 i
Page 2

r2.txt
r2#

Page 3

r3.txt
sh ru
Building configuration...

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r3
!
!
no ip domain-lookup
ipx 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 0
queue-list 1 protocol ip 1
queue-list 1 default 2
queue-list 1 queue 0 byte-count 1000
queue-list 1 queue 1 byte-count 2000
queue-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 1
ipx sap 7 3pserver 33.0000.0c05.8888 451 1
!
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r3#sh ip route
Codes: 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, Serial1
O 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 subnets
C
128.207.152.0 is directly connected, Ethernet0
10.0.0.0/8 is variably subnetted, 9 subnets, 5 masks
C
10.1.11.0/24 is directly connected, Serial1
O E2
10.1.10.0/24 [110/10] via 10.1.11.14, 00:23:36, Serial1
O
10.1.11.1/32 [110/112] via 10.1.11.14, 00:23:36, Serial1
O E2
10.3.1.0/24 [110/10] via 10.1.11.14, 00:23:36, Serial1
O E2
10.2.1.0/24 [110/10] via 10.1.11.14, 00:23:37, Serial1
O IA
10.1.5.0/29 [110/65] via 10.1.11.14, 00:23:37, Serial1
O
10.1.11.14/32 [110/64] via 10.1.11.14, 00:23:37, Serial1
O E2
10.1.35.4/30 [110/10] via 10.1.11.14, 00:23:37, Serial1
O 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 masks
O IA
15.15.9.9/32 [110/66] via 10.1.11.14, 00:23:37, Serial1
O IA
15.15.6.6/32 [110/66] via 10.1.11.14, 00:23:37, Serial1
Page 2

r3.txt
O IA
15.15.4.4/32 [110/66] via 10.1.11.14, 00:23:37, Serial1
O IA
15.15.2.2/32 [110/177] via 10.1.11.14, 00:23:37, Serial1
O
15.15.1.1/32 [110/113] via 10.1.11.14, 00:23:37, Serial1
C
15.15.3.0/24 is directly connected, Loopback0
O E2
15.15.5.0/24 [110/20] via 10.1.11.14, 00:23:37, Serial1
O E2
15.15.14.0/24 [110/100] via 10.1.11.14, 00:23:37, Serial1
r3#sh ipx route
Codes: 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
C
E

33 (UNKNOWN),
Lo0
1401 (FRAME-RELAY),
Se1
11 [2809856/0] via
1401.0010.7bfd.c081, age 06:10:08,
7u, Se1
E
14 [2297856/1] via
1401.0010.7bfd.c081, age 06:10:08,
5u, Se1
E
44 [269824000/2] via
1401.0010.7bfd.c081, age 06:10:08,
5u, Se1
E
55 [2809856/1] via
1401.0010.7bfd.c081, age 06:10:08,
5u, Se1
E
66 [269824000/2] via
1401.0010.7bfd.c081, age 06:10:08,
5u, Se1
E
88 [269824000/3] via
1401.0010.7bfd.c081, age 06:10:08,
5u, Se1
E
1402 [2681856/1] via
1401.0010.7bfd.c081, age 06:10:08,
1u, Se1
E
1404 [2172416/1] via
1401.0010.7bfd.c081, age 06:10:09,
1u, Se1
E
1406 [2172416/1] via
1401.0010.7bfd.c081, age 06:10:09,
1u, Se1
E
1408 [269824000/2] via
1401.0010.7bfd.c081, age 06:10:09,
1u, Se1
E
6000 [269824000/2] via
1401.0010.7bfd.c081, age 06:10:09,
1u, Se1
E
8000 [271232000/3] via
1401.0010.7bfd.c081, age 06:10:09,
1u, Se1
r3#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detail
U - Per-user static
14 Total IPX Servers
Table ordering is based on routing and server info
E
E
S
E
E
E
E
E
E
S
E
E
E

Type
4
4
4
4
4
4
4
7
7
7
7
7
7

Name
14fserver
1fserver
3fserver
5fserver
4fserver
6fserver
8fserver
14pserver
1pserver
3pserver
5pserver
4pserver
6pserver

Net
Address
Port
14.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
44.0000.0c05.8888:0451
66.0000.0c05.8888:0451
88.0000.0c05.8888:0451
14.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
44.0000.0c05.8888:0451
66.0000.0c05.8888:0451
Page 3

Route Hops
2297856/01
2
2809856/00
0
conn
1
2809856/01
0
269824000/02
269824000/02
269824000/03
2297856/01
2
2809856/00
0
conn
1
2809856/01
0
269824000/02
269824000/02

Itf
Se1
Se1
Lo0
Se1
3 Se1
3 Se1
4 Se1
Se1
Se1
Lo0
Se1
3 Se1
3 Se1

E
7 8pserver
r3#sh ip bgp
% BGP not active

r3.txt
88.0000.0c05.8888:0451 269824000/03

r3#

Page 4

Se1

r4.txt
sh ru
Building configuration...

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r4
!
netbios access-list host r4 deny C????
netbios access-list host r4 permit *
!
no ip domain-lookup
ip multicast-routing
ip dvmrp route-limit 20000
ipx 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.txt
priority-list 1 protocol ipx medium lt 1500
priority-list 1 protocol ip normal
priority-list 1 protocol ipx normal gt 1500
priority-list 1 default low
priority-list 1 queue-limit 15 20 20 30
!
!
!
ipx sap 4 4fserver 44.0000.0c05.8888 451 1
ipx sap 7 4pserver 44.0000.0c05.8888 451 1
!
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r4#sh ip route
Codes: 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, Ethernet0
O 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 masks
O E2
10.1.11.0/24 [110/100] via 10.1.5.4, 00:23:53, Ethernet0
O E2
10.1.10.0/24 [110/10] via 10.1.5.2, 00:23:53, Ethernet0
O IA
10.1.11.1/32 [110/58] via 10.1.5.4, 00:23:53, Ethernet0
O IA
10.1.11.3/32 [110/58] via 10.1.5.4, 00:23:53, Ethernet0
O E2
10.3.1.0/24 [110/10] via 10.1.5.2, 00:23:53, Ethernet0
O E2
10.2.1.0/24 [110/10] via 10.1.5.2, 00:23:53, Ethernet0
O IA
10.1.11.14/32 [110/10] via 10.1.5.4, 00:23:53, Ethernet0
C
10.1.5.0/29 is directly connected, Ethernet0
O E2
10.1.35.4/30 [110/10] via 10.1.5.2, 00:23:53, Ethernet0
O 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 masks
O IA
15.15.3.3/32 [110/59] via 10.1.5.4, 00:23:53, Ethernet0
O IA
15.15.2.2/32 [110/123] via 10.1.5.4, 00:23:54, Ethernet0
O IA
15.15.1.1/32 [110/59] via 10.1.5.4, 00:23:54, Ethernet0
O
15.15.9.9/32 [110/11] via 10.1.5.3, 06:11:00, Ethernet0
O
15.15.6.6/32 [110/11] via 10.1.5.2, 06:11:00, Ethernet0
C
15.15.4.0/24 is directly connected, Loopback0
O E2
15.15.5.0/24 [110/20] via 10.1.5.4, 00:23:54, Ethernet0
O E2
15.15.14.0/24 [110/100] via 10.1.5.4, 00:23:54, Ethernet0
r4#sh ipx route
Codes: 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.txt
C
44 (UNKNOWN),
Lo0
C
1404 (ARPA),
Et0
R
11 [01/01] via
1404.0010.7bfd.c090,
1s, Et0
R
14 [02/01] via
1404.0010.7bfd.c090,
1s, Et0
R
33 [01/01] via
1404.0010.7bfd.c090,
1s, Et0
R
55 [01/01] via
1404.0010.7bfd.c090,
1s, Et0
R
66 [03/02] via
1404.0010.7bfd.c090,
1s, Et0
R
88 [03/03] via
1404.0010.7bfd.c090,
1s, Et0
R
1401 [02/01] via
1404.0010.7bfd.c090,
1s, Et0
R
1402 [02/01] via
1404.0010.7bfd.c090,
2s, Et0
R
1406 [02/01] via
1404.0010.7bfd.c090,
2s, Et0
R
1408 [03/02] via
1404.0010.7bfd.c090,
2s, Et0
R
6000 [03/02] via
1404.0010.7bfd.c090,
2s, Et0
R
8000 [04/03] via
1404.0010.7bfd.c090,
2s, Et0
r4#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detail
U - Per-user static
14 Total IPX Servers
Table ordering is based on routing and server info
Type Name
S
4 4fserver
P
4 1fserver
P
4 3fserver
P
4 5fserver
P
4 14fserver
P
4 6fserver
P
4 8fserver
S
7 4pserver
P
7 1pserver
P
7 3pserver
P
7 5pserver
P
7 14pserver
P
7 6pserver
P
7 8pserver
r4#sh ip bgp
% BGP not active

Net
Address
Port
44.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
14.0000.0c05.8888:0451
66.0000.0c05.8888:0451
88.0000.0c05.8888:0451
44.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
14.0000.0c05.8888:0451
66.0000.0c05.8888:0451
88.0000.0c05.8888:0451

r4#

Page 3

Route Hops Itf


conn
1 Lo0
1/01
1 Et0
1/01
1 Et0
1/01
1 Et0
2/01
2 Et0
3/02
3 Et0
3/03
4 Et0
conn
1 Lo0
1/01
1 Et0
1/01
1 Et0
1/01
1 Et0
2/01
2 Et0
3/02
3 Et0
3/03
4 Et0

r5.txt
sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r5
!
!
username ccie password 0 cisco
username r6 password 0 cisco
no ip domain-lookup
clns routing
ipx routing 0000.0c3d.fc4c
isdn 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.5
access-list 100 permit ip any any
queue-list 1 protocol ipx 0
queue-list 1 protocol ip 1
queue-list 1 default 2
queue-list 1 queue 0 byte-count 1000
queue-list 1 queue 1 byte-count 2000
queue-list 1 queue 2 byte-count 1000
dialer-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 1
ipx sap 7 5pserver 55.0000.0c05.8888 451 1
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r5#sh ip route
Codes: 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
B

1.0.0.0/16 is subnetted, 1 subnets


1.1.0.0 [200/0] via 15.15.1.1, 00:08:31
Page 2

r5.txt
i L2 200.20.20.0/24 [115/42] via 10.1.12.193, Serial1.1
i 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 masks
i L2
10.1.11.0/24 [115/42] via 10.1.12.193, Serial1.1
i L2
10.1.11.1/32 [115/42] via 10.1.12.193, Serial1.1
i L2
10.1.10.0/24 [115/42] via 10.1.12.193, Serial1.1
i L2
10.1.11.3/32 [115/42] via 10.1.12.193, Serial1.1
i L2
10.3.1.0/24 [115/42] via 10.1.12.193, Serial1.1
i L2
10.2.1.0/24 [115/42] via 10.1.12.193, Serial1.1
i L2
10.1.5.0/29 [115/42] via 10.1.12.193, Serial1.1
C
10.1.35.4/30 is directly connected, BRI0
C
10.1.12.192/28 is directly connected, Serial1.1
15.0.0.0/8 is variably subnetted, 8 subnets, 2 masks
i L2
15.15.1.1/32 [115/42] via 10.1.12.193, Serial1.1
i L2
15.15.2.2/32 [115/42] via 10.1.12.193, Serial1.1
i L2
15.15.6.6/32 [115/42] via 10.1.12.193, Serial1.1
i L2
15.15.9.9/32 [115/42] via 10.1.12.193, Serial1.1
i L2
15.15.4.4/32 [115/42] via 10.1.12.193, Serial1.1
i L2
15.15.3.3/32 [115/42] via 10.1.12.193, Serial1.1
C
15.15.5.0/24 is directly connected, Loopback0
i L1
15.15.14.0/24 [115/20] via 10.1.12.193, Serial1.1
B*
0.0.0.0/0 [200/0] via 15.15.1.1, 00:27:27
r5#sh ipx route
Codes: 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
C
E

55 (UNKNOWN),
Lo0
1402 (FRAME-RELAY),
Se1.1
11 [2809856/1] via
1402.0010.7bfd.c081, age 10:54:10,
21u, Se1.1
E
14 [2297856/1] via
1402.0010.7bfd.c081, age 10:54:47,
19u, Se1.1
E
33 [2809856/1] via
1402.0010.7bfd.c081, age 06:10:46,
3u, Se1.1
E
44 [269824000/2] via
1402.0010.7bfd.c081, age 06:11:47,
7u, Se1.1
E
66 [269824000/2] via
1402.0010.7bfd.c081, age 10:54:17,
19u, Se1.1
E
88 [269824000/3] via
1402.0010.7bfd.c081, age 06:14:21,
11u, Se1.1
E
1401 [2681856/1] via
1402.0010.7bfd.c081, age 10:54:47,
1u, Se1.1
E
1404 [2172416/1] via
1402.0010.7bfd.c081, age 10:54:47,
1u, Se1.1
E
1406 [2172416/1] via
1402.0010.7bfd.c081, age 10:54:47,
1u, Se1.1
E
1408 [269824000/2] via
1402.0010.7bfd.c081, age 06:15:09,
1u, Se1.1
E
6000 [269824000/2] via
1402.0010.7bfd.c081, age 10:54:18,
1u, Se1.1
E
8000 [271232000/3] via
1402.0010.7bfd.c081, age 06:14:22,
1u, Se1.1
r5#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detail
U - Per-user static
14 Total IPX Servers
Page 3

r5.txt
Table ordering is based on routing and server info
Type Name
Net
Address
Port
Route Hops Itf
S
4 5fserver
55.0000.0c05.8888:0451
conn
1 Lo0
E
4 14fserver
14.0000.0c05.8888:0451 2297856/01
2 Se1.1
E
4 1fserver
11.0000.0c05.8888:0451 2809856/01
0 Se1.1
E
4 3fserver
33.0000.0c05.8888:0451 2809856/01
0 Se1.1
E
4 4fserver
44.0000.0c05.8888:0451 269824000/02
3 Se1.1
E
4 6fserver
66.0000.0c05.8888:0451 269824000/02
3 Se1.1
E
4 8fserver
88.0000.0c05.8888:0451 269824000/03
4 Se1.1
S
7 5pserver
55.0000.0c05.8888:0451
conn
1 Lo0
E
7 14pserver
14.0000.0c05.8888:0451 2297856/01
2 Se1.1
E
7 1pserver
11.0000.0c05.8888:0451 2809856/01
0 Se1.1
E
7 3pserver
33.0000.0c05.8888:0451 2809856/01
0 Se1.1
E
7 4pserver
44.0000.0c05.8888:0451 269824000/02
3 Se1.1
E
7 6pserver
66.0000.0c05.8888:0451 269824000/02
3 Se1.1
E
7 8pserver
88.0000.0c05.8888:0451 269824000/03
4 Se1.1
r5#sh ip bgp
BGP table version is 5, local router ID is 15.15.5.5
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network
*>i0.0.0.0
*>i1.1.0.0/16
r5#

Next Hop
15.15.1.1
15.15.1.1

Metric LocPrf Weight Path


100
0 i
100
0 i

Page 4

r6.txt
sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r6
!
!
username ccie password 0 cisco
no ip domain-lookup
ip multicast-routing
ip dvmrp route-limit 20000
ipx routing 0010.7b3a.d4a4
ipx internal-network 6000
isdn 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 username
priority-list 1 protocol ip high tcp pim-auto-rp
priority-list 1 protocol ipx medium lt 1500
priority-list 1 protocol ip normal
priority-list 1 protocol ipx normal gt 1500
priority-list 1 default low
priority-list 1 queue-limit 15 20 20 30
dialer-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 1
ipx sap 7 6pserver 66.0000.0c05.8888 451 1
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
end
r6#sh ip route
Codes: 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, Ethernet0
I
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 masks
O E2
10.1.11.0/24 [110/100] via 10.1.5.4, 00:24:40, Ethernet0
C
10.1.10.0/24 is directly connected, Serial0
O IA
10.1.11.1/32 [110/58] via 10.1.5.4, 00:24:40, Ethernet0
O IA
10.1.11.3/32 [110/58] via 10.1.5.4, 00:24:40, Ethernet0
I
10.3.1.0/24 [100/8539] via 10.1.10.8, 00:01:08, Serial0
I
10.2.1.0/24 [100/8539] via 10.1.10.8, 00:01:08, Serial0
O IA
10.1.11.14/32 [110/10] via 10.1.5.4, 00:24:40, Ethernet0
C
10.1.5.0/29 is directly connected, Ethernet0
C
10.1.35.4/30 is directly connected, BRI0
O 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 masks
O IA
15.15.3.3/32 [110/59] via 10.1.5.4, 00:24:40, Ethernet0
O
15.15.4.4/32 [110/11] via 10.1.5.1, 06:11:46, Ethernet0
O IA
15.15.2.2/32 [110/123] via 10.1.5.4, 00:24:40, Ethernet0
O IA
15.15.1.1/32 [110/59] via 10.1.5.4, 00:24:40, Ethernet0
O
15.15.9.9/32 [110/11] via 10.1.5.3, 06:11:46, Ethernet0
O E2
15.15.5.0/24 [110/20] via 10.1.5.4, 00:24:40, Ethernet0
C
15.15.6.0/24 is directly connected, Loopback0
O E2
15.15.14.0/24 [110/100] via 10.1.5.4, 00:24:41, Ethernet0
r6#sh ipx route
Codes: 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 network
C
66 (UNKNOWN),
Lo0
C
1406 (NOVELL-ETHER), Et0
C
1408 (HDLC),
Se0
R
11 [01/01] via
1406.0010.7bfd.c090,
47s, Et0
R
14 [02/01] via
1406.0010.7bfd.c090,
47s, Et0
R
33 [01/01] via
1406.0010.7bfd.c090,
47s, Et0
R
44 [03/02] via
1406.0010.7bfd.c090,
47s, Et0
R
55 [01/01] via
1406.0010.7bfd.c090,
47s, Et0
N
88 [27][01/01] via
8000.0000.0000.0001, 4825s, Se0
R
1401 [02/01]
via
1406.0010.7bfd.c090,
47s, Et0
R
1402 [02/01]
via
1406.0010.7bfd.c090,
47s, Et0
R
1404 [02/01]
via
1406.0010.7bfd.c090,
48s, Et0
N
8000 [27][02/01] via
8000.0000.0000.0001, 4825s, Se0
r6#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detail
U - Per-user static
14 Total IPX Servers
Table ordering is based on routing and server info
S
P
P

Type
4
4
4

Name
6fserver
1fserver
3fserver

Net
Address
Port
66.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
Page 3

Route Hops Itf


conn
1 Lo0
1/01
1 Et0
1/01
1 Et0

P
N
P
P
S
P
P
P
N
P
P
r6#sh
% BGP

4 5fserver
4 8fserver
4 14fserver
4 4fserver
7 6pserver
7 1pserver
7 3pserver
7 5pserver
7 8pserver
7 14pserver
7 4pserver
ip bgp
not active

r6.txt
55.0000.0c05.8888:0451
88.0000.0c05.8888:0451
14.0000.0c05.8888:0451
44.0000.0c05.8888:0451
66.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
88.0000.0c05.8888:0451
14.0000.0c05.8888:0451
44.0000.0c05.8888:0451

r6#

Page 4

1/01
1/01
2/01
3/02
conn
1/01
1/01
1/01
1/01
2/01
3/02

1
2
2
3
1
1
1
1
2
2
3

Et0
Se0
Et0
Et0
Lo0
Et0
Et0
Et0
Se0
Et0
Et0

r7.txt
sh ru
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname r7
!
!
no ip domain-lookup
frame-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 0
line aux 0
line vty 0 4
login
!
end
r7#sh ip route
Codes: 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 subnets
C
15.15.7.0 is directly connected, Loopback0
r7#sh ipx route
%IPX not running
r7#sh ipx serv
%IPX not running
r7#sh ip bgp
% BGP not active
r7#

Page 2

r8.txt
sh ru
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r8
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
ipx routing 00e0.1eaf.38aa
ipx internal-network 8000
cns event-service server
!
!
!
source-bridge ring-group 22
dlsw local-peer peer-id 10.1.10.8 group 70 promiscuous
dlsw 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 classless
ip default-network 200.20.20.0
no 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 1
ipx sap 7 8pserver 88.0000.0c05.8888 451 1
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r8#sh ip route
Codes: 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.txt
Gateway 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 subnets
C
172.27.2.0 is directly connected, Ethernet1
C
172.27.1.0 is directly connected, Ethernet0
10.0.0.0/24 is subnetted, 4 subnets
I
10.1.11.0 [100/8576] via 10.1.10.6, 00:00:21, Serial0
C
10.1.10.0 is directly connected, Serial0
C
10.3.1.0 is directly connected, TokenRing1
C
10.2.1.0 is directly connected, TokenRing0
15.0.0.0/24 is subnetted, 1 subnets
C
15.15.8.0 is directly connected, Loopback0
r8#sh ipx route
Codes: 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 network
C
88 (UNKNOWN),
Lo0
C
1408 (HDLC),
Se0
NX
11 [27][02/02][01/01] via
6000.0000.0000.0001, 979s,
NX
14 [27][03/02][02/01] via
6000.0000.0000.0001, 979s,
NX
33 [27][02/02][01/01] via
6000.0000.0000.0001, 980s,
NX
44 [27][04/03][03/02] via
6000.0000.0000.0001, 980s,
NX
55 [27][02/02][01/01] via
6000.0000.0000.0001, 980s,
N
66 [27][01/01]
via
6000.0000.0000.0001, 980s,
NX
1401 [27][03/02][02/01] via
6000.0000.0000.0001, 980s,
NX
1402 [27][03/02][02/01] via
6000.0000.0000.0001, 980s,
NX
1404 [27][03/02][02/01] via
6000.0000.0000.0001, 980s,
N
1406 [27][01/01]
via
6000.0000.0000.0001, 980s,
N
6000 [27][02/01]
via
6000.0000.0000.0001, 980s,
r8#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown,
U - Per-user static
14 Total IPX Servers

Se0
Se0
Se0
Se0
Se0
Se0
Se0
Se0
Se0
Se0
Se0
+ = detail

Table ordering is based on routing and server info


Type Name
S
4 8fserver
N
4 6fserver
N
4 1fserver
N
4 3fserver
N
4 5fserver
N
4 14fserver
N
4 4fserver
S
7 8pserver
N
7 6pserver
N
7 1pserver
N
7 3pserver
N
7 5pserver
N
7 14pserver
N
7 4pserver
r8#sh ip bgp
% BGP not active

Net
Address
Port
88.0000.0c05.8888:0451
66.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
14.0000.0c05.8888:0451
44.0000.0c05.8888:0451
88.0000.0c05.8888:0451
66.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
14.0000.0c05.8888:0451
44.0000.0c05.8888:0451

r8#
Page 3

Route Hops Itf


conn
1 Lo0
1/01
2 Se0
2/02
2 Se0
2/02
2 Se0
2/02
2 Se0
3/02
3 Se0
4/03
4 Se0
conn
1 Lo0
1/01
2 Se0
2/02
2 Se0
2/02
2 Se0
2/02
2 Se0
3/02
3 Se0
4/03
4 Se0

r9.txt
sh ru
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r9
!
!
no ip domain-lookup
ip multicast-routing
ip 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-rp
priority-list 1 protocol ipx medium lt 1500
priority-list 1 protocol ip normal
priority-list 1 protocol ipx normal gt 1500
priority-list 1 default low
priority-list 1 queue-limit 15 20 20 30
!
line con 0
exec-timeout 0 0
line vty 0 4
login
!
end
r9#sh ip route
Codes: 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, Ethernet0
O 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 masks
O E2
10.1.11.0/24 [110/100] via 10.1.5.4, 00:25:51, Ethernet0
O E2
10.1.10.0/24 [110/10] via 10.1.5.2, 00:25:51, Ethernet0
O IA
10.1.11.1/32 [110/58] via 10.1.5.4, 00:25:51, Ethernet0
O IA
10.1.11.3/32 [110/58] via 10.1.5.4, 00:25:51, Ethernet0
O E2
10.3.1.0/24 [110/10] via 10.1.5.2, 00:25:51, Ethernet0
O E2
10.2.1.0/24 [110/10] via 10.1.5.2, 00:25:51, Ethernet0
O IA
10.1.11.14/32 [110/10] via 10.1.5.4, 00:25:51, Ethernet0
C
10.1.5.0/29 is directly connected, Ethernet0
O E2
10.1.35.4/30 [110/10] via 10.1.5.2, 00:25:51, Ethernet0
O 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 masks
O IA
15.15.3.3/32 [110/59] via 10.1.5.4, 00:25:51, Ethernet0
O
15.15.4.4/32 [110/11] via 10.1.5.1, 06:15:46, Ethernet0
O IA
15.15.2.2/32 [110/123] via 10.1.5.4, 00:25:51, Ethernet0
O IA
15.15.1.1/32 [110/59] via 10.1.5.4, 00:25:52, Ethernet0
O
15.15.6.6/32 [110/11] via 10.1.5.2, 06:15:46, Ethernet0
O E2
15.15.5.0/24 [110/20] via 10.1.5.4, 00:25:52, Ethernet0
C
15.15.9.0/24 is directly connected, Loopback0
O E2
15.15.14.0/24 [110/100] via 10.1.5.4, 00:25:52, Ethernet0
r9#sh ipx route
%IPX not running
r9#sh ipx serv
%IPX not running
r9#sh ip bgp
^
% Invalid input detected at '^' marker.
r9#

Page 2

r14.txt
sh ru
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r14
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
ip multicast-routing
ip dvmrp route-limit 20000
ip audit notify log
ip audit po max-events 100
ipx routing 0010.7bfd.c081
cns 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 classless
ip route 0.0.0.0 0.0.0.0 15.15.1.1
no ip http server
!
queue-list 1 protocol ipx 0
queue-list 1 protocol ip 1
queue-list 1 default 2
queue-list 1 queue 0 byte-count 1000
queue-list 1 queue 1 byte-count 2000
queue-list 1 queue 2 byte-count 1000
priority-list 1 protocol ip high tcp pim-auto-rp
priority-list 1 protocol ipx medium lt 1500
priority-list 1 protocol ip normal
priority-list 1 protocol ipx normal gt 1500
Page 2

r14.txt
priority-list 1 default low
priority-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 1
ipx sap 7 14pserver 14.0000.0c05.8888 451 1
!
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
login
!
end
r14#sh ip route
Codes: 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.1
O 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 masks
C
10.1.11.0/24 is directly connected, Serial0/0.1
O E2
10.1.10.0/24 [110/10] via 10.1.5.2, 00:26:02, FastEthernet1/0
O
10.1.11.1/32 [110/48] via 10.1.11.1, 00:26:02, Serial0/0.1
O
10.1.11.3/32 [110/48] via 10.1.11.3, 00:26:02, Serial0/0.1
O E2
10.3.1.0/24 [110/10] via 10.1.5.2, 00:26:03, FastEthernet1/0
O E2
10.2.1.0/24 [110/10] via 10.1.5.2, 00:26:03, FastEthernet1/0
C
10.1.5.0/29 is directly connected, FastEthernet1/0
O E2
10.1.35.4/30 [110/10] via 10.1.5.2, 00:26:03, FastEthernet1/0
C
10.1.12.192/28 is directly connected, Serial0/0.2
15.0.0.0/8 is variably subnetted, 8 subnets, 2 masks
O IA
15.15.2.2/32 [110/113] via 10.1.11.1, 00:26:03, Serial0/0.1
O
15.15.9.9/32 [110/2] via 10.1.5.3, 00:26:35, FastEthernet1/0
O
15.15.6.6/32 [110/2] via 10.1.5.2, 00:26:35, FastEthernet1/0
O
15.15.4.4/32 [110/2] via 10.1.5.1, 00:26:35, FastEthernet1/0
O
15.15.3.3/32 [110/49] via 10.1.11.3, 00:26:03, Serial0/0.1
O
15.15.1.1/32 [110/49] via 10.1.11.1, 00:26:03, Serial0/0.1
Page 3

r14.txt
i L1
15.15.5.0/24 [115/20] via 10.1.12.194, Serial0/0.2
C
15.15.14.0/24 is directly connected, Loopback0
S*
0.0.0.0/0 [1/0] via 15.15.1.1
r14#sh ipx route
Codes: 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
C
C
C
C
E

14
1401
1402
1404
1406
11

(UNKNOWN),
Lo0
(FRAME-RELAY),
Se0/0.1
(FRAME-RELAY),
Se0/0.2
(ARPA),
Fa1/0.1
(NOVELL-ETHER), Fa1/0.2
[1889792/0] via
1401.00e0.1e5d.e679, age 06:12:29,
13u, Se0/0.1
E
33 [1889792/0] via
1401.00e0.b063.fa21, age 06:12:29,
7u, Se0/0.1
R
44 [02/01] via
1404.0000.0c8d.cd6f,
19s, Fa1/0.1
E
55 [1889792/0] via
1402.0000.0c3d.fc4c, age 10:56:29,
11u, Se0/0.2
R
66 [02/01] via
1406.0010.7b3a.d4a4,
6s, Fa1/0.2
R
88 [02/02] via
1406.0010.7b3a.d4a4,
6s, Fa1/0.2
R
1408 [02/01] via
1406.0010.7b3a.d4a4,
6s, Fa1/0.2
R
6000 [02/01] via
1406.0010.7b3a.d4a4,
6s, Fa1/0.2
R
8000 [03/02] via
1406.0010.7b3a.d4a4,
6s, Fa1/0.2
r14#sh ipx serv
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + = detail
U - Per-user static
14 Total IPX Servers
Table ordering is based on routing and server info
Type Name
S
4 14fserver
E
4 1fserver
E
4 3fserver
E
4 5fserver
P
4 4fserver
P
4 6fserver
P
4 8fserver
S
7 14pserver
E
7 1pserver
E
7 3pserver
E
7 5pserver
P
7 4pserver
P
7 6pserver
P
7 8pserver
r14#sh ip bgp
% BGP not active

Net
Address
Port
14.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
44.0000.0c05.8888:0451
66.0000.0c05.8888:0451
88.0000.0c05.8888:0451
14.0000.0c05.8888:0451
11.0000.0c05.8888:0451
33.0000.0c05.8888:0451
55.0000.0c05.8888:0451
44.0000.0c05.8888:0451
66.0000.0c05.8888:0451
88.0000.0c05.8888:0451

r14#

Page 4

Route Hops
conn
1
1889792/00
2
1889792/00
2
1889792/00
2
2/01
2
2/01
2
2/02
3
conn
1
1889792/00
2
1889792/00
2
1889792/00
2
2/01
2
2/01
2
2/02
3

Itf
Lo0
Se0/0.1
Se0/0.1
Se0/0.2
Fa1/0.1
Fa1/0.2
Fa1/0.2
Lo0
Se0/0.1
Se0/0.1
Se0/0.2
Fa1/0.1
Fa1/0.2
Fa1/0.2

cat.txt
sh conf
.....
...........
...........

..
begin
!
#version 4.5(5)
!
set password $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set enablepass $1$FMFQ$HfZR5DUszVHIRhrz4h6V70
set prompt Console>
set length 24 default
set logout 20
set banner motd ^C^C
!
#system
set system baud 9600
set system modem disable
set system name cat
set system location
set system contact
!
#snmp
set snmp community read-only
public
set snmp community read-write
private
set snmp community read-write-all secret
set snmp rmon disable
set snmp trap disable module
set snmp trap disable chassis
set snmp trap disable bridge
set snmp trap disable repeater
set snmp trap disable vtp
set snmp trap disable auth
set snmp trap disable ippermit
set snmp trap disable vmps
set snmp trap disable entity
set snmp trap disable config
set snmp trap disable stpx
set snmp trap disable syslog
set snmp extendedrmon vlanmode disable
set snmp extendedrmon vlanagent disable
set snmp extendedrmon enable
!
#ip
set interface sc0 1 10.1.5.5 255.255.255.0 10.1.5.255
set interface sc0 up
set interface sl0 0.0.0.0 0.0.0.0
set interface sl0 up
set arp agingtime 1200
set ip redirect
enable
set ip unreachable
enable
set ip fragmentation enable
set ip route 0.0.0.0
10.1.5.1
set ip alias default
0.0.0.0
!
#Command alias

Page 1

cat.txt
!
#vmps
set vmps
set vmps
set vmps
set vmps

server retry 3
server reconfirminterval 60
tftpserver 0.0.0.0 vmps-config-database.1
state disable

!
#dns
set ip dns disable
!
#tacacs+
set tacacs attempts 3
set tacacs directedrequest disable
set tacacs timeout 5
!
#authentication
set 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
!
#bridge
set bridge ipx snaptoether
8023raw
set bridge ipx 8022toether
8023
set bridge ipx 8023rawtofddi snap
!
#vtp
set vtp domain cisco
set vtp mode server
set vtp v2 disable
set vtp pruning disable
set vtp pruneeligible 2-1000
clear vtp pruneeligible 1001-1005
set 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 bridge
0x0 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 groups
set spantree uplinkfast disable
#backbonefast
set spantree backbonefast disable
#vlan 1
set spantree enable
1
set spantree fwddelay 15
1
set spantree hello
2
1
set spantree maxage
20
1
set spantree priority 32768 1
#vlan 2
set spantree enable
2
Page 2

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

cat.txt
set logging level mls 5 default
set logging level protfilt 2 default
set logging level security 2 default
set logging server facility LOCAL7
set logging server severity 4
set logging buffer 500
set logging timestamp enable
!
#ntp
set ntp broadcastclient disable
set ntp broadcastdelay 3000
set ntp client disable
clear timezone
set summertime disable
!
#permit list
set ip permit disable
!
#drip
set tokenring reduction enable
set tokenring distrib-crf disable
!
#igmp
set igmp disable
!
#standby ports
set standbyports disable
!
#module 1 : 2-port 100BaseTX Supervisor
set module name
1
set vlan 1
1/1-2
set port enable
1/1-2
set port level
1/1-2 normal
set port duplex
1/1-2 half
set port trap
1/1-2 disable
set port name
1/1-2
set port security
1/1-2 disable
set port membership 1/1-2 static
set cdp enable
1/1-2
set cdp interval 1/1-2 60
set trunk 1/1 auto isl 1-1005
set trunk 1/2 auto isl 1-1005
set spantree portfast
1/1-2 disable
set spantree portcost
1/1-2 19
set spantree portpri
1/1-2 32
set spantree portvlanpri 1/1 0
set spantree portvlanpri 1/2 0
set spantree portvlancost 1/1 cost 18
set spantree portvlancost 1/2 cost 18
!
#module 2 : 12-port 10/100BaseTX Ethernet
set module name
2
set module enable 2
set vlan 1
2/1-4,2/6-8,2/10-11
set vlan 2
2/9
set vlan 3
2/5
set vlan 4
2/12
set port enable
2/1-12
set port level
2/1-12 normal
set port speed
2/1-12 auto
set port trap
2/1-12 disable
set port name
2/1-12
set port security
2/1-12 disable
Page 4

cat.txt
set port broadcast 2/1-12 0
set port membership 2/1-12 static
set cdp enable
2/1-12
set cdp interval 2/1-12 60
set trunk 2/1 auto isl 1-1005
set trunk 2/2 auto isl 1-1005
set trunk 2/3 auto isl 1-1005
set trunk 2/4 auto isl 1-1005
set trunk 2/5 auto isl 1-1005
set trunk 2/6 auto isl 1-1005
set trunk 2/7 auto isl 1-1005
set trunk 2/8 auto isl 1-1005
set trunk 2/9 auto isl 1-1005
set trunk 2/10 auto isl 1-1005
set trunk 2/11 auto isl 1-1005
set trunk 2/12 auto isl 1-1005
set spantree portfast
2/1-12 disable
set spantree portcost
2/1-12 100
set spantree portpri
2/1-12 32
set spantree portvlanpri 2/1 0
set spantree portvlanpri 2/2 0
set spantree portvlanpri 2/3 0
set spantree portvlanpri 2/4 0
set spantree portvlanpri 2/5 0
set spantree portvlanpri 2/6 0
set spantree portvlanpri 2/7 0
set spantree portvlanpri 2/8 0
set spantree portvlanpri 2/9 0
set spantree portvlanpri 2/10 0
set spantree portvlanpri 2/11 0
set spantree portvlanpri 2/12 0
set spantree portvlancost 2/1 cost 99
set spantree portvlancost 2/2 cost 99
set spantree portvlancost 2/3 cost 99
set spantree portvlancost 2/4 cost 99
set spantree portvlancost 2/5 cost 99
set spantree portvlancost 2/6 cost 99
set spantree portvlancost 2/7 cost 99
set spantree portvlancost 2/8 cost 99
set spantree portvlancost 2/9 cost 99
set spantree portvlancost 2/10 cost 99
set spantree portvlancost 2/11 cost 99
set 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 disable
set span disable
!
#cam
set cam agingtime 1-4,1003,1005 300
end
cat> (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.txt
active
active
active
active
active
active
active

2
3
4
1002
1003
1004
1005

VLAN0002
VLAN0003
VLAN0004
fddi-default
token-ring-default
fddinet-default
trnet-default

VLAN
---1
2
3
4
1002
1003
1004
1005

Type
----enet
enet
enet
enet
fddi
trcrf
fdnet
trbrf

VLAN
---1003
cat>

AREHops STEHops Backup CRF


------- ------- ---------7
7
off
(enable)

SAID
---------100001
100002
100003
100004
101002
101003
101004
101005

MTU
----1500
1500
1500
1500
1500
1500
1500
1500

Parent
-----0
-

RingNo
-----0x0
-

BrdgNo
-----0x0
0x0

22
23
24
6
9
7
8

Page 6

Stp
---ieee
ibm

2/9
2/5
2/12

BrdgMode
--------

Trans1
-----0
0
0
0
0
0
0
0

Trans2
-----0
0
0
0
0
0
0
0

Vous aimerez peut-être aussi