Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show dhcpv6 client binding

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show dhcpv6 client binding
interface interface-name
routing-instance <routing-instance-name>
[brief | detail | summary]

Description

Display the address bindings in the Dynamic Host Configuration Protocol version 6 (DHCPv6) client table.

Options

interface interface-name

(Optional) Perform this operation on the specified interface.

routing-instance routing-instance-name

(Optional) Display DHCPv6 binding information for DHCPv6 clients on the specified routing instance.

brief

(Optional) Display brief information about the active client bindings.

detail

(Optional) Display detailed client binding information.

summary

(Optional) Display a summary of DHCPv6 client information.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show dhcpv6 client binding command. Output fields are listed in the approximate order in which they appear.

Table 1: show dhcpv6 client binding Output Fields

Field Name

Field Description

Hardware Address

Hardware address of the DHCPv6 client.

State

State of the address-binding table on the DHCPv6 local server.

Lease Expires

Date and time at which the client’s IP address lease expires.

Lease Expires in

Number of seconds until the lease expires.

Lease Start

Date and time at which the client’s IP address lease started.

Client DUID

The DHCPv6 client’s unique identifier.

Bind type

The bind type.

Client Type

The type of DHCPv6 client. The client type can be autoconfig or stateful.

Rapid Commit

Two-message exchange option for address assignment.

Server IP Address

IP address of the DHCPv6 server.

Client IP Address

IP address of the DHCPv6 client.

Sample Output

show dhcpv6 client binding

content_copy zoom_out_map
user@host> show dhcpv6 client binding
IP prefix         		Expires     	ClientType 	State  Interface       Client DUID
	2001:db8::b2b7:8631:d968:8d5e/128 	96 	    	 STATEFUL	  BOUND ge-0/0/1.0       LL_TIME0x3-0x0-2c:6b:f5:62:39:c1


command-name

content_copy zoom_out_map
user@host> show dhcpv6 client binding detail 
Client Interface: ge-0/0/1.0
     		Hardware Address:             2c:6b:f5:62:39:c1
     		State:                        BOUND(DHCPV6_CLIENT_STATE_BOUND)
     		Lease Expires:                2012-08-07 15:52:19 UTC
     		Lease Expires in:             116 seconds
				Lease Start:                  2012-08-07 15:50:19 UTC
     		Client DUID                   VENDOR0x00000583-0x3000103f
				Bind Type:		                IA_NA
				ClientType :		             STATEFUL		
     		Rapid Commit                  Off
     		Server Ip Address:            fe80::230:48ff:fe5d:5bf7
     		Client IP Address:            2001:db8::655b:3c80:2deb:1a3/128

	    DHCP options:
    		Name: server-identifier, Value: LL_TIME0x1-0x17acddab-00:30:48:5d:5b:f7
    		Name: vendor-opts, Value: 000005830002aaaa
    		Name: sip-server-list, Value: 2000::300 2000::302 2000::303 2000::304
    		Name: dns-recursive-server, Value: 2000::ff2000::fe
    		Name: domain-search-list, Value: 076578616d706c6503636f6d00

Release Information

Statement introduced in Junos OS Release 12.1X45-D10.

footer-navigation