System information
BSR 64000 Configuration and Management Guide
12-70
2. Choose from one or more of the following options to redistribute routes from a
specified protocol:
• Use the redistribute ospf command in Router Configuration mode to
redistribute OSPF routes into BGP, as shown below:
MOT(config-bgp)#redistribute ospf {[external | internal] | metric <n>
| route-map <map-name> | <cr>}
where:
The external argument is used to redistribute external OSPF routes.
The internal argument is used to redistribute internal OSPF routes.
metric <n> is the redistribution metric number for OSPF routes.
route-map <map-name> is the OSPF route-map name.
cr is a command return that redistributes of all OSPF routes.
• Use the redistribute connected command in Router Configuration mode to
redistribute connected routes into BGP, as shown below:
MOT(config-bgp)#redistribute connected {metric <n> | route-map
<map-name> | <cr>}
where:
metric <n> is the redistribution metric number for connected routes.
route-map <map-name> is the route-map name for the connected route.
cr is a command return that redistributes of all connected routes.
• Use the redistribute isis command in Router Configuration mode to
redistribute IS-IS routes into BGP, as shown below:
MOT(config-bgp)#redistribute isis {match [level-1 | level-1-2 |
level-2] | metric <n> | route-map <map-name> | weight <n> | <cr>}
where:
The match argument is used to choose level 1 ISIS routes only, level 1 and 2
ISIS routes, or level 2 ISIS routes to their destination only.
metric <n> is the redistribution metric number for ISIS routes.
route-map <map-name> is the route-map name for the ISIS route.