Configuring Route Map Redistribution - Alcatel 060320-10, Rev. B Configuration Manual

Advanced routing configuration guide
Table of Contents

Advertisement

Configuring BGP

Configuring Route Map Redistribution

The
ip redist
command is used to configure the redistribution of routes from a source protocol into the
BGP destination protocol. This command is used on the BGP router that will perform the redistribution.
A source protocol is a protocol from which the routes are learned. A destination protocol is the one into
which the routes are redistributed. Make sure that both protocols are loaded and enabled before configur-
ing redistribution.
Redistribution applies criteria specified in a route map to routes received from the source protocol. There-
fore, configuring redistribution requires an existing route map. For example, the following command
configures the redistribution of OSPF routes into the BGP network using the ospf-to-bgp route map:
-> ip redist ospf into bgp route-map ospf-to-bgp
OSPF routes received by the router interface are processed based on the contents of the ospf-to-bgp route
map. Routes that match criteria specified in this route map are either allowed or denied redistribution into
the BGP network. The route map may also specify the modification of route information before the route
is redistributed. See
"Using Route Maps" on page 3-53
To remove a route map redistribution configuration, use the no form of the ip redist command. For exam-
ple:
-> no ip redist ospf into bgp route-map ospf-to-bgp
Use the
show ip redist
-> show ip redist
Source
Destination
Protocol
Protocol
------------+------------+---------+--------------------
LOCAL4
RIP
LOCAL4
OSPF
LOCAL4
BGP
RIP
OSPF
Configuring the Administrative Status of the Route Map Redistribution
To change the default administrative status of a route map redistribution configuration, use the status
parameter with the ip redist command. For example, the following command disables the redistribution
administrative status for the specified route map:
-> ip redist ospf into bgp route-map ospf-to-bgp admin-state disable
The following command example enables the administrative status:
-> ip redist ospf into rip route-map ospf-to-bgp admin-state enable
OmniSwitch AOS Release 7 Advanced Routing Configuration Guide
command to verify the redistribution configuration:
Status
Enabled
Enabled
Enabled
Enabled
for more information.
Route Map
rip_1
ospf_2
bgp_3
ospf-to-bgp
March 2011
Configuring Redistribution
page 3-57

Advertisement

Table of Contents
loading

This manual is also suitable for:

Omniswitch aos 7

Table of Contents