IPv6 Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 30-17
ipv6 route
Configures a static entry in the IPv6 route. This command is currently not supported. Please use the new
ipv6 static-route command.
ipv6 route ipv6_prefix/prefix_length ipv6_address [if_name]
no ipv6 route ipv6_prefix/prefix_length ipv6_address [if_name]
Syntax Definitions
ipv6_prefix IPv6 network that is the destination of this static route.
/prefix_length The number of bits that are significant in the iPv6 address (mask).
(0...128).
ipv6_address IPv6 address of the next hop used to reach the specified network.
if_name If the next hop is a link-local address, the name of the interface used to
reach it.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
Use the no form of this command to remove a static route.
Examples
-> ipv6 route 212:95:5::/64 fe80::2d0:95ff:fe6a:f458 v6if-137
Release History
Release 6.6.1; command was introduced.
Related Commands
MIB Objects
alaIPv6StaticRouteTable
alaIPv6StaticRouteNextHop
alaIPv6StaticRouteIfIndex
alaIPv6StaticRouteDest
alaIPv6StaticRoutePrefixLength
alaIPv6StaticRouteRowStatus
show ipv6 routes Displays IPv6 Forwarding Table.