350-501 Automation and Quality of Service • Set 4
350-501 Automation and Quality of Service Practice Test 4 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An engineer pushes this XML configuration via NETCONF, but the device rejects it with an error stating 'invalid policy-map structure'. What is the problem?
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
<native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native">
<policy>
<policy-map>
<name>QOS-POLICY</name>
<class>
<name>VOICE</name>
<priority>
<level>1</level>
</priority>
<police>
<cir>64000</cir>
<bc>8000</bc>
<conform-action>
<transmit/>
</conform-action>
<exceed-action>
<drop/>
</exceed-action>
</police>
</class>
</policy-map>
</policy>
</native>
</config>