The display bgp flow ipv6 routing-table statistics command displays statistics about BGP IPv6 Flow Specification route.
display bgp flow ipv6 routing-table statistics
display bgp flow ipv6 routing-table peer { remoteIpv4Addr | remoteIpv6Addr } advertised-routes statistics
display bgp flow ipv6 routing-table peer { remoteIpv4Addr | remoteIpv6Addr } received-routes statistics
display bgp flow ipv6 routing-table peer { remoteIpv4Addr | remoteIpv6Addr } received-routes active statistics
| Parameter | Description | Value |
|---|---|---|
| peer remoteIpv4Addr |
Specifies an IPv4 address. |
The value is in dotted decimal notation. |
| peer remoteIpv6Addr |
Specifies an IPv6 address. |
The address is a 32-bit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
| advertised-routes |
Displays information about routes advertised to a specified peer. |
- |
| received-routes |
Displays information about routes received from a specified peer. |
- |
| active |
Displays information about the active routes received from a specified peer. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp flow ipv6 routing-table statistics
Total Number of Routes: 2
<HUAWEI> display bgp flow ipv6 routing-table peer 2001:DB8:5::5 received-routes active statistics
Received active routes total: 1
<HUAWEI> display bgp flow ipv6 routing-table peer 2001:DB8:5::5 received-routes statistics
Received routes total: 1
<HUAWEI> display bgp flow ipv6 routing-table peer 2001:DB8:5::6 advertised-routes statistics
Advertised routes total: 1
| Item | Description |
|---|---|
| Total Number of Routes | Number of BGP Flow Specification routes. |
| Received routes total | Number of BGP Flow Specification routes received from a specified peer. |
| Received active routes total | Number of active BGP Flow Specification routes received from a specified peer. |
| Advertised routes total | Number of BGP Flow Specification routes sent to a specified peer. |