Cisco – Does Cisco-IPSLA work with Huawei-NQA

ciscohuaweimonitoringudp

I want to monitor udp-jitter using IP SLA (Cisco Router). The Destination Router was Huawei Router. I'm not sure whether Huawei Router doesn't support IP SLA responder. Is there anyway to use NQA with IPSLA ?

This is my configuration.

Cisco Router

ip sla 100
udp-jitter 10.10.10.2 65001 
frequency 30
request-datasize 1500

ip sla schedule 100 start now life forever

Huawei Router

system-view
nqa-server udpecho 10.10.10.1 65001

Kindly suggest,

Thank you.

Best Answer

To enable the router to respond to UDP-Echo or UDP-Jitter packets sent by a third-party device:

ip nqa-compatible responder enable

ip nqa-compatible auto

Related Topic