2 way redistribution

Hi guys, I am trying to achieve 2 way redistribution between ISIS and EIGRP. My conf is shown below. Now my question is whats the use of redistibued connected command there (inbetween asteriks)

RTR2> en

RTR2# config t

RTR2(config-router)# router isis

RTR2(config-router)# redistribute eigrp 100 level-1 metric 50

RTR2(config-router)# exit

RTR2(config)# router eigrp 100

RTR2(config-router)# redistribute isis level-1 metric 64 10 255 1 1500

**********************************

RTR2(config-router)# redistribute connected

**********************************

RTR2(config-router)# ^z

RTR2# copy running-config start up-config.

Reply to
Saad Ahmed
Loading thread data ...

To asvertise a link into ISIS, you need an 'ip router isis' under that interface (which also tells ISIS to send IIHs out that interface)...

Let's say you want to advertise a link, but don't want to run ISIS on an interface, 'redistribute connected' is your friend.

Jonathan

Reply to
Jonathan

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.