Redistributing rip routes, Redistributing ospf external routes – Brocade TurboIron 24X Series Configuration Guide User Manual
Page 734

700
Brocade TurboIron 24X Series Configuration Guide
53-1003053-01
Modifying redistribution parameters
The metric
The default is 0.
The route-map
RIP route to the BGP4 route table.
NOTE
The route map you specify must already be configured on the switch. Refer to
on page 711 for information about defining route maps.
Redistributing RIP routes
To configure BGP4 to redistribute RIP routes and add a metric of 10 to the redistributed routes,
enter the following command.
TurboIron(config-bgp-router)#redistribute rip metric 10
Syntax: redistribute rip [metric
The rip parameter indicates that you are redistributing RIP routes into BGP4.
The metric
default is 0.
The route-map
RIP route to the BGP4 route table.
NOTE
The route map you specify must already be configured on the switch. Refer to
on page 711 for information about defining route maps.
Redistributing OSPF external routes
To configure the Layer 3 Switch to redistribute OSPF external type 1 routes, enter the following
command.
TurboIron(config-bgp-router)#redistribute ospf match external1
Syntax: redistribute ospf [match internal | external1 | external2] [metric
The ospf parameter indicates that you are redistributing OSPF routes into BGP4.
The match internal | external1 | external2 parameter applies only to OSPF. This parameter
specifies the types of OSPF routes to be redistributed into BGP4. The default is internal.
NOTE
If you do not enter a value for the match parameter, (for example, you enter redistribute ospf only)
then only internal OSPF routes will be redistributed.
The metric
default is 0.
The route-map
OSPF route to the BGP4 route table.