2016. 3. 14. 15:31ㆍ네트워크
<<R1>>
ena
conf t
no ip do loo
line cons 0
exec-t 0
logg syn
exit
int s 1/0
encap fr
no fr inverse-arp
no shut
int s 1/0.12 po
ip add 13.13.12.1 255.255.255.0
frame-relay interface 102
exit
int s 1/0.14 po
ip add 13.13.14.1 255.255.255.0
frame-relay interface 104
exit
exit
router eigrp 1
network 13.0.0.0
no auto-summary
exit
key-chain mykey1
key 1
key-string helllo
exit
int s 1/0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 mykey1
exit
================================================================================================
<<R2>>
ena
conf t
no ip do loo
line cons 0
exec-t 0
logg syn
exit
int s 1/0
encap fr
no fr inverse-arp
no shut
int s 1/0.21 po
ip add 13.13.12.2 255.255.255.0
frame-relay interface-dlci 201
exit
int s 1/0.23 po
ip add 13.13.23.2 255.255.255.0
frame-relay interface-dlci 203
exit
router eigrp 1
network 13.0.0.0
no auto-summary
exit
key-chain mykey2
key 1
key-string hello
exit
int s 1/0
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 mykey2
exit
================================================================================================
<<R3>>
ena
conf t
no ip do loo
line cons 0
exec-t 0
logg syn
exit
int s 1/0
encap fr
no fr inverse-arp
ip add 13.13.23.3 255.255.255.0
frame-relay map ip 13.13.23.2 302 broadcast
no shut
exit
int loo 0
ip add 15.15.1.1 255.255.255.0
ip add 15.15.2.1 255.255.255.0 secon
ip add 15.15.3.1 255.255.255.0 secon
exit
router eigrp 1
network 13.0.0.0
network 15.0.0.0
no auto-summary
exit
int s 1/0
ip summary-address eigrp 1 15.15.0.0 255.255.252.0 //수동축약 =>라우팅 테이블을 줄인다.
exit
================================================================================================
<<R4>>
ena
conf t
no ip do loo
line cons 0
exec-t 0
logg syn
exit
int s 1/0
encap fr
no fr inverse-arp
ip add 13.13.14.4 255.255.255.0
frame-relay map ip 13.13.14.1 401 broadcast
no shut
exit
int loo 0
ip add 15.15.40.1 255.255.255.0
ip add 15.15.50.1 255.255.255.0 secon
ip add 15.15.60.1 255.255.255.0 secon
exit
router eigrp 1
network 13.0.0.0
network 15.0.0.0
no auto-summary
exit
int s 1/0
ip summary-address eigrp 1 15.15.32.0 255.255.224.0 //수동축약 =>라우팅 테이블을 줄인다.
exit
'네트워크' 카테고리의 다른 글
OSPF 기본 설정 & neighbor 확인 & DR 확인 & 라우터 ID 확인 (0) | 2016.03.14 |
---|---|
EIGRP 총괄 문제 (0) | 2016.03.14 |
EIGRP- Authentication(인증) (0) | 2016.03.14 |
frame-relay 구성 & EIGRP unequal_load_balancing (0) | 2016.03.14 |
EIGRP- unequal load balancing (0) | 2016.03.14 |