Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set protocols dhcp6 relay interface disable command enables or disables DHCPv6 relay on a specified L3 VLAN interface.


Command Syntax

set protocols dhcp6 relay interface <vlan-interface-name> disable <true | false>


Parameters

Parameter

Description

interface <vlan-interface-name>

Specifies an L3 VLAN interface name. The value is a string.

disable <true | false>

Enables or disables DHCPv6 relay on an L3 VLAN interface, the value could be true or false:

  • true: Disables DHCPv6 relay.
  • false: Enables DHCPv6 relay.

By default, DHCPv6 relay is disabled.


Usage Guidelines

Generally, DHCPv6 relay should be enabled on the L3 VLAN interface that connects to the host’s network.


Example

  • Enable DHCPv6 relay on the L3 VLAN interface vlan100.
admin@Switch# set protocols dhcp6 relay interface vlan100 disable false
  • No labels