
T2700G-28TQ
JetStream 28-Port Gigabit Stackable L2+ Managed Switch CLI Guide
357
Syntax
default-metric
metric
no default-metric
Parameter
metric
—— Specify the default metric, ranging from 1 to 15. By default, it is 1.
Command Mode
Router Configuration Mode (router rip)
Example
Configure the default metric of RIP as 5:
T2700G-28TQ(config)# router rip
T2700G-28TQ(config-router)# default-metric
5
redistribute
Description
The
redistribute
command is used to enable RIP to redistribute external routes.
By default, it is disabled. To return to the default configuration, please use
no
redistribute
command.
Syntax
redistribute
{ static | ospf }
metric
metric-value
no redistribute
{ static | ospf }
metric
Parameter
static —— Enable RIP to redistribute the external static routes.
ospf —— Enable RIP to redistribute the external OSPF routes.
metric-value
—— Configure the metric for the added external route.
Command Mode
Router Configuration Mode (router rip)
Example
Enable RIP to redistribute the external static routes and specify the metric as 5:
T2700G-28TQ(config)# router rip
T2700G-28TQ(config-router)# redistribute static metric
5