home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bonding <dpFbondx> dhcpv6-options

Specifies the way in which a DHCPv6 client is to acquire an address, parameters, or all of them from a DHCPv6 server.

set interfaces bonding dpFbondx dhcpv6-options { parameters-only | temporary }
delete interfaces bonding dpFbondx dhcpv6-options { parameters-only | temporary }
show interfaces bonding dpFbondx dhcpv6-options
dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
parameters-only
Acquires only configuration parameters (and not an IPv6 address) from the DHCPv6 server.

Only one of the parameters-only and temporary parameters can be specified.

temporary
Acquires a temporary IPv6 address as described for IPv6 privacy addressing in RFC 4941.

Only one of the parameters-only and temporary parameters can be specified.

Configuration mode


interfaces {
    bonding dpFbondx {
       dhcpv6-options
             parameters-only
             temporary
    }
}

Use this command to specify in what way the DHCPv6 client is to acquire an IPv6 address, parameters, or all of them from a DHCPv6 server.

These parameters are relevant only if the dhcpv6 option has been set for the interfaces bonding dpFbondx address command.

The parameters-only option is typically used with Stateless Address Autoconfiguration (SLAAC) or static address configuration. It and the temporary parameter are mutually exclusive.

Use the set form of this command to specify the DHCPv6 options.

Use the delete form of this command to remove the DHCPv6 options.

Use the show form of this command to view the DHCPv6 configuration.