C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
679
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
IP
V
6 C
OMMANDS
IPV
6
ND
PREFIX
Usage
This command specifies the IPv6 prefix flags that are advertised by the router
advertisement message.
Examples
The following example configures the device to issue router advertisements on the
VLAN interface
vlan4
, and advertises the address prefix of
2001:0db8::/64
.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ipv6 nd prefix 2001:0db8::/64
The following example configures the device to issue router advertisements on the
VLAN interface
vlan4
, and advertises the address prefix of
2001:0db8::/64
with a valid lifetime of 10 days and a preferred lifetime of 5 days.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ipv6 nd prefix 2001:0db8::/64 864000 432000
The following example configures the device to issue router advertisements on the
VLAN interface
vlan4
, and advertises 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.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ipv6 nd prefix 2001:0db8::/64 864000 43200
no-autoconfig
The following example resets router advertisements on the VLAN interface
vlan4
,
so the address prefix of
2001:0db8::/64
is not advertised from the device.
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
no ipv6 nd prefix 2001:0db8::/64
The following example resets all router advertisements on the VLAN interface
vlan4
:
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
no ipv6 nd prefix all
Related
Commands
ipv6 nd suppress-ra