run show dhcp server binding interface


The run show dhcp server binding interface command displays the allocated IP address binding information based on the VLAN interface and configuration information of other parameters, including DNS server, domain name and default router.


Command Syntax

run show dhcp server binding interface {all | <interface-name>}


Parameter

Parameter

Description

interface {all | <interface-name>}

Specifies an L3 VLAN interface name. The value could be all or a specific VLAN interface name, where all indicates to show DHCP client information of all the VLAN interfaces.


Example

  • View the allocated IP address binding information based on the VLAN interface.
admin@Xorplus# run show dhcp server binding interface vlan100
2 bound clients

Client Interface: vlan100

    MAC address:          00:0a:12:00:12:11
    Client IP Address:      10.1.1.88

    MAC address:          00:0a:12:00:12:12
    Client IP Address:      10.1.1.89

    DHCP Options :          
    Name: dhcp-lease-time, Value: 43200 minutes
    Name: name-server, Value: [ 10.209.194.131, 198.51.110.2, 192.0.2.3 ]
    Name: server-identifier, Value: 10.1.1.1
    Name: router, Value: [ 10.1.1.1 ]
    Name: domain-name, Value: example-50

Table 1. Description of the run show dhcp server binding interface command output

Item

Description

MAC address

Indicates the MAC address of a DHCP client.

Client IP Address

Indicates the IP address of a DHCP client.

Name: dhcp-lease-time

Indicates the lease time of the IP addresses.

Name: name-server

Indicates the IP address of the DNS server.

Name: server-identifier

Indicates the IP address of Layer 3 VLAN interface connected to the DHCP client.

Name: router

Indicates the default gateway for the DHCP clients.

Name: domain-name

Indicates the domain name for the DHCP clients.

Copyright © 2024 Pica8 Inc. All Rights Reserved.