DGS-1210 Metro Ethernet Managed Switch CLI Reference Guide
338
To display the contents of the IP routing table:
DGS-1210-28MP/ME:5# show iproute
Command: show iproute
Routing Table
IP Address/Netmask Gateway Interface Hops Protocol
---------------------------- --------------- ------------- ------- --------------
10.0.0.0/8 0.0.0.0 System 1 Local
Total Entries :1
DGS-1210-28MP/ME:5#
create ipv6route
Purpose Used to create an IPv6 static route in the Switch’s IP routing table.
Syntax
create ipv6route [<ipv6networkaddr> | default] <ipv6addr>
[metric <int 1-65535>] {[primary | backup]}
Description
This create ipv6route command is used to create a primary and
backup IP route entry to the Switch’s IP routing table.
Parameters
<ipv6networkaddr> − To specify
the destination network for the
route.
default – To create a default IPv6 route entry.
<ipaddr> – To specify the IPv6 address for the next hop route.
metric <int 1-65535> – To specify the hop cost, and the default
is 1. The value ranges between 1 and 65535.
primary –
To specify the route as the primary route to the
destination.
backup –
To specify the route as the backup route to the
destination. If the route is not specified as the primary route or
the backup route, then it will be auto-assigned by the system.
The first created is the primary, the second created is the
backup.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To add a single static IPv6 entry in IPv6 format:
DGS-1210-28MP/ME:5# create ipv6route default FEC0::5
Command: create ipv6route default FEC0::5
Success.
DGS-1210-28MP/ME:5#
delete ipv6route
Purpose Used to delete a static IPv6 route entry from the Switch’s IP routing