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

Page 698

Advertising
background image

IPv6 Commands

Software Reference for x310 Series Switches

27.20

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

ipv6 route

Use this command to establish the distance for static routes of a network prefix.

Use the no variant of this command to disable the distance for static routes of the network
prefix.

Syntax

ipv6 route <dest-prefix> <dest-prefix/length>

{<gateway-ip>|<gateway-name>} [<distvalue>]

no ipv6 route <dest-prefix> <dest-prefix/length>

{<gateway-ip>|<gateway-name>} [<distvalue>]

Mode

Global Configuration

Example

Validation

Commands

show running-config
show ipv6 route

Parameter

Description

<dest-prefix/
length
>

Specifies the IP destination prefix.
The IPv6 address prefix uses the format X:X::/prefix-length.
The prefix-length is usually set between 0 and 64.

<gateway-ip>

Specifies the IP gateway (or next hop) address. The IPv6
address uses the format X:X::X:X/Prefix-Length. The prefix-
length is usually set between 0 and 64.

<distvalue>

Specifies the administrative distance for the route. Valid
values are from 1 to 255.

<gateway-name>

Specifies the name of the gateway (or next hop) interface.

awplus#

configure terminal

awplus(config)#

ipv6 route 2001:0db8::1/128 myintname 32

Advertising