The display bgp routing-table statistics command displays statistics about BGP public network routes based on specified multiple attribute values.
display bgp routing-table statistics [ community [ communityNum | strCommunityNum | internet | no-advertise | no-export | no-export-subconfed ] &<1-33> [ whole-match ] | extcommunity [ { rt | soo } strExtCommunity ] &<1-33> [ match-any ] | large-community [ largeCommuStr ] &<1-33> [ whole-match ] ] * [ regular-expression strRegular ]
Parameter | Description | Value |
---|---|---|
community communityNum |
Specify community number. |
The value is an integer ranging from 0 to 4294967295. |
community strCommunityNum |
Specify aa<0-65535>:nn <0-65535>. |
The value is a string of 1 to 11 case-sensitive characters, spaces not supported. |
internet |
Displays the BGP routes carrying the internet community attribute. |
- |
no-advertise |
Displays the BGP routes carrying the No-Advertise community attribute. |
- |
no-export |
Displays the BGP routes carrying the No-Export community attribute. |
- |
no-export-subconfed |
Displays the BGP routes carrying the No-Export-Subconfed community attribute. |
- |
whole-match |
Indicates exact match with specified communities. |
- |
whole-match |
Indicates exact match with specified large communities. |
- |
extcommunity |
Displays information about BGP routes with a specified extended community attribute. |
- |
rt |
Displays information about BGP routes with the route target (RT) extended community attribute. |
- |
soo |
Displays information about BGP routes with the source of origin (SoO) extended community attribute. |
- |
strExtCommunity |
Specifies the excommunity value. IP<X.X.X.X>:NN<0-65535> or AS<0-65535>:NN<0-4294967295> or AS<65536-4294967295>:NN<0-65535> or AS<0-65535>.<0-65535>:NN<0-65535>. |
The attribute is a BGP extended community attribute and can be expressed in any of the following formats:
|
match-any |
Displays information about BGP routes with any of the specified extended community attributes. |
- |
large-community largeCommuStr |
Specifies a value of the Large-Community attribute. |
The value is a string of 5 to 32 case-sensitive characters, spaces not supported. |
regular-expression strRegular |
Specifies the regular expression used to match the AS_Path information. |
The value is a string of 1 to 80 characters. |
statistics |
Displays statistics about BGP routes. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp routing-table statistics
Total Number of Routes: 5
<HUAWEI> display bgp routing-table statistics community
Total Number of Routes: 3
<HUAWEI> display bgp routing-table statistics extcommunity
Total Number of Routes: 2
<HUAWEI> display bgp routing-table statistics large-community
Total Number of Routes: 2
<HUAWEI> display bgp routing-table statistics regular-expression ^20
Total Number of Routes: 1
<HUAWEI> display bgp routing-table statistics community 3:3 regular-expression ^20
Total Number of Routes: 1
Item | Description |
---|---|
Total Number of Routes | Total number of routes in the routing table. |