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

Removing Route-map from Cisco Pix

samir ahmed
Level 1
Level 1

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
VIP Alumni
VIP Alumni

Hello Samir,