C613-50631-01 Rev A Command Reference for IE340 Series 975
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV6 COMMANDS
IPV
6 ND PREFIX
Mode Interface Configuration for a VLAN interface or a local loopback interface.
Usage notes This command specifies the IPv6 prefix flags that are advertised by the router
advertisement message.
Examples To configure the device to issue router advertisements on vlan2, and advertise the
address prefix of 2001:0db8::/64, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ipv6 nd prefix 2001:0db8::/64
To configure the device to issue router advertisements on vlan2, and advertise the
address prefix of 2001:0db8::/64 with a valid lifetime of 10 days and a preferred
lifetime of 5 days, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ipv6 nd prefix 2001:0db8::/64 864000 432000
To configure the device to issue router advertisements on vlan2 and advertise the
address prefix of 2001:0db8::/64 with a valid lifetime of 10 days, a preferred lifetime
of 5 days, and no prefix used for autoconfiguration, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ipv6 nd prefix 2001:0db8::/64 864000 432000
no-autoconfig
To reset router advertisements on vlan2, so the address prefix of 2001:0db8::/64 is
not advertised from the device, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd prefix 2001:0db8::/64
To reset all router advertisements on vlan2, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd prefix all
Related
commands
ipv6 nd suppress-ra