Get Session Agent Status via SNMP
Hello All,
I try to get the status of session agents via SNMP Get.
The documentation of the MIB provide this information
apSipSAStatsSessionAgentStatus
--apSIPSessionAgentStatsEntry: 1.3.6.1.4.1.9148.3.2.1.2.2.1.22
The current status of the specified session agent, which is expressed as INS, OOSnonresp, OOSconstraintsviolation, BecomingOOS, or ForcedOOS.
Ok but how do I specify the session agent I want the status?
$ snmpget -v 2c -c public 192.168.125.17 1.3.6.1.4.1.9148.3.2.1.2.2.1.22
SNMPv2-SMI::enterprises.9148.3.2.1.2.2.1.22 = No Such Instance currently exists at this OID
Just for information, SNMP is OK, see for example the temperature below
$ snmpget -v 2c -c public 192.168.125.17 1.3.6.1.4.1.9148.3.3.1.3.1.1.4.1
SNMPv2-SMI::enterprises.9148.3.3.1.3.1.1.4.1 = INTEGER: 37
Thanks.
Regards,
Temet