Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 536

Advertising
background image

508

Multi-Service IronWare Routing Configuration Guide

53-1003033-02

Configuring a static IPv6 route

Brocade(config)# ipv6 route 2001:db8::0/32 ethernet 1 fe80::1

Syntax: [no] ipv6 route dest-ipv6-prefix/prefix-length [ ethernet slot/port | ve num | null0 ]

next-hop-ipv6-address [metric] [ tag num] [distance number]

To configure a static IPv6 route for a destination network with the prefix 2001:db8::0/32 and a
next-hop gateway that the Brocade device can access through tunnel 1, enter the following
command.

Brocade(config)# ipv6 route 2001:db8::0/32 tunnel 1

Syntax: [no] ipv6 route dest-ipv6-prefix/prefix-length interface port [metric] [distance number]

Table 98

describes the parameters associated with this command and indicates the status of each

parameter.

TABLE 98

Static IPv6 route parameters

Parameter

Configuration details

Status

The IPv6 prefix and prefix length
of the route’s destination
network.

You must specify the dest-ipv6-prefix
parameter in hexadecimal using
16-bit values between colons as
documented in RFC 2373.
You must specify the prefix-length
parameter as a decimal value. A
slash mark (/) must follow the
ipv6-prefix parameter and precede
the prefix-length parameter.

Mandatory for all static IPv6 routes.

The route’s next-hop gateway,
which can be one of the following:

The IPv6 address of a
next-hop gateway.

A tunnel interface.

You can specify the next-hop gateway
as one of the following types of IPv6
addresses:

A global address.

A link-local address.

If you specify a global address, you
do not need to specify any additional
parameters for the next-hop gateway.
If you specify a link-local address, you
must also specify the interface
through which to access the address.
You can specify one of the following
interfaces:

An Ethernet interface.

A tunnel interface.

A virtual interface (VE).

If you specify an Ethernet interface,
also specify the port number
associated with the interface. If you
specify a VE or tunnel interface, also
specify the VE or tunnel number.
You can also specify the next-hop
gateway as a tunnel interface. If you
specify a tunnel interface, also
specify the tunnel number.

Mandatory for all static IPv6 routes.

The route’s metric.

You can specify a value from 1 – 16.

Optional for all static IPv6 routes. (The
default metric is 1.)

Advertising