close

BSCI.EIGRP.MD5
Task.
1.Basic EIGRP Setting
1.1 asn=1
1.2 md5 authentication
key chain = PXRY
key 1 : "itctc"

2.EIGRP Route Summarization
10.x.0.0/16 on R1 & R2

3.路由摘要.
在 R1&R2 的 S0/1/0 設定收歛路由 10.X.0.0/16

4.EIGRP DEFAULT R1,R2

5.R3,R4 -> stub Router.





Building configuration...

Current configuration : 2203 bytes
!
version 12.4
service timestamps debug datetime localtime
service timestamps log datetime localtime
no service password-encryption
!
hostname P5R2
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$HsAB$yLazVZ4Q8fY9JEV5bN58b1
!
no aaa new-model
!
ip cef
!
no ip domain lookup
ip host bbr1 172.31.1.3 172.31.2.3 172.31.3.3 172.31.4.3 172.31.5.3
ip host P1R1 172.31.1.1 10.1.0.1 10.1.1.1
ip host P1R2 172.31.1.2 10.1.0.2 10.1.2.2
ip host P1R3 10.1.1.3 10.1.3.3
ip host P1R4 10.1.2.4 10.1.3.4
ip host P2R1 172.31.2.1 10.2.0.1 10.2.1.1
ip host P2R2 172.31.2.2 10.2.0.2 10.2.2.2
ip host P2R3 10.2.1.3 10.2.3.3
ip host P2R4 10.2.2.4 10.2.3.4
ip host P3R1 172.31.3.1 10.3.0.1 10.3.1.1
ip host P3R2 172.31.3.2 10.3.0.2 10.3.2.2
ip host P3R3 10.3.1.3 10.3.3.3
ip host P3R4 10.3.2.4 10.3.3.4
ip host P4R1 172.31.4.1 10.4.0.1 10.4.1.1
ip host P4R2 172.31.4.2 10.4.0.2 10.4.2.2
ip host P4R3 10.4.1.3 10.4.3.3
ip host P4R4 10.4.2.4 10.4.3.4
ip host P5R1 172.31.5.1 10.5.0.1 10.5.1.1
ip host P5R2 172.31.5.2 10.5.0.2 10.5.2.2
ip host P5R3 10.5.1.3 10.5.3.3
ip host P5R4 10.5.2.4 10.5.3.4
!
voice-card 0
no dspfarm
!
key chain P5R2
key 1
key-string itctc
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.5.2.2 255.255.255.0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 P5R2
ip summary-address eigrp 1 0.0.0.0 0.0.0.0 5
duplex auto
speed auto
!
interface Serial0/1/0
bandwidth 64
ip address 172.31.5.2 255.255.255.0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 P5R2
encapsulation frame-relay
ip summary-address eigrp 1 10.5.0.0 255.255.0.0 5
frame-relay map ip 172.31.5.3 152 broadcast
!
interface Serial0/1/1
ip address 10.5.0.2 255.255.255.0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 P5R2
!
router eigrp 1
network 10.5.0.0 0.0.0.255
network 10.5.2.0 0.0.0.255
network 172.31.5.0 0.0.0.255
no auto-summary
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
line aux 0
line vty 0 4
exec-timeout 30 0
password cisco
logging synchronous
login
!
scheduler allocate 20000 1000
!
end

P5R2#


P5R2#sh ip route
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 0.0.0.0 to network 0.0.0.0

172.31.0.0/24 is subnetted, 5 subnets
D 172.31.3.0 [90/41024000] via 172.31.5.3, 01:02:57, Serial0/1/0
D 172.31.2.0 [90/41024000] via 172.31.5.3, 00:35:56, Serial0/1/0
D 172.31.1.0 [90/41024000] via 172.31.5.3, 00:35:19, Serial0/1/0
C 172.31.5.0 is directly connected, Serial0/1/0
D 172.31.4.0 [90/41024000] via 172.31.5.3, 01:02:57, Serial0/1/0
10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
D 10.2.0.0/16 [90/4026560] via 172.31.5.3, 00:28:14, Serial0/1/0
D 10.3.0.0/16 [90/41026560] via 172.31.5.3, 00:35:44, Serial0/1/0
D 10.1.0.0/16 [90/41026560] via 172.31.5.3, 00:29:05, Serial0/1/0
C 10.5.2.0/24 is directly connected, FastEthernet0/1
D 10.5.1.0/24 [90/2172416] via 10.5.0.1, 00:56:29, Serial0/1/1
D 10.4.0.0/16 [90/41026560] via 172.31.5.3, 01:02:59, Serial0/1/0
C 10.5.0.0/24 is directly connected, Serial0/1/1
D 10.5.0.0/16 is a summary, 00:56:38, Null0
D 10.254.0.0/24 [90/40537600] via 172.31.5.3, 01:03:07, Serial0/1/0
D* 0.0.0.0/0 is a summary, 00:22:42, Null0
P5R2#

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 doomak47 的頭像
    doomak47

    建のTRASH CAN

    doomak47 發表在 痞客邦 留言(0) 人氣()