xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
601
create route redistribute dst rip
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To add route redistribution settings:
DGS-3450:admin# create route redistribute dst rip src local metric 2
Command: create route redistribute dst rip src local metric 2
Success.
DGS-3450:admin#
delete route redistribute
Purpose
Used to delete route redistribute configuration on the switch.
Syntax
delete route redistribute [dst rip src [static | local]]
Description
This command is used to stop redistribution of routes from one source protocol to another
destination protocol.
Parameters
dst
- Specify the target protocol.
src
- Specify the source protocol.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To delete route redistribution settings:
DGS-3450:admin# delete route redistribute dst rip src local
Command: delete route redistribute dst rip src local
Success.
DGS-3450:admin#
config route redistribute dst rip
Purpose
Used to update the metric to be associated with the redistributed routes from a specific
protocol to RIP protocol.
Syntax
config route redistribute dst rip src [local | static] {metric <value 0-16>}
Description
This command is used to update the metric to be associated with the redistributed routes
from a specific protocol to RIP protocol.
Parameters
dst
- Specify the target protocol.
src
- Specify the source protocol.
static
- To redistribute static routes to RIP.
local
- To redistribute local routes to RIP.
metric
- Specifies the RIP metric value for the redistributed routes. The valid value is 0 to 16.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure route redistributions: