1650
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.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
dns-server (DHCPv6)
domain-name (DHCPv6)
option (DHCPv6)
show ipv6 dhcp pool
Parameter
Description
<
ipv6-address
>
Specify an SNTP Server IPv6 address, in hexadecimal notation
in the format
X:X::X:X
.