itdaddy wrote: » Okay. I do not know this answer on a granular level but I wanted to ask you guys the experts what is the truth about my question that I am going to ask. Okay. I have 2 routers both have IP addresses in the range of 192.168.201.x say one is 192.168.201.1 255.255.255.255 and the other 192.168.201.2 255.255.255.255 but in router EIGRP 1 on both I advertise the network 192.168.201.0 These routers are located in different locations in this huge building of ours. Is it efficient to advertise the entire subnet or should I only advertised the /32 host address only. How does the router look at this type of advertisement does it know only to advertise the /32 host address or does the traffic bounce around to location to location finding the correct address? Maybe I should know this but I do not?
Bardlebee wrote: » Some CCIE's correct me if I am wrong, as I am a CCIE-in-waiting. When you use the network command under the EIGRP process, you are not advertising the routes as you would be say in BGP. What you are doing is electing any interfaces with IP's in those segments to send out a MULTICAST hello message out every hello interval (5 seconds). This is on the multicast 224.0.0.10 address I believe for IPv4 in this case. If you were to use just a /32, you would get the same effect. So it would not be more efficient by any means to do so. Alternatively you can use the NEIGHBOR command to send out UNICAST neighbor hello's. In a point to point link I don't believe either of these would be more efficient then the others. However, if you want to be safe about it, I suppose you could use the neighbor command or you could use a /32 command so that when you bring up other ports in the same network, it doesn't automatically try to find a neighbor. Or in another case, no one can plug into your router and try to create a neighbor as well. You can also choose to use passive-interfaces for this type of security as a better method though. Hopefully that makes sense, and hopefully I am accurate.
d4nz1g wrote: » That was the long answer 10/10
Iristheangel wrote: » A lot of the time when you're working on your CCIE, you'll find things that don't behave how the official documentation says it would or you'll find documentation or books are straight up wrong about a concept and while you can ask people on a forum and either get their response and hope it's right or you can lab it out and find out yourself. When it comes to the CCIE lab, you're going to need to know those details inside and out on an intimate level. You can't get points you lose on the lab back even if you can prove documentation was wrong.