- 전체랩
- P1 랩
- R1 AS 200, AS215, R2~R4 AS 215로 EIGRP 설정
- P2 랩
- RIPv2 사용
- P3 랩
- AS 195 EIGRP 사용
- P4 랩
- 루프백 인터페이스 스테틱 설정.
1. R2에서 RIP/EIGRP Redistribute
2. R3에서 Static을 EIGRP에서 Redistribute
3. R9 <-> R8 delay 100
4. R8의 경우 R3방향 경로를 R7방향 ,R9방향 두개를 사용하도록 UCMP 설정
5. R3에서 EIGRP 225에대한 215의 재분배에서 distribut-list 설정을 통해 192.168.0.0/24대역을 홍보하지 않도록 함.
6. R3로 들어오는 192.168.0.0/24대역으로 가는 통신을 제한
7. R1 에서 다른 네트워크 대역으로 통신시 key chain (key 1/key-string cisco)설정
8. R1 에서 다른 네트워크 대역으로 통신시 Summary address사용
R1
R1 sh run
Building configuration...
Current configuration : 2534 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
key chain test
key 1
key-string cisco
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.128.0.1 255.255.0.0
!
interface FastEthernet0/0
ip address 2.140.0.1 255.255.0.0
ip authentication mode eigrp 200 md5
ip authentication key-chain eigrp 200 test
ip summary-address eigrp 200 20.128.0.0 255.224.0.0 5
ip summary-address eigrp 200 2.128.0.0 255.224.0.0 5
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.10 multipoint
ip address 2.128.0.1 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 2.128.0.4 104 broadcast
frame-relay map ip 2.128.0.3 103 broadcast
frame-relay map ip 2.128.0.2 102 broadcast
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
ip address 2.141.0.1 255.255.0.0
ip authentication mode eigrp 200 md5
ip authentication key-chain eigrp 200 test
ip summary-address eigrp 200 20.128.0.0 255.224.0.0 5
ip summary-address eigrp 200 2.128.0.0 255.224.0.0 5
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 215
network 2.128.0.0 0.0.255.255
network 20.128.0.0 0.0.255.255
no auto-summary
!
router eigrp 200
redistribute eigrp 215 metric 1544 2000 255 1 1500
network 2.140.0.0 0.0.255.255
network 2.141.0.0 0.0.255.255
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R1 sh ip neighbor
IP-EIGRP neighbors for process 215
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 2.128.0.3 Se1/0.10 14 00:49:20 43 258 0 78
2 2.128.0.2 Se1/0.10 10 02:14:38 33 200 0 61
0 2.128.0.4 Se1/0.10 9 03:58:55 41 246 0 63
IP-EIGRP neighbors for process 200
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 2.140.0.2 Fa0/0 14 00:01:02 22 200 0 1198
R1 sh ip topology all
IP-EIGRP Topology Table for AS(215)/ID(20.128.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 2.128.0.0/16, 1 successors, FD is 2169856, serno 3
via Connected, Serial1/0.10
P 2.129.0.0/16, 3 successors, FD is 2681856, serno 4
via 2.128.0.2 (2681856/2169856), Serial1/0.10
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.4 (2681856/2169856), Serial1/0.10
P 2.134.0.0/16, 1 successors, FD is 2681856, serno 116
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
via 2.128.0.4 (3193856/2681856), Serial1/0.10
P 2.135.0.0/16, 1 successors, FD is 2681856, serno 117
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
via 2.128.0.4 (3193856/2681856), Serial1/0.10
P 2.132.0.0/16, 1 successors, FD is 2681856, serno 118
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
via 2.128.0.4 (3193856/2681856), Serial1/0.10
P 2.133.0.0/16, 1 successors, FD is 2681856, serno 119
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
via 2.128.0.4 (3193856/2681856), Serial1/0.10
P 20.134.0.0/16, 1 successors, FD is 2681856, serno 120
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
via 2.128.0.4 (3193856/2681856), Serial1/0.10
P 20.135.0.0/16, 1 successors, FD is 2681856, serno 121
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
via 2.128.0.4 (3193856/2681856), Serial1/0.10
P 20.128.0.0/16, 1 successors, FD is 128256, serno 2
via Connected, Loopback10
P 20.130.0.0/16, 1 successors, FD is 2297856, serno 115
via 2.128.0.3 (2297856/128256), Serial1/0.10
via 2.128.0.2 (2809856/2297856), Serial1/0.10
via 2.128.0.4 (2809856/2297856), Serial1/0.10
P 20.131.0.0/16, 1 successors, FD is 2297856, serno 11
via 2.128.0.4 (2297856/128256), Serial1/0.10
via 2.128.0.3 (2809856/2297856), Serial1/0.10
via 2.128.0.2 (2809856/2297856), Serial1/0.10
P 20.136.0.0/16, 2 successors, FD is 2681856, serno 18
via 2.128.0.3 (2681856/2169856), Serial1/0.10
via 2.128.0.4 (2681856/2169856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
P 20.137.0.0/16, 1 successors, FD is 2681856, serno 19
via 2.128.0.4 (2681856/2169856), Serial1/0.10
via 2.128.0.3 (3193856/2681856), Serial1/0.10
via 2.128.0.2 (3193856/2681856), Serial1/0.10
IP-EIGRP Topology Table for AS(200)/ID(20.128.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 2.10.0.0/16, 1 successors, FD is 335360, serno 2812
via 2.140.0.2 (335360/332800), FastEthernet0/0
P 2.32.0.0/16, 1 successors, FD is 2223616, serno 2810
via 2.140.0.2 (2223616/2221056), FastEthernet0/0
P 2.41.0.0/16, 1 successors, FD is 309760, serno 2801
via 2.140.0.2 (309760/307200), FastEthernet0/0
P 20.32.0.0/16, 1 successors, FD is 437760, serno 2811
via 2.140.0.2 (437760/435200), FastEthernet0/0
P 2.66.0.0/16, 1 successors, FD is 2710016, serno 2804
via 2.140.0.2 (2710016/2707456), FastEthernet0/0
P 2.67.0.0/16, 1 successors, FD is 2710016, serno 2805
via 2.140.0.2 (2710016/2707456), FastEthernet0/0
P 2.64.0.0/16, 1 successors, FD is 2198016, serno 2800
via 2.140.0.2 (2198016/2195456), FastEthernet0/0
P 2.65.0.0/16, 1 successors, FD is 2710016, serno 2803
via 2.140.0.2 (2710016/2707456), FastEthernet0/0
P 2.70.0.0/16, 1 successors, FD is 2966016, serno 2808
via 2.140.0.2 (2966016/2963456), FastEthernet0/0
P 2.71.0.0/16, 1 successors, FD is 2454016, serno 2809
via 2.140.0.2 (2454016/2451456), FastEthernet0/0
P 2.68.0.0/16, 1 successors, FD is 2710016, serno 2806
via 2.140.0.2 (2710016/2707456), FastEthernet0/0
P 2.69.0.0/16, 1 successors, FD is 2710016, serno 2807
via 2.140.0.2 (2710016/2707456), FastEthernet0/0
P 2.73.0.0/16, 1 successors, FD is 284160, serno 2797
via 2.140.0.2 (284160/281600), FastEthernet0/0
P 20.64.0.0/11, 1 successors, FD is 412160, serno 2802
via 2.140.0.2 (412160/409600), FastEthernet0/0
P 2.96.0.0/11, 1 successors, FD is 156160, serno 2799
via 2.140.0.2 (156160/128256), FastEthernet0/0
P 20.96.0.0/11, 1 successors, FD is 2172416, serno 2798
via 2.140.0.2 (2172416/2169856), FastEthernet0/0
P 2.128.0.0/11, 1 successors, FD is 28160, serno 2775
via Summary (28160/0), Null0
P 2.128.0.0/16, 1 successors, FD is 2169856, serno 64
via Redistributed (2169856/0)
P 2.129.0.0/16, 1 successors, FD is 2169856, serno 65
via Redistributed (2169856/0)
P 2.134.0.0/16, 1 successors, FD is 2169856, serno 66
via Redistributed (2169856/0)
P 2.135.0.0/16, 1 successors, FD is 2169856, serno 67
via Redistributed (2169856/0)
P 2.132.0.0/16, 1 successors, FD is 2169856, serno 68
via Redistributed (2169856/0)
P 2.133.0.0/16, 1 successors, FD is 2169856, serno 69
via Redistributed (2169856/0)
P 2.140.0.0/16, 1 successors, FD is 28160, serno 2774
via Connected, FastEthernet0/0
P 2.141.0.0/16, 1 successors, FD is 281600, serno 63
via Connected, Ethernet2/0
P 20.134.0.0/16, 1 successors, FD is 2169856, serno 70
via Redistributed (2169856/0)
P 20.135.0.0/16, 1 successors, FD is 2169856, serno 71
via Redistributed (2169856/0)
P 20.128.0.0/11, 1 successors, FD is 2169856, serno 2767
via Summary (2169856/0), Null0
P 20.128.0.0/16, 1 successors, FD is 2169856, serno 72
via Redistributed (2169856/0)
P 20.130.0.0/16, 1 successors, FD is 2169856, serno 73
via Redistributed (2169856/0)
P 20.131.0.0/16, 1 successors, FD is 2169856, serno 74
via Redistributed (2169856/0)
P 20.136.0.0/16, 1 successors, FD is 2169856, serno 75
via Redistributed (2169856/0)
P 20.137.0.0/16, 1 successors, FD is 2169856, serno 76
via Redistributed (2169856/0)
R1 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/8 is variably subnetted, 22 subnets, 2 masks
D 2.10.0.0/16 [90/335360] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 2.32.0.0/16 [90/2223616] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 2.41.0.0/16 [90/309760] via 2.140.0.2, 00:01:02, FastEthernet0/0
D EX 2.66.0.0/16 [170/2710016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D EX 2.67.0.0/16 [170/2710016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 2.64.0.0/16 [90/2198016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 2.65.0.0/16 [90/2710016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D EX 2.70.0.0/16 [170/2966016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D EX 2.71.0.0/16 [170/2454016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D EX 2.68.0.0/16 [170/2710016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D EX 2.69.0.0/16 [170/2710016] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 2.73.0.0/16 [90/284160] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 2.96.0.0/11 [90/156160] via 2.140.0.2, 00:01:02, FastEthernet0/0
C 2.128.0.0/16 is directly connected, Serial1/0.10
D 2.128.0.0/11 is a summary, 00:04:56, Null0
D 2.129.0.0/16 [90/2681856] via 2.128.0.4, 00:48:21, Serial1/0.10
[90/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
[90/2681856] via 2.128.0.2, 00:48:21, Serial1/0.10
D EX 2.134.0.0/16 [170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
D EX 2.135.0.0/16 [170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
D EX 2.132.0.0/16 [170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
D EX 2.133.0.0/16 [170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
C 2.140.0.0/16 is directly connected, FastEthernet0/0
C 2.141.0.0/16 is directly connected, Ethernet2/0
20.0.0.0/8 is variably subnetted, 11 subnets, 2 masks
D 20.32.0.0/16 [90/437760] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 20.64.0.0/11 [90/412160] via 2.140.0.2, 00:01:02, FastEthernet0/0
D 20.96.0.0/11 [90/2172416] via 2.140.0.2, 00:01:03, FastEthernet0/0
D EX 20.134.0.0/16 [170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
D EX 20.135.0.0/16 [170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
C 20.128.0.0/16 is directly connected, Loopback10
D 20.128.0.0/11 is a summary, 00:12:25, Null0
D 20.130.0.0/16 [90/2297856] via 2.128.0.3, 00:48:21, Serial1/0.10
D 20.131.0.0/16 [90/2297856] via 2.128.0.4, 00:48:21, Serial1/0.10
D EX 20.136.0.0/16 [170/2681856] via 2.128.0.4, 00:48:21, Serial1/0.10
[170/2681856] via 2.128.0.3, 00:48:21, Serial1/0.10
D EX 20.137.0.0/16 [170/2681856] via 2.128.0.4, 00:48:21, Serial1/0.10
R2
R2 sh run
Building configuration...
Current configuration : 2515 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.128.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.10 point-to-point
ip address 2.128.0.2 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay interface-dlci 210
!
interface Serial1/0.20 multipoint
ip address 2.129.0.1 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 2.129.0.3 24 broadcast
frame-relay map ip 2.129.0.2 23 broadcast
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/1.10 point-to-point
ip address 2.130.0.1 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay interface-dlci 26
!
interface Serial1/1.20 point-to-point
ip address 2.131.0.1 255.255.0.0
snmp trap link-status
frame-relay interface-dlci 25
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 215
redistribute rip metric 1544 2000 255 1 1500
network 2.128.0.0 0.0.255.255
network 2.129.0.0 0.0.255.255
network 20.129.0.0 0.0.255.255
no auto-summary
!
router rip
version 2
redistribute eigrp 215 metric 2
network 2.0.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R2 sh ip neighbor
IP-EIGRP neighbors for process 215
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 2.129.0.2 Se1/0.20 159 00:38:18 30 200 0 73
2 2.128.0.1 Se1/0.10 139 02:01:41 67 402 0 52
1 2.129.0.3 Se1/0.20 169 03:46:02 35 210 0 61
R2 sh ip topology all
IP-EIGRP Topology Table for AS(215)/ID(20.128.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 2.130.0.0/16, 1 successors, FD is 2169856, serno 12
via Redistributed (2169856/0)
P 2.131.0.0/16, 1 successors, FD is 2169856, serno 13
via Redistributed (2169856/0)
P 2.128.0.0/16, 1 successors, FD is 2169856, serno 17
via Connected, Serial1/0.10
via 2.129.0.2 (2681856/2169856), Serial1/0.20
via 2.129.0.3 (2681856/2169856), Serial1/0.20
P 2.129.0.0/16, 1 successors, FD is 2169856, serno 1
via Connected, Serial1/0.20
P 2.134.0.0/16, 1 successors, FD is 2681856, serno 102
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 2.135.0.0/16, 1 successors, FD is 2681856, serno 103
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 2.132.0.0/16, 1 successors, FD is 2681856, serno 104
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 2.133.0.0/16, 1 successors, FD is 2681856, serno 105
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.132.0.0/16, 1 successors, FD is 2169856, serno 14
via Redistributed (2169856/0)
P 20.133.0.0/16, 1 successors, FD is 2169856, serno 15
via Redistributed (2169856/0)
P 20.134.0.0/16, 1 successors, FD is 2681856, serno 106
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.135.0.0/16, 1 successors, FD is 2681856, serno 107
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.128.0.0/16, 0 successors, FD is Inaccessible, serno 0
via 2.129.0.2 (2809856/2297856), Serial1/0.20
via 2.128.0.1 (2297856/128256), Serial1/0.10
via 2.129.0.3 (2809856/2297856), Serial1/0.20
P 20.130.0.0/16, 1 successors, FD is 2297856, serno 101
via 2.129.0.2 (2297856/128256), Serial1/0.20
P 20.131.0.0/16, 1 successors, FD is 2297856, serno 7
via 2.129.0.3 (2297856/128256), Serial1/0.20
P 20.136.0.0/16, 2 successors, FD is 2681856, serno 24
via 2.129.0.2 (2681856/2169856), Serial1/0.20
via 2.129.0.3 (2681856/2169856), Serial1/0.20
P 20.137.0.0/16, 1 successors, FD is 2681856, serno 25
via 2.129.0.3 (2681856/2169856), Serial1/0.20
R2 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
C 2.130.0.0 is directly connected, Serial1/1.10
C 2.131.0.0 is directly connected, Serial1/1.20
C 2.128.0.0 is directly connected, Serial1/0.10
C 2.129.0.0 is directly connected, Serial1/0.20
D EX 2.134.0.0 [170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
D EX 2.135.0.0 [170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
D EX 2.132.0.0 [170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
D EX 2.133.0.0 [170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
20.0.0.0/16 is subnetted, 9 subnets
R 20.132.0.0 [120/1] via 2.131.0.2, 00:00:20, Serial1/1.20
R 20.133.0.0 [120/1] via 2.130.0.3, 00:00:09, Serial1/1.10
D EX 20.134.0.0 [170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
D EX 20.135.0.0 [170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
C 20.128.0.0 is directly connected, Loopback10
D 20.130.0.0 [90/2297856] via 2.129.0.2, 00:35:33, Serial1/0.20
D 20.131.0.0 [90/2297856] via 2.129.0.3, 03:43:04, Serial1/0.20
D EX 20.136.0.0 [170/2681856] via 2.129.0.3, 00:35:33, Serial1/0.20
[170/2681856] via 2.129.0.2, 00:35:33, Serial1/0.20
D EX 20.137.0.0 [170/2681856] via 2.129.0.3, 01:52:23, Serial1/0.20
R3
R3 sh run
Building configuration...
Current configuration : 2528 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.130.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.10 point-to-point
ip address 2.128.0.3 255.255.0.0
ip access-group 10 in
snmp trap link-status
frame-relay interface-dlci 310
!
interface Serial1/0.20 multipoint
ip address 2.129.0.2 255.255.0.0
ip access-group 10 in
no ip split-horizon
snmp trap link-status
frame-relay map ip 2.129.0.3 34 broadcast
frame-relay map ip 2.129.0.1 32 broadcast
!
interface Serial1/1
ip address 2.135.0.2 255.255.0.0
serial restart-delay 0
!
interface Serial1/2
ip address 2.132.0.1 255.255.0.0
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 215
redistribute eigrp 225 metric 1544 2000 255 1 1500
network 2.128.0.0 0.0.255.255
network 2.129.0.0 0.0.255.255
network 20.130.0.0 0.0.255.255
distribute-list prefix 10 out eigrp 225
no auto-summary
!
router eigrp 225
redistribute eigrp 215 metric 1544 2000 255 1 1500
network 2.132.0.0 0.0.255.255
network 2.135.0.0 0.0.255.255
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
ip prefix-list 10 seq 5 deny 192.168.0.0/24
ip prefix-list 10 seq 10 permit 0.0.0.0/0 le 32
logging alarm informational
access-list 10 deny 192.168.0.0 0.0.0.255
access-list 10 permit any
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R3 sh ip neighbor
IP-EIGRP neighbors for process 215
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
2 2.128.0.1 Se1/0.10 137 00:35:46 33 200 0 51
1 2.129.0.1 Se1/0.20 164 00:35:47 333 1998 0 57
0 2.129.0.3 Se1/0.20 167 00:35:50 36 216 0 61
IP-EIGRP neighbors for process 225
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 2.132.0.2 Se1/2 12 02:48:38 29 200 0 75
0 2.135.0.1 Se1/1 11 02:51:33 28 200 0 81
R3 sh ip topology all
IP-EIGRP Topology Table for AS(215)/ID(20.130.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 2.130.0.0/16, 1 successors, FD is 2681856, serno 49
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 2.131.0.0/16, 1 successors, FD is 2681856, serno 50
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 2.128.0.0/16, 1 successors, FD is 2169856, serno 6
via Connected, Serial1/0.10
via 2.129.0.3 (2681856/2169856), Serial1/0.20
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 2.129.0.0/16, 1 successors, FD is 2169856, serno 1
via Connected, Serial1/0.20
P 2.134.0.0/16, 1 successors, FD is 2169856, serno 19
via Redistributed (2169856/0)
P 2.135.0.0/16, 1 successors, FD is 2169856, serno 20
via Redistributed (2169856/0)
P 2.132.0.0/16, 1 successors, FD is 2169856, serno 21
via Redistributed (2169856/0)
P 2.133.0.0/16, 1 successors, FD is 2169856, serno 22
via Redistributed (2169856/0)
P 20.132.0.0/16, 1 successors, FD is 2681856, serno 51
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 20.133.0.0/16, 1 successors, FD is 2681856, serno 52
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 20.134.0.0/16, 1 successors, FD is 2169856, serno 23
via Redistributed (2169856/0)
P 20.135.0.0/16, 1 successors, FD is 2169856, serno 24
via Redistributed (2169856/0)
P 20.128.0.0/16, 1 successors, FD is 2297856, serno 48
via 2.128.0.1 (2297856/128256), Serial1/0.10
via 2.129.0.3 (2809856/2297856), Serial1/0.20
P 20.130.0.0/16, 1 successors, FD is 128256, serno 2
via Connected, Loopback10
P 20.131.0.0/16, 1 successors, FD is 2297856, serno 53
via 2.129.0.3 (2297856/128256), Serial1/0.20
P 20.136.0.0/16, 1 successors, FD is 2169856, serno 25
via Redistributed (2169856/0)
via 2.129.0.3 (2681856/2169856), Serial1/0.20
P 20.137.0.0/16, 1 successors, FD is 2681856, serno 54
via 2.129.0.3 (2681856/2169856), Serial1/0.20
IP-EIGRP Topology Table for AS(225)/ID(20.130.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.0.0/24, 2 successors, FD is 2684416, serno 49
via 2.132.0.2 (2684416/2172416), Serial1/2
via 2.135.0.1 (2684416/2172416), Serial1/1
P 2.130.0.0/16, 1 successors, FD is 2169856, serno 86
via Redistributed (2169856/0)
P 2.131.0.0/16, 1 successors, FD is 2169856, serno 87
via Redistributed (2169856/0)
P 2.128.0.0/16, 1 successors, FD is 2169856, serno 12
via Redistributed (2169856/0)
P 2.129.0.0/16, 1 successors, FD is 2169856, serno 13
via Redistributed (2169856/0)
P 2.134.0.0/16, 1 successors, FD is 2221056, serno 43
via 2.135.0.1 (2681856/2169856), Serial1/1
via 2.132.0.2 (3193856/2681856), Serial1/2
P 2.135.0.0/16, 1 successors, FD is 2169856, serno 1
via Connected, Serial1/1
P 2.132.0.0/16, 1 successors, FD is 2169856, serno 41
via Connected, Serial1/2
P 2.133.0.0/16, 1 successors, FD is 2681856, serno 42
via 2.132.0.2 (2681856/2169856), Serial1/2
via 2.135.0.1 (2707456/2195456), Serial1/1
P 20.132.0.0/16, 1 successors, FD is 2169856, serno 88
via Redistributed (2169856/0)
P 20.133.0.0/16, 1 successors, FD is 2169856, serno 89
via Redistributed (2169856/0)
P 20.134.0.0/16, 1 successors, FD is 1811456, serno 44
via 2.132.0.2 (2297856/128256), Serial1/2
via 2.135.0.1 (2835456/2323456), Serial1/1
P 20.135.0.0/16, 2 successors, FD is 2809856, serno 47
via 2.132.0.2 (2809856/2297856), Serial1/2
via 2.135.0.1 (2809856/2297856), Serial1/1
P 20.128.0.0/16, 1 successors, FD is 2169856, serno 85
via Redistributed (2169856/0)
P 20.130.0.0/16, 1 successors, FD is 2169856, serno 17
via Redistributed (2169856/0)
P 20.131.0.0/16, 1 successors, FD is 2169856, serno 90
via Redistributed (2169856/0)
P 20.136.0.0/16, 1 successors, FD is 2297856, serno 9
via 2.135.0.1 (2297856/128256), Serial1/1
P 20.137.0.0/16, 1 successors, FD is 2169856, serno 91
via Redistributed (2169856/0)
R3 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
D EX 2.130.0.0 [170/2681856] via 2.129.0.1, 00:35:46, Serial1/0.20
D EX 2.131.0.0 [170/2681856] via 2.129.0.1, 00:35:46, Serial1/0.20
C 2.128.0.0 is directly connected, Serial1/0.10
C 2.129.0.0 is directly connected, Serial1/0.20
D 2.134.0.0 [90/2681856] via 2.135.0.1, 01:02:52, Serial1/1
C 2.135.0.0 is directly connected, Serial1/1
C 2.132.0.0 is directly connected, Serial1/2
D 2.133.0.0 [90/2681856] via 2.132.0.2, 01:03:02, Serial1/2
20.0.0.0/16 is subnetted, 9 subnets
D EX 20.132.0.0 [170/2681856] via 2.129.0.1, 00:35:46, Serial1/0.20
D EX 20.133.0.0 [170/2681856] via 2.129.0.1, 00:35:46, Serial1/0.20
D 20.134.0.0 [90/2297856] via 2.132.0.2, 01:02:57, Serial1/2
D 20.135.0.0 [90/2809856] via 2.135.0.1, 01:02:52, Serial1/1
[90/2809856] via 2.132.0.2, 01:02:52, Serial1/2
D 20.128.0.0 [90/2297856] via 2.128.0.1, 00:35:46, Serial1/0.10
C 20.130.0.0 is directly connected, Loopback10
D 20.131.0.0 [90/2297856] via 2.129.0.3, 00:35:46, Serial1/0.20
D 20.136.0.0 [90/2297856] via 2.135.0.1, 01:02:52, Serial1/1
D EX 20.137.0.0 [170/2681856] via 2.129.0.3, 00:35:46, Serial1/0.20
D 192.168.0.0/24 [90/2684416] via 2.135.0.1, 00:56:03, Serial1/1
[90/2684416] via 2.132.0.2, 00:56:03, Serial1/2
R4
R4 sh run
Building configuration...
Current configuration : 2199 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.131.0.1 255.255.0.0
!
interface FastEthernet0/0
ip address 2.136.0.1 255.255.0.0
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.10 point-to-point
ip address 2.128.0.4 255.255.0.0
snmp trap link-status
frame-relay interface-dlci 410
!
interface Serial1/0.20 multipoint
ip address 2.129.0.3 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 2.129.0.2 43 broadcast
frame-relay map ip 2.129.0.1 42 broadcast
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 215
redistribute static metric 1544 2000 255 1 1500
network 2.128.0.0 0.0.255.255
network 2.129.0.0 0.0.255.255
network 20.131.0.0 0.0.255.255
no auto-summary
!
ip forward-protocol nd
ip route 20.136.0.0 255.255.0.0 2.136.0.3
ip route 20.137.0.0 255.255.0.0 2.136.0.2
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R4 sh ip neighbor
IP-EIGRP neighbors for process 215
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 2.129.0.2 Se1/0.20 155 00:38:04 60 360 0 77
2 2.128.0.1 Se1/0.10 135 03:45:54 57 342 0 51
0 2.129.0.1 Se1/0.20 162 03:45:58 62 372 0 62
R4 sh ip topology all
IP-EIGRP Topology Table for AS(215)/ID(20.140.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 2.130.0.0/16, 1 successors, FD is 2681856, serno 13
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 2.131.0.0/16, 1 successors, FD is 2681856, serno 14
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 2.128.0.0/16, 1 successors, FD is 2169856, serno 3
via Connected, Serial1/0.10
via 2.129.0.2 (2681856/2169856), Serial1/0.20
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 2.129.0.0/16, 1 successors, FD is 2169856, serno 1
via Connected, Serial1/0.20
P 2.134.0.0/16, 1 successors, FD is 2681856, serno 102
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 2.135.0.0/16, 1 successors, FD is 2681856, serno 103
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 2.132.0.0/16, 1 successors, FD is 2681856, serno 104
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 2.133.0.0/16, 1 successors, FD is 2681856, serno 105
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.132.0.0/16, 1 successors, FD is 2681856, serno 15
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 20.133.0.0/16, 1 successors, FD is 2681856, serno 16
via 2.129.0.1 (2681856/2169856), Serial1/0.20
P 20.134.0.0/16, 1 successors, FD is 2681856, serno 106
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.135.0.0/16, 1 successors, FD is 2681856, serno 107
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.128.0.0/16, 1 successors, FD is 2297856, serno 4
via 2.128.0.1 (2297856/128256), Serial1/0.10
via 2.129.0.2 (2809856/2297856), Serial1/0.20
P 20.130.0.0/16, 1 successors, FD is 2297856, serno 101
via 2.129.0.2 (2297856/128256), Serial1/0.20
P 20.131.0.0/16, 1 successors, FD is 128256, serno 10
via Connected, Loopback10
P 20.136.0.0/16, 1 successors, FD is 2169856, serno 24
via Rstatic (2169856/0)
via 2.129.0.2 (2681856/2169856), Serial1/0.20
P 20.137.0.0/16, 1 successors, FD is 2169856, serno 25
via Rstatic (2169856/0)
R4 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 9 subnets
D EX 2.130.0.0 [170/2681856] via 2.129.0.1, 02:09:10, Serial1/0.20
D EX 2.131.0.0 [170/2681856] via 2.129.0.1, 02:09:10, Serial1/0.20
C 2.128.0.0 is directly connected, Serial1/0.10
C 2.129.0.0 is directly connected, Serial1/0.20
D EX 2.134.0.0 [170/2681856] via 2.129.0.2, 00:35:20, Serial1/0.20
D EX 2.135.0.0 [170/2681856] via 2.129.0.2, 00:35:20, Serial1/0.20
D EX 2.132.0.0 [170/2681856] via 2.129.0.2, 00:35:20, Serial1/0.20
D EX 2.133.0.0 [170/2681856] via 2.129.0.2, 00:35:20, Serial1/0.20
C 2.136.0.0 is directly connected, FastEthernet0/0
20.0.0.0/16 is subnetted, 9 subnets
D EX 20.132.0.0 [170/2681856] via 2.129.0.1, 02:09:10, Serial1/0.20
D EX 20.133.0.0 [170/2681856] via 2.129.0.1, 02:09:10, Serial1/0.20
D EX 20.134.0.0 [170/2681856] via 2.129.0.2, 00:35:20, Serial1/0.20
D EX 20.135.0.0 [170/2681856] via 2.129.0.2, 00:35:20, Serial1/0.20
D 20.128.0.0 [90/2297856] via 2.128.0.1, 00:35:19, Serial1/0.10
D 20.130.0.0 [90/2297856] via 2.129.0.2, 00:35:20, Serial1/0.20
C 20.131.0.0 is directly connected, Loopback10
S 20.136.0.0 [1/0] via 2.136.0.3
S 20.137.0.0 [1/0] via 2.136.0.2
R5
R5 sh run
Building configuration...
Current configuration : 1933 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.132.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/1.10 point-to-point
ip address 2.130.0.2 255.255.0.0
snmp trap link-status
frame-relay interface-dlci 56
!
interface Serial1/1.20 point-to-point
ip address 2.131.0.2 255.255.0.0
snmp trap link-status
frame-relay interface-dlci 52
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router rip
version 2
network 2.0.0.0
network 20.0.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R5 sh ip neighbor
R5 sh ip topology all
R5 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
C 2.130.0.0 is directly connected, Serial1/1.10
C 2.131.0.0 is directly connected, Serial1/1.20
R 2.128.0.0 [120/1] via 2.131.0.1, 00:00:08, Serial1/1.20
R 2.129.0.0 [120/1] via 2.131.0.1, 00:00:08, Serial1/1.20
R 2.134.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 2.135.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 2.132.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 2.133.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
20.0.0.0/16 is subnetted, 8 subnets
C 20.132.0.0 is directly connected, Loopback10
R 20.133.0.0 [120/1] via 2.130.0.3, 00:00:15, Serial1/1.10
R 20.134.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 20.135.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 20.130.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 20.131.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 20.136.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R 20.137.0.0 [120/2] via 2.131.0.1, 00:00:08, Serial1/1.20
R6
R6 sh run
Building configuration...
Current configuration : 1871 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.133.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/1.10 multipoint
ip address 2.130.0.3 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 2.130.0.2 65 broadcast
frame-relay map ip 2.130.0.1 62 broadcast
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router rip
version 2
network 2.0.0.0
network 20.0.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R6 sh ip neighbor
R6 sh ip topology all
R6 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
C 2.130.0.0 is directly connected, Serial1/1.10
R 2.131.0.0 [120/1] via 2.130.0.2, 00:00:45, Serial1/1.10
[120/1] via 2.130.0.1, 00:00:10, Serial1/1.10
R 2.128.0.0 [120/1] via 2.130.0.1, 00:00:10, Serial1/1.10
R 2.129.0.0 [120/1] via 2.130.0.1, 00:00:10, Serial1/1.10
R 2.134.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 2.135.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 2.132.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 2.133.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
20.0.0.0/16 is subnetted, 8 subnets
R 20.132.0.0 [120/1] via 2.130.0.2, 00:00:45, Serial1/1.10
C 20.133.0.0 is directly connected, Loopback10
R 20.134.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 20.135.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 20.130.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 20.131.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 20.136.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R 20.137.0.0 [120/2] via 2.130.0.1, 00:00:10, Serial1/1.10
R7
R7 sh run
Building configuration...
Current configuration : 1726 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R7
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.136.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 2.135.0.1 255.255.0.0
serial restart-delay 0
!
interface Serial1/2
ip address 2.134.0.2 255.255.0.0
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 225
network 2.134.0.0 0.0.255.255
network 2.135.0.0 0.0.255.255
network 20.136.0.0 0.0.255.255
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R7 sh ip neighbor
IP-EIGRP neighbors for process 225
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 2.134.0.1 Se1/2 13 02:49:59 27 200 0 72
0 2.135.0.2 Se1/1 8 02:51:26 28 200 0 76
R7 sh ip topology all
IP-EIGRP Topology Table for AS(225)/ID(20.136.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.0.0/24, 1 successors, FD is 2172416, serno 49
via 2.134.0.1 (2172416/28160), Serial1/2
P 2.130.0.0/16, 1 successors, FD is 2681856, serno 100
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 2.131.0.0/16, 1 successors, FD is 2681856, serno 101
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 2.128.0.0/16, 1 successors, FD is 2681856, serno 11
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 2.129.0.0/16, 1 successors, FD is 2681856, serno 12
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 2.134.0.0/16, 1 successors, FD is 2169856, serno 2
via Connected, Serial1/2
P 2.135.0.0/16, 1 successors, FD is 2169856, serno 1
via Connected, Serial1/1
P 2.132.0.0/16, 1 successors, FD is 2195456, serno 45
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (2707456/2195456), Serial1/2, serno 27
P 2.133.0.0/16, 1 successors, FD is 2195456, serno 41
via 2.134.0.1 (2195456/1683456), Serial1/2
via 2.135.0.2 (3193856/2681856), Serial1/1, serno 46
P 20.132.0.0/16, 1 successors, FD is 2681856, serno 102
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 20.133.0.0/16, 1 successors, FD is 2681856, serno 103
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 20.134.0.0/16, 1 successors, FD is 2323456, serno 47
via 2.134.0.1 (2323456/1811456), Serial1/2
via 2.135.0.2 (2809856/2297856), Serial1/1
P 20.135.0.0/16, 1 successors, FD is 2297856, serno 7
via 2.134.0.1 (2297856/128256), Serial1/2
P 20.128.0.0/16, 1 successors, FD is 2681856, serno 99
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 20.130.0.0/16, 1 successors, FD is 2681856, serno 16
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 20.131.0.0/16, 1 successors, FD is 2681856, serno 104
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
P 20.136.0.0/16, 1 successors, FD is 128256, serno 8
via Connected, Loopback10
P 20.137.0.0/16, 1 successors, FD is 2681856, serno 105
via 2.135.0.2 (2681856/2169856), Serial1/1
via 2.134.0.1 (3219456/2707456), Serial1/2
R7 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
D EX 2.130.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
D EX 2.131.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
D EX 2.128.0.0 [170/2681856] via 2.135.0.2, 01:03:26, Serial1/1
D EX 2.129.0.0 [170/2681856] via 2.135.0.2, 01:03:26, Serial1/1
C 2.134.0.0 is directly connected, Serial1/2
C 2.135.0.0 is directly connected, Serial1/1
D 2.132.0.0 [90/2681856] via 2.135.0.2, 01:03:00, Serial1/1
D 2.133.0.0 [90/2195456] via 2.134.0.1, 01:02:54, Serial1/2
20.0.0.0/16 is subnetted, 9 subnets
D EX 20.132.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
D EX 20.133.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
D 20.134.0.0 [90/2323456] via 2.134.0.1, 01:02:50, Serial1/2
D 20.135.0.0 [90/2297856] via 2.134.0.1, 01:02:44, Serial1/2
D EX 20.128.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
D EX 20.130.0.0 [170/2681856] via 2.135.0.2, 01:03:26, Serial1/1
D EX 20.131.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
C 20.136.0.0 is directly connected, Loopback10
D EX 20.137.0.0 [170/2681856] via 2.135.0.2, 00:35:39, Serial1/1
D 192.168.0.0/24 [90/2172416] via 2.134.0.1, 00:55:56, Serial1/2
R8
R8 sh run
Building configuration...
Current configuration : 1783 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R8
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.135.0.1 255.255.0.0
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 2.133.0.2 255.255.0.0
delay 100
serial restart-delay 0
!
interface Serial1/2
ip address 2.134.0.1 255.255.0.0
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 225
variance 2
network 2.133.0.0 0.0.255.255
network 2.134.0.0 0.0.255.255
network 20.135.0.0 0.0.255.255
network 192.168.0.0
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R8 sh ip neighbor
IP-EIGRP neighbors for process 225
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 2.133.0.1 Se1/1 13 02:57:08 26 200 0 76
0 2.134.0.2 Se1/2 10 02:58:32 29 200 0 80
R8 sh ip topology all
IP-EIGRP Topology Table for AS(225)/ID(20.135.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.0.0/24, 1 successors, FD is 28160, serno 103
via Connected, FastEthernet0/0
P 2.130.0.0/16, 1 successors, FD is 2707456, serno 169
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 2.131.0.0/16, 1 successors, FD is 2707456, serno 170
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 2.128.0.0/16, 1 successors, FD is 2707456, serno 93
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 2.129.0.0/16, 1 successors, FD is 2707456, serno 94
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 2.134.0.0/16, 1 successors, FD is 2169856, serno 1
via Connected, Serial1/2
P 2.135.0.0/16, 1 successors, FD is 2681856, serno 60
via 2.134.0.2 (2681856/2169856), Serial1/2
via 2.133.0.1 (2707456/2681856), Serial1/1
P 2.132.0.0/16, 1 successors, FD is 2195456, serno 95
via 2.133.0.1 (2195456/2169856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 2.133.0.0/16, 1 successors, FD is 1683456, serno 90
via Connected, Serial1/1
P 20.132.0.0/16, 1 successors, FD is 2707456, serno 171
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 20.133.0.0/16, 1 successors, FD is 2707456, serno 172
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 20.134.0.0/16, 1 successors, FD is 1811456, serno 98
via 2.133.0.1 (1811456/128256), Serial1/1
P 20.135.0.0/16, 1 successors, FD is 128256, serno 8
via Connected, Loopback10
P 20.128.0.0/16, 1 successors, FD is 2707456, serno 168
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 20.130.0.0/16, 1 successors, FD is 2707456, serno 100
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 20.131.0.0/16, 1 successors, FD is 2707456, serno 173
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
P 20.136.0.0/16, 1 successors, FD is 2297856, serno 9
via 2.134.0.2 (2297856/128256), Serial1/2
P 20.137.0.0/16, 1 successors, FD is 2707456, serno 174
via 2.133.0.1 (2707456/2681856), Serial1/1
via 2.134.0.2 (3193856/2681856), Serial1/2
R8 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
D EX 2.130.0.0 [170/3193856] via 2.134.0.2, 00:45:41, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:41, Serial1/1
D EX 2.131.0.0 [170/3193856] via 2.134.0.2, 00:45:41, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:41, Serial1/1
D EX 2.128.0.0 [170/3193856] via 2.134.0.2, 01:12:10, Serial1/2
[170/2707456] via 2.133.0.1, 01:12:10, Serial1/1
D EX 2.129.0.0 [170/3193856] via 2.134.0.2, 01:12:10, Serial1/2
[170/2707456] via 2.133.0.1, 01:12:10, Serial1/1
C 2.134.0.0 is directly connected, Serial1/2
D 2.135.0.0 [90/2681856] via 2.134.0.2, 01:12:10, Serial1/2
D 2.132.0.0 [90/2195456] via 2.133.0.1, 01:12:10, Serial1/1
C 2.133.0.0 is directly connected, Serial1/1
20.0.0.0/16 is subnetted, 9 subnets
D EX 20.132.0.0 [170/3193856] via 2.134.0.2, 00:45:41, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:41, Serial1/1
D EX 20.133.0.0 [170/3193856] via 2.134.0.2, 00:45:41, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:41, Serial1/1
D 20.134.0.0 [90/1811456] via 2.133.0.1, 01:12:10, Serial1/1
C 20.135.0.0 is directly connected, Loopback10
D EX 20.128.0.0 [170/3193856] via 2.134.0.2, 00:45:42, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:42, Serial1/1
D EX 20.130.0.0 [170/3193856] via 2.134.0.2, 01:12:10, Serial1/2
[170/2707456] via 2.133.0.1, 01:12:10, Serial1/1
D EX 20.131.0.0 [170/3193856] via 2.134.0.2, 00:45:41, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:41, Serial1/1
D 20.136.0.0 [90/2297856] via 2.134.0.2, 01:12:10, Serial1/2
D EX 20.137.0.0 [170/3193856] via 2.134.0.2, 00:45:41, Serial1/2
[170/2707456] via 2.133.0.1, 00:45:41, Serial1/1
C 192.168.0.0/24 is directly connected, FastEthernet0/0
R9
R9 sh run
Building configuration...
Current configuration : 1726 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R9
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.134.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 2.133.0.1 255.255.0.0
serial restart-delay 0
!
interface Serial1/2
ip address 2.132.0.2 255.255.0.0
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
router eigrp 225
network 2.132.0.0 0.0.255.255
network 2.133.0.0 0.0.255.255
network 20.134.0.0 0.0.255.255
no auto-summary
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R9 sh ip neighbor
IP-EIGRP neighbors for process 225
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 2.132.0.1 Se1/2 14 02:48:15 25 200 0 77
0 2.133.0.2 Se1/1 9 02:48:20 26 200 0 71
R9 sh ip topology all
IP-EIGRP Topology Table for AS(225)/ID(20.134.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.0.0/24, 1 successors, FD is 2172416, serno 78
via 2.133.0.2 (2172416/28160), Serial1/1
P 2.130.0.0/16, 1 successors, FD is 2681856, serno 129
via 2.132.0.1 (2681856/2169856), Serial1/2
P 2.131.0.0/16, 1 successors, FD is 2681856, serno 130
via 2.132.0.1 (2681856/2169856), Serial1/2
P 2.128.0.0/16, 1 successors, FD is 2425856, serno 48
via 2.132.0.1 (2681856/2169856), Serial1/2
P 2.129.0.0/16, 1 successors, FD is 2425856, serno 49
via 2.132.0.1 (2681856/2169856), Serial1/2
P 2.134.0.0/16, 1 successors, FD is 2195456, serno 74
via 2.133.0.2 (2681856/2169856), Serial1/1
via 2.132.0.1 (3193856/2681856), Serial1/2
P 2.135.0.0/16, 1 successors, FD is 2425856, serno 50
via 2.132.0.1 (2681856/2169856), Serial1/2
via 2.133.0.2 (3193856/2681856), Serial1/1
P 2.132.0.0/16, 1 successors, FD is 2169856, serno 40
via Connected, Serial1/2
P 2.133.0.0/16, 1 successors, FD is 2169856, serno 72
via Connected, Serial1/1
P 20.132.0.0/16, 1 successors, FD is 2681856, serno 131
via 2.132.0.1 (2681856/2169856), Serial1/2
P 20.133.0.0/16, 1 successors, FD is 2681856, serno 132
via 2.132.0.1 (2681856/2169856), Serial1/2
P 20.134.0.0/16, 1 successors, FD is 128256, serno 7
via Connected, Loopback10
P 20.135.0.0/16, 1 successors, FD is 1811456, serno 75
via 2.133.0.2 (2297856/128256), Serial1/1
P 20.128.0.0/16, 1 successors, FD is 2681856, serno 128
via 2.132.0.1 (2681856/2169856), Serial1/2
P 20.130.0.0/16, 1 successors, FD is 2425856, serno 54
via 2.132.0.1 (2681856/2169856), Serial1/2
P 20.131.0.0/16, 1 successors, FD is 2681856, serno 133
via 2.132.0.1 (2681856/2169856), Serial1/2
P 20.136.0.0/16, 2 successors, FD is 2323456, serno 76
via 2.132.0.1 (2809856/2297856), Serial1/2
via 2.133.0.2 (2809856/2297856), Serial1/1
P 20.137.0.0/16, 1 successors, FD is 2681856, serno 134
via 2.132.0.1 (2681856/2169856), Serial1/2
R9 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/16 is subnetted, 8 subnets
D EX 2.130.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
D EX 2.131.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
D EX 2.128.0.0 [170/2681856] via 2.132.0.1, 01:04:29, Serial1/2
D EX 2.129.0.0 [170/2681856] via 2.132.0.1, 01:04:29, Serial1/2
D 2.134.0.0 [90/2681856] via 2.133.0.2, 01:02:29, Serial1/1
D 2.135.0.0 [90/2681856] via 2.132.0.1, 01:02:29, Serial1/2
C 2.132.0.0 is directly connected, Serial1/2
C 2.133.0.0 is directly connected, Serial1/1
20.0.0.0/16 is subnetted, 9 subnets
D EX 20.132.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
D EX 20.133.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
C 20.134.0.0 is directly connected, Loopback10
D 20.135.0.0 [90/2297856] via 2.133.0.2, 01:02:29, Serial1/1
D EX 20.128.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
D EX 20.130.0.0 [170/2681856] via 2.132.0.1, 01:04:29, Serial1/2
D EX 20.131.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
D 20.136.0.0 [90/2809856] via 2.133.0.2, 01:02:29, Serial1/1
[90/2809856] via 2.132.0.1, 01:02:29, Serial1/2
D EX 20.137.0.0 [170/2681856] via 2.132.0.1, 00:35:24, Serial1/2
D 192.168.0.0/24 [90/2172416] via 2.133.0.2, 00:55:41, Serial1/1
R10
R10 sh run
Building configuration...
Current configuration : 1705 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R10
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.137.0.1 255.255.0.0
!
interface FastEthernet0/0
ip address 2.136.0.2 255.255.0.0
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
ip forward-protocol nd
ip route 2.0.0.0 255.0.0.0 2.136.0.1
ip route 20.0.0.0 255.0.0.0 2.136.0.1
ip route 20.136.0.0 255.255.0.0 2.136.0.3
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R10 sh ip neighbor
R10 sh ip topology all
R10 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
S 2.0.0.0/8 [1/0] via 2.136.0.1
C 2.136.0.0/16 is directly connected, FastEthernet0/0
20.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
S 20.0.0.0/8 [1/0] via 2.136.0.1
S 20.136.0.0/16 [1/0] via 2.136.0.3
C 20.137.0.0/16 is directly connected, Loopback10
R11
R11 sh run
Building configuration...
Current configuration : 1705 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R11
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
no ip icmp rate-limit unreachable
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.136.0.1 255.255.0.0
!
interface FastEthernet0/0
ip address 2.136.0.3 255.255.0.0
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Ethernet2/0
no ip address
shutdown
duplex half
!
interface Ethernet2/1
no ip address
shutdown
duplex half
!
interface Ethernet2/2
no ip address
shutdown
duplex half
!
interface Ethernet2/3
no ip address
shutdown
duplex half
!
ip forward-protocol nd
ip route 2.0.0.0 255.0.0.0 2.136.0.1
ip route 20.0.0.0 255.0.0.0 2.136.0.1
ip route 20.137.0.0 255.255.0.0 2.136.0.2
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R11 sh ip neighbor
R11 sh ip topology all
R11 sh ip router
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
S 2.0.0.0/8 [1/0] via 2.136.0.1
C 2.136.0.0/16 is directly connected, FastEthernet0/0
20.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
S 20.0.0.0/8 [1/0] via 2.136.0.1
C 20.136.0.0/16 is directly connected, Loopback10
S 20.137.0.0/16 [1/0] via 2.136.0.2
'네트워크 및 서버 > 네트워크' 카테고리의 다른 글
HSRP 실습 (0) | 2024.10.17 |
---|---|
EIGRP WIDE TEST LAB(2) (0) | 2024.10.14 |
EIGRP 실습 (0) | 2024.10.08 |
UCMP, EIGRP 인증 실습 (0) | 2024.10.07 |
ECMP/UCMP, EIGRP 인증 (0) | 2024.10.07 |