Implementing Cisco Collaboration Cloud and Edge Infrastructure (CLCEI) — Question 115
Which commands disable SIP Inspection on the Cisco ASA FirePOWER firewall?
Answer options
- A. hostname#no inspect sip
- B. hostname(config)#policy-map global_policy hostname(config-pmap)#class-map inspection default hostname(config-pmap)#no inspect_sip
- C. hostname(config)#no inspect_sip
- D. hostname(config)#policy-map global_policy hostname(config-pmap)#class-map inspection_default hostname(config-pmap)#no inspect sip
Correct answer: D
Explanation
The correct answer is D because it correctly configures the global policy and specifies the class map for SIP Inspection before disabling it. Option A is incorrect as it does not include the necessary policy-map context. Option B uses an incorrect class-map name, and option C lacks the required policy-map configuration.