Protocol Independent Features
Left running head:
Chapter name (automatic)
516
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
The metrics of one routing protocol do not necessarily translate into the metrics of
another. For example, the RIP metric is a hop count. In such situations, an
artificial metric is assigned to the redistributed route. Because of this unavoidable
tampering with dynamic information, carelessly exchanging routing information
between different routing protocols can create routing loops.
E
XAMPLE
ALU(config-router ospf 1)#redistribute static metric 19 metric-
type 1
ALU(config-router rip)#redistribute bgp 1 route-map test
ALU(config-router bgp AS1)#redistribute ospf 1 route-map
testospf weight 10
ALU(config-router ospf1)# default-metric 10
redistribute {{connected|static|rip}
[metric <0-4294967295>|weight <0-
65535>|route-map <name>]|ospf <1-
65535> [match [external [type1|type2]
|internal|nssa-external [ type1|type2]]
metric <0-4294967295>|weight [0-
65535]|route-map <name>]}
This command is used
redistribute routes to BGP.
default-metric <1-4294967295> Causes the current routing
protocol to use the same
metric value for all
redistributed routes (BGP,
OSPF, and RIP).
Command (in RCM) Description