Q1
Single choice
Refer to the exhibit.
{
"name": "Allow HTTP",
"parameters": {
"HTTPS Consumer": {
"type": "Filter",
"description": "Consumer of the HTTP service"
},
"HTTPS Provider": {
"type": "Filter",
"description": "Provider of the HTTP service"
}
},
"default_policies": [
{
<output omitted>
},
{
"action": "BLOCK",
"priority": 100,
"consumer_filter_ref": "HTTPS Consumer",
"provider_filter_ref": "HTTPS Provider",
"l4_params": {}
}
]
}
An engineer must create a segmentation policy in Cisco Secure Workload to block HTTP traffic. The
indicated configuration was applied; however, HTTP traffic is still allowed.
What should be done to meet the requirement?