Example A-35 R1 s Configuration

   

Master Router Configurations, Diagrams, and Routing Tables

R1 Configuration, IP Routing Table, and IPX Routing Table

Example A-35 R1's Configuration
 Building configuration... Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R1 ! enable password falcons ! no ip domain-lookup ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ipx routing 0000.0000.1111 ! interface Loopback0  ip address 192.169.1.1 255.255.255.0 ! interface Ethernet0  description This interface connects to R2's E0  ip address 192.168.1.1 255.255.255.0  ipx network 2100 ! interface Serial0  no ip address  shutdown  no fair-queue ! interface Serial1  no ip address  shutdown ! router rip  network 192.168.1.0  network 192.169.1.0 ! no ip classless ip route 0.0.0.0 0.0.0.0 192.168.1.2 ! ! ! ! banner motd # This is Router 1 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 
Example A-36 R1's IP Routing Table
 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 R    192.168.100.0/24 [120/1] via 192.168.1.2, 00:00:02, Ethernet0 R    192.168.35.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.168.60.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.168.50.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 C    192.169.1.0/24 is directly connected, Loopback0 C    192.168.1.0/24 is directly connected, Ethernet0 R    192.169.3.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.168.2.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.168.3.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.169.2.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.169.5.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.168.4.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.169.4.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 R    192.168.200.0/24 [120/1] via 192.168.1.2, 00:00:03, Ethernet0 S*   0.0.0.0/0 [1/0] via 192.168.1.2 
Example A-37 R1's IPX Routing Table
 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 8 Total IPX routes. Up to 1 parallel paths and 16 hops allowed. No default route known. C       2100 (NOVELL-ETHER),  Et0 R       1000 [02/01] via     2100.0010.7bf9.4912,   41s, Et0 R       2000 [02/01] via     2100.0010.7bf9.4912,   41s, Et0 R       3000 [08/02] via     2100.0010.7bf9.4912,   41s, Et0 R       3001 [08/02] via     2100.0010.7bf9.4912,   41s, Et0 R       3500 [08/02] via     2100.0010.7bf9.4912,   41s, Et0 R       4000 [14/02] via     2100.0010.7bf9.4912,   41s, Et0 R       5000 [14/03] via     2100.0010.7bf9.4912,   41s, Et0 

R2 Configuration, IP Routing Table, and IPX Routing Table

Example A-38 R2's Configuration
 R2  #show running-config  Building configuration... Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R2 ! enable password falcons ! ip subnet-zero no ip domain-lookup ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ipx routing 0000.0000.2222 ! ! ! interface Loopback0  ip address 192.169.2.2 255.255.255.0  no ip directed-broadcast ! interface Ethernet0  ip address 192.168.1.2 255.255.255.0  no ip directed-broadcast  ipx network 2100 ! interface Ethernet1  description This interface does not connect with another IP device  ip address 192.168.2.2 255.255.255.0  no ip directed-broadcast  ipx network 2000 ! interface Serial0  description This interface connects to R3's S0 (201)  ip address 192.168.100.2 255.255.255.0  ip access-group 1 out  no ip directed-broadcast  encapsulation frame-relay  no ip mroute-cache  ipx network 1000  no fair-queue  service-module t1 clock source internal  frame-relay map ip 192.168.100.3 201 broadcast  frame-relay map ip 192.168.100.4 201 broadcast  frame-relay map ipx 1000.0000.0000.4444 201 broadcast  frame-relay map ipx 1000.0000.0000.3333 201 broadcast  frame-relay lmi-type ansi ! router eigrp 100  redistribute rip metric 2000 200 255 1 1500  network 192.168.100.0 ! router rip  redistribute eigrp 100 metric 1  network 192.168.1.0  network 192.168.2.0  network 192.169.2.0 ! ip classless ! access-list 1 deny   192.168.12.0 0.0.0.255 access-list 1 permit any ! ! ipx router eigrp 100  network 1000 ! ! ipx router rip  no network 1000 ! ! ! banner motd # This is Router 2 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line vty 0 4  password falcons  login ! end 
