The display bgp sr-policy peer statistics command is used to display the statistics of a specified peer.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp sr-policy peer 10.1.1.1 statistics
Peer 10.1.1.1, ipv4srpolicy
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) : 0
Number of best routes in Loc-RIB : 0
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. |