Comment #7 on issue 1029 by jean.deruelle: SNMP Support http://code.google.com/p/mobicents/issues/detail?id=1029
Just for the record to check if SNMP works : you should start MSS in all or production profile Then in a command shell do (assuming MSS runs on 127.0.0.1) snmpwalk -v1 -c public 127.0.0.1:1161 you will get SNMPv2-MIB::sysDescr = STRING: Central Computer SNMPv2-MIB::sysObjectID = OID: SNMPv2-SMI::enterprises.18016.1.1.2 SNMPv2-MIB::sysUpTime = Wrong Type (should be Timeticks): Gauge32: 4263 SNMPv2-MIB::sysContact = STRING: Agent Smith SNMPv2-MIB::sysName = STRING: [email protected] SNMPv2-MIB::sysLocation = STRING: In The Matrix SNMPv2-MIB::sysServices = INTEGER: 64 End of MIB
