display dhcp static user-bind
Function
The display dhcp static user-bind command displays information about a static binding table.
Format
display dhcp static user-bind { { interface interface-type interface-number | ip-address ip-address | mac-address mac-address | vlan vlan-id } * | all } [ verbose ]
Parameters
Parameter |
Description |
Value |
---|---|---|
interface interface-type interface-number |
Displays binding entries on the specified interface.
|
- |
ip-address ip-address |
Displays binding entries a specified IP address. |
The value is in dotted decimal notation. |
mac-address mac-address |
Displays binding entries mapping a specified MAC address. |
The value is in hexadecimal notation. |
vlan vlan-id |
Displays binding entries mapping a specified VLAN ID. |
The value is an integer that ranges from 1 to 4094. |
all |
Displays all entries in the binding table. |
- |
verbose |
Displays detailed information about the binding table. |
- |
Usage Guidelines
This command is used to view information about a configured static binding table. The information includes the IP address, MAC address, VLAN information, and interface information.
Example
# Display information about the static binding table.
<AC6605> display dhcp static user-bind all DHCP static Bind-table: Flags:O - outer vlan ,I - inner vlan ,P - Vlan-mapping IP Address MAC Address VSI/VLAN(O/I/P) Interface -------------------------------------------------------------------------------- 10.1.1.1 0001-0002-0003 10 /-- /-- GE0/0/1 -------------------------------------------------------------------------------- Print count: 1 Total count: 1
Item |
Description |
---|---|
DHCP static Bind-table |
Static DHCP binding entries. To configure a static DHCP binding table, run the user-bind static command. |
Flags:O - outer vlan ,I - inner vlan ,P - Vlan-mapping |
VLAN ID.
|
IP Address |
User IP address. |
MAC Address |
User MAC address. |
VSI |
Name of the VPN instance that the online user belongs to. |
VLAN(O/I/P) |
Inner VLAN ID, outer VLAN ID, or VLAN mapping information of the online user. |
Interface |
User access interface. |