![D-Link DGS-1210/ME series Reference Manual Download Page 359](http://html.mh-extra.com/html/d-link/dgs-1210-me-series/dgs-1210-me-series_reference-manual_77989359.webp)
DGS-1210/ME Metro Ethernet Switch CLI Reference Guide
339
table.
Syntax
delete ipv6route [<ipv6networkaddr> | default] <ipv6addr>
Description
This
delete ipv6route
command will delete an existing static IPv6
entry from the Switch’s IP routing table.
Parameters
<ipv6networkaddr> –
To specify the IPv6 address that is the
destination of the route to be deleted.
default
– Specifies to delete a default IP route entry.
<ipaddr> –
To specify the IPv6 address for the next hop router to be
configured.
Restrictions
Only Administrator or operator-level users can issue this command.
Example usage:
To delete a static IPv6 entry from the routing table:
DGS-1210-28MP/ME:5# delete ipv6route default FEC0::5
Command: delete ipv6route default default FEC0::5
Success.
DGS-1210-28MP/ME:5#
show ipv6route
Purpose
Used to display a static IPv6 route entry from the Switch’s IP routing
table.
Syntax
show ipv6route {static}
Description
This
show ipv6route
command will display an existing static IPv6
entry from the Switch’s IP routing table.
Parameters
{static}
– Specifies to display all the IPv6 static route entries.
Restrictions
None.
Example usage:
To show a static IPv6 entry from the routing table:
DGS-1210-28MP/ME:5# show ipv6route
Command: show ipv6route
IPv6 Prefix: ::/0 Protocol: Static Metric: 1
Next Hop : FEC0::5 IPIF : System
Total Entries: 1
DGS-1210-28MP/ME:5#