beautypg.com

Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 690

background image

IPv6 Commands

Software Reference for x310 Series Switches

27.12

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

Examples

The following example configures the switch to issue router advertisements on the VLAN
interface vlan4, and advertises the address prefix of 2001:0db8::/64.

The following example configures the switch 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.

The following example configures the switch 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.

The following example resets router advertisements on the VLAN interface vlan4, so the
address prefix of 2001:0db8::/64 is not advertised from the switch.

The following example resets all router advertisements on the VLAN interface vlan4:

Related Commands

ipv6 nd suppress-ra

awplus#

configure terminal

awplus(config)#

interface vlan4

awplus(config-if)#

ipv6 nd prefix 2001:0db8::/64

awplus#

configure terminal

awplus(config)#

interface vlan4

awplus(config-if)#

ipv6 nd prefix 2001:0db8::/64 864000 432000

awplus#

configure terminal

awplus(config)#

interface vlan4

awplus(config-if)#

ipv6 nd prefix 2001:0db8::/64 864000 43200
no-autoconfig

awplus#

configure terminal

awplus(config)#

interface vlan4

awplus(config-if)#

no ipv6 nd prefix 2001:0db8::/64

awplus#

configure terminal

awplus(config)#

interface vlan4

awplus(config-if)#

no ipv6 nd prefix all