Ipv6 commands, Ipv6 route – LevelOne GTL-2691 User Manual

Page 1454

Advertising
background image

C

HAPTER

49

| IP Routing Commands

Global Routing Configuration

– 1454 –

IPv6 Commands

ipv6 route

This command configures static IPv6 routes. Use the no form to remove

static routes.

S

YNTAX

[no] ipv6 route destination-ipv6-address/prefix-length

{gateway-address [distance] |

link-local-address%zone-id [distance] |

tunnel interface-number}
destination-ipv6-address – The IPv6 address of a destination

network, subnetwork, or host. This must be a full IPv6 address

including the network prefix and host address bits.
prefix-length - A decimal value indicating how many contiguous bits

(from the left) of the address comprise the prefix (i.e., the network

portion of the address).
gateway-address – IP address of the next hop router used for this

route.
link-local-address%zone-id – a link-local address, including a

zone-id indicating the VLAN identifier after the % delimiter.
distance – An administrative distance indicating that this route can

be overridden by dynamic routing information if the distance of the

dynamic route is less than that configured for the static route. Note

that the default administrative distances used by the dynamic

unicast routing protocols is 110 for OSPF and 120 for RIP.

(Range: 1-255, Default: 1)
interface-number – The number of the outgoing tunnel interface

used to reach the destination IPv6 address. (Range: 1-16)

See the

interface tunnel

command for more information.

D

EFAULT

S

ETTING

No static routes are configured.

C

OMMAND

M

ODE

Global Configuration

C

OMMAND

U

SAGE

Up to 1K static routes can be configured.

Up to eight equal-cost multipaths (ECMP) can be configured for static

routing using the

maximum-paths

command.

If an administrative distance is defined for a static route, and the same

destination can be reached through a dynamic route at a lower

administration distance, then the dynamic route will be used.

The default distance of 1 will take precedence over any other type of

route, except for local routes.

Advertising