Cisco Systems IOS XR Laptop User Manual


 
Implementing BGP on Cisco IOS XR Software
How to Implement BGP on Cisco IOS XR Software
RC-74
Cisco IOS XR Routing Configuration Guide
8. show bgp neighbor-group group-name configuration
9. show bgp summary
DETAILED STEPS
Command or Action Purpose
Step 1
show bgp cidr-only
Example:
RP/0/RP0/CPU0:router# show bgp cidr-only
Displays routes with nonnatural network masks (classless
interdomain routing [CIDR]) routes.
Step 2
show bgp count-only
Example:
RP/0/RP0/CPU0:router# show bgp count-only
Displays the number of paths.
Step 3
show bgp community
community-list
[exact-match]
Example:
RP/0/RP0/CPU0:router# show bgp community 1081:5
exact-match
Displays routes that match the BGP community 1081:5.
Step 4
show bgp regexp
regular-expression
Example:
RP/0/RP0/CPU0:router# show bgp regexp "^3 "
Displays routes that match the autonomous system path
regular expression "^3 ".
Step 5
show bgp
Example:
RP/0/RP0/CPU0:router# show bgp
Displays entries in the BGP routing table.
Step 6
show bgp neighbors
ip-address
[advertised-routes | dampened-routes |
flap-statistics | performance-statistics |
received
prefix-filter
| routes]
Example:
RP/0/RP0/CPU0:router# show bgp neighbors
10.0.101.1
Displays information about the BGP connection to neighbor
10.0.101.1.
The advertised-routes keyword displays all routes the
router advertised to the neighbor.
The dampened-routes keyword displays the dampened
routes that are learned from the neighbor.
The flap-statistics keyword displays flap statistics of
the routes learned from the neighbor.
The performance-statistics keyword displays
performance statistics relating to work done by the
BGP process for this neighbor.
The received prefix-filter keyword and argument
display the received prefix list filter.
The routes keyword displays routes learned from the
neighbor.