The display bgp sr-policy ipv6 peer statistics command displays statistics about routes in the BGP IPv6 SR-Policy address family.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp sr-policy ipv6 peer 1::1 statistics
Peer 1::1, ipv6srpolicy
Number of prefixes rejected by inbound policy : 0
Number of (known) duplicate prefix advertisements : 0
Number of (known) duplicate withdraws : 0
Number of updates invalidated due to CLUSTER_LIST loop: 0
Number of updates invalidated due to AS_PATH loop : 0
Number of updates invalidated due to ORIGINATOR_ID : 0
Number of updates invalidated due to AS_CONFED loop : 0
Number of routes in Adj-RIBs-In (pre-policy) : 0
Number of routes in Adj-RIBs-In (post-policy) : 1
Number of best routes in Loc-RIB : 1
Item | Description |
---|---|
Number of prefixes rejected by inbound policy | Number of routes that are filtered out by the import policy. |
Number of (known) duplicate prefix advertisements | Number of times that a route is re-advertised. |
Number of (known) duplicate withdraws | Number of times that a route is re-deleted. |
Number of updates invalidated due to CLUSTER_LIST loop | Number of routes that are invalid because their Cluster_Lists contain the local cluster ID. |
Number of updates invalidated due to AS_PATH loop | Number of routes that are invalid because their AS_Paths contain the local AS number. |
Number of updates invalidated due to ORIGINATOR_ID | Number of routes that are invalid because their Originator_IDs are the same as the local router ID. |
Number of updates invalidated due to AS_CONFED loop | Number of routes that are invalid because their AS_Paths contain the AS number of the local confederation. |
Number of routes in Adj-RIBs-In (pre-policy) | Number of routes that do not match the import policy. |
Number of routes in Adj-RIBs-In (post-policy) | Number of routes that match the import policy. |
Number of best routes in Loc-RIB | Number of optimal routes in the routing table. |