300-820 · Question #142
Which commands disable SIP Inspection on the Cisco ASA FirePOWER firewall?
The correct answer is D. hostname(config)#policy-map global_policy. To disable SIP inspection on a Cisco ASA, you must navigate through the Modular Policy Framework (MPF) configuration. The correct sequence starts with entering the global policy map: hostname(config)#policy-map global_policy, then entering the class inspection_default, and…
Question
Which commands disable SIP Inspection on the Cisco ASA FirePOWER firewall?
Options
- Ahostname#no inspect sip
- Bhostname(config)#policy-map global_policy
- Chostname(config)#no inspect_sip
- Dhostname(config)#policy-map global_policy
How the community answered
(34 responses)- A6% (2)
- B9% (3)
- C3% (1)
- D82% (28)
Explanation
To disable SIP inspection on a Cisco ASA, you must navigate through the Modular Policy Framework (MPF) configuration. The correct sequence starts with entering the global policy map: hostname(config)#policy-map global_policy, then entering the class inspection_default, and finally issuing 'no inspect sip'. Answer D represents the correct entry point into this configuration sequence. Choice A is incorrect because 'no inspect sip' at privilege exec mode (#) is not valid syntax. Choice C uses an underscore ('no inspect_sip') which is incorrect syntax. Simply issuing 'no inspect sip' without the proper policy-map context will not work.
Topics
Community Discussion
No community discussion yet for this question.