Specifications
xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
delete iproute
[primary | backup] − The user may choose between Primary and
Backup. If the Primary Static Route fails, the Backup Route will support
the entry. Please take note that the Primary and Backup entries cannot
have the same Gateway.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete a backup static address 10.48.75.121, mask 255.0.0.0 and gateway (ipaddr) entry of 10.1.1.254 from the
routing table:
DGS-3400:4#delete iproute 10.48.74.121/8 10.1.1.254
Command: delete iproute 10.48.74.121/8 10.1.1.254
Success.
DGS-3400:4#
delete iproute default
Purpose Used to delete a default IP route entry from the Switch’s IP routing table.
Syntax
delete iproute default
Description This command will delete an existing default entry from the Switch’s IP
routing table.
Parameters None.
Only administrator-level users can issue this command. Restrictions
Example usage:
To delete the default IP route:
DGS-3400:4#delete iproute default
Command: delete iproute default
Success.
DGS-3400:4#
show iproute
Purpose Used to display the Switch’s current IP routing table.
show iproute {<network_address>} {static}
This command will display the Switch’s current IP routing table.
Parameters
<network_address> − IP address and netmask of the IP interface that is
the destination of the route. The address and mask information can be
specified using the traditional format (for example, 10.1.2.3/255.0.0.0 or in
CIDR format, 10.1.2.3/8).
{static} – Add this parameter to display all statically configured IP routes
set on the switch.
Syntax
Description
223