350-501 Automation and Quality of Service • Set 3
350-501 Automation and Quality of Service Practice Test 3 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A network automation engineer uses NETCONF to retrieve the QoS policy 'POLICE-CUSTOMER'. Based on the response, what is the effect of this policy?
Refer to the exhibit.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get>
<filter type="subtree">
<policy-maps xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-qos-ma-cfg">
<policy-map>
<type>qos</type>
<name>POLICE-CUSTOMER</name>
</policy-map>
</policy-maps>
</filter>
</get>
</rpc>
Response:
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<policy-maps xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-qos-ma-cfg">
<policy-map>
<type>qos</type>
<name>POLICE-CUSTOMER</name>
<class>
<name>class-default</name>
<police>
<cir>256000</cir>
<conform-action>transmit</conform-action>
<exceed-action>drop</exceed-action>
</police>
</class>
</policy-map>
</policy-maps>
</data>