display bgp [ vpnv4 vpn-instance vpn-instance-name ] routing-table [ statistics ] dampened
display bgp labeled routing-table [ statistics ] dampened
display bgp vpnv4 { all | route-distinguisher route-distinguisher } routing-table [ statistics ] dampened
display bgp instance instance-name [ vpnv4 vpn-instance vpn-instance-name ] routing-table [ statistics ] dampened
display bgp labeled vpn-instance vpn-instance-name routing-table [ statistics ] dampened
Parameter | Description | Value |
---|---|---|
vpnv4 |
Displays the BGP routes of a VPNv4 instance. |
- |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
statistics |
Displays statistics about BGP routes. |
- |
dampened |
BGP-dampened routes. |
- |
labeled |
Indicates the routing-table is in the BGP labeled address family. |
- |
all |
Displays all dampened BGP VPNv4 routes. |
- |
route-distinguisher route-distinguisher |
Displays information about dampened BGP routes with specified route distinguisher. |
The value is a string of 3 to 21 case-sensitive characters, spaces not supported. |
instance instance-name |
Specifies a BGP multi-instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp routing-table dampened
BGP Local router ID is 10.0.0.2
Status codes: * - valid, > - best, d - damped, x - best external, a - add path,
h - history, i - internal, s - suppressed, S - Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V - valid, I - invalid, N - not-found
Total Number of Routes: 5
Network From Reuse Path/Origin
d 10.1.0.0 10.110.156.30 00:09:33 700 i
d 10.2.0.0 10.110.156.30 00:09:33 700 i
d 10.3.0.0 10.110.156.30 00:09:33 700 i
d 10.4.0.0 10.110.156.30 00:09:33 700 i
d 10.5.0.0 10.110.156.30 00:09:33 700 i
Item | Description |
---|---|
Total Number of Routes | Total number of dampened routes. |
Network | Network address in the BGP routing table. |
From | IP address of the peer from which the route is learned. |
Reuse | Reuse value (in seconds). |
Path | AS_Path number and the Origin attribute. |