So like in the subject, I'm trying to configure NQA, see the below lilttle diagram:
5800A ----- ISP kit -------- ISP P2P link -------- ISP kit ----- 5800B
config used on 5800A
nqa entry test icmp
type icmp-echo
destination ip B
frequency 360
history-record enable
history-record number 15
next-hop B
probe count 5
reaction trap probe-failure 4
source interface Vlan-interface A2B
ttl 2
What I'm trying to achieve is that if 5800B can't be pinged across the 2P2 link it would generate a trap and send it to IMC
something like this if you were to ping across the link:
ping -a IP A -i vlan-interface A2B -c 5 IP B -- if that fails I want IMC to be notified
Now I can see he NQA working while debugging but no trap is received at IMC end, some logs below:
*Sep 1 11:04:32:945 2016 "S5800A" SNMP/7/TRAP_WARNING:
no available remote configuration parameters for generating trap
#Sep 1 11:04:34:041 2016 "S5800A" NQA/4/NQA Trap: 1.3.6.1.2.1.80.0.3<pingTestCompleted> NQA entry test icmp test complete trap information: pingCtlOwnerIndex: test, pingCtlTestName: icmp, pingCtlTargetAddressType: 1, pingCtlTargetAddress: "IP B", pingResultsOperStatus: 1, pingResultsIpTargetAddressType: 0, pingResultsIpTargetAddress: , pingResultsMinRtt: 2, pingResultsMaxRtt: 4, pingResultsAverageRtt: 2, pingResultsProbeResponses: 5, pingResultsSentProbes: 5, pingResultsRttSumOfSquares: 42, pingResultsLastGoodProbe: 7.224.9.1.11.4.33.0.0.0.0.
I've checked if pingMIB is available on IMC and it is. Not sure what I'm doing wrong here?