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

Show BGP propagated networks

David Kondicz
Level 1
Level 1

Hello,

how can i show my propagated networks from my router to bgp network?

Thanx

Dave

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

show ip bgp neighbor [ip address] advertised-routes.

What neighbour must i set if i want see network that i propagate from my router

I am connected to my router...

Hi,

show ip bgp summary

will show you all BGP neighbors you are peering to.

You chose one you want to check which prefixes you are advertising to and use

sh ip bgp nei nei_ip_address adv

to  list the prefixes you are advertising to that particular neighbor, as Edison said already.

Don't forget you might be advertising different sets of prefixes to different neighbors.

(read about  bgp update-groups if you are interested).

HTH,

Milan