D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
288
delete iproute
Purpose Used to delete an IP route entry from the Switch’s IP routing table.
Syntax
delete iproute [default | <network_address>] <ipaddr>
Description This command will delete an existing entry from the Switch’s IP routing
table.
Parameters default – Use this parameter to delete a default static IP route entry from
the Switch’s IP routing table.
<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).
<ipaddr> The gateway IP address for the next hop router.
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-3600: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-3600:4#
show iproute
Purpose Used to display the Switch’s current IP routing table.
Syntax
show iproute {[<network_address> | <ipaddr>]} {[static | rip | ospf]}
Description 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).
<ipaddr> The gateway IP address for the next hop router to be
displayed.
static | rip | ospf – Enter one of these parameters to show that
corresponding IP route.
Restrictions None.
Example usage:
To display the contents of the IP routing table: