Exit 300-740 Designing and Implementing Secure Cloud Access for Users and Endpoints
Question 1 of 5
0% complete
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?

  • A

    Change consumer_filter_ref to HTTP Consumer.

  • B

    Add HTTP to 14_params.

  • C

    Decrease the priority of the template to 50.

  • D

    Increase the priority of the template to 200.

Previous Next