dhcpv6-server

service dhcpv6-server
SDE M10-Smart M2 RS420 AresC640

Configuration for DHCP Server IPv6

Required:

service dhcpv6-server class <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Class to match with Client class-ID option

Instances:

Multiple

service dhcpv6-server class <id> class-identifier
SDE M10-Smart M2 RS420 AresC640

Match with Vendor Class Identifier or DHCP Client Identifier

service dhcpv6-server class <id> class-identifier ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Class-ID option in ASCII

Instances:

Multiple

service dhcpv6-server class <id> class-identifier hex <txt>
SDE M10-Smart M2 RS420 AresC640

Class-ID option in Hexadecimal

Values:
  • <hh – Class-ID (hh:hh:hh>)

Instances:

Multiple

service dhcpv6-server class <id> class-identifier reg <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – RegExp for Class-ID option

Instances:

Multiple

service dhcpv6-server class <id> options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server class <id> options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server class <id> options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server class <id> options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server class <id> options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server class <id> options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server class <id> options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server class <id> options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server class <id> options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server class <id> options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server class <id> options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server class <id> options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server class <id> options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server class <id> options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server class <id> options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server class <id> options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server class <id> options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server class <id> options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server class <id> options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server class <id> options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server class <id> options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server class <id> options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server class <id> options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server class <id> options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server disable
SDE M10-Smart M2 RS420 AresC640

Option to disable DHCP server

service dhcpv6-server options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – DHCP shared network

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> advisor <txt>
SDE M10-Smart M2 RS420 AresC640

Tracked advisor to enable or disable DHCPv6-Server in this Shared Network

Reference:

system advisor <txt>

service dhcpv6-server shared-network <txt> class <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Class to match with Client class-ID option

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> class-identifier
SDE M10-Smart M2 RS420 AresC640

Match with Vendor Class Identifier or DHCP Client Identifier

service dhcpv6-server shared-network <txt> class <id> class-identifier ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Class-ID option in ASCII

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> class-identifier hex <txt>
SDE M10-Smart M2 RS420 AresC640

Class-ID option in Hexadecimal

Values:
  • <hh – Class-ID (hh:hh:hh>)

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> class-identifier reg <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – RegExp for Class-ID option

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server shared-network <txt> class <id> options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server shared-network <txt> class <id> options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server shared-network <txt> class <id> options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> class <id> options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server shared-network <txt> class <id> options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server shared-network <txt> class <id> options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server shared-network <txt> class <id> options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server shared-network <txt> class <id> options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server shared-network <txt> class <id> options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server shared-network <txt> class <id> options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server shared-network <txt> class <id> options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server shared-network <txt> class <id> options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> class <id> options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server shared-network <txt> class <id> options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server shared-network <txt> class <id> options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> class <id> options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server shared-network <txt> class <id> options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server shared-network <txt> class <id> options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> description <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Shared-network-name description

service dhcpv6-server shared-network <txt> local-vrf <id>
SDE M10-Smart M2 RS420 AresC640

Output local vrf

Reference:

system vrf <id>

service dhcpv6-server shared-network <txt> options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server shared-network <txt> options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server shared-network <txt> options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server shared-network <txt> options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server shared-network <txt> options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server shared-network <txt> options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server shared-network <txt> options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server shared-network <txt> options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server shared-network <txt> options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server shared-network <txt> options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server shared-network <txt> options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server shared-network <txt> options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server shared-network <txt> options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server shared-network <txt> options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server shared-network <txt> options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server shared-network <txt> options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server shared-network <txt> options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server shared-network <txt> options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server shared-network <txt> options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server shared-network <txt> options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server shared-network <txt> options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6net – IPv6 DHCP subnet for this shared network

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> address-range
SDE M10-Smart M2 RS420 AresC640

Parameters setting ranges for assigning IPv6 addresses

service dhcpv6-server shared-network <txt> subnet <ipv6net> address-range prefix <ipv6net>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6net – IPv6 prefix defining range of addresses to assign

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> address-range prefix <ipv6net> temporary
SDE M10-Smart M2 RS420 AresC640

