Dell FCX624-E Laptop User Manual


  Open as PDF
of 1494
 
PowerConnect B-Series FCX Configuration Guide 1031
53-1002266-01
Modifying redistribution parameters
30
Refer to the following sections for details on redistributing specific routes using the CLI:
“Redistributing connected routes” on page 1031
“Redistributing RIP routes” on page 1031
“Redistributing OSPF external routes” on page 1031
“Redistributing static routes” on page 1032
Redistributing connected routes
To configure BGP4 to redistribute directly connected routes, enter the following command.
PowerConnect(config-bgp-router)#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 through
4294967295. The default is 0.
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 switch. Refer to “Defining route maps”
on page 1042 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.
PowerConnect(config-bgp-router)#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. Specify a value from 0 through 4294967295.
The default is 0.
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 switch. Refer to “Defining route maps”
on page 1042 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.
PowerConnect(config-bgp-router)#redistribute ospf match external1