Configuring RTP Flows for Packet Loss Monitoring (IPv4)
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/hwtelemetry.json
{ "analyticsHwTelemetry": { "children": [ { "netflowNetflow": { "attributes": { "isRtpIpv4": "yes", "rtpIpv4Acl": "ipv4ACLName" }}}]}}
Response
{ imdata:[] }
Copy
<System> <hwtelemetry-items> <netflow-items> <isRtpIpv4>true</isRtpIpv4> <rtpIpv4Acl>ipv4ACLName</rtpIpv4Acl> </netflow-items> </hwtelemetry-items> </System>