Example A-39 R2's IP Routing Table
 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 EX 192.168.60.0/24 [170/41536000] via 192.168.100.3, 00:05:06, Serial0 D EX 192.168.200.0/24 [170/41536000] via 192.168.100.3, 00:05:06, Serial0      192.168.4.0/27 is subnetted, 1 subnets D       192.168.4.0 [90/2707456] via 192.168.100.3, 00:05:06, Serial0 D    192.169.4.0/24 [90/2809856] via 192.168.100.3, 00:05:06, Serial0 D EX 192.169.5.0/24 [170/2809856] via 192.168.100.3, 00:05:06, Serial0 D EX 192.168.50.0/24 [170/2697984] via 192.168.100.3, 00:05:06, Serial0 D EX 192.168.35.0/24 [170/2169856] via 192.168.100.3, 00:05:06, Serial0 C    192.168.1.0/24 is directly connected, Ethernet0 R    192.169.1.0/24 [120/1] via 192.168.1.1, 00:00:00, Ethernet0 C    192.168.2.0/24 is directly connected, Ethernet1 C    192.169.2.0/24 is directly connected, Loopback0 C    192.168.100.0/24 is directly connected, Serial0 D    192.168.3.0/24 [90/2195456] via 192.168.100.3, 00:05:07, Serial0 D EX 192.169.3.0/24 [170/2169856] via 192.168.100.3, 00:05:08, Serial0 D    200.200.0.0/16 [90/2809856] via 192.168.100.3, 00:05:08, Serial0 
Example A-40 R2's IPx Routing Table
 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 8 Total IPX routes. Up to 1 parallel paths and 16 hops allowed. No default route known. C       1000 (FRAME-RELAY),   Se0 C       2000 (NOVELL-ETHER),  Et1 C       2100 (NOVELL-ETHER),  Et0 E       3000 [2195456/1] via     1000.0000.0000.3333, age 00:02:34,                          1u, Se0 E       3001 [2195456/1] via     1000.0000.0000.3333, age 00:02:34,                          1u, Se0 E       3500 [2681856/1] via     1000.0000.0000.3333, age 00:02:34,                          1u, Se0 E       4000 [2707456/1] via     1000.0000.0000.3333, age 00:02:34,                          1u, Se0 E       5000 [276864000/2] via     1000.0000.0000.3333, age 00:02:34,                          1u, Se0 

R3 Configuration, IP Routing Table, and IPX Routing Table

Example A-41 R3's Configuration
 R3  #show running-config  Building configuration... Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R3 ! enable password falcons ! no ip domain-lookup ip host R3 192.169.3.3 ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ipx routing 0000.0000.3333 ! interface Loopback0  ip address 192.169.3.3 255.255.255.0 ! interface Ethernet0  ip address 192.168.3.3 255.255.255.0  ipx network 3000  ipx network 3001 encapsulation SAP secondary ! interface Serial0  description This interface connects to R2's S0(DLCI 200) and R4's S0 (DLCI 100)  ip address 192.168.100.3 255.255.255.0  ip access-group 101 in  encapsulation frame-relay  no ip split-horizon eigrp 100  ipx network 1000  no ipx split-horizon eigrp 100  no fair-queue  frame-relay lmi-type ansi ! interface Serial1  description This interface connects to R5's S0 (DCE)  ip address 192.168.35.3 255.255.255.0  ipx network 3500 ! router eigrp 100  redistribute igrp 200 metric 2000 200 255 1 1500  network 192.168.100.0  network 192.168.3.0 ! router igrp 200  redistribute eigrp 100 metric 2000 200 255 1 1500  network 192.168.35.0  network 192.169.3.0 ! no ip classless access-list 101 deny   tcp any 192.168.50.0 0.0.0.255 eq www access-list 101 deny   tcp any 192.168.30.0 0.0.0.255 eq smtp access-list 101 permit ip any any ! ! ! ipx router eigrp 100  network 1000 ! ! ipx router rip  no network 1000 ! ! ! banner motd # This is Router 3 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 
