196 SBC session border controllers
APPENDIX D. MANAGEMENT AND MONITORING VIA SNMP
SBC supports monitoring and configuration via Simple Network Management Protocol (SNMP).
Monitoring functions:
– Collection data on device, established sensors and software;
– SIP interface state;
– SIP statistics collection
Management functions:
– Firmware version updating;
– Firmware version updating;
– device reboot;
– SIP subscribers management.
The following format of the description will be accepted for the ‘Inquiry description’ column of OID
description tables:
– Get — an object or tree value can be displayed by sending ‘GetRequest’.
– Set — an object value can be set by sending ‘SetRequest’ (Please pay attention if you set value by SET
inquiry, you need to specify OID in ‘OID.0’ form);
– {} — object name or OID;
– N — integer type of numeric parameter is used in the command;
– U — unsigned integer type of numeric parameter is used in the command;
– S — string parameter is used in the command;
– A — IP address is used in the command (Please pay attention, some commands, using IP address as
argument, have string type of data – ‘s’).
Table D.1 — Command examples
snmpwalk -v2c -c public -m +ELTEX-SBC $ip_sbc activeCallCount
snmpwalk -v2c -c public -m +ELTEX-SBC $ip_sbc pmExist.1
snmpwalk -v2c -c public -m +ELTEX-SBC $ip_sbc pmExist.2
etc.
snmpset -v2c -c public -m +ELTEX-SBC $ip_sbc \
sbcSyslogHistoryPort.0 i 514
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc sbcReboot.0 i 1
snmpset -v2c -c public -m +ELTEX-SBC $ip_sbc \
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc \
sbcUpdateFw.0 s \
"smg1016m_firmware_sbc_1.9.0.51.bin 192.0.2.2"
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc \
getUserByNumber.0 s "NULL"
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc \
sbcSyslogTracesAddress.0 a 192.0.2.44