01-06-2009 01:30 AM - edited 03-04-2019 03:20 AM
guys in bgp we can check that what routes our router is advertising to the other peer (keeping in mind we cant logon to other peer) is there any way we can check the routes in rip and eigrp????
01-06-2009 01:39 AM
Hello Khan,
for EIGRP you can use
show ip eigrp topology with all of its options
for RIP you can see the DB
sh ip rip database
then if you know the other router ip address you can also
sh ip route rip | inc next-hop-ip-address
sh ip route eigrp | inc next-hop-ip-address
Hope to help
Giuseppe
01-06-2009 04:45 AM
Thanks Giuseppe its always pleasure to talk to you as you have solved my many problems :-) and i always give you rating for that which you deserve....now sh ip route rip | inc next-hop-ip-address only gives you routes you are getting from the peer (rip router) it doesnt tell you abt the routes you are advertising...secondly sh rip database tells you the all info but it doesnt tell you what exactly you are passing to your rip neigbour ????is there any otehr way
01-06-2009 05:00 AM
Hello Khan,
probably to know what routes you advertise in RIP (to all possible neighbors)
you can use
show ip protocol
it provides a lot of information see the section routing for network
to see what routes are sent to a specific neighbor you probably need to use a debug
debug ip rip ?
so you can see them on the fly (every 30 seconds they are sent out)
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide