Chapter 7
IP Address Assignment
RUGGEDCOM ROX II
CLI User Guide
254 Adding an IPv6 Prefix
dhcpserver6
subnet6-name sub2
options
prefix6 2001:db8:28d2:f0::
end 2001:db8:28d2:f0::
bits 60
!
!
!
!
!
If no prefixes have been configured, add ranges as needed. For more information, refer to Section7.3.15.2,
“Adding an IPv6 Prefix”.
Section7.3.15.2
Adding an IPv6 Prefix
To add a prefix, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the prefix by typing:
services dhcpserver6 subnet6-name name options prefix6 prefix
Where:
• name is the name of the subnet
• prefix is the starting IPv6 prefix delegation
3. Configure the IPv6 Range Configuration by configuring the following parameter(s) as required:
Parameter Description
end { end } Synopsis: A string 6 to 40 characters long
The ending IPv6 prefix delegation that the server uses to offer to the client.
This parameter is mandatory.
bits { bits } Synopsis: An 8-bit unsigned integer between 1 and 64
Prefix delegations of bits length that are offered to the client.
This parameter is mandatory.
4. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section7.3.15.3
Deleting an IPv6 Prefix
To delete a prefix, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the prefix by typing:
no services dhcpserver6 subnet6-name name options prefix6 prefix
Where:
• name is the name of the subnet