D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
295
delete route redistribute
Purpose Used to delete an existing route redistribute configuration on the Switch.
Syntax
delete route redistribute {dst [rip | ospf] src [rip | static | local | ospf]}
Description This command will delete the route redistribution settings on this switch.
Parameters
dst [rip | ospf] Allows the selection of the protocol on the destination
device. The user may choose between RIP and OSPF.
src [rip | static | local | ospf] Allows the selection of the protocol on the
source device. The user may choose between RIP, static, local or OSPF.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete route redistribution settings:
DGS-3600:4#delete route redistribute dst rip src ospf
Command: delete route redistribute dst rip src ospf
Success.
DGS-3600:4#
show route redistribute
Purpose Used to display the route redistribution on the Switch.
Syntax
show route redistribute {dst [rip | ospf] | src [rip | static | local | ospf]}
Description Displays the current route redistribution settings on the Switch.
Parameters
src [rip | static | local | ospf] Allows the selection of the routing protocol
on the source device. The user may choose between RIP, static, local or
OSPF.
dst [rip | ospf] Allows the selection of the routing protocol on the
destination device. The user may choose between RIP and OSPF.
Restrictions None.
Example Usage:
To display route redistributions:
DGS-3600:4#show route redistribute
Command: show route redistribute
Source Destination Type Metric
Protocol Protocol
-------- ------------ -------- --------
STATIC RIP All 1
LOCAL OSPF Type-2 20
Total Entries : 2
DGS-3600:4#