- frame-relay 설정(no splite-horizen으로 라우팅 프로토콜 사용.)
- eigrp 사용, R1<-->R2는 RIP사용
- neighbor 수동 설정
conf t
router eigrp [AS]
neighbor [Neighbor IP] [Out Interface]
- R1 --> R2 Passiv interface설정
- 10.1.136.0/21 eigrp key chain 설정
- R2에서 1.1.128.0/22, 1.1.148.0/22 static routing 설정
- R2 EIGRP에서 static Redistribute (metric : 1544 2000 255 1 1500)
- Redistribute-list로 1.1.128.0/22 deny
R1
더보기
R1 sh run
Building configuration...
Current configuration : 1756 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 1.1.128.1 255.255.252.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 10.1.128.1 255.255.248.0
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
ip address 10.1.152.1 255.255.248.0
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 1
passive-interface Serial1/1
network 1.1.128.0 0.0.3.255
network 10.1.128.0 0.0.7.255
no auto-summary
!
router rip
network 10.0.0.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R1 sh ip neighbor
IP-EIGRP neighbors for process 1
R1 sh ip topology
IP-EIGRP Topology Table for AS(1)/ID(1.1.128.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.1.128.0/22, 1 successors, FD is 128256
via Connected, Loopback10
P 10.1.128.0/21, 1 successors, FD is 2169856
via Connected, Serial1/1
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
1.0.0.0/22 is subnetted, 1 subnets
C 1.1.128.0 is directly connected, Loopback10
10.0.0.0/21 is subnetted, 2 subnets
C 10.1.128.0 is directly connected, Serial1/1
C 10.1.152.0 is directly connected, Serial1/3
R2
더보기
R2 sh run
Building configuration...
Current configuration : 2365 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
!
!
key chain test
key 1
key-string pw
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 1.1.132.1 255.255.252.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 10.1.136.1 255.255.248.0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 test
no ip split-horizon
snmp trap link-status
frame-relay map ip 10.1.136.3 25 broadcast
frame-relay map ip 10.1.136.2 23 broadcast
!
interface Serial1/1
ip address 10.1.128.2 255.255.248.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
!
router eigrp 1
redistribute static metric 1544 2000 255 1 1500
network 1.1.132.0 0.0.3.255
network 10.1.128.0 0.0.7.255
network 10.1.136.0 0.0.7.255
distribute-list 10 out Serial1/0.10
no auto-summary
neighbor 10.1.136.3 Serial1/0.10
neighbor 10.1.136.2 Serial1/0.10
!
ip forward-protocol nd
ip route 1.1.128.0 255.255.252.0 10.1.128.1
ip route 1.1.148.0 255.255.252.0 10.1.128.1
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
access-list 10 deny 1.1.128.0 0.0.3.255
access-list 10 permit any
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R2 sh ip neighbor
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.1.136.3 Se1/0.10 13 00:48:07 52 312 0 96
0 10.1.136.2 Se1/0.10 12 00:49:04 41 246 0 91
R2 sh ip topology
IP-EIGRP Topology Table for AS(1)/ID(1.1.132.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.0.0.0/8, 1 successors, FD is 2297856
via 10.1.136.3 (2297856/128256), Serial1/0.10
P 1.1.128.0/22, 1 successors, FD is 2169856
via Rstatic (2169856/0)
P 10.1.136.0/21, 1 successors, FD is 2169856
via Connected, Serial1/0.10
P 1.1.132.0/22, 1 successors, FD is 128256
via Connected, Loopback10
P 1.1.136.0/22, 1 successors, FD is 2297856
via 10.1.136.2 (2297856/128256), Serial1/0.10
P 10.1.128.0/21, 1 successors, FD is 2169856
via Connected, Serial1/1
P 1.1.140.0/22, 1 successors, FD is 2809856
via 10.1.136.2 (2809856/2297856), Serial1/0.10
P 1.1.148.0/22, 1 successors, FD is 2169856
via Rstatic (2169856/0)
P 10.1.144.0/21, 2 successors, FD is 2681856
via 10.1.136.2 (2681856/2169856), Serial1/0.10
via 10.1.136.3 (2681856/2169856), 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
1.0.0.0/8 is variably subnetted, 6 subnets, 2 masks
D 1.0.0.0/8 [90/2297856] via 10.1.136.3, 00:48:05, Serial1/0.10
S 1.1.128.0/22 [1/0] via 10.1.128.1
C 1.1.132.0/22 is directly connected, Loopback10
D 1.1.136.0/22 [90/2297856] via 10.1.136.2, 00:49:03, Serial1/0.10
D 1.1.140.0/22 [90/2809856] via 10.1.136.2, 00:49:03, Serial1/0.10
S 1.1.148.0/22 [1/0] via 10.1.128.1
10.0.0.0/21 is subnetted, 3 subnets
C 10.1.136.0 is directly connected, Serial1/0.10
C 10.1.128.0 is directly connected, Serial1/1
D 10.1.144.0 [90/2681856] via 10.1.136.3, 00:48:05, Serial1/0.10
[90/2681856] via 10.1.136.2, 00:48:05, Serial1/0.10
R3
더보기
R3 sh run
Building configuration...
Current configuration : 2284 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
!
!
key chain test
key 1
key-string pw
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 1.1.136.1 255.255.252.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 10.1.136.2 255.255.248.0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 test
no ip split-horizon
snmp trap link-status
frame-relay interface-dlci 32
!
interface Serial1/0.20 point-to-point
ip address 10.1.144.2 255.255.248.0
no ip split-horizon
snmp trap link-status
frame-relay interface-dlci 34
!
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 1
network 1.1.136.0 0.0.3.255
network 10.1.136.0 0.0.7.255
network 10.1.144.0 0.0.7.255
no auto-summary
neighbor 10.1.136.1 Serial1/0.10
neighbor 10.1.136.3 Serial1/0.10
neighbor 10.1.144.1 Serial1/0.20
neighbor 10.1.144.3 Serial1/0.20
!
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 neighbor
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.1.136.3 Se1/0.10 11 00:48:09 67 402 0 95
0 10.1.136.1 Se1/0.10 128 00:49:07 66 396 0 65
3 10.1.144.1 Se1/0.20 164 01:23:18 31 200 0 43
2 10.1.144.3 Se1/0.20 13 01:36:27 64 384 0 97
R3 sh ip topology
IP-EIGRP Topology Table for AS(1)/ID(1.1.136.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.0.0.0/8, 2 successors, FD is 2297856
via 10.1.136.3 (2297856/128256), Serial1/0.10
via 10.1.144.3 (2297856/128256), Serial1/0.20
P 10.1.136.0/21, 1 successors, FD is 2169856
via Connected, Serial1/0.10
P 1.1.132.0/22, 1 successors, FD is 2297856
via 10.1.136.1 (2297856/128256), Serial1/0.10
P 1.1.136.0/22, 1 successors, FD is 128256
via Connected, Loopback10
P 10.1.128.0/21, 1 successors, FD is 2681856
via 10.1.136.1 (2681856/2169856), Serial1/0.10
P 1.1.140.0/22, 1 successors, FD is 2297856
via 10.1.144.1 (2297856/128256), Serial1/0.20
P 1.1.148.0/22, 1 successors, FD is 2681856
via 10.1.136.1 (2681856/2169856), Serial1/0.10
P 10.1.144.0/21, 1 successors, FD is 2169856
via Connected, Serial1/0.20
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
1.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
D 1.0.0.0/8 [90/2297856] via 10.1.144.3, 00:48:07, Serial1/0.20
[90/2297856] via 10.1.136.3, 00:48:07, Serial1/0.10
D 1.1.132.0/22 [90/2297856] via 10.1.136.1, 00:14:51, Serial1/0.10
C 1.1.136.0/22 is directly connected, Loopback10
D 1.1.140.0/22 [90/2297856] via 10.1.144.1, 01:23:18, Serial1/0.20
D EX 1.1.148.0/22 [170/2681856] via 10.1.136.1, 00:14:51, Serial1/0.10
10.0.0.0/21 is subnetted, 3 subnets
C 10.1.136.0 is directly connected, Serial1/0.10
D 10.1.128.0 [90/2681856] via 10.1.136.1, 00:48:07, Serial1/0.10
C 10.1.144.0 is directly connected, Serial1/0.20
R4
더보기
R4 sh run
Building configuration...
Current configuration : 1962 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 1.1.140.1 255.255.252.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 10.1.144.1 255.255.248.0
no ip split-horizon
snmp trap link-status
frame-relay map ip 10.1.144.3 45 broadcast
frame-relay map ip 10.1.144.2 43 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 1
network 1.1.140.0 0.0.3.255
network 10.1.144.0 0.0.7.255
no auto-summary
neighbor 10.1.144.3 Serial1/0.10
neighbor 10.1.144.2 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 neighbor
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.1.144.2 Se1/0.10 12 01:23:21 37 222 0 88
0 10.1.144.3 Se1/0.10 10 01:36:24 38 228 0 94
R4 sh ip topology
IP-EIGRP Topology Table for AS(1)/ID(1.1.140.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.0.0.0/8, 1 successors, FD is 2297856
via 10.1.144.3 (2297856/128256), Serial1/0.10
P 10.1.136.0/21, 2 successors, FD is 2681856
via 10.1.144.2 (2681856/2169856), Serial1/0.10
via 10.1.144.3 (2681856/2169856), Serial1/0.10
P 1.1.132.0/22, 1 successors, FD is 2809856
via 10.1.144.2 (2809856/2297856), Serial1/0.10
P 1.1.136.0/22, 1 successors, FD is 2297856
via 10.1.144.2 (2297856/128256), Serial1/0.10
P 10.1.128.0/21, 2 successors, FD is 3193856
via 10.1.144.2 (3193856/2681856), Serial1/0.10
via 10.1.144.3 (3193856/2681856), Serial1/0.10
P 1.1.140.0/22, 1 successors, FD is 128256
via Connected, Loopback10
P 1.1.148.0/22, 1 successors, FD is 3193856
via 10.1.144.2 (3193856/2681856), Serial1/0.10
P 10.1.144.0/21, 1 successors, FD is 2169856
via Connected, Serial1/0.10
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
1.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
D 1.0.0.0/8 [90/2297856] via 10.1.144.3, 01:36:22, Serial1/0.10
D 1.1.132.0/22 [90/2809856] via 10.1.144.2, 00:14:53, Serial1/0.10
D 1.1.136.0/22 [90/2297856] via 10.1.144.2, 01:23:21, Serial1/0.10
C 1.1.140.0/22 is directly connected, Loopback10
D EX 1.1.148.0/22 [170/3193856] via 10.1.144.2, 00:14:53, Serial1/0.10
10.0.0.0/21 is subnetted, 3 subnets
D 10.1.136.0 [90/2681856] via 10.1.144.3, 01:23:21, Serial1/0.10
[90/2681856] via 10.1.144.2, 01:23:21, Serial1/0.10
D 10.1.128.0 [90/3193856] via 10.1.144.3, 00:48:10, Serial1/0.10
[90/3193856] via 10.1.144.2, 00:48:10, Serial1/0.10
C 10.1.144.0 is directly connected, Serial1/0.10
R5
더보기
R5 sh run
Building configuration...
Current configuration : 2281 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
!
!
key chain test
key 1
key-string pw
!
voice dsp waitstate 0
!
!
!
!
!
!
!
!
!
!
!
!
!
memory-size iomem 0
archive
log config
hidekeys
!
!
!
!
!
ip tcp synwait-time 5
!
!
!
!
interface Loopback10
ip address 1.1.144.1 255.255.252.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 10.1.136.3 255.255.248.0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 test
no ip split-horizon
snmp trap link-status
frame-relay interface-dlci 52
!
interface Serial1/0.20 point-to-point
ip address 10.1.144.3 255.255.248.0
no ip split-horizon
snmp trap link-status
frame-relay interface-dlci 54
!
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 1
network 1.1.144.0 0.0.3.255
network 10.1.136.0 0.0.7.255
network 10.1.144.0 0.0.7.255
auto-summary
neighbor 10.1.136.2 Serial1/0.10
neighbor 10.1.136.1 Serial1/0.10
neighbor 10.1.144.1 Serial1/0.20
neighbor 10.1.144.2 Serial1/0.20
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
logging alarm informational
no cdp log mismatch duplex
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp fax t38 ecm
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
!
end
R5 sh ip neighbor
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.1.136.2 Se1/0.10 9 00:48:15 64 384 0 89
0 10.1.136.1 Se1/0.10 123 00:48:15 40 240 0 64
3 10.1.144.1 Se1/0.20 158 01:36:27 79 474 0 42
2 10.1.144.2 Se1/0.20 9 01:36:32 62 372 0 90
R5 sh ip topology
IP-EIGRP Topology Table for AS(1)/ID(1.1.144.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.0.0.0/8, 1 successors, FD is 128256
via Summary (128256/0), Null0
P 10.0.0.0/8, 1 successors, FD is 2169856
via Summary (2169856/0), Null0
P 10.1.136.0/21, 1 successors, FD is 2169856
via Connected, Serial1/0.10
P 1.1.132.0/22, 1 successors, FD is 2297856
via 10.1.136.1 (2297856/128256), Serial1/0.10
P 1.1.136.0/22, 2 successors, FD is 2297856
via 10.1.136.2 (2297856/128256), Serial1/0.10
via 10.1.144.2 (2297856/128256), Serial1/0.20
P 10.1.128.0/21, 1 successors, FD is 2681856
via 10.1.136.1 (2681856/2169856), Serial1/0.10
P 1.1.140.0/22, 1 successors, FD is 2297856
via 10.1.144.1 (2297856/128256), Serial1/0.20
P 1.1.144.0/22, 1 successors, FD is 128256
via Connected, Loopback10
P 1.1.148.0/22, 1 successors, FD is 2681856
via 10.1.136.1 (2681856/2169856), Serial1/0.10
P 10.1.144.0/21, 1 successors, FD is 2169856
via Connected, Serial1/0.20
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
1.0.0.0/8 is variably subnetted, 6 subnets, 2 masks
D 1.0.0.0/8 is a summary, 00:48:13, Null0
D 1.1.132.0/22 [90/2297856] via 10.1.136.1, 00:14:56, Serial1/0.10
D 1.1.136.0/22 [90/2297856] via 10.1.144.2, 00:48:13, Serial1/0.20
[90/2297856] via 10.1.136.2, 00:48:13, Serial1/0.10
D 1.1.140.0/22 [90/2297856] via 10.1.144.1, 00:48:13, Serial1/0.20
C 1.1.144.0/22 is directly connected, Loopback10
D EX 1.1.148.0/22 [170/2681856] via 10.1.136.1, 00:14:56, Serial1/0.10
10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 10.0.0.0/8 is a summary, 02:20:04, Null0
C 10.1.136.0/21 is directly connected, Serial1/0.10
D 10.1.128.0/21 [90/2681856] via 10.1.136.1, 00:48:13, Serial1/0.10
C 10.1.144.0/21 is directly connected, Serial1/0.20
R6
더보기
R6 sh run
Building configuration...
Current configuration : 1639 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 1.1.148.1 255.255.252.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
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
ip address 10.1.152.2 255.255.248.0
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
network 10.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 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
1.0.0.0/22 is subnetted, 1 subnets
C 1.1.148.0 is directly connected, Loopback10
10.0.0.0/21 is subnetted, 2 subnets
R 10.1.128.0 [120/1] via 10.1.152.1, 00:00:40, Serial1/3
C 10.1.152.0 is directly connected, Serial1/3
'네트워크 및 서버 > 네트워크' 카테고리의 다른 글
EIGRP WIDE TEST LAB(2) (0) | 2024.10.14 |
---|---|
EIGRP WIDE TEST LAB (0) | 2024.10.10 |
UCMP, EIGRP 인증 실습 (0) | 2024.10.07 |
ECMP/UCMP, EIGRP 인증 (0) | 2024.10.07 |
EIGRP Bandwidth 실습 (0) | 2024.10.01 |