Compare cert salaries and plan your next career move
EdTheLad wrote: » Nope,more like: r1 conf t router eigrp 1 passive-interface default network 1.0.0.0 neighbor 1.1.1.1 serial 0/0 r2 conf t router eigrp 1 passive-interface default network 1.0.0.0 neighbor 1.1.1.2 serial 0/0
kalebksp wrote: » I thought that passive-interface causes EIGRP to stop sending anything out, will neighbor relationships still form if you statically configure the neighbor?
*Jan 23 10:44:19.059: IP: s=10.0.0.1 (local), d=10.0.0.2 (Serial1/0), len 60, sending *Jan 23 10:44:19.063: EIGRP: Sending HELLO on Serial1/0 nbr 10.0.0.2 *Jan 23 10:44:19.063: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Jan 23 10:45:55.559: IP: s=10.0.0.1 (local), d=224.0.0.10 (Serial1/0), len 60, sending broad/multicast *Jan 23 10:45:55.563: EIGRP: Sending HELLO on Serial1/0 *Jan 23 10:45:55.563: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
networker050184 wrote: » I labbed it up and you can not use passive interface with a neighbor command. You have to take the interface out of passive for the relationship to form. If you are wondering the difference with the neighbor command and without just run some debugs. With neighbor statement:*Jan 23 10:44:19.059: IP: s=10.0.0.1 (local), d=10.0.0.2 (Serial1/0), len 60, sending *Jan 23 10:44:19.063: EIGRP: Sending HELLO on Serial1/0 nbr 10.0.0.2 *Jan 23 10:44:19.063: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 Without:*Jan 23 10:45:55.559: IP: s=10.0.0.1 (local), d=224.0.0.10 (Serial1/0), len 60, sending broad/multicast *Jan 23 10:45:55.563: EIGRP: Sending HELLO on Serial1/0 *Jan 23 10:45:55.563: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 Notice the destination address in the debug ip packet statements.
networker050184 wrote: » Here is the config its just basic. Router 1 ! router eigrp 1 network 10.0.0.0 neighbor 10.0.0.2 Serial1/0 no auto-summary ! Router 2 ! router eigrp 1 network 10.0.0.0 neighbor 10.0.0.1 Serial1/0 no auto-summary ! Of course add the passive interface statement if you want that in there.
R1#sho run | in router eigrp 1 router eigrp 1 R1#sho run | b router eigrp router eigrp 1 network 10.0.0.0 neighbor 10.0.0.2 Serial1/0 no auto-summary ! ip classless no ip http server ! ! ! ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end R1#sho ip ei n IP-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 10.0.0.2 Se1/0 14 00:01:24 1 3000 0 2
R2#sho run | b router eigrp 1 router eigrp 1 network 10.0.0.0 neighbor 10.0.0.1 Serial1/0 no auto-summary ! ip classless no ip http server ! ! ! ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end R2#sho ip ei n IP-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 10.0.0.1 Se1/0 14 00:02:34 928 5000 0 2
A.P.A wrote: » Thanks for labbing that up networker, something lil to remember again. It' s the little things that count. Liven you have got IP connectivity between the two hosts right? So they can successfully setup the relationship? Can you please post your full config from both routers...
GT-Rob wrote: » On the subject of passive-interface default, its not really needed like is in RIP. Since you can turn auto-sum off, as well as specify the wildcard bits for the network statements, you can control exactly which networks/interfaces are in EIGRP (just like OSPF). RIP is where it becomes a problem still.
A.P.A wrote: » I thought you could configure the neighbor statement and use passive-interface default as you are telling the router to send unicast hellos out a specific interface to a specific neighbor... so no need for multicast hellos.
vinnyjones wrote: » I am doing the same lab, except i am using GNS3 and i can confirm that the only thing you need to do for this is statically configure neighbours using the network command... As soon as you do that hello packets are not sent to 224.0.0.10, they are are sent directly to the neighbour via that unicast address... EIGRP STOPS Multicast hello packets being sent over the statically configured link. Packet capture confirmed this...
Compare salaries for top cybersecurity certifications. Free download for TechExams community.