Exam 300-415 All QuestionsBrowse all questions from this exam
Question 206

An engineer must deploy a QoS policy with these requirements:

• policy name: App-police

• police rate: 1000000

• burst: 1000000

• exceed: drop

Which configuration meets the requirements?

    Correct Answer: B

    The correct configuration for deploying a QoS policy named 'App-police' with a police rate and burst of 1000000, and the action to drop traffic that exceeds these parameters, would typically involve defining data policies correctly. Option B shows a configuration that includes setting the policy name, applying it to a specific VPN list using sequence and action commands, and specifying the policer 'App-police'. This matches the requirements given: setting the policy name 'App-police', defining its police rate and burst, and specifying the exceed action as drop. Other options either do not fully implement these requirements or are missing specific configuration steps.

Discussion
Roger95Option: B

https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/policies/vedge/policies-book/data-policies.html#c_Localized_Data_Policy_Configuration_Examples_12232.xml

agkyawsoeOption: C

Deploy under interface

jjanssen9610

There is no "set" command under interface configuration: site3-vedge01(config)# vpn 10 site3-vedge01(config-vpn-10)# interface ge0/0/0 site3-vedge01(config-interface-ge0/0/0)# set ^ % Invalid input detected at '^' marker. And normally you would configure the policy on vSmart so B seems correct to me.

assiliOption: B

B correct 💯

GlobalKOption: B

Correct

RcontOption: B

right answer.