01-09-2012 11:47 PM - edited 03-11-2019 03:12 PM
Hi,
i defined a policy map on FWSM but i can not remove it. i can remove the any other policy-map except this one.
i dont know why?
6513-FWSM/colocation(config)# no policy-map pna-co
ERROR: policy-map pna-co is being configured and hence cannot be removed.
01-10-2012 05:50 AM
You haven't by chance called it out in a class-map have you? If so, try removing the reference there first.
01-11-2012 04:23 AM
there is no reference to this policy-map
01-11-2012 11:49 AM
Hello,
Can you provide the show run policy map please!
Julio
01-14-2012 10:42 PM
access-list outside_mpc extended permit tcp any host 10.4.2.1 eq www
class-map inspection_default
match default-inspection-traffic
class-map pna-class
match access-list outside_mpc
!
!
policy-map pna-co
class pna-class
set connection conn-max 500
policy-map CSM_POLICY_MAP_global_2
class inspection_default
inspect ftp
inspect pptp
inspect icmp error
inspect icmp
!
service-policy CSM_POLICY_MAP_global_2 global
01-14-2012 11:13 PM
policy-map pna-co
class pna-class
set connection conn-max 500
Frist remove the class-map pna-class asociated with policy-map thn remove policy-map.
Thanks
Ajay
01-14-2012 11:32 PM
did not work.
6513-FWSM/colocation(config)# no class-map pna-class
ERROR: % class-map pna-class is being used
6513-FWSM/colocation(config)# policy-map pna-co
6513-FWSM/colocation(config-pmap)# no cl
6513-FWSM/colocation(config-pmap)# no cla
6513-FWSM/colocation(config-pmap)# no class pna-class
6513-FWSM/colocation(config-pmap)# exit
6513-FWSM/colocation(config)# no class pna-class
6513-FWSM/colocation(config)# no policy-map pna-co
ERROR: policy-map pna-co is being configured and hence cannot be removed.
thanks,
Hedye
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide