Description
Use
display bgp routing-table cidr
to display BGP CIDR (Classless Inter-Domain Routing) routing
information.
Examples
# Display BGP CIDR routing information.
<Sysname> display bgp routing-table cidr
Total Number of Routes: 1
BGP Local router ID is 20.20.20.1
Status codes: * - valid, ^ - VPNv4 best, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? – incomplete
Network NextHop MED LocPrf PrefVal Path/Ogn
*> 40.40.40.0/24 30.30.30.1 0 0 300i
For description of the fields, see
.
display bgp routing-table community
Syntax
display bgp routing-table community
[
aa:nn
&<1-13> ] [
no-advertise
|
no-export |
no-export-subconfed
] * [
whole-match
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
aa:nn
: Community number. Both aa and nn are in the range of 0 to 65535.
&<1-13>: Argument before it can be entered up to 13 times.
no-advertise
: Displays BGP routes that cannot be advertised to any peer.
no-export
: Displays BGP routes that cannot be advertised out the AS. If a confederation is
configured, it displays routes that cannot be advertised out the confederation, but can be advertised
to other sub ASs in the confederation.
no-export-subconfed
: Displays BGP routes that cannot be advertised out the AS or to other sub
ASs in the configured confederation.
whole-match
: Displays the BGP routes exactly matching the specified COMMUNITY attribute.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
209