Example A-42 R3's IP Routing Table
 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    192.168.100.0/24 is directly connected, Serial0 C    192.168.35.0/24 is directly connected, Serial1 I    192.168.60.0/24 [100/160250] via 192.168.35.5, 00:00:15, Serial1 I    192.168.50.0/24 [100/8539] via 192.168.35.5, 00:00:15, Serial1 D EX 192.169.1.0/24 [170/2221056] via 192.168.100.2, 00:06:19, Serial0 D EX 192.168.1.0/24 [170/2221056] via 192.168.100.2, 00:06:19, Serial0 D EX 192.168.2.0/24 [170/2221056] via 192.168.100.2, 00:06:19, Serial0 C    192.169.3.0/24 is directly connected, Loopback0 D EX 192.169.2.0/24 [170/2221056] via 192.168.100.2, 00:06:19, Serial0 C    192.168.3.0/24 is directly connected, Ethernet0      192.168.4.0/27 is subnetted, 1 subnets D       192.168.4.0 [90/2195456] via 192.168.100.4, 00:06:19, Serial0 I    192.169.5.0/24 [100/8976] via 192.168.35.5, 00:00:16, Serial1 D    192.169.4.0/24 [90/2297856] via 192.168.100.4, 00:06:19, Serial0 I    192.168.200.0/24 [100/160250] via 192.168.35.5, 00:00:17, Serial1 D    200.200.0.0/16 [90/2297856] via 192.168.100.4, 00:06:21, Serial0 
Example A-43 R3's IPX Routing Table
 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 8 Total IPX routes. Up to 1 parallel paths and 16 hops allowed. No default route known. C       1000 (FRAME-RELAY),   Se0 C       3000 (NOVELL-ETHER),  Et0 c       3001 (SAP),           Et0 C       3500 (HDLC),          Se1 E       2000 [2195456/1] via     1000.0000.0000.2222, age 00:03:41,                          1u, Se0 E       2100 [2195456/1] via     1000.0000.0000.2222, age 00:03:41,                          3u, Se0 E       4000 [2195456/1] via     1000.0000.0000.4444, age 00:06:26,                          1u, Se0 R       5000 [07/01] via     3500.0000.0000.5555,   38s, Se1 

R4 Configuration, IP Routing Table, and IPX Routing Table

Example A-44 R4's Configuration
 R4  #show running-config  Building configuration... Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R4 ! enable password falcons ! ip subnet-zero ip telnet source-interface Serial0 no ip domain-lookup ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R5 192.169.5.5 ip host R6 192.169.6.6 ipx routing 0000.0000.4444 ! interface Loopback0  ip address 192.169.4.4 255.255.255.0 ! interface Loopback1  ip address 200.200.1.4 255.255.255.0 ! interface Loopback2  ip address 200.200.2.4 255.255.255.0 ! interface Ethernet0  description This interface does not connect to another IP device  ip address 192.168.4.4 255.255.255.224  ipx network 4000 ! interface Serial0  description This interface connects to R3's S0 (DLCI 101)  ip address 192.168.100.4 255.255.255.0  ip summary-address eigrp 100 200.200.0.0 255.255.0.0  encapsulation frame-relay  ipx network 1000  no fair-queue  frame-relay map ip 192.168.100.2 101 broadcast  frame-relay map ip 192.168.100.3 101 broadcast  frame-relay map ipx 1000.0000.0000.2222 101 broadcast  frame-relay map ipx 1000.0000.0000.3333 101 broadcast  frame-relay lmi-type ansi ! interface Serial1  no ip address  shutdown ! router eigrp 100  network 192.168.100.0  network 192.168.4.0  network 200.200.1.0  network 200.200.2.0  network 192.169.4.0  no auto-summary ! no ip classless ! ! ! ipx router eigrp 100  network 1000 ! ! ipx router rip  no network 1000 ! ! ! banner motd # This is Router 4 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 
