Users Guide

203 | IPv6 Support Dell Networking W-Series ArubaOS 6.4.x| User Guide
In the WebUI
1. Navigate to the Configuration > Network > IP page and select the IPv6 Neighbors tab.
2. Click Add and enter the following details of the IPv6 neighbor:
l IPV6 Address
l Link-layer Addr
l VLAN Interface
3. Click Done to apply the configuration.
In the CLI
To configure a static neighbor on a VLAN interface:
(host)(config)#ipv6 neighbor <ipv6addr> vlan <vlan#> <mac>
Configuring IPv6 Default Gateway and Static IPv6 Routes
You can configure IPv6 default gateway and static IPv6 routes using the WebUI or CLI.
In the WebUI
To Configure IPv6 Default Gateway
1. Navigate to the Configuration > Network > IP page and select the IP Routes tab.
2. Under the Default Gateway section, click Add.
3. Select IPv6 as IP Version, and enter the IPv6 address in the IP Address field.
4. Click Add to add the address to the IPv6 default gateway table.
5. Click Apply.
To Configure Static IPv6 Routes
1. Under the IP Routes section, click Add and select IPv6 as IP Version.
2. Enter the destination IP address and the forwarding settings in the respective fields.
3. Click Done to add the static route to the IPv6 routes table.
4. Click Apply.
In the CLI
To configure the IPv6 default gateway:
(host)(config)#ipv6 default-gateway <ipv6-address> <cost>
To configure static IPv6 routes:
(host)(config)#ipv6 route <ipv6-prefix/prefix-length> <ipv6-next-hop> <cost>
<ipv6-next-hop> = X:X:X:X::X
Managing Controller IP Addresses
You can change the default controller IP address by assigning a different VLAN interface address or the loop
back interface address. You can also turn on Syslog messaging for IPv6 (similar to IPv4 logging) using the
logging <ipv6 address> command. For more information on logging, see Configuring Logging on page
887.You can use the WebUI or CLI to change the default controller IP address.
In the WebUI
1. Navigate to the Configuration > Network > Controller page and select the System Settings tab.