EasyManua.ls Logo

ELTEX SBC-1000 - Appendix D. Management and Monitoring Via Snmp

ELTEX SBC-1000
211 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
Request description
Command
Get {}
snmpwalk -v2c -c public -m +ELTEX-SBC $ip_sbc activeCallCount
Get {}.x
snmpwalk -v2c -c public -m +ELTEX-SBC $ip_sbc pmExist.1
snmpwalk -v2c -c public -m +ELTEX-SBC $ip_sbc pmExist.2
etc.
Set {} N
snmpset -v2c -c public -m +ELTEX-SBC $ip_sbc \
sbcSyslogHistoryPort.0 i 514
Set {} 1
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc sbcReboot.0 i 1
Set {} U111
snmpset -v2c -c public -m +ELTEX-SBC $ip_sbc \
getGroupUserByID.0 u 2
Set {} S
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc \
sbcUpdateFw.0 s \
"smg1016m_firmware_sbc_1.9.0.51.bin 192.0.2.2"
Set {} "NULL"111
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc \
getUserByNumber.0 s "NULL"
Set {} A111
snmpset -v2c -c private -m +ELTEX-SBC $ip_sbc \
sbcSyslogTracesAddress.0 a 192.0.2.44

Table of Contents