The display ip-pool pool-usage vpn-instance command displays the usage of the address pool of every vpn-instance.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
all |
Specifies all address statistics based on vpn-instance. |
- |
vpn-instance vpn-instance |
Specifies vpn-instance to query specific address statistics. |
The value is a string of 1 to 128 case-insensitive characters. |
verbose |
Displays detailed information about address statistics based on vpn-instance. |
- |
pool-name pool-name |
Pool name. |
The value is a string of 1 to 128 case-insensitive characters. |
Usage Scenario
The command display ip-pool pool-usage vpn-instance all is used to view the address usage of all VPN instances.
The command display ip-pool pool-usage vpn-instance vrfName verbose is used to view the address usage of the specified VPN instance. If the pool-name keyword, other than the pool-name parameter, is included, the statistics will not include the remote address pool and RUI-slave address pool.Precautions
In VS mode, this command is supported only by the admin VS.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> system-view [~HUAWEI] display ip-pool pool-usage vpn-instance all ----------------------------------------------------------------------------- VPN-Instance name Total Used Idle Conflicted Exclude reserved static-bind Ratio Threshold ----------------------------------------------------------------------------- vrf1 33 0 17 0 16 0 0 48% 80 vrf2 199 0 50 0 149 0 0 74% 80 -----------------------------------------------------------------------------
<HUAWEI> system-view [~HUAWEI] display ip-pool pool-usage vpn-instance vrf1 verbose ----------------------------------------------------------------------------- VPN-Instance name Total Used Idle Conflicted Exclude reserved static-bind Ratio Threshold ----------------------------------------------------------------------------- vrf1 33 0 17 0 16 0 0 48% 80 -----------------------------------------------------------------------------
Item | Description |
---|---|
VPN-Instance name | VPN instance name. |
Total | Total number of IP addresses of VPN instance. |
Used | Indicates the number of IP addresses being used of VPN instance. |
Idle | Indicates the number of unused IP addresses of VPN instance. |
Conflicted | Indicates the number of conflicting IP addresses of VPN instance. |
Exclude | Indicates the number of excluded IP addresses of VPN instance. |
reserved | Indicates the number of reserved IP addresses of VPN instance. |
static-bind | Indicates the number of static user used IP addresses of VPN instance. |
Ratio | Indicates the radio of IP addresses of VPN instance. |
Threshold | Indicates the threshold of address utilization rate of VPN instance. |