Show ip dhcp binding, Syntax, Mode – Enterasys Networks X-Pedition XSR CLI User Manual

Page 624: Examples

Advertising
background image

DHCP Clear and Show Commands

15-114 Configuring DHCP

show ip dhcp binding

This command displays active address bindings on the DHCP server. If the address is not 
specified, all address bindings are shown. Otherwise, only the binding for the specified client is 
displayed. The lease expiration time can be displayed based on the Universal Time Clock (UTC) or 
local clock. If the local clock is not specified, UTC is the default.

Syntax

show ip dhcp binding [ip-address][utc | local]

Mode

Privileged EXEC or Global configuration: 

XSR#

or 

XSR(config)#

Examples

The following examples display the lease expiration in default UTC time:

XSR#show ip dhcp binding 168.16.22.11

IP address

Hardware address

Lease expiration

Type

Act.

168.16.1.11

00a0.9802.32df

Feb 01 1998 12:00AM

Automatic

Y

XSR#show ip dhcp binding 168.16.22.254

IP address

Hardware address Lease expiration

Type

ACT.

168.16.3.254 02c7.f800.0423

Infinite Manual

N

The following example displays the lease expiration in local time:

XSR#show ip dhcp binding local

IP address

Hardware address

Lease expiration

Type

Act.

11.1.0.253

0002.2ab4.4b01

JUL 19 2003 09:07PM

Automatic

Y

The following example displays the lease expiration in UTC time:

XSR

#show ip dhcp binding UTC

IP address

Hardware address

Lease expiration

Type

Act.

11.1.0.253

0002.2ab4.4b01

JUL 19 2003 05:07PM

Automatic

Y

The following example displaysthe lease expiration of DHCP client 11.1.0.253 in UTC time:

XSR#show ip dhcp binding UTC 11.1.0.253

IP address

Hardware address

Lease expiration

Type

Act.

Note: BOOTP bindings do not have leases: their Active designation is always N.

ip-address

IP address of the DHCP client.

utc

Bindings displayed according to the Universal Time Clock.

local

Bindings displayed according to local time.

Advertising