DES-1228/ME Metro Ethernet Managed Switch CLI Reference Guide
247
create ipv6route
Purpose
Used to create an IPv6 static route.
Syntax
create ipv6route [default] [<ipif_name 12> <ipv6addr>] {<metric 1-
65535>}
Description
This command is used to an IPv6 static route. If the next hop is a
global address, it is not needed to indicate the interface name. If the
next hop is a link local address, then the interface name must be
specified.
Parameters
default – Specifies the default route.
<ipif_name 12> – Specifies the interface for the route.
<ipv6addr>
−
Specifies the next hop address for this route.
<metric 1-65535>
−
Allows the entry of a routing protocol metric entry
representing the number of routers between the Switch and the IP
address above. The default setting is 1.
Restrictions
Only Administrator level, Operator level or Power User level users can
issue this command.
Example usage:
To add the default static address 10.48.74.121, with a metric setting of 1, to the routing table:
DES-1228/ME:5#create ipv6route default System 3FFC::1
Command: create ipv6route default System 3FFC::1
Success.
DES-1228/ME:5#
delete ipv6route
Purpose
Used to delete an IPv6 route.
Syntax
delete ipv6route [[default] [<ipif_name 12> <ipv6addr>| all]
Description
This command is used to delete an IPv6 static route. If the next hop is a
global address, it is not necessary to indicate the interface name. If the
next hop is a link local address, then the interface name must be
specified.
Parameters
default – Specifies the default route.
<ipv6addr>
−
Specifies the next hop address for the default route.
all
−
All static created routes will be deleted.
Restrictions
Only Administrator level, Operator level or Power User level users can
issue this command.
Example usage:
To delete an IPv6 static route:
DES-1228/ME:5#delete ipv6route default 3FFC::1
Command: delete ipv6route default 3FFC::1
Success.
DES-1228/ME:5#