cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
425
Views
5
Helpful
3
Replies

Netconf filter to get bgp neighbor prefixes

gbudd12345
Level 1
Level 1

Hello, I am trying to find the correct netconf/yang string to get the equivalent of "show bgp vrf XXX neighbor x.x.x.x recevied routes" in IOS-XR.  It doesn't seem to be under bgp/instances/instance/instance-active/vrfs/vrf/neighbors/neighbor.

 

Any help would be appreciated!

 

--Gavin

3 Replies 3

show bgp vrf { vrf | vrf-name } imported-routes <- do you try this command, may be it give you look which route import to this VRF.

Thank you. I am looking for a way to automate reporting of routes I receive from a neighbor (before inbound filtering) and notify on what routes are being rejected due to various reasons (IRR filtering, etc).

debug bgp policy-execution events

debug bgp updates 


check this command may be help you.