시나리오
- 클라이언트사에서 자문을 위해 외부 컨설팅 업체를 고용
- 클라이언트사는 여러 지사가 EIGRP망을 통해 연결되어 있다
- 하나의 지사는 여러 부서가 장소별 하나의 router를 사용, 각 router는 RIP를 통해 routing-table을 공유한다.
- Room R7에는 각종 서버가 배치되어 있으며, 컨설팅업체의 임시서버를 함께 배치하였다
- Room R6에서 클라이언트사 직원과 컨설팅업체 직원이 함께 작업한다.
- 컨설팅 업체의 서버는 컨설팅업체 pc만 접근이 가능하다.
- R1, R10, R4에서는 각각 Redistribute
- R4 에서 Menual summary
- RIP metric : 3, Eigrp metric : 1544 2000 255 1 1500
- PC 2, 4, 7은 VLAN 10
- R6, R12는 dot1Q로 캡슐화하여 Inter VLAN설정
- vtp domain : sh.com, vtp password : cisco
- ESW2 : vtp server, spannig tree vlan 1 : priority 4000, spannig tree vlan 10 : priority 4000
ESW3 : vtp client, spannig tree vlan 1 : priority 6000, spannig tree vlan 10 : priority 5000
ESW4 : vtp client, spannig tree vlan 1 : priority 5000, spannig tree vlan 10 : priority 6000
ESW5 : vtp client, spannig tree vlan 1 : priority 7000, spannig tree vlan 10 : priority 7000
R1
R1 sh run
Building configuration...
Current configuration : 2378 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
!
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 20.97.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 multipoint
ip address 20.96.0.1 255.255.0.0
no ip split-horizon eigrp 20
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.96.0.2 102 broadcast
frame-relay map ip 20.96.0.3 103 broadcast
frame-relay map ip 20.96.0.4 104 broadcast
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/1.10 multipoint
ip address 20.106.0.7 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.4 18 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 eigrp 20
redistribute rip metric 1544 2000 255 1 150
network 20.96.0.0 0.0.255.255
network 20.97.0.0 0.0.255.255
no auto-summary
neighbor 20.96.0.2 Serial1/0.10
neighbor 20.96.0.3 Serial1/0.10
neighbor 20.96.0.4 Serial1/0.10
!
router rip
version 2
redistribute eigrp 20 metric 3
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
R1 sh ip protocol
Routing Protocol is "eigrp 20"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 20, rip
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.96.0.0/16
20.97.0.0/16
Routing Information Sources:
Gateway Distance Last Update
20.96.0.4 90 00:06:07
20.96.0.2 90 00:06:08
20.96.0.3 90 00:06:07
Distance: internal 90 external 170
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 21 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: eigrp 20, rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial1/0.10 2 2
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.4 120 00:00:38
Distance: (default is 120)
R1 sh ip neighbor
IP-EIGRP neighbors for process 20
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
2 20.96.0.3 Se1/0.10 136 01:30:35 86 516 0 105
1 20.96.0.2 Se1/0.10 4 01:30:35 67 402 0 44
0 20.96.0.4 Se1/0.10 4 01:30:39 58 348 0 68
R1 sh ip topology all
IP-EIGRP Topology Table for AS(20)/ID(20.97.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 3.3.0.0/24, 1 successors, FD is 2681856, serno 103
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.1.0/24, 1 successors, FD is 2681856, serno 104
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.2.0/24, 1 successors, FD is 2681856, serno 105
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.3.0/24, 1 successors, FD is 2681856, serno 106
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.5.0/24, 1 successors, FD is 2681856, serno 107
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.6.0/24, 1 successors, FD is 2681856, serno 108
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.7.0/24, 1 successors, FD is 2681856, serno 109
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.8.0/24, 1 successors, FD is 2681856, serno 110
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.9.0/24, 1 successors, FD is 2681856, serno 111
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.10.0/24, 1 successors, FD is 2681856, serno 112
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.11.0/24, 1 successors, FD is 2681856, serno 113
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 3.3.12.0/24, 1 successors, FD is 2681856, serno 114
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 20.0.0.0/8, 1 successors, FD is 2297856, serno 11
via 20.96.0.4 (2297856/128256), Serial1/0.10
via 20.96.0.3 (3321856/2809856), Serial1/0.10
P 30.3.4.0/24, 1 successors, FD is 2681856, serno 121
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.4.0.0/16, 1 successors, FD is 2681856, serno 118
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.5.0.0/16, 1 successors, FD is 2681856, serno 120
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.3.1.0/24, 1 successors, FD is 2681856, serno 115
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.2.0.0/16, 1 successors, FD is 2681856, serno 102
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.4.6.0/24, 1 successors, FD is 2681856, serno 100
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.3.0.0/24, 1 successors, FD is 2681856, serno 116
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.6.6.0/24, 1 successors, FD is 2681856, serno 119
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.3.3.0/24, 1 successors, FD is 2681856, serno 117
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.1.0.0/16, 1 successors, FD is 2681856, serno 101
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 30.3.2.0/24, 1 successors, FD is 2681856, serno 99
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
P 20.116.0.0/16, 1 successors, FD is 2169856, serno 24
via Redistributed (2169856/0)
P 20.118.0.0/16, 1 successors, FD is 2169856, serno 25
via Redistributed (2169856/0)
P 20.119.0.0/16, 1 successors, FD is 2169856, serno 33
via Redistributed (2169856/0)
P 20.112.0.0/16, 1 successors, FD is 2169856, serno 20
via Redistributed (2169856/0)
P 20.113.0.0/16, 1 successors, FD is 2169856, serno 21
via Redistributed (2169856/0)
P 20.114.0.0/16, 1 successors, FD is 2169856, serno 22
via Redistributed (2169856/0)
P 20.115.0.0/16, 1 successors, FD is 2169856, serno 23
via Redistributed (2169856/0)
P 20.120.0.0/16, 1 successors, FD is 2169856, serno 36
via Redistributed (2169856/0)
P 20.100.0.0/16, 1 successors, FD is 2297856, serno 13
via 20.96.0.3 (2297856/128256), Serial1/0.10
P 20.96.0.0/16, 1 successors, FD is 2169856, serno 10
via Connected, Serial1/0.10
via 20.96.0.3 (2681856/2169856), Serial1/0.10
P 20.97.0.0/16, 1 successors, FD is 128256, serno 3
via Connected, Loopback10
via 20.96.0.3 (2809856/2297856), Serial1/0.10
P 20.98.0.0/16, 1 successors, FD is 2297856, serno 12
via 20.96.0.2 (2297856/128256), Serial1/0.10
via 20.96.0.3 (3321856/2809856), Serial1/0.10
P 20.108.0.0/16, 1 successors, FD is 2169856, serno 19
via Redistributed (2169856/0)
P 20.109.0.0/16, 1 successors, FD is 2169856, serno 16
via Redistributed (2169856/0)
P 20.110.0.0/16, 1 successors, FD is 2169856, serno 17
via Redistributed (2169856/0)
P 20.106.0.0/16, 1 successors, FD is 2169856, serno 14
via Redistributed (2169856/0)
P 20.107.0.0/16, 1 successors, FD is 2169856, serno 15
via Redistributed (2169856/0)
P 30.1.136.0/21, 1 successors, FD is 2681856, serno 98
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.3 (3705856/3193856), Serial1/0.10
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
3.0.0.0/24 is subnetted, 12 subnets
D EX 3.3.0.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.1.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.2.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.3.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.5.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.6.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.7.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.8.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.9.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.10.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.11.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 3.3.12.0 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
D 20.0.0.0/8 [90/2297856] via 20.96.0.4, 01:29:06, Serial1/0.10
R 20.116.0.0/16 [120/4] via 20.106.0.6, 00:00:38, Serial1/1.10
R 20.118.0.0/16 [120/4] via 20.106.0.6, 00:00:38, Serial1/1.10
R 20.119.0.0/16 [120/2] via 20.106.0.2, 00:00:38, Serial1/1.10
R 20.112.0.0/16 [120/2] via 20.106.0.6, 00:00:39, Serial1/1.10
R 20.113.0.0/16 [120/2] via 20.106.0.6, 00:00:39, Serial1/1.10
R 20.114.0.0/16 [120/4] via 20.106.0.6, 00:00:39, Serial1/1.10
R 20.115.0.0/16 [120/4] via 20.106.0.6, 00:00:38, Serial1/1.10
R 20.120.0.0/16 [120/2] via 20.106.0.2, 00:00:38, Serial1/1.10
D 20.100.0.0/16 [90/2297856] via 20.96.0.3, 01:30:33, Serial1/0.10
C 20.96.0.0/16 is directly connected, Serial1/0.10
C 20.97.0.0/16 is directly connected, Loopback10
D 20.98.0.0/16 [90/2297856] via 20.96.0.2, 01:29:06, Serial1/0.10
R 20.108.0.0/16 [120/2] via 20.106.0.2, 00:00:39, Serial1/1.10
R 20.109.0.0/16 [120/2] via 20.106.0.3, 00:00:39, Serial1/1.10
R 20.110.0.0/16 [120/1] via 20.106.0.4, 00:00:39, Serial1/1.10
C 20.106.0.0/16 is directly connected, Serial1/1.10
R 20.107.0.0/16 [120/2] via 20.106.0.1, 00:00:39, Serial1/1.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
D EX 30.3.4.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.4.0.0/16 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.5.0.0/16 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.4.6.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.3.1.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.2.0.0/16 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.3.0.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.6.6.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.3.3.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.3.2.0/24 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.1.0.0/16 [170/2681856] via 20.96.0.4, 00:06:08, Serial1/0.10
D EX 30.1.136.0/21 [170/2681856] via 20.96.0.4, 00:06:09, Serial1/0.10
R2
R2 sh run
Building configuration...
Current configuration : 1922 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.98.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 20.96.0.2 255.255.0.0
snmp trap link-status
frame-relay interface-dlci 210
!
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 20
network 20.96.0.0 0.0.255.255
network 20.98.0.0 0.0.255.255
no auto-summary
neighbor 20.96.0.1 Serial1/0.10
neighbor 20.96.0.3 Serial1/0.10
neighbor 20.96.0.4 Serial1/0.10
!
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 protocol
Routing Protocol is "eigrp 20"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 20
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.96.0.0/16
20.98.0.0/16
Routing Information Sources:
Gateway Distance Last Update
20.96.0.4 90 00:05:18
20.96.0.1 90 00:05:18
Distance: internal 90 external 170
R2 sh ip neighbor
IP-EIGRP neighbors for process 20
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 20.96.0.1 Se1/0.10 147 00:59:50 116 696 0 50
0 20.96.0.4 Se1/0.10 3 00:59:50 101 606 0 68
R2 sh ip topology all
IP-EIGRP Topology Table for AS(20)/ID(20.98.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 3.3.0.0/24, 1 successors, FD is 2681856, serno 101
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.1.0/24, 1 successors, FD is 2681856, serno 102
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.2.0/24, 1 successors, FD is 2681856, serno 103
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.3.0/24, 1 successors, FD is 2681856, serno 104
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.5.0/24, 1 successors, FD is 2681856, serno 105
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.6.0/24, 1 successors, FD is 2681856, serno 106
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.7.0/24, 1 successors, FD is 2681856, serno 107
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.8.0/24, 1 successors, FD is 2681856, serno 108
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.9.0/24, 1 successors, FD is 2681856, serno 109
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.10.0/24, 1 successors, FD is 2681856, serno 110
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.11.0/24, 1 successors, FD is 2681856, serno 111
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.12.0/24, 1 successors, FD is 2681856, serno 112
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 20.0.0.0/8, 1 successors, FD is 2297856, serno 12
via 20.96.0.4 (2297856/128256), Serial1/0.10
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 30.3.4.0/24, 1 successors, FD is 2681856, serno 119
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.4.0.0/16, 1 successors, FD is 2681856, serno 116
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.5.0.0/16, 1 successors, FD is 2681856, serno 118
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.1.0/24, 1 successors, FD is 2681856, serno 113
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.2.0.0/16, 1 successors, FD is 2681856, serno 100
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.4.6.0/24, 1 successors, FD is 2681856, serno 98
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.0.0/24, 1 successors, FD is 2681856, serno 114
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.6.6.0/24, 1 successors, FD is 2681856, serno 117
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.3.0/24, 1 successors, FD is 2681856, serno 115
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.1.0.0/16, 1 successors, FD is 2681856, serno 99
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.2.0/24, 1 successors, FD is 2681856, serno 97
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 20.116.0.0/16, 1 successors, FD is 2681856, serno 24
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.118.0.0/16, 1 successors, FD is 2681856, serno 25
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.119.0.0/16, 1 successors, FD is 2681856, serno 32
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.112.0.0/16, 1 successors, FD is 2681856, serno 20
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.113.0.0/16, 1 successors, FD is 2681856, serno 21
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.114.0.0/16, 1 successors, FD is 2681856, serno 22
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.115.0.0/16, 1 successors, FD is 2681856, serno 23
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.120.0.0/16, 1 successors, FD is 2681856, serno 34
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.100.0.0/16, 1 successors, FD is 2809856, serno 13
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 20.96.0.0/16, 1 successors, FD is 2169856, serno 9
via Connected, Serial1/0.10
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.97.0.0/16, 1 successors, FD is 2297856, serno 10
via 20.96.0.1 (2297856/128256), Serial1/0.10
P 20.98.0.0/16, 1 successors, FD is 128256, serno 2
via Connected, Loopback10
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 20.108.0.0/16, 1 successors, FD is 2681856, serno 19
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.109.0.0/16, 1 successors, FD is 2681856, serno 16
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.110.0.0/16, 1 successors, FD is 2681856, serno 17
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.106.0.0/16, 1 successors, FD is 2681856, serno 14
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.107.0.0/16, 1 successors, FD is 2681856, serno 15
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 30.1.136.0/21, 1 successors, FD is 2681856, serno 96
via 20.96.0.4 (2681856/2169856), Serial1/0.10
via 20.96.0.1 (3193856/2681856), Serial1/0.10
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
3.0.0.0/24 is subnetted, 12 subnets
D EX 3.3.0.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.1.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.2.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.3.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.5.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.6.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.7.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.8.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.9.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.10.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.11.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 3.3.12.0 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
D 20.0.0.0/8 [90/2297856] via 20.96.0.4, 00:59:49, Serial1/0.10
D EX 20.116.0.0/16 [170/2681856] via 20.96.0.1, 00:57:14, Serial1/0.10
D EX 20.118.0.0/16 [170/2681856] via 20.96.0.1, 00:57:14, Serial1/0.10
D EX 20.119.0.0/16 [170/2681856] via 20.96.0.1, 00:43:09, Serial1/0.10
D EX 20.112.0.0/16 [170/2681856] via 20.96.0.1, 00:57:14, Serial1/0.10
D EX 20.113.0.0/16 [170/2681856] via 20.96.0.1, 00:57:14, Serial1/0.10
D EX 20.114.0.0/16 [170/2681856] via 20.96.0.1, 00:57:14, Serial1/0.10
D EX 20.115.0.0/16 [170/2681856] via 20.96.0.1, 00:57:14, Serial1/0.10
D EX 20.120.0.0/16 [170/2681856] via 20.96.0.1, 00:42:04, Serial1/0.10
D 20.100.0.0/16 [90/2809856] via 20.96.0.1, 00:59:49, Serial1/0.10
C 20.96.0.0/16 is directly connected, Serial1/0.10
D 20.97.0.0/16 [90/2297856] via 20.96.0.1, 00:59:49, Serial1/0.10
C 20.98.0.0/16 is directly connected, Loopback10
D EX 20.108.0.0/16 [170/2681856] via 20.96.0.1, 00:57:37, Serial1/0.10
D EX 20.109.0.0/16 [170/2681856] via 20.96.0.1, 00:58:20, Serial1/0.10
D EX 20.110.0.0/16 [170/2681856] via 20.96.0.1, 00:58:20, Serial1/0.10
D EX 20.106.0.0/16 [170/2681856] via 20.96.0.1, 00:58:20, Serial1/0.10
D EX 20.107.0.0/16 [170/2681856] via 20.96.0.1, 00:58:20, Serial1/0.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
D EX 30.3.4.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.4.0.0/16 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.5.0.0/16 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.4.6.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.3.1.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.2.0.0/16 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.3.0.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.6.6.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.3.3.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.3.2.0/24 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.1.0.0/16 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
D EX 30.1.136.0/21 [170/2681856] via 20.96.0.4, 00:05:19, Serial1/0.10
R3
R3 sh run
Building configuration...
Current configuration : 1980 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.100.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 multipoint
ip address 20.96.0.3 255.255.0.0
no ip split-horizon eigrp 20
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.96.0.1 310 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 20
network 20.96.0.0 0.0.255.255
network 20.100.0.0 0.0.255.255
no auto-summary
neighbor 20.96.0.1 Serial1/0.10
neighbor 20.96.0.2 Serial1/0.10
neighbor 20.96.0.4 Serial1/0.10
!
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
R3 sh ip protocol
Routing Protocol is "eigrp 20"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 20
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.96.0.0/16
20.100.0.0/16
Routing Information Sources:
Gateway Distance Last Update
20.96.0.1 90 00:05:34
Distance: internal 90 external 170
R3 sh ip neighbor
IP-EIGRP neighbors for process 20
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 20.96.0.2 Se1/0.10 11 00:00:54 1 5000 1 0
0 20.96.0.4 Se1/0.10 8 00:00:55 1 5000 1 0
2 20.96.0.1 Se1/0.10 135 00:58:06 70 420 0 50
R3 sh ip topology all
IP-EIGRP Topology Table for AS(20)/ID(20.100.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 3.3.0.0/24, 1 successors, FD is 3193856, serno 39
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.1.0/24, 1 successors, FD is 3193856, serno 40
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.2.0/24, 1 successors, FD is 3193856, serno 41
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.3.0/24, 1 successors, FD is 3193856, serno 42
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.5.0/24, 1 successors, FD is 3193856, serno 43
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.6.0/24, 1 successors, FD is 3193856, serno 44
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.7.0/24, 1 successors, FD is 3193856, serno 45
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.8.0/24, 1 successors, FD is 3193856, serno 46
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.9.0/24, 1 successors, FD is 3193856, serno 47
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.10.0/24, 1 successors, FD is 3193856, serno 48
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.11.0/24, 1 successors, FD is 3193856, serno 49
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 3.3.12.0/24, 1 successors, FD is 3193856, serno 50
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 20.0.0.0/8, 1 successors, FD is 2809856, serno 11
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 30.3.4.0/24, 1 successors, FD is 3193856, serno 57
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.4.0.0/16, 1 successors, FD is 3193856, serno 54
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.5.0.0/16, 1 successors, FD is 3193856, serno 56
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.1.0/24, 1 successors, FD is 3193856, serno 51
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.2.0.0/16, 1 successors, FD is 3193856, serno 38
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.4.6.0/24, 1 successors, FD is 3193856, serno 36
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.0.0/24, 1 successors, FD is 3193856, serno 52
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.6.6.0/24, 1 successors, FD is 3193856, serno 55
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.3.0/24, 1 successors, FD is 3193856, serno 53
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.1.0.0/16, 1 successors, FD is 3193856, serno 37
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 30.3.2.0/24, 1 successors, FD is 3193856, serno 35
via 20.96.0.1 (3193856/2681856), Serial1/0.10
P 20.116.0.0/16, 1 successors, FD is 2681856, serno 21
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.118.0.0/16, 1 successors, FD is 2681856, serno 22
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.119.0.0/16, 1 successors, FD is 2681856, serno 27
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.112.0.0/16, 1 successors, FD is 2681856, serno 17
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.113.0.0/16, 1 successors, FD is 2681856, serno 18
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.114.0.0/16, 1 successors, FD is 2681856, serno 19
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.115.0.0/16, 1 successors, FD is 2681856, serno 20
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.120.0.0/16, 1 successors, FD is 2681856, serno 30
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.100.0.0/16, 1 successors, FD is 128256, serno 2
via Connected, Loopback10
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 20.96.0.0/16, 1 successors, FD is 2169856, serno 8
via Connected, Serial1/0.10
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.97.0.0/16, 1 successors, FD is 2297856, serno 10
via 20.96.0.1 (2297856/128256), Serial1/0.10
P 20.98.0.0/16, 1 successors, FD is 2809856, serno 9
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 20.108.0.0/16, 1 successors, FD is 2681856, serno 16
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.109.0.0/16, 1 successors, FD is 2681856, serno 14
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.110.0.0/16, 1 successors, FD is 2681856, serno 15
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.106.0.0/16, 1 successors, FD is 2681856, serno 12
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.107.0.0/16, 1 successors, FD is 2681856, serno 13
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 30.1.136.0/21, 1 successors, FD is 3193856, serno 34
via 20.96.0.1 (3193856/2681856), Serial1/0.10
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
3.0.0.0/24 is subnetted, 12 subnets
D EX 3.3.0.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.1.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.2.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.3.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.5.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.6.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.7.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.8.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.9.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.10.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.11.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 3.3.12.0 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
D 20.0.0.0/8 [90/2809856] via 20.96.0.1, 00:58:04, Serial1/0.10
D EX 20.116.0.0/16 [170/2681856] via 20.96.0.1, 00:55:33, Serial1/0.10
D EX 20.118.0.0/16 [170/2681856] via 20.96.0.1, 00:55:33, Serial1/0.10
D EX 20.119.0.0/16 [170/2681856] via 20.96.0.1, 00:41:55, Serial1/0.10
D EX 20.112.0.0/16 [170/2681856] via 20.96.0.1, 00:55:33, Serial1/0.10
D EX 20.113.0.0/16 [170/2681856] via 20.96.0.1, 00:55:33, Serial1/0.10
D EX 20.114.0.0/16 [170/2681856] via 20.96.0.1, 00:55:33, Serial1/0.10
D EX 20.115.0.0/16 [170/2681856] via 20.96.0.1, 00:55:33, Serial1/0.10
D EX 20.120.0.0/16 [170/2681856] via 20.96.0.1, 00:40:52, Serial1/0.10
C 20.100.0.0/16 is directly connected, Loopback10
C 20.96.0.0/16 is directly connected, Serial1/0.10
D 20.97.0.0/16 [90/2297856] via 20.96.0.1, 00:58:04, Serial1/0.10
D 20.98.0.0/16 [90/2809856] via 20.96.0.1, 00:58:05, Serial1/0.10
D EX 20.108.0.0/16 [170/2681856] via 20.96.0.1, 00:55:56, Serial1/0.10
D EX 20.109.0.0/16 [170/2681856] via 20.96.0.1, 00:56:38, Serial1/0.10
D EX 20.110.0.0/16 [170/2681856] via 20.96.0.1, 00:56:38, Serial1/0.10
D EX 20.106.0.0/16 [170/2681856] via 20.96.0.1, 00:56:38, Serial1/0.10
D EX 20.107.0.0/16 [170/2681856] via 20.96.0.1, 00:56:38, Serial1/0.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
D EX 30.3.4.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.4.0.0/16 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.5.0.0/16 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.4.6.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.3.1.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.2.0.0/16 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.3.0.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.6.6.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.3.3.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.3.2.0/24 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.1.0.0/16 [170/3193856] via 20.96.0.1, 00:05:34, Serial1/0.10
D EX 30.1.136.0/21 [170/3193856] via 20.96.0.1, 00:05:35, Serial1/0.10
R4
R4 sh run
Building configuration...
Current configuration : 2303 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.101.0.1 255.255.0.0
!
interface FastEthernet0/0
ip address 20.102.0.1 255.255.0.0
ip summary-address eigrp 100 20.96.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 point-to-point
ip address 20.96.0.4 255.255.0.0
ip summary-address eigrp 20 20.0.0.0 255.0.0.0 5
snmp trap link-status
frame-relay interface-dlci 410
!
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 20.103.0.1 255.255.0.0
ip summary-address eigrp 100 20.96.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 100
redistribute eigrp 20 metric 1544 2000 255 1 150
network 20.102.0.0 0.0.255.255
network 20.103.0.0 0.0.255.255
no auto-summary
!
router eigrp 20
redistribute eigrp 100 metric 1544 2000 255 1 150
network 20.96.0.0 0.0.255.255
network 20.101.0.0 0.0.255.255
no auto-summary
neighbor 20.96.0.1 Serial1/0.10
neighbor 20.96.0.2 Serial1/0.10
neighbor 20.96.0.3 Serial1/0.10
!
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
R4 sh ip protocol
Routing Protocol is "eigrp 100"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 100, eigrp 20
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Address Summarization:
20.96.0.0/11 for FastEthernet0/0, Ethernet2/0
Summarizing with metric 28160
Maximum path: 4
Routing for Networks:
20.102.0.0/16
20.103.0.0/16
Routing Information Sources:
Gateway Distance Last Update
(this router) 90 01:01:20
20.102.0.2 90 00:18:53
20.103.0.2 90 00:05:25
Distance: internal 90 external 170
Routing Protocol is "eigrp 20"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 100, eigrp 20
EIGRP NSF-aware route hold timer is 240s
Automatic network summarization is not in effect
Address Summarization:
20.0.0.0/8 for Serial1/0.10
Summarizing with metric 128256
Maximum path: 4
Routing for Networks:
20.96.0.0/16
20.101.0.0/16
Routing Information Sources:
Gateway Distance Last Update
(this router) 90 00:59:38
20.96.0.1 90 00:41:49
20.96.0.2 90 00:41:48
Distance: internal 90 external 170
R4 sh ip neighbor
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 20.103.0.2 Et2/0 2 01:01:21 104 624 0 159
0 20.102.0.2 Fa0/0 12 01:01:21 95 570 0 72
IP-EIGRP neighbors for process 20
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 20.96.0.2 Se1/0.10 3 00:59:36 187 1122 0 44
0 20.96.0.1 Se1/0.10 141 00:59:41 118 708 0 50
R4 sh ip topology all
IP-EIGRP Topology Table for AS(100)/ID(20.101.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 3.3.0.0/24, 1 successors, FD is 2402816, serno 223
via 20.103.0.2 (2402816/2377216), Ethernet2/0
P 3.3.1.0/24, 1 successors, FD is 2402816, serno 224
via 20.103.0.2 (2402816/2377216), Ethernet2/0
P 3.3.2.0/24, 1 successors, FD is 2402816, serno 225
via 20.103.0.2 (2402816/2377216), Ethernet2/0
P 3.3.3.0/24, 1 successors, FD is 488960, serno 226
via 20.103.0.2 (488960/463360), Ethernet2/0
P 3.3.5.0/24, 1 successors, FD is 2277376, serno 227
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.6.0/24, 1 successors, FD is 2277376, serno 228
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.7.0/24, 1 successors, FD is 2277376, serno 229
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.8.0/24, 1 successors, FD is 2277376, serno 230
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.9.0/24, 1 successors, FD is 2277376, serno 231
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.10.0/24, 1 successors, FD is 2277376, serno 232
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.11.0/24, 1 successors, FD is 2277376, serno 233
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 3.3.12.0/24, 1 successors, FD is 2277376, serno 234
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 20.0.0.0/8, 1 successors, FD is 2169856, serno 26
via Redistributed (2169856/0)
P 30.3.4.0/24, 1 successors, FD is 2277376, serno 241
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 30.4.0.0/16, 1 successors, FD is 514560, serno 238
via 20.103.0.2 (514560/488960), Ethernet2/0
P 30.5.0.0/16, 1 successors, FD is 540160, serno 240
via 20.103.0.2 (540160/514560), Ethernet2/0
P 30.3.1.0/24, 1 successors, FD is 2277376, serno 235
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 30.2.0.0/16, 1 successors, FD is 2249216, serno 222
via 20.103.0.2 (2249216/2223616), Ethernet2/0
P 30.4.6.0/24, 1 successors, FD is 386560, serno 220
via 20.103.0.2 (386560/360960), Ethernet2/0
P 30.3.0.0/24, 1 successors, FD is 2274816, serno 236
via 20.103.0.2 (2274816/2249216), Ethernet2/0
P 30.6.6.0/24, 1 successors, FD is 437760, serno 239
via 20.103.0.2 (437760/412160), Ethernet2/0
P 30.3.3.0/24, 1 successors, FD is 2277376, serno 237
via 20.103.0.2 (2277376/2251776), Ethernet2/0
P 30.1.0.0/16, 1 successors, FD is 437760, serno 221
via 20.103.0.2 (437760/412160), Ethernet2/0
P 30.3.2.0/24, 1 successors, FD is 360960, serno 219
via 20.103.0.2 (360960/335360), Ethernet2/0
P 20.64.0.0/11, 1 successors, FD is 284160, serno 92
via 20.102.0.2 (284160/281600), FastEthernet0/0
P 20.116.0.0/16, 1 successors, FD is 2169856, serno 42
via Redistributed (2169856/0)
P 20.118.0.0/16, 1 successors, FD is 2169856, serno 43
via Redistributed (2169856/0)
P 20.119.0.0/16, 1 successors, FD is 2169856, serno 58
via Redistributed (2169856/0)
P 20.112.0.0/16, 1 successors, FD is 2169856, serno 38
via Redistributed (2169856/0)
P 20.113.0.0/16, 1 successors, FD is 2169856, serno 39
via Redistributed (2169856/0)
P 20.114.0.0/16, 1 successors, FD is 2169856, serno 40
via Redistributed (2169856/0)
P 20.115.0.0/16, 1 successors, FD is 2169856, serno 41
via Redistributed (2169856/0)
P 20.120.0.0/16, 1 successors, FD is 2169856, serno 60
via Redistributed (2169856/0)
P 20.100.0.0/16, 1 successors, FD is 2169856, serno 29
via Redistributed (2169856/0)
P 20.101.0.0/16, 1 successors, FD is 2169856, serno 2
via Redistributed (2169856/0)
P 20.102.0.0/16, 1 successors, FD is 28160, serno 4
via Connected, FastEthernet0/0
P 20.103.0.0/16, 1 successors, FD is 281600, serno 5
via Connected, Ethernet2/0
P 20.96.0.0/16, 1 successors, FD is 2169856, serno 25
via Redistributed (2169856/0)
P 20.96.0.0/11, 1 successors, FD is 28160, serno 6
via Summary (28160/0), Null0
P 20.97.0.0/16, 1 successors, FD is 2169856, serno 27
via Redistributed (2169856/0)
P 20.98.0.0/16, 1 successors, FD is 2169856, serno 28
via Redistributed (2169856/0)
P 20.108.0.0/16, 1 successors, FD is 2169856, serno 37
via Redistributed (2169856/0)
P 20.109.0.0/16, 1 successors, FD is 2169856, serno 33
via Redistributed (2169856/0)
P 20.110.0.0/16, 1 successors, FD is 2169856, serno 34
via Redistributed (2169856/0)
P 20.106.0.0/16, 1 successors, FD is 2169856, serno 31
via Redistributed (2169856/0)
P 20.107.0.0/16, 1 successors, FD is 2169856, serno 32
via Redistributed (2169856/0)
P 20.156.0.0/16, 1 successors, FD is 409600, serno 16
via 20.103.0.2 (409600/128256), Ethernet2/0
P 20.157.0.0/16, 1 successors, FD is 2835456, serno 61
via 20.103.0.2 (2835456/2809856), Ethernet2/0
P 20.158.0.0/16, 1 successors, FD is 2323456, serno 62
via 20.103.0.2 (2323456/2297856), Ethernet2/0
P 20.159.0.0/16, 1 successors, FD is 2323456, serno 63
via 20.103.0.2 (2323456/2297856), Ethernet2/0
P 20.129.0.0/16, 1 successors, FD is 2195456, serno 64
via 20.103.0.2 (2195456/2169856), Ethernet2/0
P 20.130.0.0/16, 1 successors, FD is 2707456, serno 65
via 20.103.0.2 (2707456/2681856), Ethernet2/0
P 30.1.136.0/21, 1 successors, FD is 309760, serno 218
via 20.103.0.2 (309760/284160), Ethernet2/0
P 20.131.0.0/16, 1 successors, FD is 284160, serno 17
via 20.103.0.2 (284160/28160), Ethernet2/0
P 20.160.0.0/11, 1 successors, FD is 1711616, serno 216
via 20.103.0.2 (1711616/1686016), Ethernet2/0
IP-EIGRP Topology Table for AS(20)/ID(20.101.0.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 3.3.0.0/24, 1 successors, FD is 2169856, serno 185
via Redistributed (2169856/0)
P 3.3.1.0/24, 1 successors, FD is 2169856, serno 186
via Redistributed (2169856/0)
P 3.3.2.0/24, 1 successors, FD is 2169856, serno 187
via Redistributed (2169856/0)
P 3.3.3.0/24, 1 successors, FD is 2169856, serno 188
via Redistributed (2169856/0)
P 3.3.5.0/24, 1 successors, FD is 2169856, serno 189
via Redistributed (2169856/0)
P 3.3.6.0/24, 1 successors, FD is 2169856, serno 190
via Redistributed (2169856/0)
P 3.3.7.0/24, 1 successors, FD is 2169856, serno 191
via Redistributed (2169856/0)
P 3.3.8.0/24, 1 successors, FD is 2169856, serno 192
via Redistributed (2169856/0)
P 3.3.9.0/24, 1 successors, FD is 2169856, serno 193
via Redistributed (2169856/0)
P 3.3.10.0/24, 1 successors, FD is 2169856, serno 194
via Redistributed (2169856/0)
P 3.3.11.0/24, 1 successors, FD is 2169856, serno 195
via Redistributed (2169856/0)
P 3.3.12.0/24, 1 successors, FD is 2169856, serno 196
via Redistributed (2169856/0)
P 20.0.0.0/8, 1 successors, FD is 128256, serno 33
via Summary (128256/0), Null0
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 30.3.4.0/24, 1 successors, FD is 2169856, serno 203
via Redistributed (2169856/0)
P 30.4.0.0/16, 1 successors, FD is 2169856, serno 200
via Redistributed (2169856/0)
P 30.5.0.0/16, 1 successors, FD is 2169856, serno 202
via Redistributed (2169856/0)
P 30.3.1.0/24, 1 successors, FD is 2169856, serno 197
via Redistributed (2169856/0)
P 30.2.0.0/16, 1 successors, FD is 2169856, serno 184
via Redistributed (2169856/0)
P 30.4.6.0/24, 1 successors, FD is 2169856, serno 182
via Redistributed (2169856/0)
P 30.3.0.0/24, 1 successors, FD is 2169856, serno 198
via Redistributed (2169856/0)
P 30.6.6.0/24, 1 successors, FD is 2169856, serno 201
via Redistributed (2169856/0)
P 30.3.3.0/24, 1 successors, FD is 2169856, serno 199
via Redistributed (2169856/0)
P 30.1.0.0/16, 1 successors, FD is 2169856, serno 183
via Redistributed (2169856/0)
P 30.3.2.0/24, 1 successors, FD is 2169856, serno 181
via Redistributed (2169856/0)
P 20.64.0.0/11, 1 successors, FD is 2169856, serno 81
via Redistributed (2169856/0)
P 20.116.0.0/16, 1 successors, FD is 2681856, serno 48
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.118.0.0/16, 1 successors, FD is 2681856, serno 49
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.119.0.0/16, 1 successors, FD is 2681856, serno 61
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.112.0.0/16, 1 successors, FD is 2681856, serno 44
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.113.0.0/16, 1 successors, FD is 2681856, serno 45
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.114.0.0/16, 1 successors, FD is 2681856, serno 46
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.115.0.0/16, 1 successors, FD is 2681856, serno 47
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.120.0.0/16, 1 successors, FD is 2681856, serno 63
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.100.0.0/16, 1 successors, FD is 2809856, serno 36
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 20.101.0.0/16, 1 successors, FD is 128256, serno 4
via Connected, Loopback10
P 20.102.0.0/16, 1 successors, FD is 2169856, serno 27
via Redistributed (2169856/0)
P 20.103.0.0/16, 1 successors, FD is 2169856, serno 28
via Redistributed (2169856/0)
P 20.96.0.0/16, 1 successors, FD is 2169856, serno 32
via Connected, Serial1/0.10
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.96.0.0/11, 1 successors, FD is 2169856, serno 29
via Redistributed (2169856/0)
P 20.97.0.0/16, 1 successors, FD is 2297856, serno 34
via 20.96.0.1 (2297856/128256), Serial1/0.10
P 20.98.0.0/16, 1 successors, FD is 2297856, serno 35
via 20.96.0.2 (2297856/128256), Serial1/0.10
via 20.96.0.1 (2809856/2297856), Serial1/0.10
P 20.108.0.0/16, 1 successors, FD is 2681856, serno 43
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.109.0.0/16, 1 successors, FD is 2681856, serno 40
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.110.0.0/16, 1 successors, FD is 2681856, serno 41
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.106.0.0/16, 1 successors, FD is 2681856, serno 38
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.107.0.0/16, 1 successors, FD is 2681856, serno 39
via 20.96.0.1 (2681856/2169856), Serial1/0.10
P 20.156.0.0/16, 1 successors, FD is 2169856, serno 30
via Redistributed (2169856/0)
P 20.157.0.0/16, 1 successors, FD is 2169856, serno 64
via Redistributed (2169856/0)
P 20.158.0.0/16, 1 successors, FD is 2169856, serno 65
via Redistributed (2169856/0)
P 20.159.0.0/16, 1 successors, FD is 2169856, serno 66
via Redistributed (2169856/0)
P 20.129.0.0/16, 1 successors, FD is 2169856, serno 67
via Redistributed (2169856/0)
P 20.130.0.0/16, 1 successors, FD is 2169856, serno 68
via Redistributed (2169856/0)
P 30.1.136.0/21, 1 successors, FD is 2169856, serno 180
via Redistributed (2169856/0)
P 20.131.0.0/16, 1 successors, FD is 2169856, serno 31
via Redistributed (2169856/0)
P 20.160.0.0/11, 1 successors, FD is 2169856, serno 179
via Redistributed (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
3.0.0.0/24 is subnetted, 12 subnets
D EX 3.3.0.0 [170/2402816] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.1.0 [170/2402816] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.2.0 [170/2402816] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.3.0 [170/488960] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.5.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.6.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.7.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.8.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.9.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.10.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.11.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 3.3.12.0 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
20.0.0.0/8 is variably subnetted, 31 subnets, 3 masks
D 20.0.0.0/8 is a summary, 00:59:39, Null0
D 20.64.0.0/11 [90/284160] via 20.102.0.2, 00:34:32, FastEthernet0/0
D EX 20.116.0.0/16 [170/2681856] via 20.96.0.1, 00:56:58, Serial1/0.10
D EX 20.118.0.0/16 [170/2681856] via 20.96.0.1, 00:56:58, Serial1/0.10
D EX 20.119.0.0/16 [170/2681856] via 20.96.0.1, 00:42:54, Serial1/0.10
D EX 20.112.0.0/16 [170/2681856] via 20.96.0.1, 00:56:58, Serial1/0.10
D EX 20.113.0.0/16 [170/2681856] via 20.96.0.1, 00:56:58, Serial1/0.10
D EX 20.114.0.0/16 [170/2681856] via 20.96.0.1, 00:56:58, Serial1/0.10
D EX 20.115.0.0/16 [170/2681856] via 20.96.0.1, 00:56:58, Serial1/0.10
D EX 20.120.0.0/16 [170/2681856] via 20.96.0.1, 00:41:49, Serial1/0.10
D 20.100.0.0/16 [90/2809856] via 20.96.0.1, 00:59:35, Serial1/0.10
C 20.101.0.0/16 is directly connected, Loopback10
C 20.102.0.0/16 is directly connected, FastEthernet0/0
C 20.103.0.0/16 is directly connected, Ethernet2/0
C 20.96.0.0/16 is directly connected, Serial1/0.10
D 20.96.0.0/11 is a summary, 01:01:21, Null0
D 20.97.0.0/16 [90/2297856] via 20.96.0.1, 00:59:40, Serial1/0.10
D 20.98.0.0/16 [90/2297856] via 20.96.0.2, 00:59:35, Serial1/0.10
D EX 20.108.0.0/16 [170/2681856] via 20.96.0.1, 00:57:21, Serial1/0.10
D EX 20.109.0.0/16 [170/2681856] via 20.96.0.1, 00:58:06, Serial1/0.10
D EX 20.110.0.0/16 [170/2681856] via 20.96.0.1, 00:58:06, Serial1/0.10
D EX 20.106.0.0/16 [170/2681856] via 20.96.0.1, 00:58:06, Serial1/0.10
D EX 20.107.0.0/16 [170/2681856] via 20.96.0.1, 00:58:06, Serial1/0.10
D 20.156.0.0/16 [90/409600] via 20.103.0.2, 01:01:19, Ethernet2/0
D EX 20.157.0.0/16 [170/2835456] via 20.103.0.2, 00:41:04, Ethernet2/0
D EX 20.158.0.0/16 [170/2323456] via 20.103.0.2, 00:41:04, Ethernet2/0
D EX 20.159.0.0/16 [170/2323456] via 20.103.0.2, 00:41:04, Ethernet2/0
D EX 20.129.0.0/16 [170/2195456] via 20.103.0.2, 00:41:04, Ethernet2/0
D EX 20.130.0.0/16 [170/2707456] via 20.103.0.2, 00:41:04, Ethernet2/0
D 20.131.0.0/16 [90/284160] via 20.103.0.2, 01:01:19, Ethernet2/0
D 20.160.0.0/11 [90/1711616] via 20.103.0.2, 00:27:22, Ethernet2/0
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
D EX 30.3.4.0/24 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D 30.4.0.0/16 [90/514560] via 20.103.0.2, 00:05:26, Ethernet2/0
D 30.5.0.0/16 [90/540160] via 20.103.0.2, 00:05:26, Ethernet2/0
D 30.4.6.0/24 [90/386560] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 30.3.1.0/24 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D 30.2.0.0/16 [90/2249216] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 30.3.0.0/24 [170/2274816] via 20.103.0.2, 00:05:26, Ethernet2/0
D 30.6.6.0/24 [90/437760] via 20.103.0.2, 00:05:26, Ethernet2/0
D EX 30.3.3.0/24 [170/2277376] via 20.103.0.2, 00:05:26, Ethernet2/0
D 30.3.2.0/24 [90/360960] via 20.103.0.2, 00:05:27, Ethernet2/0
D 30.1.0.0/16 [90/437760] via 20.103.0.2, 00:05:27, Ethernet2/0
D 30.1.136.0/21 [90/309760] via 20.103.0.2, 00:05:27, Ethernet2/0
R5
R7 sh run
Building configuration...
Current configuration : 1813 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.107.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 20.106.0.1 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.4 58 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 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 protocol
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 24 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.4 120 00:00:13
Distance: (default is 120)
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
3.0.0.0/24 is subnetted, 12 subnets
R 3.3.0.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.1.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.2.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.3.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.5.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.6.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.7.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.8.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.9.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.10.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.11.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 3.3.12.0 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
R 20.0.0.0/8 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 20.116.0.0/16 [120/4] via 20.106.0.6, 00:00:13, Serial1/1.10
R 20.118.0.0/16 [120/4] via 20.106.0.6, 00:00:13, Serial1/1.10
R 20.119.0.0/16 [120/2] via 20.106.0.2, 00:00:13, Serial1/1.10
R 20.112.0.0/16 [120/2] via 20.106.0.6, 00:00:13, Serial1/1.10
R 20.113.0.0/16 [120/2] via 20.106.0.6, 00:00:13, Serial1/1.10
R 20.114.0.0/16 [120/4] via 20.106.0.6, 00:00:13, Serial1/1.10
R 20.115.0.0/16 [120/4] via 20.106.0.6, 00:00:13, Serial1/1.10
R 20.120.0.0/16 [120/2] via 20.106.0.2, 00:00:13, Serial1/1.10
R 20.100.0.0/16 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 20.96.0.0/16 [120/2] via 20.106.0.7, 00:00:13, Serial1/1.10
R 20.97.0.0/16 [120/2] via 20.106.0.7, 00:00:13, Serial1/1.10
R 20.98.0.0/16 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 20.108.0.0/16 [120/2] via 20.106.0.2, 00:00:13, Serial1/1.10
R 20.109.0.0/16 [120/2] via 20.106.0.3, 00:00:13, Serial1/1.10
R 20.110.0.0/16 [120/1] via 20.106.0.4, 00:00:13, Serial1/1.10
C 20.106.0.0/16 is directly connected, Serial1/1.10
C 20.107.0.0/16 is directly connected, Loopback10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
R 30.3.4.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.4.0.0/16 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.5.0.0/16 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.4.6.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.3.1.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.2.0.0/16 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.3.0.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.6.6.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.3.3.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.3.2.0/24 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.1.0.0/16 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R 30.1.136.0/21 [120/4] via 20.106.0.7, 00:00:13, Serial1/1.10
R6
R8 sh run
Building configuration...
Current configuration : 1988 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.108.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
duplex half
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 20.119.0.1 255.255.0.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 20.120.0.1 255.255.0.0
!
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 20.106.0.2 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.4 68 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 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 protocol
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 18 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
FastEthernet0/0.1 2 2
FastEthernet0/0.10 2 2
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.4 120 00:00:11
Distance: (default is 120)
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
3.0.0.0/24 is subnetted, 12 subnets
R 3.3.0.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.1.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.2.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.3.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.5.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.6.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.7.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.8.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.9.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.10.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.11.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 3.3.12.0 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
R 20.0.0.0/8 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 20.116.0.0/16 [120/4] via 20.106.0.6, 00:00:11, Serial1/1.10
R 20.118.0.0/16 [120/4] via 20.106.0.6, 00:00:11, Serial1/1.10
C 20.119.0.0/16 is directly connected, FastEthernet0/0.1
R 20.112.0.0/16 [120/2] via 20.106.0.6, 00:00:11, Serial1/1.10
R 20.113.0.0/16 [120/2] via 20.106.0.6, 00:00:11, Serial1/1.10
R 20.114.0.0/16 [120/4] via 20.106.0.6, 00:00:11, Serial1/1.10
R 20.115.0.0/16 [120/4] via 20.106.0.6, 00:00:11, Serial1/1.10
C 20.120.0.0/16 is directly connected, FastEthernet0/0.10
R 20.100.0.0/16 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 20.96.0.0/16 [120/2] via 20.106.0.7, 00:00:11, Serial1/1.10
R 20.97.0.0/16 [120/2] via 20.106.0.7, 00:00:11, Serial1/1.10
R 20.98.0.0/16 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
C 20.108.0.0/16 is directly connected, Loopback10
R 20.109.0.0/16 [120/2] via 20.106.0.3, 00:00:11, Serial1/1.10
R 20.110.0.0/16 [120/1] via 20.106.0.4, 00:00:11, Serial1/1.10
C 20.106.0.0/16 is directly connected, Serial1/1.10
R 20.107.0.0/16 [120/2] via 20.106.0.1, 00:00:11, Serial1/1.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
R 30.3.4.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.4.0.0/16 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.5.0.0/16 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.4.6.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.3.1.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.2.0.0/16 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.3.0.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.6.6.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.3.3.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.3.2.0/24 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.1.0.0/16 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R 30.1.136.0/21 [120/4] via 20.106.0.7, 00:00:11, Serial1/1.10
R7
R9 sh run
Building configuration...
Current configuration : 1813 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.109.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 20.106.0.3 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.4 78 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 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
R7 sh ip protocol
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 25 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.4 120 00:00:19
Distance: (default is 120)
R7 sh ip neighbor
R7 sh ip topology all
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
3.0.0.0/24 is subnetted, 12 subnets
R 3.3.0.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.1.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.2.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.3.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.5.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.6.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.7.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.8.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.9.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.10.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.11.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 3.3.12.0 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
R 20.0.0.0/8 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 20.116.0.0/16 [120/4] via 20.106.0.6, 00:00:19, Serial1/1.10
R 20.118.0.0/16 [120/4] via 20.106.0.6, 00:00:19, Serial1/1.10
R 20.119.0.0/16 [120/2] via 20.106.0.2, 00:00:19, Serial1/1.10
R 20.112.0.0/16 [120/2] via 20.106.0.6, 00:00:19, Serial1/1.10
R 20.113.0.0/16 [120/2] via 20.106.0.6, 00:00:19, Serial1/1.10
R 20.114.0.0/16 [120/4] via 20.106.0.6, 00:00:19, Serial1/1.10
R 20.115.0.0/16 [120/4] via 20.106.0.6, 00:00:19, Serial1/1.10
R 20.120.0.0/16 [120/2] via 20.106.0.2, 00:00:19, Serial1/1.10
R 20.100.0.0/16 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 20.96.0.0/16 [120/2] via 20.106.0.7, 00:00:19, Serial1/1.10
R 20.97.0.0/16 [120/2] via 20.106.0.7, 00:00:19, Serial1/1.10
R 20.98.0.0/16 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 20.108.0.0/16 [120/2] via 20.106.0.2, 00:00:19, Serial1/1.10
C 20.109.0.0/16 is directly connected, Loopback10
R 20.110.0.0/16 [120/1] via 20.106.0.4, 00:00:19, Serial1/1.10
C 20.106.0.0/16 is directly connected, Serial1/1.10
R 20.107.0.0/16 [120/2] via 20.106.0.1, 00:00:19, Serial1/1.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
R 30.3.4.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.4.0.0/16 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.5.0.0/16 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.4.6.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.3.1.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.2.0.0/16 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.3.0.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.6.6.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.3.3.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.3.2.0/24 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.1.0.0/16 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R 30.1.136.0/21 [120/4] via 20.106.0.7, 00:00:19, Serial1/1.10
R8
R10 sh run
Building configuration...
Current configuration : 2059 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.110.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/0.10
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/1.10 multipoint
ip address 20.106.0.4 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.7 81 broadcast
frame-relay map ip 20.106.0.6 810 broadcast
frame-relay map ip 20.106.0.2 86 broadcast
frame-relay map ip 20.106.0.1 85 broadcast
frame-relay map ip 20.106.0.3 87 broadcast
frame-relay map ip 20.106.0.5 89 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 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
R8 sh ip protocol
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 11 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.6 120 00:00:22
20.106.0.7 120 00:00:21
20.106.0.5 120 00:00:21
20.106.0.2 120 00:00:27
20.106.0.3 120 00:00:05
20.106.0.1 120 00:00:09
Distance: (default is 120)
R8 sh ip neighbor
R8 sh ip topology all
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
3.0.0.0/24 is subnetted, 12 subnets
R 3.3.0.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.1.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.2.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.3.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.5.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.6.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.7.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.8.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.9.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.10.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.11.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 3.3.12.0 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
R 20.0.0.0/8 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 20.116.0.0/16 [120/3] via 20.106.0.6, 00:00:22, Serial1/1.10
R 20.118.0.0/16 [120/3] via 20.106.0.6, 00:00:22, Serial1/1.10
R 20.119.0.0/16 [120/1] via 20.106.0.2, 00:00:28, Serial1/1.10
R 20.112.0.0/16 [120/1] via 20.106.0.6, 00:00:22, Serial1/1.10
R 20.113.0.0/16 [120/1] via 20.106.0.6, 00:00:22, Serial1/1.10
R 20.114.0.0/16 [120/3] via 20.106.0.6, 00:00:22, Serial1/1.10
R 20.115.0.0/16 [120/3] via 20.106.0.6, 00:00:22, Serial1/1.10
R 20.120.0.0/16 [120/1] via 20.106.0.2, 00:00:28, Serial1/1.10
R 20.100.0.0/16 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 20.96.0.0/16 [120/1] via 20.106.0.7, 00:00:21, Serial1/1.10
R 20.97.0.0/16 [120/1] via 20.106.0.7, 00:00:21, Serial1/1.10
R 20.98.0.0/16 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 20.108.0.0/16 [120/1] via 20.106.0.2, 00:00:28, Serial1/1.10
R 20.109.0.0/16 [120/1] via 20.106.0.3, 00:00:05, Serial1/1.10
C 20.110.0.0/16 is directly connected, Loopback10
C 20.106.0.0/16 is directly connected, Serial1/1.10
R 20.107.0.0/16 [120/1] via 20.106.0.1, 00:00:09, Serial1/1.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
R 30.3.4.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.4.0.0/16 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.5.0.0/16 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.4.6.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.3.1.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.2.0.0/16 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.3.0.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.6.6.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.3.3.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.3.2.0/24 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.1.0.0/16 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R 30.1.136.0/21 [120/3] via 20.106.0.7, 00:00:21, Serial1/1.10
R9
R11 sh run
Building configuration...
Current configuration : 1813 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.110.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 20.106.0.5 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.4 98 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 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
R9 sh ip protocol
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 7 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.4 120 00:00:22
Distance: (default is 120)
R9 sh ip neighbor
R9 sh ip topology all
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
3.0.0.0/24 is subnetted, 12 subnets
R 3.3.0.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.1.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.2.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.3.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.5.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.6.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.7.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.8.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.9.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.10.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.11.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 3.3.12.0 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
R 20.0.0.0/8 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 20.116.0.0/16 [120/4] via 20.106.0.6, 00:00:23, Serial1/1.10
R 20.118.0.0/16 [120/4] via 20.106.0.6, 00:00:23, Serial1/1.10
R 20.119.0.0/16 [120/2] via 20.106.0.2, 00:00:23, Serial1/1.10
R 20.112.0.0/16 [120/2] via 20.106.0.6, 00:00:23, Serial1/1.10
R 20.113.0.0/16 [120/2] via 20.106.0.6, 00:00:23, Serial1/1.10
R 20.114.0.0/16 [120/4] via 20.106.0.6, 00:00:23, Serial1/1.10
R 20.115.0.0/16 [120/4] via 20.106.0.6, 00:00:23, Serial1/1.10
R 20.120.0.0/16 [120/2] via 20.106.0.2, 00:00:23, Serial1/1.10
R 20.100.0.0/16 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 20.96.0.0/16 [120/2] via 20.106.0.7, 00:00:23, Serial1/1.10
R 20.97.0.0/16 [120/2] via 20.106.0.7, 00:00:23, Serial1/1.10
R 20.98.0.0/16 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 20.108.0.0/16 [120/2] via 20.106.0.2, 00:00:23, Serial1/1.10
R 20.109.0.0/16 [120/2] via 20.106.0.3, 00:00:23, Serial1/1.10
C 20.110.0.0/16 is directly connected, Loopback10
C 20.106.0.0/16 is directly connected, Serial1/1.10
R 20.107.0.0/16 [120/2] via 20.106.0.1, 00:00:23, Serial1/1.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
R 30.3.4.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.4.0.0/16 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.5.0.0/16 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.4.6.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.3.1.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.2.0.0/16 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.3.0.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.6.6.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.3.3.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.3.2.0/24 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.1.0.0/16 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R 30.1.136.0/21 [120/4] via 20.106.0.7, 00:00:23, Serial1/1.10
R10
R12 sh run
Building configuration...
Current configuration : 2027 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.112.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
ip address 20.113.0.1 255.255.0.0
serial restart-delay 0
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/1.10 multipoint
ip address 20.106.0.6 255.255.0.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 20.106.0.4 108 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
redistribute static metric 3
network 20.0.0.0
no auto-summary
!
ip forward-protocol nd
ip route 20.114.0.0 255.255.0.0 20.113.0.2
ip route 20.115.0.0 255.255.0.0 20.113.0.2
ip route 20.116.0.0 255.255.0.0 20.113.0.2
ip route 20.118.0.0 255.255.0.0 20.113.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
R10 sh ip protocol
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 28 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: static, rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial1/0 2 2
Serial1/1.10 2 2
Loopback10 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
20.0.0.0
Routing Information Sources:
Gateway Distance Last Update
20.106.0.4 120 00:00:24
Distance: (default is 120)
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
3.0.0.0/24 is subnetted, 12 subnets
R 3.3.0.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.1.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.2.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.3.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.5.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.6.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.7.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.8.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.9.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.10.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.11.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 3.3.12.0 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
20.0.0.0/8 is variably subnetted, 18 subnets, 2 masks
R 20.0.0.0/8 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
S 20.116.0.0/16 [1/0] via 20.113.0.2
S 20.118.0.0/16 [1/0] via 20.113.0.2
R 20.119.0.0/16 [120/2] via 20.106.0.2, 00:00:24, Serial1/1.10
C 20.112.0.0/16 is directly connected, Loopback10
C 20.113.0.0/16 is directly connected, Serial1/0
S 20.114.0.0/16 [1/0] via 20.113.0.2
S 20.115.0.0/16 [1/0] via 20.113.0.2
R 20.120.0.0/16 [120/2] via 20.106.0.2, 00:00:24, Serial1/1.10
R 20.100.0.0/16 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
R 20.96.0.0/16 [120/2] via 20.106.0.7, 00:00:24, Serial1/1.10
R 20.97.0.0/16 [120/2] via 20.106.0.7, 00:00:24, Serial1/1.10
R 20.98.0.0/16 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
R 20.108.0.0/16 [120/2] via 20.106.0.2, 00:00:24, Serial1/1.10
R 20.109.0.0/16 [120/2] via 20.106.0.3, 00:00:25, Serial1/1.10
R 20.110.0.0/16 [120/1] via 20.106.0.4, 00:00:25, Serial1/1.10
C 20.106.0.0/16 is directly connected, Serial1/1.10
R 20.107.0.0/16 [120/2] via 20.106.0.1, 00:00:25, Serial1/1.10
30.0.0.0/8 is variably subnetted, 12 subnets, 3 masks
R 30.3.4.0/24 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.4.0.0/16 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.5.0.0/16 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.4.6.0/24 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.3.1.0/24 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.2.0.0/16 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
R 30.3.0.0/24 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.6.6.0/24 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.3.3.0/24 [120/6] via 20.106.0.7, 00:00:00, Serial1/1.10
R 30.3.2.0/24 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
R 30.1.0.0/16 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
R 30.1.136.0/21 [120/4] via 20.106.0.7, 00:00:24, Serial1/1.10
R11
R13 sh run
Building configuration...
Current configuration : 1721 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.114.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
ip address 20.113.0.2 255.255.0.0
serial restart-delay 0
!
interface Serial1/1
ip address 20.115.0.1 255.255.0.0
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 0.0.0.0 0.0.0.0 20.113.0.1
ip route 20.116.0.0 255.255.0.0 20.115.0.2
ip route 20.118.0.0 255.255.0.0 20.115.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 protocol
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 20.113.0.1 to network 0.0.0.0
20.0.0.0/16 is subnetted, 5 subnets
S 20.116.0.0 [1/0] via 20.115.0.2
S 20.118.0.0 [1/0] via 20.115.0.2
C 20.113.0.0 is directly connected, Serial1/0
C 20.114.0.0 is directly connected, Loopback10
C 20.115.0.0 is directly connected, Serial1/1
S* 0.0.0.0/0 [1/0] via 20.113.0.1
R12
R14 sh run
Building configuration...
Current configuration : 1800 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R12
!
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.116.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
duplex half
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 20.117.0.1 255.255.0.0
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 20.118.0.1 255.255.0.0
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 20.115.0.2 255.255.0.0
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 0.0.0.0 0.0.0.0 20.115.0.1
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
R12 sh ip protocol
R12 sh ip neighbor
R12 sh ip topology all
R12 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 20.115.0.1 to network 0.0.0.0
20.0.0.0/16 is subnetted, 4 subnets
C 20.116.0.0 is directly connected, Loopback10
C 20.117.0.0 is directly connected, FastEthernet0/0.1
C 20.118.0.0 is directly connected, FastEthernet0/0.10
C 20.115.0.0 is directly connected, Serial1/1
S* 0.0.0.0/0 [1/0] via 20.115.0.1
ESW1
R15 sh run
Building configuration...
Current configuration : 2601 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:vlan.dat
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
duplex full
speed 100
!
interface FastEthernet1/1
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/2
duplex full
speed 100
!
interface FastEthernet1/3
duplex full
speed 100
!
interface FastEthernet1/4
duplex full
speed 100
!
interface FastEthernet1/5
duplex full
speed 100
!
interface FastEthernet1/6
duplex full
speed 100
!
interface FastEthernet1/7
duplex full
speed 100
!
interface FastEthernet1/8
duplex full
speed 100
!
interface FastEthernet1/9
duplex full
speed 100
!
interface FastEthernet1/10
duplex full
speed 100
!
interface FastEthernet1/11
duplex full
speed 100
!
interface FastEthernet1/12
duplex full
speed 100
!
interface FastEthernet1/13
duplex full
speed 100
!
interface FastEthernet1/14
switchport access vlan 10
duplex full
speed 100
!
interface FastEthernet1/15
duplex full
speed 100
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C
***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex
To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config
To view existing vlans use the command "show vlan-switch brief"
Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************
^C
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
ESW2
R16 sh run
Building configuration...
Current configuration : 2720 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree vlan 1 priority 4000
spanning-tree vlan 10 priority 4000
vtp file nvram:vlan.dat
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
duplex full
speed 100
!
interface FastEthernet1/1
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/2
duplex full
speed 100
!
interface FastEthernet1/3
duplex full
speed 100
!
interface FastEthernet1/4
duplex full
speed 100
!
interface FastEthernet1/5
duplex full
speed 100
!
interface FastEthernet1/6
duplex full
speed 100
!
interface FastEthernet1/7
duplex full
speed 100
!
interface FastEthernet1/8
duplex full
speed 100
!
interface FastEthernet1/9
duplex full
speed 100
!
interface FastEthernet1/10
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/11
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/12
duplex full
speed 100
!
interface FastEthernet1/13
duplex full
speed 100
!
interface FastEthernet1/14
switchport access vlan 10
duplex full
speed 100
!
interface FastEthernet1/15
duplex full
speed 100
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C
***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex
To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config
To view existing vlans use the command "show vlan-switch brief"
Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************
^C
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
ESW3
R17 sh run
Building configuration...
Current configuration : 2670 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree vlan 1 priority 6000
spanning-tree vlan 10 priority 5000
vtp file nvram:vlan.dat
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
duplex full
speed 100
!
interface FastEthernet1/1
duplex full
speed 100
!
interface FastEthernet1/2
duplex full
speed 100
!
interface FastEthernet1/3
duplex full
speed 100
!
interface FastEthernet1/4
duplex full
speed 100
!
interface FastEthernet1/5
duplex full
speed 100
!
interface FastEthernet1/6
duplex full
speed 100
!
interface FastEthernet1/7
duplex full
speed 100
!
interface FastEthernet1/8
duplex full
speed 100
!
interface FastEthernet1/9
duplex full
speed 100
!
interface FastEthernet1/10
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/11
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/12
duplex full
speed 100
!
interface FastEthernet1/13
duplex full
speed 100
!
interface FastEthernet1/14
duplex full
speed 100
!
interface FastEthernet1/15
duplex full
speed 100
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C
***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex
To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config
To view existing vlans use the command "show vlan-switch brief"
Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************
^C
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
ESW4
R18 sh run
Building configuration...
Current configuration : 2670 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree vlan 1 priority 5000
spanning-tree vlan 10 priority 6000
vtp file nvram:vlan.dat
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
duplex full
speed 100
!
interface FastEthernet1/1
duplex full
speed 100
!
interface FastEthernet1/2
duplex full
speed 100
!
interface FastEthernet1/3
duplex full
speed 100
!
interface FastEthernet1/4
duplex full
speed 100
!
interface FastEthernet1/5
duplex full
speed 100
!
interface FastEthernet1/6
duplex full
speed 100
!
interface FastEthernet1/7
duplex full
speed 100
!
interface FastEthernet1/8
duplex full
speed 100
!
interface FastEthernet1/9
duplex full
speed 100
!
interface FastEthernet1/10
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/11
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/12
duplex full
speed 100
!
interface FastEthernet1/13
duplex full
speed 100
!
interface FastEthernet1/14
duplex full
speed 100
!
interface FastEthernet1/15
duplex full
speed 100
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C
***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex
To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config
To view existing vlans use the command "show vlan-switch brief"
Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************
^C
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
ESW5
R19 sh run
Building configuration...
Current configuration : 2697 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service dhcp
!
hostname ESW5
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip routing
no ip icmp rate-limit unreachable
no ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree vlan 1 priority 7000
spanning-tree vlan 10 priority 7000
vtp file nvram:vlan.dat
!
!
ip tcp synwait-time 5
!
!
!
!
!
interface FastEthernet0/0
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description *** Unused for Layer2 EtherSwitch ***
no ip address
no ip route-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
duplex full
speed 100
!
interface FastEthernet1/1
duplex full
speed 100
!
interface FastEthernet1/2
duplex full
speed 100
!
interface FastEthernet1/3
duplex full
speed 100
!
interface FastEthernet1/4
duplex full
speed 100
!
interface FastEthernet1/5
duplex full
speed 100
!
interface FastEthernet1/6
duplex full
speed 100
!
interface FastEthernet1/7
duplex full
speed 100
!
interface FastEthernet1/8
duplex full
speed 100
!
interface FastEthernet1/9
duplex full
speed 100
!
interface FastEthernet1/10
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/11
switchport mode trunk
duplex full
speed 100
!
interface FastEthernet1/12
duplex full
speed 100
!
interface FastEthernet1/13
duplex full
speed 100
!
interface FastEthernet1/14
switchport access vlan 10
duplex full
speed 100
!
interface FastEthernet1/15
duplex full
speed 100
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner exec ^C
***************************************************************
This is a normal Router with a SW module inside (NM-16ESW)
It has been preconfigured with hard coded speed and duplex
To create vlans use the command "vlan database" from exec mode
After creating all desired vlans use "exit" to apply the config
To view existing vlans use the command "show vlan-switch brief"
Warning: You are using an old IOS image for this router.
Please update the IOS to enable the "macro" command!
***************************************************************
^C
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
'네트워크 및 서버 > 네트워크' 카테고리의 다른 글
MHSRP 실습 및 HSRP 패킷 (0) | 2024.10.17 |
---|---|
HSRP 실습 (0) | 2024.10.17 |
EIGRP WIDE TEST LAB (0) | 2024.10.10 |
EIGRP 실습 (0) | 2024.10.08 |
UCMP, EIGRP 인증 실습 (0) | 2024.10.07 |