Redistributing Routes Between Ospf Processes; Adding A Route Map; Redistributing Static, Connected, Or Ospf Routes To An Ospf Process - Cisco Catalyst 6500 Series Configuration Manual

Catalyst 6500 series switch and cisco 7600 series router firewall services
Hide thumbs Also See for Catalyst 6500 Series:
Table of Contents

Advertisement

Configuring OSPF
To define the IP addresses on which OSPF runs and to define the area ID for that interface, enter the
Step 2
following command:
FWSM(config-router)# network ip_address mask area area_id
This example shows how to enable OSPF:
FWSM(config)# router ospf 2
FWSM(config-router)# network 2.0.0.0 255.0.0.0 area 0

Redistributing Routes Between OSPF Processes

Single context mode only
Routed firewall mode only
The FWSM can control the redistribution of routes between OSPF routing processes. The FWSM
matches and changes routes according to settings in the redistribution command or by using a route
map. See also the
The FWSM cannot redistribute routes between routing protocols. However, the FWSM can redistribute
Note
static and connected routes.
This section includes the following topics:

Adding a Route Map

Single context mode only
Routed firewall mode only
To define a route map, follow these steps:
To create a route map entry, enter the following command:
Step 1
FWSM(config)# route-map name {permit | deny} [ sequence_number ]
Route map entries are read in order. You can identify the order using the sequence_number option, or
the FWSM uses the order in which you add the entries.
Enter one or more match commands:
Step 2
Catalyst 6500 Series Switch and Cisco 7600 Series Router Firewall Services Module Configuration Guide
8-6
"Generating a Default Route" section on page 8-14
Adding a Route Map, page 8-6
Redistributing Static, Connected, or OSPF Routes to an OSPF Process, page 8-8
To match any routes that have a destination network that matches a standard ACL, enter the
following command:
FWSM(config-route-map)# match ip address acl_id [ acl_id ] [...]
See the
"Adding a Standard Access Control List" section on page 10-17
If you specify more than one ACL, then the route can match any of the ACLs.
Chapter 8
Configuring IP Addresses, Routing, and DHCP
for another use for route maps.
to add the standard ACL.
OL-6392-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

7600 series

Table of Contents