OptiSwitch 2400/L3
CLI
Commands
C
HAPTER
5
109
Command redistribute
bgp
{
metric|connected|kernel|rip|static
metric
value
}{metric-type
type number
}{route-map
map-name
}
Description
Enables you to redistribute information from one protocol to
another.
Syntax
Description
metric
:
Indicates the metric used for redistributed routes.
metric-type
:
Indicates a specific link type for redistributed routes.
route-map
:
Indicates the route map reference that must be
accurate before redistributing.
metric value
:
Specifies the actual metric value. The value can be
from 0 to 16777214.
type number
:
Specifies the metric link type route number. The
options are Type 1 and Type 2 external routes.
map-name
:
Specifies the specific route map name.
No Form
no redistribute bgp|connected|kernel|rip|static
{
metric
metric
value
|metric-type
type number
|route-map
map-name
}: Disables
the redistribute function.
Example
OS2400(config-router)# redistribute bgp metric 12333 metric-type 1
OS2400(config-router)#