The display ip pool name client-option command displays information about a specific address pool.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
pool-name |
Specifies the name of an address pool. |
The value is a string of 1 to 128 case-insensitive characters. |
client-option option-code |
Specifies the Option code carried by a packet sent from a client. |
The value is an integer ranging from 2 to 254. |
dhcp-option-code |
Specifies the Option field value. |
The value is a string of 3 to 66 case-sensitive characters, spaces not supported. |
reply-option |
Specifies Option information to be sent to a client. |
- |
Usage Scenario
The display ip pool name command is used to view summary information about an address pool and details about idle addresses, conflicting addresses, disabled addresses, reserved addresses, and statically bound addresses. The summary information about an address pool contains the gateway address of the address pool, DNS server address, number of address sections, start IP address, end IP address, and numbers of idle addresses, used addresses, and conflicting addresses in each address section. Details about idle addresses, conflicting addresses, disabled addresses, reserved addresses, and statically bound addresses contain the current status and lease of each address.
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 name bb client-option 60 reply-option ========================================================= Poolname bb (poolindex 1) : ========================================================= client-option 60 "Huawei eNodeB" reply-option 43 (subcnt: 5 length: 255) suboption 1 (length: 4): ip 10.80.80.80 suboption 2 (length: 12): string #EDC$RFVC123 suboption 3 (length: 2): hex 1111 suboption 4 (length: 126): string %^TGBBHYTGBGBHRFT^DECRFV%T^Y&gggggggggggggggggggggggggggggggggggggggggdddddddddddddddddddddddhhh; hhhhhhhhhhhhhhhhssssssssssssss suboption 5 (length: 101): string %^TGBBHYTGBGBHRFT^DECRFV%T^Y&gggggggggggggggggggggggggggggggggggggggggdddddddddddddddddddddddhhh; hhhhh
Item | Description |
---|---|
ip | Specifies an IP address as a sub-option. |
client-option | client option. |
reply-option | Specifies an option that will be sent as a reply to user requests. |
Poolname bb (poolindex 1) | Poolname specifies the address pool name; poolindex specifies the address pool prefix. In this example, the address pool name is bb and the address pool index is 1. |
suboption | Specifies a sub-option to be sent as a reply. |
string | Specifies a string as a sub-option. |
hex | Specifies a hexadecimal number as a sub-option. |