Lab Challenge EIGRP
This is a Lab Challenge only for EIGRP, based on the request from one of the users at the networking-forum.com. The base configuration is not too complex and is limited to five routers but it got some nice stuff to look after. I hope you enjoy it ![]()
If you want to do the lab and got questions, just drop me a line.
As with the other Lab in the end you have to have full connectivity between all routers and their interfaces.
Multicast Rate-Limit
During the preparations for multicast I stumbled across the ip multicast rate-limit command. The command itself is nothing special but the logic on how to define which source and multicast groups to rate-limit is somehow, at last if you got the same logic as myself.
So to start with, for me if I have to define something based on a source (multicast source in this case) and a destination (multicast group(s)) I first specify the source and afterwards the destination. Sounds logic or not? I dont know but I hope I do not belong to a small group of persons with a strange logic, cause the people that wrote the code for the command have a different one
Challenge Labs
Ok given that the one Challenge Lab I have on the blog got the 2nd most hits (after Get the Cisco configuration over SNMP) I think it might be time for another one but I’d like to know what you are looking for, given Im a CCIE in Routing and Switching I’d like to know what topics you’d like to see covered in a Challenge Lab. Another thing is I did not post any solution for that lab yet cause I did not want to spoil the solution, do you want to see a solution for it? (there is always more then one solution to fix a problem
)
Please let me know what you think.
Book Review: Routing TCP/IP Volume I 2nd Edition
Routing TCP/IP Volume I 2nd Edition (written by Jeff Doyle) was the first book for my CCIE preparations I’ve read from the first to the last page (except the IS-IS chapter). Some people I know call this book the routing bible ![]()
Its about interior routing protocols (distance vector and link state) and also covers redistribution, filtering and route-maps.
Wrong/Unknown Remote AS Number
Lately I got asked how to find the remote AS number for a BPG peering, especially if you do not have access to that remote router. In real life I’d say you should know which AS’ you peer with but in the Lab it might be a question to find out the remote AS.
OSPF Network Command
The OSPF network command is used to activate OSPF on the specified interfaces. Specifying an interface with the command will include the interface into the OSPF routing process. On broadcast and point-to-point network types, the router will automatically start the neighbor discovery process by sending hello packets to the AllSPFRouters multicast address (224.0.0.5) after an interface has been integrated into the OSPF process.
If there’s another OSPF router on that link and their Hello packets match, they will try to form an adjacency but that’s another story.

