135| IPv6 Support AOS-W 6.5.3.x| User Guide
n IPV6 Address
n Link-layer Addr
n 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 Switch IP Addresses
You can change the default switch 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 864.You can
use the WebUI or CLI to change the default switch IP address.
In the WebUI
1. Navigate to the Configuration > Network > Switch page and select the System Settings tab.
2. Under the Switch IP Details section, select the VLAN Id or the loopback interface Id in the IPv6 Address
drop down.
3. Click Apply.