Re: Migrating from IGRP to EIGRP




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

.



Relevant Pages

  • Force outlook online
    ... I travel a lot with my laptop, and use the hibernate ... 3.resume, exit oulook, restart, choose offline option, ... Back in office and on network, exit outlook, restart ...
    (microsoft.public.outlook.general)
  • Re: eigrp issue
    ... ip route 0.0.0.0 0.0.0.0 its_gateway tag 1 ... no passive-interface GigabitEthernet1/1 ... eigrp router-id 10.0.1.3 ...
    (comp.dcom.sys.cisco)
  • Re: eigrp issue
    ... ip route 0.0.0.0 0.0.0.0 its_gateway tag 1 ... no passive-interface GigabitEthernet1/1 ... eigrp router-id 10.0.1.3 ...
    (comp.dcom.sys.cisco)
  • Re: Ensuring a nice clean application quit experience
    ... My preferred design is to have a table with a single row that contains ... the network name of the person currently connected to the database. ... there is no 100% reliable way to delete the record on exit. ... The record lock should release when Access shuts down. ...
    (comp.databases.ms-access)
  • Refresh data from Remote View
    ... In VFP 6.0, when users add or edit records in remote views, other users on ... the network can not see the changes. ... Atleast until they exit the application ...
    (microsoft.public.fox.programmer.exchange)

Loading