set dhcp-ipv6-server-interface

Description

Configure the DHCP IPV6 server interface.

Syntax

set dhcp-ipv6 server interface <name> [ {disable | enable } ] [ dns-ipv6 { none | manual [primary <primary> ] [ secondary <secondary> ] [ tertiary <tertiary> ] | auto } ] [ include-ipv6-pool <include-ipv6-pool> ] [ exclude-ipv6-pool <exclude-ipv6-pool> ] [ relay relay-to <relay relay-to> [ secondary <secondary> ]

Parameters

Parameter

Description

dhcp-ipv6

Use DHCPv6 Server with a specified IP address range

Options: off, on, relay, slaac

dns-ipv6

Configure the DNS Server

Press TAB to see available options

exclude-ipv6-pool

DHCPv6 exclude range (IPv6 address range format)

Type: ipv6range

include-ipv6-pool

DHCPv6 range

Type: ipv6range

name

Network name

A string that contains these characters:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

  • '/' (slash)

primary

Configure the IPv6 address for the first DNS server

relay relay-to

Configure DHCPv6 server IP address

secondary

Configure the IPv6 address for the second DNS server

tertiary

Configure the IPv6 address for the third DNS server

Example

set dhcp-ipv6 server interface My_Network off dns-ipv6 none include-ipv6-pool ipv6range exclude-ipv6-pool ipv6range relay relay-to ipv6addr secondary ipv6addr