Example A-45 R4's IP Routing Table
 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    200.200.1.0/24 is directly connected, Loopback1 C    200.200.2.0/24 is directly connected, Loopback2 C    192.168.100.0/24 is directly connected, Serial0 D EX 192.168.35.0/24 [170/2169856] via 192.168.100.3, 00:07:17, Serial0 D EX 192.168.60.0/24 [170/41536000] via 192.168.100.3, 00:07:17, Serial0 D EX 192.168.50.0/24 [170/2697984] via 192.168.100.3, 00:07:17, Serial0 D EX 192.169.1.0/24 [170/2733056] via 192.168.100.3, 00:07:17, Serial0 D EX 192.168.1.0/24 [170/2733056] via 192.168.100.3, 00:07:17, Serial0 D EX 192.168.2.0/24 [170/2733056] via 192.168.100.3, 00:07:17, Serial0 D EX 192.169.3.0/24 [170/2169856] via 192.168.100.3, 00:07:17, Serial0 D EX 192.169.2.0/24 [170/2733056] via 192.168.100.3, 00:07:17, Serial0 D    192.168.3.0/24 [90/2195456] via 192.168.100.3, 00:07:17, Serial0 D EX 192.169.5.0/24 [170/2809856] via 192.168.100.3, 00:07:17, Serial0      192.168.4.0/27 is subnetted, 1 subnets C       192.168.4.0 is directly connected, Ethernet0 C    192.169.4.0/24 is directly connected, Loopback0 D EX 192.168.200.0/24 [170/41536000] via 192.168.100.3, 00:07:19, Serial0 D    200.200.0.0/16 is a summary, 00:07:19, Null0 
Example A-46 R4's IPX Routing Table
 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 8 Total IPX routes. Up to 1 parallel paths and 16 hops allowed. No default route known. C       1000 (FRAME-RELAY),   Se0 C       4000 (NOVELL-ETHER),  Et0 E       2000 [2707456/1] via     1000.0000.0000.3333, age 00:04:42,                          1u, Se0 E       2100 [2707456/1] via     1000.0000.0000.3333, age 00:04:43,                          2u, Se0 E       3000 [2195456/1] via     1000.0000.0000.3333, age 00:07:23,                          1u, Se0 E       3001 [2195456/1] via     1000.0000.0000.3333, age 00:07:23,                          1u, Se0 E       3500 [2681856/1] via     1000.0000.0000.3333, age 00:07:23,                          1u, Se0 E       5000 [276864000/2] via     1000.0000.0000.3333, age 00:07:23,                          1u, Se0 

R5 Configuration, IP Routing Table, and IPX Routing Table

Example A-47 R5's Configuration
 R5  #show running-config  Building configuration... Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R5 ! enable password falcons ! ip subnet-zero no ip domain-lookup ip host R5 192.169.5.5 ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R6 192.169.6.6 ipx routing 0000.0000.5555 isdn switch-type basic-5ess ! interface Loopback0  ip address 192.169.5.5 255.255.255.0 ! interface Serial0  description This interface connects to R3's S1 (DTE)  ip address 192.168.35.5 255.255.255.0  ipx network 3500  no fair-queue  clockrate 2000000 ! interface Serial1  no ip address  shutdown ! interface TokenRing0  description This interface does not connect with another IP device  ip address 192.168.50.5 255.255.255.0  ipx network 5000  ring-speed 16 ! interface BRI0  ip address 192.168.200.1 255.255.255.252  encapsulation ppp  dialer idle-timeout 300  dialer-group 1 ! router igrp 200  redistribute connected  redistribute static  passive-interface Loopback0  network 192.168.35.0  network 192.168.50.0  network 192.169.5.0 ! no ip classless ip default-network 192.169.3.0 ip route 192.168.60.0 255.255.255.0 192.168.200.2 ! ! dialer-list 1 protocol ip permit ! ! banner motd # This is Router 5 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 
