show ip dhcp snooping binding
Use this command to display the dhcp snooping binding table.
Command Syntax
show ip dhcp snooping (source|) binding bridge <1-32>
Parameters
<1-32>
Bridge number
source
DHCP snooping IP source guard
Command Mode
Privileged Exec Mode and Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show ip dhcp snooping binding bridge 1
Total number of static IPV4 entries : 1
Total number of dynamic IPV4 entries : 0
Total number of static IPV6 entries : 0
Total number of dynamic IPV6 entries : 0
MacAddress IpAddress Lease(sec) Type VLAN Interface
-------------- ------------- ---------- ----------- ---- ----------
0001.0002.0003 12.0.0.1 0 static 2 xe2
Table 7-13 explains the show command output fields.
Table 7-13: show ip dhcp snooping binding output details
Entry | Description |
---|
Total number of static IPV4 entries | Number of static IPV4 entries in the interface. |
Total number of dynamic IPV4 entries | Number of dynamic IPV4 entries in the interface. |
Total number of static IPV6 entries | Number of static IPV6 entries in the interface. |
Total number of dynamic IPV6 entries | Number of dynamic IPV6 entries in the interface. |
Mac Address | MAC address forwards the packet into a given dhcp instance. |
IP Address | IP address of the peer device. |
Lease (sec) | The DHCP lease time in seconds provided to untrusted IP addresses. |
Type | Configured either statically or dynamically by the DHCP server. |
VLAN | Identifier of the number. |
Interface | Interface is being snooped. |
Last modified date: 07-14-2023