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
Broadband Subscriber Sessions User Guide
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

DHCPv6 Monitoring and Management

date_range 06-Dec-23

Requesting DHCPv6 Local Server to Initiate Reconfiguration of Client Bindings

You can request that the DHCPv6 local server initiate reconfiguration of all clients or only specified clients.

To request reconfiguration of all clients:

  • Specify the all option.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure all
    

You can use any of the following methods to request reconfiguration of specific clients:

  • Specify the IP address of the DHCPv6 client.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure 2001:db8:1111:2222::
    
  • Specify the client ID of a DHCPv6 client.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure LL_TIME0x1-0x2e159c0-00:10:94:00:00:02
    
  • Specify the session ID of a DHCPv6 client.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure 5
    
  • Specify an interface; reconfiguration is attempted for all clients on this interface.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure interface fe-0/0/0.100
    
  • Specify a logical system; reconfiguration is attempted for all clients or the specified clients in this logical system.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure all logical-system ls-bldg5
    
  • Specify a routing instance; reconfiguration is attempted for all clients or the specified clients in this routing instance.

    content_copy zoom_out_map
    user@host> request dhcpv6 server reconfigure all routing-instance ri-boston
    

Verifying and Managing DHCPv6 Local Server Configuration

Purpose

View or clear information about client address bindings and statistics for the DHCPv6 local server.

Action

  • To display the address bindings in the client table on the DHCPv6 local server:

    content_copy zoom_out_map
    user@host> show dhcpv6 server binding
    
  • To display DHCPv6 local server statistics:

    content_copy zoom_out_map
    user@host> show dhcpv6 server statistics
    
  • To clear all DHCPv6 local server statistics:

    content_copy zoom_out_map
    user@host> clear dhcpv6 server binding
    
  • To clear all DHCPv6 local server statistics:

    content_copy zoom_out_map
    user@host> clear dhcpv6 server statistics
    

Verifying and Managing DHCPv6 Relay Configuration

Purpose

View or clear address bindings or statistics for extended DHCPv6 relay agent clients:

Action

  • To display the address bindings for extended DHCPv6 relay agent clients:

    content_copy zoom_out_map
    user@host> show dhcpv6 relay binding
    
  • To display extended DHCPv6 relay agent statistics:

    content_copy zoom_out_map
    user@host> show dhcpv6 relay statistics
    
  • To clear the binding state of DHCPv6 relay agent clients:

    content_copy zoom_out_map
    user@host> clear dhcpv6 relay binding
    
  • To clear all extended DHCPv6 relay agent statistics:

    content_copy zoom_out_map
    user@host> clear dhcpv6 relay statistics
    
footer-navigation