Redistributing connected routes, Redistributing rip routes – Brocade BigIron RX Series Configuration Guide User Manual
Page 940
![background image](/manuals/361694/940/background.png)
862
BigIron RX Series Configuration Guide
53-1002484-04
Modifying redistribution parameters
27
NOTE
Entering redistribute ospf simply redistributes internal OSPF routes. If you want to redistribute
external OSPF routes also, you must use the redistribute ospf match external... command. Refer to
“Redistributing OSPF external routes”
NOTE
When a route-map, prefix-list, or as-path ACL is modified, BGP will be notified. Outbound route
polices will be updated automatically. No longer requires user to manually clear neighbor
soft-outbound. If the filter is used by BGP inbound route policies, a manual clear of a neighbor is still
required.
The rip parameter indicates that you are redistributing RIP routes into BGP4.
The isis parameter indicates that you are redistributing ISIS routes into BGP4.
The static parameter indicates that you are redistributing static routes into BGP.
Redistributing connected routes
To configure BGP4 to redistribute directly connected routes, enter the following command.
BigIron RX(config-bgp)# redistribute connected
Syntax: redistribute connected [metric <num>] [route-map <map-name>]
The connected parameter indicates that you are redistributing routes to directly attached devices
into BGP4.
The metric <num> parameter changes the metric. You can specify a value from 0 – 4294967295.
The default
is not assigned.
The route-map <map-name> parameter specifies a route map to be consulted before adding the
RIP route to the BGP4 route table.
NOTE
The route map you specify must already be configured on the router. Refer to
on page 876 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.
BigIron RX(config-bgp)# redistribute rip metric 10
Syntax: redistribute rip [metric <num>] [route-map <map-name>]
The rip parameter indicates that you are redistributing RIP routes into BGP4.
The metric <num> parameter changes the metric. You can specify a value from 0 – 4294967295.
The default
is not assigned.
The route-map <map-name> parameter specifies a route map to be consulted before adding the
RIP route to the BGP4 route table.