Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1141 –
show ip bgp
attribute-info
This command shows internal attribute hash information.
Syntax
show ip bgp attribute-info
Command Mode
Privileged Exec
Example
In the following example, Refcnt refers to the number of routes using the indicated
next hop.
Console#show ip bgp attribute-info
Refcnt Nexthop
1 0.0.0.0
1 10.1.1.64
3 10.1.1.64
1 10.1.1.121
2 10.1.1.200
Console#
show ip bgp cidr-only This command shows routes which use classless interdomain routing network
masks.
Syntax
show ip bgp cidr-only
Command Mode
Privileged Exec
Example
This example shows routes that do not match the natural A, B, C or D network
masks defined for the earliest IP networks.
Console#show ip bgp cidr-only
BGP table version is 0, local router ID is 192.168.0.2
Status codes: s suppressed, d damped, h history, * valid, > best, i internal,
r RIB-failure, S Stale, R Removed
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*>3.3.3.0/24 10.10.10.10 0 11 i
*>6.6.6.0/24 0.0.0.0 32768 i
Console#