OcNOS-SP : System Management Guide : System Management Command Reference : DHCP Server Commands : network X:X::X:X netmask <1-128>
network X:X::X:X netmask <1-128>
Use this command to specify a network and netmask in the IPv6 DHCP server pool.
Use the no form of this command to delete the network and netmask from the IPv6 DHCP server pool.
Command Syntax
network X:X::X:X netmask <1-128>
no network X:X::X:X netmask <1-128>
Parameters
X:X:X:X
Network part of the subnet to use to assign IPv6 addresses to hosts
<1-128>
Mask part of the subnet to use to assign IPv6 addresses to host
Default
No default value is specified
Command Mode
DHCP6 configure mode
Applicability
This command was introduced in OcNOS version 6.1.0.
Examples
#configure terminal
(config)#ipv6 dhcp server pool ipv6_pool
(dhcp6-config)#network 2001:: netmask 64
 
#configure terminal
(config)#ip vrf vrf1
(config-vrf)#ipv6 dhcp server pool ipv6_pool
(dhcp6-config)#network 2001:: netmask 64
Last modified date: 10/19/2023