A SP wants to automate the deployment of QoS policies on numerous PE routers using NETCONF. Which YANG module is most appropriate for modeling the QoS policy-map configuration?
Trap 1: ietf-interfaces
The ietf-interfaces module defines interfaces but does not model QoS policy-map configurations.
Trap 2: Cisco-IOS-XR-ip-tcp-yang
Cisco-IOS-XR-ip-tcp-yang models TCP parameters, not QoS policy-maps.
Trap 3: ietf-netconf-acm
ietf-netconf-acm handles NETCONF access control, not QoS policy-maps.
- A
ietf-interfaces
Why wrong: The ietf-interfaces module defines interfaces but does not model QoS policy-map configurations.
- B
Cisco-IOS-XR-qos-ma-cfg
Cisco-IOS-XR-qos-ma-cfg is a native YANG module that models QoS policy-map configurations on Cisco IOS XR, making it the correct choice.
- C
Cisco-IOS-XR-ip-tcp-yang
Why wrong: Cisco-IOS-XR-ip-tcp-yang models TCP parameters, not QoS policy-maps.
- D
ietf-netconf-acm
Why wrong: ietf-netconf-acm handles NETCONF access control, not QoS policy-maps.