IPv6 Commands
585 Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
28
switchxxxxxx(config-if)#
ipv6 redirects
switchxxxxxx(config-if)#
exit
28.27 ipv6 route
Use the ipv6 route command in Global Configuration mode to establish static IPv6
routes.
To remove a previously configured static route, use the no form of this command.
Syntax
ipv6 route
ipv6-prefix
/
prefix-length
next--ipv6-address
[
metric
]
no ipv6 route
ipv6-prefix
/
prefix-length
next--ipv6-address
Parameters
•
ipv6-prefix
—IPv6 network that is the destination of the static route. Can also
be a host name when static host routes are configured.
• /
prefix-length
—Length of the IPv6 prefix. A decimal value that indicates
how many of the high-order contiguous bits of the address comprise the
prefix (the network portion of the address). A slash mark must precede the
decimal value.
•
next-ipv6-address
—IPv6 address of the next hop that can be used to reach
the specified network.
- If the
next--ipv6-address
argument is a link local address it must be
defined in the zone format: IPv6 Zone Format> ::=
IPv6-Link-Local-Address
%
Interface-ID
- The
interface-id
argument must be coded without spaces.
•
metric
—Static route metric. Acceptable values are from 1 to 65535. The
default value is 1.
Default Configuration
Static entries are not configured in the IPv6 neighbor discovery cache.
Command Mode
Global Configuration mode