PCNSA App-ID and Content-ID • Set 3
PCNSA App-ID and Content-ID Practice Test 3 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An administrator wants to block all traffic that does not match a specific application (e.g., only allow 'web-browsing'). What should be done?
{
"rulebase": {
"security": [
{
"name": "allow-all",
"from": ["trust"],
"to": ["untrust"],
"source": ["any"],
"destination": ["any"],
"application": ["any"],
"action": "allow"
}
]
}
}