cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
0
Helpful
3
Replies

rip advert

The_guroo_2
Level 2
Level 2

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????

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

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

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card