D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
189
metric - (Optional) Specifies the RIP route metric value for the redistributed routes.
<value 0-16> - Enter the metric value used here. This value must be between 0 and 16.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To add route redistribution settings:
DGS-3420-28SC:admin# create route redistribute dst rip src static metric 2
Command: create route redistribute dst rip src static metric 2
Success.
DGS-3420-28SC:admin#
17-4 config route redistribute dst rip src
Description
This command is used to update the metric to be associated with the redistributed routes from a
specific protocol to RIP protocol.
Format
config route redistribute dst rip src [local | static] {metric <value 0-16>}
Parameters
dst - Specifies the target protocol.
src - Specifies the source protocol.
local - To redistribute local routes to RIP.
static - To redistribute static routes to RIP.
metric - (Optional) Specify the RIP metric value for the redistributed routes.
<value 0-16> - Enter the metric value used here. This value must be between 0 and 16.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To configure route redistributions:
DGS-3420-28SC:admin# config route redistribute dst rip src local metric 1
Command: config route redistribute dst rip src local metric 1
Success.
DGS-3420-28SC:admin#