Alcatel-Lucent OmniSwitch AOS Release 7 Manual page 249

Network configuration guide
Hide thumbs Also See for OmniSwitch AOS Release 7:
Table of Contents

Advertisement

To add addresses to an access list, use the
(IPv6) command. For example, the following commands add addresses to an existing access list:
-> ip access-list ipaddr address 10.0.0.0/8
-> ipv6 access-list ip6addr address 2001::/64
Use the same access list name each time the above commands are used to add additional addresses to the
same access list. In addition, both commands provide the ability to configure if an address and/or its
matching subnet routes are permitted (the default) or denied redistribution. For example:
-> ip access-list ipaddr address 16.24.2.1/16 action deny redist-control all-
subnets
-> ipv6 access-list ip6addr address 2001::1/64 action permit redist-control no-
subnets
For more information about configuring access list commands, see the "IP Commands" chapter in the
OmniSwitch CLI Reference Guide.
Configuring Route Map Redistribution
The
ip redist
command is used to configure the redistribution of routes from a source protocol into the
destination protocol. This command is used on the IPv4 router that sperform 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 a 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 can also specify the modification of route information before the route
is redistributed. See
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
Protocol
------------+------------+---------+--------------------
LOCAL4
LOCAL4
LOCAL4
RIP
OmniSwitch AOS Release 7 Network Configuration Guide
ip access-list address
"Using Route Maps" on page 11-17
command to verify the redistribution configuration:
Destination
Protocol
Status
RIP
Enabled
OSPF
Enabled
BGP
Enabled
OSPF
Enabled
(IPv4) or the
for more information.
Route Map
rip_1
ospf_2
bgp_3
ospf-to-bgp
March 2011
ipv6 access-list address
page 1121

Advertisement

Table of Contents
loading

This manual is also suitable for:

Omniswitch aos 7

Table of Contents