C613-50631-01 Rev A Command Reference for IE340 Series 988
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV6 COMMANDS
IPV
6 ROUTE
routes for a next hop to forward a packet to, the device chooses the next hop based
only on the destination address of the packet. When you provide SADR
information for a route, the device also inspects the source address and ensures it
fits within the source prefix range you provided for this route.
Versions of AlliedWare Plus earlier than 5.5.1-2.1 do not support descriptions on
static routes, so a start-up configuration that contains descriptions will be rejected
by these older versions. If you add descriptions, be careful if you downgrade to an
older AlliedWare Plus version.
Example To create a route with administrative distance of 32 to send packets to
2001:0db8::1/128 via vlan2, use the commands:
awplus# configure terminal
awplus(config)# ipv6 route 2001:0db8::1/128 vlan2 32
To use SADR to create a route for packets from 2001::/64 to 2223::/64, with a next
hop of 2001::1, use the commands:
awplus# configure terminal
awplus(config)# ipv6 route 2223::/64 2001::1 2001::/64
To give a route a description of ‘test’ when creating it, use the commands:
awplus# configure terminal
awplus(config)# ipv6 route 2001:0db8::1/128 vlan2 description
test
To remove the description from a route, re-enter the route without specifying the
description parameter:
awplus# configure terminal
awplus(config)# ipv6 route 2001:0db8::1/128 vlan2
Related
Commands
show running-config
show ipv6 route
Command
changes
Version 5.5.1-2.1: description parameter added
Version 5.5.0-0.3: src-prefix parameter added