Default-metric, Redistribute, Default-metric 1524 redistribute 1524 – LevelOne GTL-2691 User Manual

Page 1524: Redistribute (1524)

Advertising
background image

C

HAPTER

49

| IP Routing Commands

Open Shortest Path First (OSPFv3)

– 1524 –

default-metric

This command sets the default metric for external routes imported from

other protocols. Use the no form to remove the default metric for the

supported protocol types.

S

YNTAX

default-metric metric-value
no default-metric

metric-value – Metric assigned to all external routes imported from

other protocols. (Range: 0-16777214)

C

OMMAND

M

ODE

Router Configuration

D

EFAULT

S

ETTING

20

C

OMMAND

U

SAGE

The default metric must be used to resolve the problem of

redistributing external routes from other protocols that use

incompatible metrics.

This command does not override the metric value set by the

redistribute

command. When a metric value has not been configured by

the

redistribute

command, the default-metric command sets the

metric value to be used for all imported external routes.

E

XAMPLE

Console(config-router)#default-metric 100

Console(config-router)#

R

ELATED

C

OMMANDS

redistribute (1524)

redistribute

This command redistributes external routing information from other

routing protocols and static routes into an autonomous system. Use the no

form to disable this feature or to restore the default settings.

S

YNTAX

redistribute {connected | static} [metric metric-value] [metric-

type type-value]

no redistribute {connected | rip | static} [metric] [metric-type]

connected - Imports all currently connected entries.
static - IPv6 static routes will be imported into this Autonomous

System.
metric-value - Metric assigned to all external routes for the

specified protocol. (Range: 0-16777214: Default: 20)

Advertising