cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
292
Views
0
Helpful
3
Replies

EIGRP & Redistribution Querry

netbeginner
Level 2
Level 2

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

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

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".

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card