To display summary statistics for all the VPNv4 routes in the device‘s BGP route table, enter a command such as the following at any level of the CLI.
device# show ip bgp vpnv4 routes summary
Total number of BGP routes (NLRIs) Installed : 184
Distinct BGP destination networks : 184
Filtered bgp routes for soft reconfig : 0
Routes originated by this router : 4
Routes selected as BEST routes : 184
BEST routes not installed in IP forwarding table : 0
Unreachable routes (no IGP route for NEXTHOP) : 0
IBGP routes selected as best routes : 90
EBGP routes selected as best routes : 90
Syntax: show ip bgp vpnv4 routes summary
This display shows the following information.
This field... |
Displays... |
---|---|
Total number of BGP VPNv4 routes (NLRIs) Installed |
The number of BGP VPNv4 routes the device has installed in the BGP route table. |
Distinct BGP VPNv4 destination networks |
The number of destination networks the installed routes represent. The BGP route table can have multiple routes to the same network. |
Filtered BGP VPNv4 routes for soft reconfig |
The number of route updates received from soft-reconfigured neighbors or peer groups that have been filtered out but retained. |
Routes originated by this device |
The number of VPNv4 routes in the BGP route table that this device originated. |
Routes selected as BEST routes |
The number of VPNv4 routes in the BGP route table that this device has selected as the best routes to the destinations. |
BEST routes not installed in IP forwarding table |
The number of BGP VPNv4 routes that are the best BGP VPNv4 routes to their destinations but were not installed in the IP route table because the device received better routes from other sources. |
Unreachable routes (no IGP route for NEXTHOP) |
The number of routes in the BGP route table whose destinations are unreachable because the next hop is unreachable. |
IBGP routes selected as best routes |
The number of "best" routes in the BGP VPNv4 route table that are IBGP routes. |
EBGP routes selected as best routes |
The number of "best" routes in the BGP VPNv4 route table that are EBGP routes. |