The display ipv6 prefix-limit statistics command displays the statistics of the prefix limits of IPv6 VPN instances.
| Parameter | Description | Value |
|---|---|---|
| all-vpn-instance | Indicates all IPv6 VPN instances. | - |
| vpn-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.
<sysname> display ipv6 prefix-limit all-vpn-instance statistics
-------------------------------------------------------------------------------
IPv6 VPN instance name: vrf1
DenyAdd TryAddInDelState NotifyDelAll NotifyDelFinish NotifyAddRoute
Direct 0 0 0 0 0
Static 0 0 0 0 0
UNR 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: VPN12345678901234567890123456789
DenyAdd TryAddInDelState NotifyDelAll NotifyDelFinish NotifyAddRoute
Direct 0 0 0 0 0
Static 0 0 0 0 0
UNR 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 |
Indicates the number of routes that the protocol fails to add to the Routing Information Base (RIB) because of the prefix limit. |
TryAddInDelState |
Indicates the number of routes that the protocol fails to add to the RIB because the RIB is in the process of deleting routes. |
NotifyDelAll |
Indicates the number of times that the RIB notifies the protocol of deleting routes when the prefix limit is decreased. |
NotifyDelFinish |
Indicates the number of times that the protocol notifies the RIB of completion of deleting routes. |
NotifyAddRoute |
Indicates the 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.
<sysname> display ipv6 prefix-limit vpn-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
UNR 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