C613-50170-01 Rev B
Command Reference for x510 Series
2542
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
DHCP
FOR
IP
V
6 (DHCP
V
6) C
OMMANDS
SNTP
-
ADDRESS
sntp-address
Overview
Use this command in DHCPv6 Configuration mode to add an SNTP Server IPv6
address to a DHCPv6 Server pool.
Use the
no
variant of this command to remove an SNTP Server IPv6 address from a
DHCPv6 Server pool.
Syntax
sntp-address <
ipv6-address
>
no sntp-address <
ipv6-address
>
Mode
DHCPv6 Configuration
Examples
The following example adds an SNTP Server IPv6 address of 2001:0db8::/32 to the
DHCPv6 pool named P2:
awplus#
configure terminal
awplus(config)#
ipv6 dhcp pool P2
awplus(config-dhcp6)#
sntp-address 2001:0db8::/32
The following example removes an SNTP Server IPv6 address of 2001:0db8::/32 to
the DHCPv6 pool named P2:
awplus#
configure terminal
awplus(config)#
ipv6 dhcp pool P2
awplus(config-dhcp6)#
no sntp-address 2001:0db8::/32
Related
Commands
Parameter
Description
<
ipv6-address
>
Specify an SNTP Server IPv6 address, in hexadecimal notation
in the format
X:X::X:X
.