RUGGEDCOM ROX II
CLI User Guide
Chapter 7
IP Address Assignment
Managing IPv6 Addresses 215
Section7.1.4
Managing IPv6 Addresses
This section describes how to manage IPv6 addresses for a routable interface.
CONTENTS
• Section7.1.4.1, “Viewing a List of IPv6 Addresses”
• Section7.1.4.2, “Adding an IPv6 Address”
• Section7.1.4.3, “Deleting an IPv6 Address”
Section7.1.4.1
Viewing a List of IPv6 Addresses
To view a list of IPv6 address for a routable interface, type:
show running-config ip interface ipv6 address
Where:
• interface is the name of the interface
If addresses have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config ip dummy0 ipv6 address
ip dummy0
ipv6
address 2001:db8:a0b:12f0::1/24
!
address 2001:db9:a2C:25f0::2/24
!
!
!
If no addresses have been configured, add addresses as needed. For more information, refer to Section7.1.4.2,
“Adding an IPv6 Address”.
Section7.1.4.2
Adding an IPv6 Address
To add an IPv6 address to a routable interface, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the address by typing:
ip interface ipv6 address address
Where:
• interface is the name of the interface
• address is the IPv6 address
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.