네트워크

frame-relay 구성 & EIGRP unequal_load_balancing

아민초 2016. 3. 14. 15:29

================================================================================================

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

exit


int s 1/0.12 po

ip add 12.12.12.1 255.255.255.0

frame-relay interface-dlci 102

exit


int s 1/0.13 po

ip add 12.12.13.1 255.255.255.0

frame-relay interface-dlci 103

exit


int s 1/0.14 po

ip add 12.12.14.1 255.255.255.0

frame-relay interface-dlci 104

exit


int loo 0

ip add 12.12.1.1 255.255.255.0

exit


router eigrp 1

network 12.0.0.0

no auto-summary

exit


router eigrp 1

variance 2 ==> metric 값 조정  ==>unequal _ load _ balancing 


==============================

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

ip add 12.12.12.2 255.255.255.0

frame-relay map ip 12.12.12.1 201 broadcast

no shut

exit


int fa 0/0

ip add 12.12.23.2 255.255.255.0

no shut

exit


router eigrp 1

network 12.0.0.0

no auto-summary

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 12.12.13.3 255.255.255.0

frame-relay map ip 12.12.13.1 301 broadcast

no shut

exit


int fa 0/0

ip add 12.12.23.3 255.255.255.0

no shut

exit


int fa 0/1

ip add 12.12.34.3 255.255.255.0

no shut

exit


int loo 0

ip add 12.12.3.3 255.255.255.0

exit


router eigrp 1

network 12.0.0.0

no auto-summary

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 12.12.14.4 255.255.255.0

frame-relay map ip 12.12.14.1 401 broadcast

no shut

exit


int fa 0/1

ip add 12.12.34.4 255.255.255.0

no shut

exit


router eigrp 1

network 12.0.0.0

no auto-summary

exit