with the destination protocol. The range is 0 to 16777215. The default
is 0.
route-map
map-
name
Enter the keyword route-map followed by the map name that is an
identifier for a configured route map.
The route map filters imported routes from the source routing
protocol to the current routing protocol.
If you do not specify a map-name, all routes are redistributed. If you
specify a keyword, but fail to list route map tags, no routes are
imported.
Defaults level-1-2
Command Modes ROUTER BGP
Command History
Version 8.3.1.0 Introduced the ability to substitute IGP cost for MED when a peer/
peer-group outbound route-map is set as internal.
Version 6.3.1.0 Introduced
Usage
Information
With FTOS version 8.3.1.0 and later, you can use the redistribute command to advertise
the IGP cost as the MED on redistributed routes. When you set the route-map with metric-type
internal and applied outbound to an EBGP peer/peer-group, the advertised routes
corresponding to those peer/peer-group have the IGP cost set as MED.
IS-IS to BGP redistribution supports matching of level-1 or level-2 routes or all routes
(default). You can perform more advanced match options using route maps. You can set the
metric value of redistributed routes by the redistribution command.
Example
FTOS(conf)#router bgp 1
FTOS(conf-router_bgp)#redistribute isis level-1 metric 44
route-map rmap-is2bgp
FTOS(conf-router_bgp)#show running-config bgp
!
router bgp 1
redistribute isis level-1 metric 44 route-map rmap-is2bgp
Related
Commands
neighbor default-originate – injects the default route.
redistribute ospf
Redistribute OSPF routes into BGP.
C-Series, E-Series, S-Series, Z-Series, S4810
Syntax
redistribute ospf process-id [[match external {1 | 2}] [match
internal]] [route-map map-name]
To stop redistribution of OSPF routes, use the no redistribute ospf process-id
command.
Parameters
process-id
Enter the number of the OSPF process. The range is 1 to 65535.
384