Address range will be used for temporary addresses

service dhcpv6-server shared-network <txt> subnet <ipv6net> address-range start <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – First in range of consecutive IPv6 addresses to assign

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> address-range start <ipv6> stop <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Last in range of consecutive IPv6 addresses

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Class to match with Client class-ID option

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> address-range
SDE M10-Smart M2 RS420 AresC640

Parameters setting ranges for assigning IPv6 addresses

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> address-range prefix <ipv6net>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6net – IPv6 prefix defining range of addresses to assign

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> address-range prefix <ipv6net> temporary
SDE M10-Smart M2 RS420 AresC640

Address range will be used for temporary addresses

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> address-range start <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – First in range of consecutive IPv6 addresses to assign

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> address-range start <ipv6> stop <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Last in range of consecutive IPv6 addresses

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> class-identifier
SDE M10-Smart M2 RS420 AresC640

Match with Vendor Class Identifier or DHCP Client Identifier

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> class-identifier ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Class-ID option in ASCII

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> class-identifier hex <txt>
SDE M10-Smart M2 RS420 AresC640

Class-ID option in Hexadecimal

Values:
  • <hh – Class-ID (hh:hh:hh>)

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> class-identifier reg <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – RegExp for Class-ID option

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server shared-network <txt> subnet <ipv6net> class <id> options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server shared-network <txt> subnet <ipv6net> options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server shared-network <txt> subnet <ipv6net> options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server shared-network <txt> subnet <ipv6net> options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server shared-network <txt> subnet <ipv6net> options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server shared-network <txt> subnet <ipv6net> options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server shared-network <txt> subnet <ipv6net> options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server shared-network <txt> subnet <ipv6net> options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server shared-network <txt> subnet <ipv6net> options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Name of static mapping

Instances:

Multiple

Required:

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> identifier <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client identifier for this static mapping

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> ipv6-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Client IPv6 address for this static mapping

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options
SDE M10-Smart M2 RS420 AresC640

DHCP options

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options authoritative
SDE M10-Smart M2 RS420 AresC640

Authoritative flag

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options bootfile-url <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Bootstrap file url

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options code <u32>
SDE M10-Smart M2 RS420 AresC640

DHCP Additional Options

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Data of Additional DHCP option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Data of the additional DHCP option in Ascii

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Data of the additional DHCP option in Hexadecimal

Values:
  • <hh – Data (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options code <u32> data ip-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – Data of the additional DHCP option in IP-address format

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options dns-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of DNS server

Instances:

Multiple

SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Client domain search

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Lease timeout in seconds

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options max-lease <u32>
SDE M10-Smart M2 RS420 AresC640
Values:
  • u32 – Maximum lease timeout in seconds

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options nis-domain <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – NIS domain name for client to use

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options nis-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of NIS server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options sip-server-address <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – SIP name server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options sip-server-name <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – SIP server name

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options sntp-server <ipv6>
SDE M10-Smart M2 RS420 AresC640
Values:
  • ipv6 – IP address of SNTP Server

Instances:

Multiple

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options
SDE M10-Smart M2 RS420 AresC640

Vendor Specific Information Option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options code <u32>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, code of the option to encapsulate.

Values:
  • u32 – (1-254)

Instances:

Multiple

Required:

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options code <u32> data
SDE M10-Smart M2 RS420 AresC640

Vendor-option to encapsulate

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options code <u32> data ascii <id>
SDE M10-Smart M2 RS420 AresC640
Values:
  • id – Vendor-option

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options code <u32> data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options data
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option

Instances:

Unique

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options data ascii <txt>
SDE M10-Smart M2 RS420 AresC640
Values:
  • txt – Vendor-option, when sending a unique option

service dhcpv6-server shared-network <txt> subnet <ipv6net> static-mapping <txt> options vendor-options data hex <txt>
SDE M10-Smart M2 RS420 AresC640

Vendor-option, when sending a unique option in Hexadecimal

Values:
  • <hh – Vendor-option (hh:hh:hh>)