cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1181
Views
0
Helpful
1
Replies

Removing Route-map from Cisco Pix

samir ahmed
Beginner
Beginner

Hi all

i have pix firewall 525, configured with ospf process. We are also performing route filetering in ospf process using route-map.

now we want to remove this route-map from ospf process. could anyone let me know step-by-step process for removing route map as per below list.

!

route-map redistribute deny 10

match ip address no-redistribute

!

route-map redistribute permit 20

!

router ospf 1

router-id x.x.x

network x.x.x.x 255.255.252.0 area 0.0.0.0

area 0.0.0.0 authentication

log-adj-changes

redistribute connected subnets route-map redistribute

redistribute static subnets route-map redistribute

As per above configuration, does it have any impact if issue followling command

router ospf 1

no redistribute connected subnets route-map redistribute

no redistribute static subnets route-map redistribute

redistribute static subnets

redistribute connected subnets

Can anyone let me know how to remove route-map without having any impact as per above configuration.

1 Reply 1

Julio Carvajal
Advisor
Advisor

Hello Samir,

router ospf 1

no redistribute static subnets route-map redistribute

no redistribute connected subnets route-map redistribute

no route-map redistribute

When you mean an impact do you mean a recalculation of the SPF?

If that is the case yes, as the PIX will start redistributing new information ( updates)

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers