|
Posted by Merv on May 5, 2006, 4:18 am
If you were Registered and logged in, you could reply and use other advanced thread options
Howard Huntley wrote:
> Can any one tell me how to migrate from IGRP to EIGRP? I am also
> trying to run the"no passive-interface" command?
hostname Cis2503d
no router igrp 10
router eigrp 10
network 192.168.13.0
network 192.168.14.0
exit
Also an opportunity to try out Class A IP addressing
router eigrp 10
network 10.0.0.0
passive-interface e 0
exit
int so
ip address 10.0.14.1 255.255.255.0
exit
int s1
ip address 10.0.13.2 255.255.255.0
exit
int e 0
ip address 192.168.7.1 255.255.255.0
exit
to test out the "no passive-interface" command
router eigrp 10
network 10.0.0.0
passive-interface default
no passive-interface s0
no passive-interface s1
exit
|