09-15-2010 09:05 AM - edited 02-21-2020 04:05 AM
Hi,
I have to disable the commands below:
policy-map type inspect h323 NO
parameters
policy-map type inspect h323 NORAS
parameters
policy-map global_policy
class inspection_default
inspect h323 ras NORAS
Was told by a consultant to type no before inspect, but got the error messages below:
Result of the command: "no inspect h323 NORAS"
no inspect h323 NORAS
^
ERROR: % Invalid input detected at '^' marker.
Result of the command: "no inspect h323 ras NORAS"
no inspect h323 ras NORAS
^
ERROR: % Invalid input detected at '^' marker.
HELP!!!!!!!
Thank you,
mojorizn1
10-13-2010 07:59 AM
Hi Bettyann.
sometimes when you mistype something or you are in the wrong config mode, you'll exit back to global config mode, which is not the right place.
you'll have to do it in this order (notice the prompt indicating the configuration mode/submode)
ASA(config)# policy-map global_policy
ASA(config-pmap)# class inspection_default
ASA(config-pmap-c)# no inspect h323 ras NORAS
ASA(config-pmap-c)#
Regards,
10-13-2010 10:21 AM
That Works!
Thank you.
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