Example A-48 R5's IP Routing Table
 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.35.3 to network 192.169.3.0 I    192.168.100.0/24 [100/10476] via 192.168.35.3, 00:00:51, Serial0 C    192.168.35.0/24 is directly connected, Serial0 S    192.168.60.0/24 [1/0] via 192.168.200.2 C    192.168.50.0/24 is directly connected, TokenRing0 I    192.169.1.0/24 [100/10676] via 192.168.35.3, 00:00:51, Serial0 I    192.168.1.0/24 [100/10676] via 192.168.35.3, 00:00:51, Serial0 I    192.168.2.0/24 [100/10676] via 192.168.35.3, 00:00:51, Serial0 I*   192.169.3.0/24 [100/8976] via 192.168.35.3, 00:00:51, Serial0 I    192.168.3.0/24 [100/8576] via 192.168.35.3, 00:00:51, Serial0 I    192.169.2.0/24 [100/10676] via 192.168.35.3, 00:00:51, Serial0 I    192.168.4.0/24 [100/10576] via 192.168.35.3, 00:00:52, Serial0 C    192.169.5.0/24 is directly connected, Loopback0 I    192.169.4.0/24 [100/10976] via 192.168.35.3, 00:00:52, Serial0      192.168.200.0/30 is subnetted, 1 subnets C       192.168.200.0 is directly connected, BRI0 
Example A-49 R5's IPX Routing Table
 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 8 Total IPX routes. Up to 1 parallel paths and 16 hops allowed. No default route known. C       3500 (HDLC),          Se0 C       5000 (SAP),           To0 R       1000 [07/01] via     3500.0000.0000.3333,   25s, Se0 R       2000 [13/02] via     3500.0000.0000.3333,   25s, Se0 R       2100 [13/02] via     3500.0000.0000.3333,   25s, Se0 R       3000 [07/01] via     3500.0000.0000.3333,   25s, Se0 R       3001 [07/01] via     3500.0000.0000.3333,   25s, Se0 R       4000 [13/02] via     3500.0000.0000.3333,   25s, Se0 

R6 Configuration and IP Routing Table

Example A-50 R6's Configuration
 Current configuration: ! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname R6 ! enable password falcons ! ip subnet-zero no ip domain-lookup ip host R6 192.169.6.6 ip host R1 192.169.1.1 ip host R2 192.169.2.2 ip host R3 192.169.3.3 ip host R4 192.169.4.4 ip host R5 192.169.5.5 isdn switch-type basic-5ess ! interface Loopback0  ip address 192.169.6.6 255.255.255.0 ! interface Serial0  no ip address  shutdown  no fair-queue ! interface Serial1  no ip address  shutdown ! interface TokenRing0  description This interface does not connect with another IP device  ip address 192.168.60.6 255.255.255.0  ring-speed 16 ! interface BRI0  ip address 192.168.200.2 255.255.255.252  encapsulation ppp  dialer idle-timeout 300  dialer string 8358662  dialer-group 1 ! no ip classless ip route 0.0.0.0 0.0.0.0 192.168.200.1 ! dialer-list 1 protocol ip permit banner motd # This is Router 6 # ! line con 0  exec-timeout 0 0  password falcons  logging synchronous line aux 0 line vty 0 4  password falcons  login ! end 
Example A-51 R6's IP Routing Table
 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.200.1 to network 0.0.0.0 C    192.168.60.0/24 is directly connected, TokenRing0 C    192.169.6.0/24 is directly connected, Loopback0      192.168.200.0/30 is subnetted, 1 subnets C       192.168.200.0 is directly connected, BRI0 S*   0.0.0.0/0 [1/0] via 192.168.200.1 

Master Diagram

Figure A-4 shows the master lab diagram.

Figure A-4. Master Lab Diagram

graphics/afig04.gif


   
Top


CCNA Practical Studies
CCNA Practical Studies (Cisco Certification & Training)
ISBN: 1587200465
EAN: 2147483647
Year: 2005
Pages: 127

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net