Friday, March 11, 2011

CCIE part # 10

EIGRP metric weight <tos > k1 k2 k3 k4 k5
tos = 0
k1 = bandwidth = 1
k2 = low = 0
k3 = delay = 1
k4 = reliabity = 0
k5 = max transmition = 0

--------------------------------------------------------------------
Eigrp dual algorithm - can immediate failover to backup route without recalculate the routing path
Successor - primary route
Feasible successor - backup route

R1
router eigrp 500
no auto-summary = full class routing
network 170.100.0.0

R4
sh ip protocol
access-list 3 deny 155.155.3.0 0.0.0.255
access-list 3 permit any
route-map rip-2-eigrp
match ip address 3 ( access list )
exit
router eigrp 500
redistribution rip metric 1500 0 255 1 1500 route-map rip-2-eigrp
--------------------------------------------------------------------------
R5
router eigrp 500
redistribution ospf 1 match internal metric 3000 0 255 1 1500

router ospf 1
redistribution eigrp 500 subnets metric 500000

R2
router eigrp 500
redistibution ospf 1 metric 1500 0 255 1 1500 match internal

router ospf 1
redistribution eigrp 500 subnets metrcis 600000

---------------------------------

int s0/0.1
ip summary-address eigrp 500 155.155.0.0 255.255.0.0

if running on multipoint need to disblae split horizon inorder to enable eigrp to work
int s0/0.1
no ip split-horizon eigrp 500
Related Posts Plugin for WordPress, Blogger...