The display ipv6 prefix-limit statistics command displays the statistics of the prefix limits of IPv6 VPN instances.
Parameter | Description | Value |
---|---|---|
all-vpn6-instance | Indicates all IPv6 VPN instances. | - |
vpn6-instance vpn-instance-name | Specifies the name of an IPv6 VPN instance. | - |
You can run the display ipv6 prefix-limit statistics command to view the number of times that a protocol re-adds or deletes routes according to the prefix limit of a specified IPv6 VPN instance.
# Display the statistics of the prefix limits of all IPv6 VPN instances.
<HUAWEI> display ipv6 prefix-limit all-vpn6-instance statistics ------------------------------------------------------------------------------- IPv6 VPN instance name: vrf1 DenyAdd TryAddInDelState NotifyDelAll NotifyDelFinish NotifyAddRoute DIRECT 0 0 0 0 0 STATIC 0 0 0 0 0 OSPFv3 11 3 1 0 5 IS-IS 106 0 1 0 5 RIPng 98 0 1 1 5 BGP 2 0 1 1 5 ------------------------------------------------------------------------------ IPv6 VPN instance name: VPN123 DenyAdd TryAddInDelState NotifyDelAll NotifyDelFinish NotifyAddRoute DIRECT 0 0 0 0 0 STATIC 0 0 0 0 0 OSPFv3 11 3 1 0 5 IS-IS 106 0 1 0 5 RIPng 98 0 1 1 5 BGP 2 0 1 1 5
Item |
Description |
---|---|
DenyAdd |
Number of routes that the protocol fails to add to the RIB because of the prefix limit. |
TryAddInDelState |
Number of routes that the protocol fails to add to the RIB because the RIB is in the process of deleting routes. |
NotifyDelAll |
Number of times that the RIB notifies the protocol of deleting routes when the prefix limit is decreased. |
NotifyDelFinish |
Number of times that the protocol notifies the RIB of completion of deleting routes. |
NotifyAddRoute |
Number of times that the RIB notifies the protocol of re-adding routes. |
# Display the statistics of the prefix limit of the IPv6 VPN instance named vrf1.
<HUAWEI> display ipv6 prefix-limit vpn6-instance vrf1 statistics
-------------------------------------------------------------------------------
IPv6 VPN instance name: vrf1
DenyAdd TryAddInDelState NotifyDelAll NotifyDelFinish NotifyAddRoute
DIRECT 0 0 0 0 0
STATIC 0 0 0 0 0
OSPFv3 11 3 1 0 5
IS-IS 106 0 1 0 5
RIPng 98 0 1 1 5
BGP 2 0 1 1 5