10-02-2009 11:33 PM - edited 03-04-2019 06:14 AM
Hii,
Want to confirm the following from you :-
1) What are the different states of EIGRP. What are the function of each of them.
2) What is the default metric while re-distributing BGP into RIP.
Regards
10-03-2009 01:07 AM
Hello Sam,
2) there is no default seed metric in EIGRP you need to set one with
metric BW delay reliability load mtu
example
router eigrp 100
metric 10000 1000 255 1 1500
red bgp 200
!
otherwise no BGP routes are redistributed into EIGRP
1)
not clear I try to guess:
sh ip eigrp topology shows the states of routes
normal good state is passive.
a route goes active if current best route failed no feasible successor exists and the router sends Queries to all of its neighbors about the prefix.
there is also the EIGRP neighbor state machine to setup EIGRP adjacencies.
this can be seen with
sh ip eigrp neighbors
Hope to help
Giuseppe
10-03-2009 09:35 AM
Hello Guislar thanks...
For point 2..
I was requesting for "default metric while redistributing BGP into RIP"
But You replied for "Redistribution of BGP into EIGRP".
10-03-2009 11:38 AM
Hello Sam,
you are right
with RIP you can set a seed metric with a scalar value (single integer)
router rip
default-metric 2
red bgp 200
see
http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_rip.html#wp1011085
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide