The gateway supports configuration and monitoring via Simple Network Management Protocol (SNMP).
Monitoring functions:
- collection of general information about the device, sensor readings, installed firmware;
- E1 streams and channels state;
- VoIP submodules and channels state;
- SS7 Linksets state;
- SIP interfaces state.
Management functions:
- firmware version updating;
- current configuration saving;
- device reboot;
- SIP subscriber management;
- management of dynamic SIP subscriber groups.
The following format will be accepted for 'Inquiry description' column in the tables of OID description:
- Get – an object or tree value can be displayed by sending 'GetRequest'.
- Set – set an object value by sending 'SetRequest' (Please pay attention that if you set value by SET inquiry, you need OID in 'OID.0' form).
- {} – object name or OID;
- N – integer type numeric parameter is used in the command;
- U – unsigned integer numeric parameter is used in the command;
- S – string parameter is used in the command;
- A – IP address is used in the command (some commands using IP address as an argument has string type of data - 's'.
Table J1 — Command examples
Inquiry description | Command |
|---|---|
Get {} | snmpwalk -v2c -c public -m +ELTEX-SMG-MIB $ip_smg activeCallCount |
Get {}.x | snmpwalk -v2c -c public -m +ELTEX-SMG-MIB $ip_smg pmExist.1 snmpwalk -v2c -c public -m +ELTEX-SMG-MIB $ip_smg pmExist.2 и т.д. |
Set {} N | snmpset -v2c -c public -m +ELTEX-SMG-MIB $ip_smg \ smgSyslogTracesCalls.0 i 60 |
Set {} 1 | snmpset -v2c -c private -m +ELTEX-SMG-MIB $ip_smg smgReboot.0 i 1 |
Set {} U | snmpset -v2c -c public -m +ELTEX-SMG-MIB $ip_smg \ getGroupUserByID.0 u 2 |
Set {} S | snmpset -v2c -c private -m +ELTEX-SMG-MIB $ip_smg \ smgUpdateFw.0 s "smg1016m_firmware_3.8.0.1966.bin 192.0.2.2" |
Set {} "NULL" | snmpset -v2c -c private -m +ELTEX-SMG-MIB $ip_smg \ getUserByNumber.0 s "NULL" |
Set {} A | snmpset -v2c -c private -m +ELTEX-SMG-MIB $ip_smg \ smgSyslogTracesAddress.0 a 192.0.2.44 |
Examples of requests execution:
The inquiries which are shown below are equivalent. For instance, different types of requests for activeCallsCount object, that displays a number of current calls on SMG, are shown below.
$ snmpwalk -v2c -c public -m +ELTEX-SMG-MIB 192.0.2.1 activeCallCount ELTEX-SMG::activeCallCount.0 = INTEGER: 22
$ snmpwalk -v2c -c public -m +ELTEX-SMG-MIB 192.0.2.1 smg.42.1 ELTEX-SMG::activeCallCount.0 = INTEGER: 22
$ snmpwalk -v2c -c public -m +ELTEX-SMG-MIB 192.0.2.1 1.3.6.1.4.1.35265.1.29.42.1 ELTEX-SMG::activeCallCount.0 = INTEGER: 22
$ snmpwalk -v2c -c public 192.0.2.1 1.3.6.1.4.1.35265.1.29.42.1 SNMPv2-SMI::enterprises.35265.1.29.42.1.0 = INTEGER: 22
OID description from MIB ELTEX-SMG
Table J2 — Common information and sensors
| Name | OID | Inquiry | Description |
smg | 1.3.6.1.4.1.35265.1.29 | Get {} | Root object for OID tree |
smgDevName | 1.3.6.1.4.1.35265.1.29.1 | Get {} | Device's name |
smgDevType | 1.3.6.1.4.1.35265.1.29.2 | Get {} | Type of the device (always 29) |
smgFwVersion | 1.3.6.1.4.1.35265.1.29.3 | Get {} | Firmware version |
smgEth0 | 1.3.6.1.4.1.35265.1.29.4 | Get {} | IP address of primary interface |
smgUptime | 1.3.6.1.4.1.35265.1.29.5 | Get {} | Firmware operating time |
smgUpdateFw | 1.3.6.1.4.1.35265.1.29.25 | Set {} S | Firmware updating. Send a Set inquiry with parameters (separate with spaces): – name of firmware without spaces; – TFTP server's address. |
smgReboot | 1.3.6.1.4.1.35265.1.29.27 | Set {} 1 | Reboot of the device |
smgSave | 1.3.6.1.4.1.35265.1.29.29 | Set {} 1 | Configuration saving |
smgFreeSpace | 1.3.6.1.4.1.35265.1.29.32 | Get {} | Free space on embedded flash memory |
smgFreeRam | 1.3.6.1.4.1.35265.1.29.33 | Get {} | The value of free RAM |
smgMonitoring | 1.3.6.1.4.1.35265.1.29.35 | Get {} | Display temperature sensors and fan rate, root object |
smgTemperature1 | 1.3.6.1.4.1.35265.1.29.35.1 | Get {} | Temperature sensor 1 |
smgTemperature2 | 1.3.6.1.4.1.35265.1.29.35.2 | Get {} | Temperature sensor 2 |
smgFan0 | 1.3.6.1.4.1.35265.1.29.35.3 | Get {} | Fan speed sensor 1 |
smgFan1 | 1.3.6.1.4.1.35265.1.29.35.4 | Get {} | Fan speed sensor 2 |
smgFan2 | 1.3.6.1.4.1.35265.1.29.35.5 | Get {} | Fan speed sensor 3 |
smgFan3 | 1.3.6.1.4.1.35265.1.29.35.6 | Get {} | Fan speed sensor 4 |
smgPowerModuleTable | 1.3.6.1.4.1.35265.1.29.36 | Get {} | Information on power supply state, root object. Number of power unit is specified for subordinate objects: 0 or 1. |
smgPowerModuleEntry | 1.3.6.1.4.1.35265.1.29.36.1 | Get {} | see smgPowerModuleTable |
pmExist | 1.3.6.1.4.1.35265.1.29.36.1.2.x | Get {}.x | Power unit 1 – installed 2 – not installed |
pmPower | 1.3.6.1.4.1.35265.1.29.36.1.3.x | Get {}.x | Power units are 1 – supplied with electric energy 2 – not supplied with electric energy |
pmType | 1.3.6.1.4.1.35265.1.29.36.1.4.x | Get {}.x | Type of installed power unit 1 – PM48/12 2 – PM220/12 3 – PM220/12V 4 – PM150-220/12 |
smgCpuLoadTable | 1.3.6.1.4.1.35265.1.29.37 | Get {} | CPU load, root object. Shows CPU load in per cents for different types of tasks. The number of processor is specified for subordinate objects. SMG1016M – 1 SMG2016 – 1..4 |
smgCpuLoadEntry | 1.3.6.1.4.1.35265.1.29.37.1 | Get {} | see smgCpuLoadTable |
cpuUsr | 1.3.6.1.4.1.35265.1.29.37.1.2.x | Get {}.x | % CPU, user applications |
cpuSys | 1.3.6.1.4.1.35265.1.29.37.1.3.x | Get {}.x | % CPU, core applications |
cpuNic | 1.3.6.1.4.1.35265.1.29.37.1.4.x | Get {}.x | % CPU, applications with changed priority |
cpuIdle | 1.3.6.1.4.1.35265.1.29.37.1.5.x | Get {}.x | % CPU, Idle |
cpuIo | 1.3.6.1.4.1.35265.1.29.37.1.6.x | Get {}.x | % CPU, input-output operations |
cpuIrq | 1.3.6.1.4.1.35265.1.29.37.1.7.x | Get {}.x | % CPU, hardware interrupts processing |
cpuSirq | 1.3.6.1.4.1.35265.1.29.37.1.8.x | Get {}.x | % CPU, software interrupts processing |
cpuUsage | 1.3.6.1.4.1.35265.1.29.37.1.9.x | Get {}.x | % CPU, common usage |
smgSubscribersInfo | 1.3.6.1.4.1.35265.1.29.42 | Get {} | General information on active calls and registration quantity |
activeCallCount | 1.3.6.1.4.1.35265.1.29.42.1 | Get {} | Current number of active calls |
registrationCount | 1.3.6.1.4.1.35265.1.29.42.2 | Get {} | Current number of registrations |
tableOfDiskMonitor | 1.3.6.1.4.1.35265.1.29.51 | Get {} | Информация о внешних накопителях, подключенных к SMG, корневой объект |
diskFullSize | 1.3.6.1.4.1.35265.1.29.51.2 | Get {} | Объем накопителей, подключенных к SMG |
diskFreeSize | 1.3.6.1.4.1.35265.1.29.51.3 | Get {} | Свободное место, оставшееся на накопителе |
diskUsePercent | 1.3.6.1.4.1.35265.1.29.51.4 | Get {} | Занятое место на накопителе в процентах |
| smgDevM4E1Modules | 1.3.6.1.4.1.35265.1.29.52 | Get {} | Количество субмодулей M4Е1 установленных на устройстве |
| smgDevSMVPModules | 1.3.6.1.4.1.35265.1.29.53 | Get {} | Количество субмодулей SM-VP установленных на устройстве |
| tableOfLicenseMonitor | 1.3.6.1.4.1.35265.1.29.156 | Get {} | Информация о лицензиях, установленных на устройстве, корневой объект |
| licenseName | 1.3.6.1.4.1.35265.1.29.156.1.1.2 | Get {} | Имя лицензии |
| licenseCount | 1.3.6.1.4.1.35265.1.29.156.1.1.3 | Get {} | Количество лицензий (65535 - без ограничений) |
| licenseLeft | 1.3.6.1.4.1.35265.1.29.156.1.1.4 | Get {} | Количество использованных лицензий (65535 - без ограничений) |
Table J3 – Syslog settings
Name | OID | Inquiry | Description |
smgSyslog | 1.3.6.1.4.1.35265.1.29.34 | Get {} | Syslog settings, root object |
smgSyslogTraces | 1.3.6.1.4.1.35265.1.29.34.1 | Get {} | Trace settings in syslog, root object |
smgSyslogTracesAddress | 1.3.6.1.4.1.35265.1.29.34.1.1 | Get {} Set {} S | IP address of syslog server for trace receiving |
smgSyslogTracesPort | 1.3.6.1.4.1.35265.1.29.34.1.2 | Get {} Set {} N | Syslog server port for trace receiving |
smgSyslogTracesAlarms | 1.3.6.1.4.1.35265.1.29.34.1.3 | Get {} Set {} N | Alarm trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesCalls | 1.3.6.1.4.1.35265.1.29.34.1.4 | Get {} Set {} N | Calls trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesISUP | 1.3.6.1.4.1.35265.1.29.34.1.5 | Get {} Set {} N | SS7/ISUP trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesSIPT | 1.3.6.1.4.1.35265.1.29.34.1.6 | Get {} Set {} N | SIPT trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesQ931 | 1.3.6.1.4.1.35265.1.29.34.1.7 | Get {} Set {} N | Q.931 trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesRTP | 1.3.6.1.4.1.35265.1.29.34.1.8 | Get {} Set {} N | RTP trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesMSP | 1.3.6.1.4.1.35265.1.29.34.1.9 | Get {} Set {} N | Voice submodule commands trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesRadius | 1.3.6.1.4.1.35265.1.29.34.1.10 | Get {} Set {} N | RADIUS trace level: 1-99 – enable trace; 0 – disable trace. |
smgSyslogTracesRowStatus | 1.3.6.1.4.1.35265.1.29.34.1.11 | Get {} Set {} i 1 | Apply trace configuration changes |
smgSyslogHistory | 1.3.6.1.4.1.35265.1.29.34.2 | Get {} | Settings of command logging in syslog, root object |
smgSyslogHistoryAddress | 1.3.6.1.4.1.35265.1.29.34.2.1 | Get {} Set {} S | IP address of syslog server for command history receiving |
smgSyslogHistoryPort | 1.3.6.1.4.1.35265.1.29.34.2.2 | Get {} Set {} N | Port of syslog server for command history receiving |
smgSyslogHistoryLevel | 1.3.6.1.4.1.35265.1.29.34.2.3 | Get {} Set {} N | Level of log detalization: 0 – disable logging; 1 – standard; 2 – full. |
smgSyslogHistoryRowStatus | 1.3.6.1.4.1.35265.1.29.34.2.4 | Get {} Set {} i 1 | Apply changes in command history logging |
smgSyslogConfig | 1.3.6.1.4.1.35265.1.29.34.3 | Get {} | Syslog settings |
smgSyslogConfigLogsEnabled | 1.3.6.1.4.1.35265.1.29.34.3.1 | Get {} Set {} N | Enable logging 1 – enable; 2 – disable |
smgSyslogConfigSendToServer | 1.3.6.1.4.1.35265.1.29.34.3.2 | Get {} Set {} N | Send messages to syslog server: 1 – enable; 2 – disable |
smgSyslogConfigAddress | 1.3.6.1.4.1.35265.1.29.34.3.3 | Get {} Set {} S | IP address of syslog server |
smgSyslogConfigPort | 1.3.6.1.4.1.35265.1.29.34.3.4 | Get {} Set {} N | Port of syslog server |
smgSyslogConfigRowStatus | 1.3.6.1.4.1.35265.1.29.34.3.5 | Get {} Set {} i 1 | Apply changes in syslog settings |
Table J4 – Е1 streams monitoring
Name | OID | Inquiry | Desciption |
smgEOneTable | 1.3.6.1.4.1.35265.1.29.7 | Get {} | Table which shows physical state of E1 streams |
eOneLineInfoPhyState | 1.3.6.1.4.1.35265.1.29.7.1.2 1.3.6.1.4.1.35265.1.29.7.1.2.x | Get {} Get {}.x | Physical state of E1 stream. Complete OID with a number of certain stream (0..15) in order to obtain information on the stream. State of a stream: 0 – stream is disabled; 1 – ALARM 2 – LOS 3 – AIS 4 – LOM 5 – LOMF 6 – stream is in operation; 7 – the PRBS test has been launched on the stream |
eOneLineInfoRemAlarm | 1.3.6.1.4.1.35265.1.29.7.1.3 1.3.6.1.4.1.35265.1.29.7.1.3.x | Get {} Get {}.x | Presence of RAI signal on the stream – error on the remote side. Add a stream number (0..15) to OID for obtaining information on its status. 0 – normal state; 1 – RAI signal received |
eOneLineInfoRemAlarmTS16 | 1.3.6.1.4.1.35265.1.29.7.1.4 1.3.6.1.4.1.35265.1.29.7.1.4.x | Get {} Get {}.x | Presence of RAI16 signal on the stream means an error on the remote side over a 16-channel interval. Add a stream number (0..15) to OID for obtaining information on its status. 0 – normal state; 1 – RAI16 signal received |
eOneLineStateAlarm | 1.3.6.1.4.1.35265.1.29.7.1.5 1.3.6.1.4.1.35265.1.29.7.1.5.x | Get {} Get {}.x | Alarms status on the stream. Add a stream number (0..15) to OID for obtaining information on its status. 0 – no alarms or stream is disabled; 1 – critical alarm, the stream is out of work; 2 – alarm, errors occured; 3 – code is not used; 4 – alarm, RAI error |
eOneLineStatePhyWork | 1.3.6.1.4.1.35265.1.29.7.1.6 1.3.6.1.4.1.35265.1.29.7.1.6.x | Get {} Get {}.x | Physical link state on the stream (signal reception). Add a stream number (0..15) to OID for obtaining information on its status. 0 – no link; 1 – link |
eOneLinkState | 1.3.6.1.4.1.35265.1.29.7.1.7 1.3.6.1.4.1.35265.1.29.7.1.7.x | Get {} Get {}.x | D-channel status. Add a stream number (0..15) to OID for obtaining information on a particular stream state: 0 – does not work/off/both KPDs do not work 1 – work/both KPDs work 4 – KPD1 does not work 8 – KPD2 does not work |
eOneStatistTimer | 1.3.6.1.4.1.35265.1.29.7.1.9 1.3.6.1.4.1.35265.1.29.7.1.9.x | Get {} Get {}.x | Time of statistics gathering, in seconds. Add a stream number (0..15) to OID for obtaining information on its status |
eOneSlipUp | 1.3.6.1.4.1.35265.1.29.7.1.10 1.3.6.1.4.1.35265.1.29.7.1.10.x | Get {} Get {}.x | Frame slip (frame repeat). Add a stream number (0..15) to OID for obtaining information on its status |
eOneSlipDown | 1.3.6.1.4.1.35265.1.29.7.1.11 1.3.6.1.4.1.35265.1.29.7.1.11.x | Get {} Get {}.x | Frame slip (frame loss). Add a stream number (0..15) to OID for obtaining information on its status |
eOneBERCount | 1.3.6.1.4.1.35265.1.29.7.1.12 1.3.6.1.4.1.35265.1.29.7.1.12.x | Get {} Get {}.x | Bit errors. Add a stream number (0..15) to OID for obtaining information on its status |
eOneCVC | 1.3.6.1.4.1.35265.1.29.7.1.13 1.3.6.1.4.1.35265.1.29.7.1.13.x | Get {} Get {}.x | Code Violation Counter. Add a stream number (0..15) to OID for obtaining information on its status |
eOneCEC | 1.3.6.1.4.1.35265.1.29.7.1.14 1.3.6.1.4.1.35265.1.29.7.1.14.x | Get {} Get {}.x | CRC/PRBS Errors Counter. Add a stream number (0..15) to OID for obtaining information on its status |
eOneRxCount | 1.3.6.1.4.1.35265.1.29.7.1.16 1.3.6.1.4.1.35265.1.29.7.1.16.x | Get {} Get {}.x | Bytes have been received. Add a stream number (0..15) to OID for obtaining information on its status |
eOneTxCount | 1.3.6.1.4.1.35265.1.29.7.1.17 1.3.6.1.4.1.35265.1.29.7.1.17.x | Get {} Get {}.x | Bytes have been transmitted. Add a stream number (0..15) to OID for obtaining information on its status |
eOneRxLow | 1.3.6.1.4.1.35265.1.29.7.1.18 1.3.6.1.4.1.35265.1.29.7.1.18.x | Get {} Get {}.x | Short data packets have been received. Add a stream number (0..15) to OID for obtaining information on its status |
eOneRxBig | 1.3.6.1.4.1.35265.1.29.7.1.19 1.3.6.1.4.1.35265.1.29.7.1.19.x | Get {} Get {}.x | Big data packets have been received. Add a stream number (0..15) to OID for obtaining information on its status |
eOneRxOvfl | 1.3.6.1.4.1.35265.1.29.7.1.20 1.3.6.1.4.1.35265.1.29.7.1.20.x | Get {} Get {}.x | Overload of receiving. Add a stream number (0..15) to OID for obtaining information on its status |
eOneRxCRC | 1.3.6.1.4.1.35265.1.29.7.1.21 | Get {} Get {}.x | CRC errors. Add a stream number (0..15) to OID for obtaining information on its status |
eOneTxUrun | 1.3.6.1.4.1.35265.1.29.7.1.22 | Get {} Get {}.x | Transmission failure. Add a stream number (0..15) to OID for obtaining information on its status |
eOneName | 1.3.6.1.4.1.35265.1.29.7.1.23 | Get {} Get {}.x | Display information about the name of the E1 stream |
smgEOneChannelTable | 1.3.6.1.4.1.35265.1.29.13 | Get {} | Table of E1 channels states, root object |
smgEOneChannelEntry | 1.3.6.1.4.1.35265.1.29.13.1 | Get {} | see smgEOneChannelTable |
channelEOneState | 1.3.6.1.4.1.35265.1.29.13.1.2 1.3.6.1.4.1.35265.1.29.13.1.2.x 1.3.6.1.4.1.35265.1.29.13.1.2.x.x | Get {} Get {}.x Get {}.x.x | E1 channel state. Add a stream number (0..15) to OID for obtaining information on its status. Add a stream number (0..15) and channel number (0..31) to OID for obtaining information on its status |
smgEOneBusyChannelsCounters | 1.3.6.1.4.1.35265.1.29.31 | Get {} | Quantity of busy E1 channels, root object |
smgEOneInstantCounters | 1.3.6.1.4.1.35265.1.29.31.1 | Get {} | see smgEOneBusyChannelsCounters |
smgEOneStream0BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.0 | Get {} | Quantity of busy 0 E1 channels |
smgEOneStream1BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.1 | Get {} | Quantity of busy 1 E1 channels |
smgEOneStream2BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.2 | Get {} | Quantity of busy 2 E1 channels |
smgEOneStream3BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.3 | Get {} | Quantity of busy 3 E1 channels |
smgEOneStream4BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.4 | Get {} | Quantity of busy 4 E1 channels |
smgEOneStream5BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.5 | Get {} | Quantity of busy 5 E1 channels |
smgEOneStream6BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.6 | Get {} | Quantity of busy 6 E1 channels |
smgEOneStream7BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.7 | Get {} | Quantity of busy 7 E1 channels |
smgEOneStream8BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.8 | Get {} | Quantity of busy 8 E1 channels |
smgEOneStream9BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.9 | Get {} | Quantity of busy 9 E1 channels |
smgEOneStream10BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.10 | Get {} | Quantity of busy 10 E1 channels |
smgEOneStream11BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.11 | Get {} | Quantity of busy 11 E1 channels |
smgEOneStream12BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.12 | Get {} | Quantity of busy 12 E1 channels |
smgEOneStream13BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.13 | Get {} | Quantity of busy 13 E1 channels |
smgEOneStream14BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.14 | Get {} | Quantity of busy 14 E1 channels |
smgEOneStream15BusyChannelsInstantCounter | 1.3.6.1.4.1.35265.1.29.31.1.15 | Get {} | Quantity of busy 15 E1 channels |
smgEOnePeriodicCounters | 1.3.6.1.4.1.35265.1.29.31.2 | Get {} | Quantity of busy E1 channels in specified period (see smgEOneCounterPeriod |
smgEOneStream0BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.0 | Get {} | Quantity of busy 0 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream1BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.1 | Get {} | Quantity of busy 1 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream2BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.2 | Get {} | Quantity of busy 2 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream3BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.3 | Get {} | Quantity of busy 3 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream4BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.4 | Get {} | Quantity of busy 4 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream5BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.5 | Get {} | Quantity of busy 5 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream6BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.6 | Get {} | Quantity of busy 6 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream7BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.7 | Get {} | Quantity of busy 7 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream8BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.8 | Get {} | Quantity of busy 8 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream9BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.9 | Get {} | Quantity of busy 9 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream10BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.10 | Get {} | Quantity of busy 10 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream11BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.11 | Get {} | Quantity of busy 11 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream12BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.12 | Get {} | Quantity of busy 12 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream13BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.13 | Get {} | Quantity of busy 13 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream14BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.14 | Get {} | Quantity of busy 14 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneStream15BusyChannelsPeriodicCounter | 1.3.6.1.4.1.35265.1.29.31.2.15 | Get {} | Quantity of busy 15 E1 channels in specified period (see smgEOneCounterPeriod) |
smgEOneCounterPeriod | 1.3.6.1.4.1.35265.1.29.31.2.16 | Get {} Set {} N | Frequency (period) of statistics collection, in minutes. Statistics will accumulate in periodic counters, while the counter will display the value for the previous period |
smgChannelsE1free | 1.3.6.1.4.1.35265.1.29.41 | Get {} | Quantity of free E1 channels, root object |
e1freeS0channels | 1.3.6.1.4.1.35265.1.29.41.1 | Get {} | Quantity of free 0 E1 channels |
e1freeS1channels | 1.3.6.1.4.1.35265.1.29.41.2 | Get {} | Quantity of free 1 E1 channels |
e1freeS2channels | 1.3.6.1.4.1.35265.1.29.41.3 | Get {} | Quantity of free 2 E1 channels |
e1freeS3channels | 1.3.6.1.4.1.35265.1.29.41.4 | Get {} | Quantity of free 3 E1 channels |
e1freeS4channels | 1.3.6.1.4.1.35265.1.29.41.5 | Get {} | Quantity of free 4 E1 channels |
e1freeS5channels | 1.3.6.1.4.1.35265.1.29.41.6 | Get {} | Quantity of free 5 E1 channels |
e1freeS6channels | 1.3.6.1.4.1.35265.1.29.41.7 | Get {} | Quantity of free 6 E1 channels |
e1freeS7channels | 1.3.6.1.4.1.35265.1.29.41.8 | Get {} | Quantity of free 7 E1 channels |
e1freeS8channels | 1.3.6.1.4.1.35265.1.29.41.9 | Get {} | Quantity of free 8 E1 channels |
e1freeS9channels | 1.3.6.1.4.1.35265.1.29.41.10 | Get {} | Quantity of free 9 E1 channels |
e1freeS10channels | 1.3.6.1.4.1.35265.1.29.41.11 | Get {} | Quantity of free 10 E1 channels |
e1freeS11channels | 1.3.6.1.4.1.35265.1.29.41.12 | Get {} | Quantity of free 11 E1 channels |
e1freeS12channels | 1.3.6.1.4.1.35265.1.29.41.13 | Get {} | Quantity of free 12 E1 channels |
e1freeS13channels | 1.3.6.1.4.1.35265.1.29.41.14 | Get {} | Quantity of free 13 E1 channels |
e1freeS14channels | 1.3.6.1.4.1.35265.1.29.41.15 | Get {} | Quantity of free 14 E1 channels |
e1freeS15channels | 1.3.6.1.4.1.35265.1.29.41.16 | Get {} | Quantity of free 15 E1 channels |
Table J5 — SS7 Linkset monitoring
Name | OID | Inquiry | Description |
smgLinkSetTable | 1.3.6.1.4.1.35265.1.29.11 | Get {} | SS7 Linkset states, root object |
linkSetEntry | 1.3.6.1.4.1.35265.1.29.11.1 | Get {} | see smgLinkSetTable |
linkSetState | 1.3.6.1.4.1.35265.1.29.11.1.2 | Get {} Get {}.x | SS7 Linkset states. Add Linkset's index (0..15) to OID for obtaining information on its status |
linkSetName | 1.3.6.1.4.1.35265.1.29.11.1.3 | Get {} Get {}.x | The name of the SS7 linksets. To get the name of a specific linkset, supplement the OID with its index (0..3) |
Table J6 — SM-VP submodules monitoring (VoIP submodules)
Name | OID | Inquiry | Description |
smgMspTable | 1.3.6.1.4.1.35265.1.29.9 | Get {} | Statistics of the status of the VoIP submodules, root object. |
mspEntry | 1.3.6.1.4.1.35265.1.29.9.1 | Get {} | see smgMspTable |
mspState | 1.3.6.1.4.1.35265.1.29.9.1.2 1.3.6.1.4.1.35265.1.29.9.1.2.x | Get {} Get {}.x | Operation mode of VoIP submodule. Add submodule's number (0..5) to OID for obtaining information on its status |
mspUsedConn | 1.3.6.1.4.1.35265.1.29.9.1.3 1.3.6.1.4.1.35265.1.29.9.1.3.x | Get {} Get {}.x | Quantity of used submodule's channels. Add submodule's number (0..5) to OID for obtaining information on its status |
mspCreateReq | 1.3.6.1.4.1.35265.1.29.9.1.4 1.3.6.1.4.1.35265.1.29.9.1.4.x | Get {} Get {}.x | Cumulative counter of inquiries to the module for link creation. Add submodule's number (0..5) to OID for obtaining information on its status |
mspCreated | 1.3.6.1.4.1.35265.1.29.9.1.5 1.3.6.1.4.1.35265.1.29.9.1.5.x | Get {} Get {}.x | Cumulative counters of executed inquiries to the module for link creation. Add submodule's number (0..5) to OID for obtaining information on its status |
mspDestroyReq | 1.3.6.1.4.1.35265.1.29.9.1.6 1.3.6.1.4.1.35265.1.29.9.1.6.x | Get {} Get {}.x | Cumulative counters of inquiries to the module for link removing. Add submodule's number (0..5) to OID for obtaining information on its status |
mspDestroyed | 1.3.6.1.4.1.35265.1.29.9.1.7 1.3.6.1.4.1.35265.1.29.9.1.7.x | Get {} Get {}.x | Cumulative counters of executed inquiries to the module for link removing. Add submodule's number (0..5) to OID for obtaining information on its status |
mspPayload | 1.3.6.1.4.1.35265.1.29.9.1.8 1.3.6.1.4.1.35265.1.29.9.1.8.x | Get {} Get {}.x | Load of submodules measured in % of total channels number. Add submodule's number (0..5) to OID for obtaining information on its status |
smgIpMspChannelTable | 1.3.6.1.4.1.35265.1.29.15 | Get {} | Statistics of active channels state of VoIP submodules, root object |
smgMspIpChannelEntry | 1.3.6.1.4.1.35265.1.29.15.1 | Get {} | see smgIpMspChannelTable |
ipMspChannelState | 1.3.6.1.4.1.35265.1.29.15.1.2 1.3.6.1.4.1.35265.1.29.15.1.2.x 1.3.6.1.4.1.35265.1.29.15.1.2.x.x | Get {} Get {}.x Get {}.x.x | Active channels' state. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status. 0 – free 1 – channel allocation 2 – inquiry for channel allocation 3 – inquiry for channel allocation has been processed 4 – inquiry for channel discharging 5 – inquiry for channel discharging has been processed 6 – inquiry for channel disabling 7 – inquiry for channel activating 8 – in operation 9 – activated 10 – inquiry for connection to a conference 11 – conference is active |
ipMspChannelSiptCallref | 1.3.6.1.4.1.35265.1.29.15.1.3 1.3.6.1.4.1.35265.1.29.15.1.3.x 1.3.6.1.4.1.35265.1.29.15.1.3.x.x | Get {} Get {}.x Get {}.x.x | Local call identifier, which connected to an active channel. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelSrcIp | 1.3.6.1.4.1.35265.1.29.15.1.4 1.3.6.1.4.1.35265.1.29.15.1.4.x 1.3.6.1.4.1.35265.1.29.15.1.4.x.x | Get {} Get {}.x Get {}.x.x | Local IP address of a media stream. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelSrcPort | 1.3.6.1.4.1.35265.1.29.15.1.5 1.3.6.1.4.1.35265.1.29.15.1.5.x 1.3.6.1.4.1.35265.1.29.15.1.5.x.x | Get {} Get {}.x Get {}.x.x | Local port of a media stream. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelSrcMac | 1.3.6.1.4.1.35265.1.29.15.1.6 1.3.6.1.4.1.35265.1.29.15.1.6.x 1.3.6.1.4.1.35265.1.29.15.1.6.x.x | Get {} Get {}.x Get {}.x.x | Local MAC address of a media stream. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelDstIp | 1.3.6.1.4.1.35265.1.29.15.1.7 1.3.6.1.4.1.35265.1.29.15.1.7.x 1.3.6.1.4.1.35265.1.29.15.1.7.x.x | Get {} Get {}.x Get {}.x.x | Remote IP address of a media stream. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelDstPort | 1.3.6.1.4.1.35265.1.29.15.1.8 1.3.6.1.4.1.35265.1.29.15.1.8.x 1.3.6.1.4.1.35265.1.29.15.1.8.x.x | Get {} Get {}.x Get {}.x.x | Remote port of a media stream. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelDstMac | 1.3.6.1.4.1.35265.1.29.15.1.9 1.3.6.1.4.1.35265.1.29.15.1.9.x 1.3.6.1.4.1.35265.1.29.15.1.9.x.x | Get {} Get {}.x Get {}.x.x | Remote MAC address of a media stream. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelCallingPartyNumber | 1.3.6.1.4.1.35265.1.29.15.1.10 1.3.6.1.4.1.35265.1.29.15.1.10.x 1.3.6.1.4.1.35265.1.29.15.1.10.x.x | Get {} Get {}.x Get {}.x.x | Number of a caller. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelCalledPartyNumber | 1.3.6.1.4.1.35265.1.29.15.1.11 1.3.6.1.4.1.35265.1.29.15.1.11.x 1.3.6.1.4.1.35265.1.29.15.1.11.x.x | Get {} Get {}.x Get {}.x.x | Number of a callee. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
ipMspChannelOccupiedTime | 1.3.6.1.4.1.35265.1.29.15.1.12 1.3.6.1.4.1.35265.1.29.15.1.12.x 1.3.6.1.4.1.35265.1.29.15.1.12.x.x | Get {} Get {}.x Get {}.x.x | Call duration. Add submodule's number (0..5) to OID for obtaining information on its status. Add submodule's number (0..5) and channel's number (0..127) to OID for obtaining information on the channel's status |
smgChannelsVoip | 1.3.6.1.4.1.35265.1.29.40 | Get {} | Quantity of busy channels on VoIP submodules, root object |
voip0busyChannels | 1.3.6.1.4.1.35265.1.29.40.1 | Get {} | Quantity of busy channels on 0 VoIP submodule |
voip1busyChannels | 1.3.6.1.4.1.35265.1.29.40.2 | Get {} | Quantity of busy channels on 1 VoIP submodule |
voip2busyChannels | 1.3.6.1.4.1.35265.1.29.40.3 | Get {} | Quantity of busy channels on 2 VoIP submodule |
voip3busyChannels | 1.3.6.1.4.1.35265.1.29.40.4 | Get {} | Quantity of busy channels on 3 VoIP submodule |
voip4busyChannels | 1.3.6.1.4.1.35265.1.29.40.5 | Get {} | Quantity of busy channels on 4 VoIP submodule |
voip5busyChannels | 1.3.6.1.4.1.35265.1.29.40.6 | Get {} | Quantity of busy channels on 5 VoIP submodule |
voip0freeChannels | 1.3.6.1.4.1.35265.1.29.40.7 | Get {} | Quantity of free channels on 0 VoIP submodule |
voip1freeChannels | 1.3.6.1.4.1.35265.1.29.40.8 | Get {} | Quantity of free channels on 1 VoIP submodule |
voip2freeChannels | 1.3.6.1.4.1.35265.1.29.40.9 | Get {} | Quantity of free channels on 2 VoIP submodule |
voip3freeChannels | 1.3.6.1.4.1.35265.1.29.40.10 | Get {} | Quantity of free channels on 3 VoIP submodule |
voip4freeChannels | 1.3.6.1.4.1.35265.1.29.40.11 | Get {} | Quantity of free channels on 4 VoIP submodule |
voip5freeChannels | 1.3.6.1.4.1.35265.1.29.40.12 | Get {} | Quantity of free channels on 5 VoIP submodule |
Table J7 — SIP interfaces monitoring
Name | OID | Inquiry | Description |
smgSipIntrfCallInfo | 1.3.6.1.4.1.35265.1.29.43 | Get {} | Information on calls on SIP interfaces, root object |
sipIntrfCount | 1.3.6.1.4.1.35265.1.29.43.1 | Get {} | Quantity of SIP interfaces |
sipIntrfActiveCallTable | 1.3.6.1.4.1.35265.1.29.43.2 | Get {} | Call table (table will not be displayed if there is not any SIP interfaces) |
sipIntrfActiveCallTableEntry | 1.3.6.1.4.1.35265.1.29.43.2.1 | Get {} | see sipIntrfActiveCallTable |
sipIntrfID | 1.3.6.1.4.1.35265.1.29.43.2.1.2 1.3.6.1.4.1.35265.1.29.43.2.1.2.x | Get {} Get {}.x | ID of a SIP interface. Add interface index to OID for obtaining information on its status. |
sipIntrfName | 1.3.6.1.4.1.35265.1.29.43.2.1.3 1.3.6.1.4.1.35265.1.29.43.2.1.3.x | Get {} Get {}.x | SIP interface name. Add interface index to OID for obtaining information on its status. |
sipIntrfMode | 1.3.6.1.4.1.35265.1.29.43.2.1.4 1.3.6.1.4.1.35265.1.29.43.2.1.4.x | Get {} Get {}.x | Operation mode. Add interface index to OID for obtaining information on its status. 0 – SIP 1 – SIP-T 2 – SIP-I 3 – SIP-Q 4 – SIP-profile |
sipIntrfCallCount | 1.3.6.1.4.1.35265.1.29.43.2.1.5 1.3.6.1.4.1.35265.1.29.43.2.1.5.x | Get {} Get {}.x | Quantity of active calls on the interface. Add interface index to OID for obtaining information on its status |
sipIntrfMaxCallCount | 1.3.6.1.4.1.35265.1.29.43.2.1.6 1.3.6.1.4.1.35265.1.29.43.2.1.6.x | Get {} Get {}.x | Maximum quantity of calls on the interface. Add interface index to OID for obtaining information on its status. 0 – no limit 1..65535 – limit of calls |
sipIntrfAccessible | 1.3.6.1.4.1.35265.1.29.43.2.1.7 1.3.6.1.4.1.35265.1.29.43.2.1.7.x | Get {} Get {}.x | Доступность SIP-интерфейса (результат контроля встречной стороны по OPTIONS): 1 – доступен 2 – недоступен |
Table J8 — Statistics of Radius requests
| Name | OID | Inquiry | Description |
|---|---|---|---|
| radiusTotal | 1.3.6.1.4.1.35265.1.29.47.1 | Get {} | General requests statistics |
| radiusTotalSent | 1.3.6.1.4.1.35265.1.29.47.2 | Get {} | Sent requests statistics |
| radiusAccsReq | 1.3.6.1.4.1.35265.1.29.47.3 | Get {} | General Statistics of Access Requests |
| radiusAccsReqSent | 1.3.6.1.4.1.35265.1.29.47.4 | Get {} | Statistics of sent Access Requests |
| radiusAccsRsp | 1.3.6.1.4.1.35265.1.29.47.5 | Get {} | General Statistics of Access Respons |
| radiusAccsAccept | 1.3.6.1.4.1.35265.1.29.47.6 | Get {} | Statistics of Access Accepts |
| radiusAccsReject | 1.3.6.1.4.1.35265.1.29.47.7 | Get {} | Statistics of Access Reject |
| radiusAcctReq | 1.3.6.1.4.1.35265.1.29.47.8 | Get {} | General Statistics of Accounting Requests |
| radiusAcctReqSent | 1.3.6.1.4.1.35265.1.29.47.9 | Get {} | Statistics of sent Accounting Requests |
| radiusAcctRsp | 1.3.6.1.4.1.35265.1.29.47.10 | Get {} | General Statistics of Accounting Responses |
| radiusAcctRspSuccess | 1.3.6.1.4.1.35265.1.29.47.11 | Get {} | Statistics of Accounting Respons Success |
| radiusDiscReq | 1.3.6.1.4.1.35265.1.29.47.12 | Get {} | General Statistics of Disconnect Request |
| radiusDiscReqSent | 1.3.6.1.4.1.35265.1.29.47.13 | Get {} | Statistics of sent Disconnect Request |
| radiusRspTimeout | 1.3.6.1.4.1.35265.1.29.47.14 | Get {} | Timeouts while waiting for responses from the RADIUS server |
| radiusTimeoutExhst | 1.3.6.1.4.1.35265.1.29.47.15 | Get {} | Retransmission end timeout |
| radiusProcTimeout | 1.3.6.1.4.1.35265.1.29.47.16 | Get {} | Timeouts while processing the response. Usually it is ‘0’ |
| radiusTimeThreshold | 1.3.6.1.4.1.35265.1.29.47.17 | Get {} Set {} | Getting / setting the time threshold for the received statistics. 0 – statistics for all time, |
| radiusClearStat | 1.3.6.1.4.1.35265.1.29.47.18 | Set {} | Clear statistics: 0 – clear permanent statistics |
Table J9 — Information about the network interfaces
| Name | OID | Inquiry | Description |
|---|---|---|---|
iftType | 1.3.6.1.4.1.35265.1.29.19.1.2 1.3.6.1.4.1.35265.1.29.19.1.2.x | Get {} Get {}.x | Network interface type. To obtain information about the type of a particular interface, supplement the OID with its number |
iftLabel | 1.3.6.1.4.1.35265.1.29.19.1.3 | Get {} Get {}.x | The name of the network interface. To get information about the name of a specific interface, supplement the OID with its number |
iftIpaddr | 1.3.6.1.4.1.35265.1.29.19.1.4 | Get {} Get {}.x | IP address of the network interface. To get information about the IP address of a specific interface, supplement the OID with its number |
iftNetmask | 1.3.6.1.4.1.35265.1.29.19.1.5 | Get {} Get {}.x | Network interface mask. To get information about the mask of a particular interface, supplement the OID with its number |
iftGateway | 1.3.6.1.4.1.35265.1.29.19.1.6 1.3.6.1.4.1.35265.1.29.19.1.6.х | Get {} Get {}.x | Network interface gateway. To obtain information about the gateway of a particular interface, supplement the OID with its number |
iftBroadcast | 1.3.6.1.4.1.35265.1.29.19.1.7 1.3.6.1.4.1.35265.1.29.19.1.7.х | Get {} Get {}.x | The broadcast address of the interface. To get information about the broadcast address of a particular interface, supplement the OID with its number |
iftWeb | 1.3.6.1.4.1.35265.1.29.19.1.8 1.3.6.1.4.1.35265.1.29.19.1.8.х | Get {} Get {}.x | Access to the device via the web through the network interface: 0 – no access; 1 – access is available |
iftSsh | 1.3.6.1.4.1.35265.1.29.19.1.9 1.3.6.1.4.1.35265.1.29.19.1.9.х | Get {} Get {}.x | Access to the device via ssh through the network interface: 0 – no access; 1 – access is available |
IftTelnet | 1.3.6.1.4.1.35265.1.29.19.1.10 1.3.6.1.4.1.35265.1.29.19.1.10.х | Get {} Get {}.x | Access to the device via telnet through the network interface: 0 – no access; 1 – access is available |
iftSnmp | 1.3.6.1.4.1.35265.1.29.19.1.11 1.3.6.1.4.1.35265.1.29.19.1.11.х | Get {} Get {}.x | Using the SNMP protocol through the network interface: 0 – denied; 1 – allowed |
IftRtp | 1.3.6.1.4.1.35265.1.29.19.1.12 1.3.6.1.4.1.35265.1.29.19.1.12.х | Get {} Get {}.x | Ability to receive / transmit RTP traffic through the network interface: 0 – denied; 1 – allowed |
IftRadius | 1.3.6.1.4.1.35265.1.29.19.1.13 1.3.6.1.4.1.35265.1.29.19.1.13.х | Get {} Get {}.x | Using the RADIUS protocol through the network interface: 0 – denied; 1 – allowed |
IftH323 | 1.3.6.1.4.1.35265.1.29.19.1.14 1.3.6.1.4.1.35265.1.29.19.1.14.х | Get {} Get {}.x | Using the Н.323 protocol through the network interface: 0 – denied; 1 – allowed |
iftDhcp | 1.3.6.1.4.1.35265.1.29.19.1.16 1.3.6.1.4.1.35265.1.29.19.1.16.х | Get {} Get {}.x | Using DHCP on the network interface: 0 – DHCP is off 1 – DHCP is on |
iftDhcpNoGw | 1.3.6.1.4.1.35265.1.29.19.1.17 1.3.6.1.4.1.35265.1.29.19.1.17.х | Get {} Get {}.x | Using the ‘Obtain Gateway Automatically’ option on a network interface with DHCP: 0 – option is enabled 1 – option is disabled; |
iftDhcpDns | 1.3.6.1.4.1.35265.1.29.19.1.18 1.3.6.1.4.1.35265.1.29.19.1.18.х | Get {} Get {}.x | Using the ‘Obtain DNS Automatically’ option on a network interface with DHCP: 0 – option is disabled; 1 – option is enabled |
iftDhcpNtp | 1.3.6.1.4.1.35265.1.29.19.1.19 1.3.6.1.4.1.35265.1.29.19.1.19.х | Get {} Get {}.x | Using the ‘Obtain NTP Automatically’ option on a network interface with DHCP: 0 – option is disabled; 1 – option is enabled |
IftSip | 1.3.6.1.4.1.35265.1.29.19.1.20 1.3.6.1.4.1.35265.1.29.19.1.20.х | Get {} Get {}.x | Using the SIP protocol through the network interface: 0 – denied 1 – allowed |
IftServerIp | 1.3.6.1.4.1.35265.1.29.19.1.21 1.3.6.1.4.1.35265.1.29.19.1.21.х | Get {} Get {}.x | IP address of the PPTP server. To obtain information about the address of the PPTP server of a specific network interface, supplement the OID with its number |
IftRunStup | 1.3.6.1.4.1.35265.1.29.19.1.22 1.3.6.1.4.1.35265.1.29.19.1.22.х | Get {} Get {}.x | Using the ‘Enable’ option on the VPN/pptp interface: 0 – option is disabled 1 – option is enabled |
IftGwIgnore | 1.3.6.1.4.1.35265.1.29.19.1.23 1.3.6.1.4.1.35265.1.29.19.1.23.х | Get {} Get {}.x | Using the ‘Ignore Default Gateway’ option on the VPN/pptp interface: 0 – option is disabled; 1 – option is enabled |
IftUseMppe | 1.3.6.1.4.1.35265.1.29.19.1.24 1.3.6.1.4.1.35265.1.29.19.1.24.х | Get {} Get {}.x | Using the ‘Encryption’ option on the VPN/pptp interface: 0 – option is disabled; 1 – option is enabled |
IftUserIp | 1.3.6.1.4.1.35265.1.29.19.1.25 1.3.6.1.4.1.35265.1.29.19.1.25.х | Get {} Get {}.x | VPN user IP address |
IftVid | 1.3.6.1.4.1.35265.1.29.19.1.27 1.3.6.1.4.1.35265.1.29.19.1.27.х | Get {} Get {}.x | VID of the network interface. To obtain information about the VID of a specific network interface, supplement the OID with its number |
IftCos | 1.3.6.1.4.1.35265.1.29.19.1.28 1.3.6.1.4.1.35265.1.29.19.1.28.х | Get {} Get {}.x | COS of the network interface. To obtain information about the COS of a specific network interface, supplement the OID with its number |
IftFwProfile | 1.3.6.1.4.1.35265.1.29.19.1.29 1.3.6.1.4.1.35265.1.29.19.1.29.x | Get {} Get {}.x | Network interface firewall profile. To obtain information about the firewall profile of a specific network interface, supplement the OID with its number |
Table J10 — Monitoring of trunk groups
| Name | OID | Inquiry | Description |
|---|---|---|---|
trunkName | 1.3.6.1.4.1.35265.1.29.46.1.1.2 1.3.6.1.4.1.35265.1.29.46.1.1.2.x | Get {} Get {}.x | Trunk group name. To obtain information about the name of a specific trunk group, supplement the OID with its number |
trunkEntryType | 1.3.6.1.4.1.35265.1.29.46.1.1.3 1.3.6.1.4.1.35265.1.29.46.1.1.3.x | Get {} Get {}.x | Type of trunk group: 0 – CAS 1 – PRI 2 – ОКС-7 3 – SIP 4 – Е1 stream channels 5 – H323 6 – Е1 streams from SS7 linkset 7 – IPNET 8 – CSPG 9 – fxo To obtain information about the type of a particular trunk group, supplement the OID with its number. |
trunkEnable | 1.3.6.1.4.1.35265.1.29.46.1.1.4 1.3.6.1.4.1.35265.1.29.46.1.1.4.x | Get {} Get {}.x | The status of the E1 stream, which is associated with the trunk group, is used for trunk group types CAS, PRI, SS7, E1 stream channels, E1 streams from the SS7 linkset: 0 – stream is disabled; 1 – stream is enabled |
trunkCapacity | 1.3.6.1.4.1.35265.1.29.46.1.1.5 1.3.6.1.4.1.35265.1.29.46.1.1.5.x | Get {} Get {}.x | The total number of channels in the trunk group, used for trunk group types CAS, PRI, SS7, channels of the E1 stream, E1 streams from the SS7 linkset. To obtain information about the number of channels of a particular trunk group, supplement the OID with its number |
trunkCurrentIngressCalls | 1.3.6.1.4.1.35265.1.29.46.1.1.6 1.3.6.1.4.1.35265.1.29.46.1.1.6.x | Get {} Get {}.x | The number of incoming calls in the trunk group. To obtain information about the number of channels of a particular trunk group, supplement the OID with its number |
trunkCurrentEgressCalls | 1.3.6.1.4.1.35265.1.29.46.1.1.7 1.3.6.1.4.1.35265.1.29.46.1.1.7.x | Get {} Get {}.x | The number of outgoing calls in the trunk group. To obtain information about the number of outgoing calls of a specific trunk group, supplement the OID with its number |
trunkCurrentTotalCalls | 1.3.6.1.4.1.35265.1.29.46.1.1.8 1.3.6.1.4.1.35265.1.29.46.1.1.8.x | Get {} Get {}.x | The total number of calls in the trunk group. To obtain information about the number of calls to a specific trunk group, supplement the OID with its number |
trunkCurrentCps | 1.3.6.1.4.1.35265.1.29.46.1.1.9 1.3.6.1.4.1.35265.1.29.46.1.1.9.x | Get {} Get {}.x | Current cps in the trunk group. To obtain information about the cps of a specific trunk group, supplement the OID with its number |
trunkStatus | 1.3.6.1.4.1.35265.1.29.46.1.1.10 1.3.6.1.4.1.35265.1.29.46.1.1.10.x | Get {} Get {}.x | Trunk group status. For trunk groups containing E1 streams: 0 – stream is not in operation 1 – stream is in operation 2 – no D-channel. For trunk groups that include SIP interfaces: 0 – interface is not available; 1 – interface is in operation; 2 – interface status is unknown (options control disabled). To obtain information about the status of a specific trunk group, supplement the OID with its number |
trunkUnavailableCicCount | 1.3.6.1.4.1.35265.1.29.46.1.1.11 1.3.6.1.4.1.35265.1.29.46.1.1.11.x | Get {} Get {}.x | The number of non-working channels (blocked /unavailable/disabled), used for trunk group types CAS, PRI, SS7, E1 stream channels, E1 streams from SS7 linkset To obtain information about the number of non-working channels of a specific trunk group, supplement the OID with its number |
| trunkCPSMax | 1.3.6.1.4.1.35265.1.29.46.1.1.12 1.3.6.1.4.1.35265.1.29.46.1.1.12.x | Get {} Get {}.x | CPS limit value in trunk group. To obtain information about the CPS limit value of a specific trunk group, supplement the OID with its number |
| trunkCPSAlarm | 1.3.6.1.4.1.35265.1.29.46.1.1.13 1.3.6.1.4.1.35265.1.29.46.1.1.13.x | Get {} Get {}.x | CPS alarm value in trunk group. To obtain information about the CPS alarm value of a specific trunk group, supplement the OID with its number |
| trunkChansFree | 1.3.6.1.4.1.35265.1.29.46.1.1.14 1.3.6.1.4.1.35265.1.29.46.1.1.14.x | Get {} Get {}.x | The number of free channels in the trunk group. If the trunk group contains a SIP/H323 interface and the limit on the number of active connections is not configured, the value 65535 will be returned (without restrictions) To obtain information about the number of free channels of a specific trunk group, supplement the OID with its number |
| trunkChansBusyс | 1.3.6.1.4.1.35265.1.29.46.1.1.15 1.3.6.1.4.1.35265.1.29.46.1.1.15.x | Get {} Get {}.x | Number of busy channels in the trunk group To obtain information about the number of busy channels of a specific trunk group, supplement the OID with its number |
Monitoring and configuration of SIP subscribers (static subscribers).
The commands for SNMP utilities call are represented in description of monitoring and configuration functions as follows:
swalk script, which implements reading of values:
#!/bin/bash /usr/bin/snmpwalk -v2c -c public -m +ELTEX-SMG-MIB 192.0.2.1 "$@"
sset script, which implements setting of values:
#!/bin/bash /usr/bin/snmpset -v2c -c private -m +ELTEX-SMG-MIB 192.0.2.1 "$@"
Monitoring
Monitoring of subscriber or static group of subscriber can be implemented by several means:
- By index or ID of a subscriber;
- By numbering plan and full subscriber's number;
- By numbering plan and partial subscriber's number.
To monitor:
- Clear search status;
- Define search criteria (optionally);
- Display the information.
Example of a search by index
sset staticResetCheck.0 i 1 # reset search status
sset getUserByIndex.0 i 4 # setting search by index 4
swalk tableOfUsers # inquiry of a table with subscriber information
Result:
ELTEX-SMG::StaticResetCheck.0 = INTEGER: 0 ELTEX-SMG::getUserByIndex.0 = INTEGER: 4 ELTEX-SMG::UserID.4 = INTEGER: 5 ELTEX-SMG::RegState.4 = INTEGER: 2 ELTEX-SMG::Numplan.4 = INTEGER: 0 ELTEX-SMG::Number.4 = STRING: 20000 ELTEX-SMG::Ip.4 = IpAddress: 192.0.2.123 ELTEX-SMG::Port.4 = Gauge32: 5063 ELTEX-SMG::Domain.4 = STRING: 192.0.2.1 ELTEX-SMG::MaxActiveLines.4 = INTEGER: 3 ELTEX-SMG::ActiveCallCount.4 = INTEGER: 0 ELTEX-SMG::RegExpires.4 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.12.4 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.13.4 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.14.4 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.15.4 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.16.4 = INTEGER: -1
Example of a search by numbering plan and full subscriber's number
sset staticResetCheck.0 i 1 # search status reset
sset getUserByNumplan.0 i 2 # set second numbering plan
sset getUserByNumber.0 s 20001 # set subscriber number
swalk tableOfUsers # inquiry of a table with subscriber information
Result:
ELTEX-SMG::UserID.9 = INTEGER: 10 ELTEX-SMG::RegState.9 = INTEGER: 0 ELTEX-SMG::Numplan.9 = INTEGER: 2 ELTEX-SMG::Number.9 = STRING: 20001 ELTEX-SMG::Ip.9 = IpAddress: 0.0.0.0 ELTEX-SMG::Port.9 = Gauge32: 0 ELTEX-SMG::Domain.9 = STRING: sipp.domain ELTEX-SMG::MaxActiveLines.9 = INTEGER: 0 ELTEX-SMG::ActiveCallCount.9 = INTEGER: 0 ELTEX-SMG::RegExpires.9 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.12.9 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.13.9 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.14.9 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.15.9 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.16.9 = INTEGER: -1
Example of a search by numbering plan and partial subscriber's number
sset ttaticResetCheck.0 i 1 # search status reset
sset getUserByNumplan.0 i 0 # set zero numbering plan
sset getUserBySubNumber.0 s 400 # set part of the subscriber number
swalk tableOfUsers # inquiry of a table with subscriber information
Result:
ELTEX-SMG::UserID.0 = INTEGER: 1 ELTEX-SMG::UserID.1 = INTEGER: 2 ELTEX-SMG::UserID.2 = INTEGER: 3 ELTEX-SMG::RegState.0 = INTEGER: 1 ELTEX-SMG::RegState.1 = INTEGER: 1 ELTEX-SMG::RegState.2 = INTEGER: 0 ELTEX-SMG::Numplan.0 = INTEGER: 0 ELTEX-SMG::Numplan.1 = INTEGER: 0 ELTEX-SMG::Numplan.2 = INTEGER: 0 ELTEX-SMG::Number.0 = STRING: 40010 ELTEX-SMG::Number.1 = STRING: 40011 ELTEX-SMG::Number.2 = STRING: 40012 ELTEX-SMG::Ip.0 = IpAddress: 192.0.2.21 ELTEX-SMG::Ip.1 = IpAddress: 192.0.2.21 ELTEX-SMG::Ip.2 = IpAddress: 0.0.0.0 ELTEX-SMG::Port.0 = Gauge32: 23943 ELTEX-SMG::Port.1 = Gauge32: 23943 ELTEX-SMG::Port.2 = Gauge32: 0 ELTEX-SMG::Domain.0 = STRING: 192.0.2.1 ELTEX-SMG::Domain.1 = STRING: 192.0.2.1 ELTEX-SMG::Domain.2 = STRING: ELTEX-SMG::MaxActiveLines.0 = INTEGER: -1 ELTEX-SMG::MaxActiveLines.1 = INTEGER: 4 ELTEX-SMG::MaxActiveLines.2 = INTEGER: 6 ELTEX-SMG::ActiveCallCount.0 = INTEGER: -1 ELTEX-SMG::ActiveCallCount.1 = INTEGER: 0 ELTEX-SMG::ActiveCallCount.2 = INTEGER: 0 ELTEX-SMG::RegExpires.0 = INTEGER: 118 ELTEX-SMG::RegExpires.1 = INTEGER: 91 ELTEX-SMG::RegExpires.2 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.12.0 = INTEGER: 1 ELTEX-SMG::TableOfUsersEntry.12.1 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.12.2 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.13.0 = INTEGER: 2 ELTEX-SMG::TableOfUsersEntry.13.1 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.13.2 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.14.0 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.14.1 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.14.2 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.15.0 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.15.1 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.15.2 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.16.0 = INTEGER: 0 ELTEX-SMG::TableOfUsersEntry.16.1 = INTEGER: -1 ELTEX-SMG::TableOfUsersEntry.16.2 = INTEGER: -1
View information without using a search
sset staticResetCheck.0 i 1 # search status reset
swalk tableOfUsers # display all subscribers
swalk regState.3 # display subscribers registration status with index 3
swalk ip.4 # display IP address of subscriber with index 4
- swalk activeCallCount display quantity of active calls of all subscribers
Configuration
Configuration involves the following operations on subscribers:
- Settings viewing;
- Settings editing;
- Creation of a new subscriber;
- Removing.
To view the settings:
- Select subscriber through the search;
- Select configuration mode — view;
- Display the necessary data.
To edit the settings:
- Select subscriber through the search;
- Select configuration mode — edit;
- Define necessary settings;
- Apply the settings.
To create a new subscriber:
- Select configuration mode — creation;
- Define necessary settings of the subscriber (at least number);
- Apply the settings.
To remove a subscriber:
- Select subscriber through the search;
- Select configuration mode — removing;
- Apply the settings.
You can cancel changes that were not applied only in 'Add new subscriber' and 'Edit a subscriber' modes.
Undo group remove is not possible. Only a complete configuration restore via WEB or CLI is available.
Example of new subscriber creating
sset staticResetCheck.0 i 1 # search status reset
sset staticSetMode.0 i 3 # set the add mode
sset stSetNumber.0 s 71234567890 # set the subscriber number
sset staticSetApply.0 i 1 # apply the settings
sset staticSetMode.0 i 0 # set the none mode
Example of settings viewing
sset staticResetCheck.0 i 1 # search status reset
sset getUserByIndex.0 i 4 # set search by undex 4
sset staticSetMode.0 i 1 # set the show mode
swalk tableOfStSetUser # view the settings table or
swalk stSetAuth # separate registration mode or
swalk stSetAccessMode # separate maintenance mode, etc.
Example of settings editing
sset staticResetCheck.0 i 1 # search status reset
sset getUserByNumplan.0 i 0 # set zero numbering plan
sset getUserByNumber.0 s 71234567890 # set the subscriber number
sset staticSetMode.0 i 2 # set the 'set' mode
sset stSetNumplan.0 i 1 # change numbering plan to the first one
sset stSetCliro.0 i 1 # activate the CLIRO service
sset stSetAONtypeNumber.0 i 2 # set National automatic calling line identification
sset staticSetApply.0 i 1 # apply the settings
sset staticSetMode.0 i 0 # set the none mode
Example of subscriber removing
sset staticResetCheck.0 i 1 # search status reset
sset getUserByID.0 i 15 # set search by ID 15
sset staticSetMode.0 i 4 # set the del mode
sset staticSetApply.0 i 1 # apply the settings
# it is not required to set the none mode manually
Table J11 — Monitoring and configuration of SIP subscribers (static subscribers)
Name | OID | Inquiry | Description |
smgSipUser | 1.3.6.1.4.1.35265.1.29.38 | Get {} | Список статических абонентов, корневой объект |
staticCheckStatus | 1.3.6.1.4.1.35265.1.29.38.1 | Get {} | Status of the search by criteria. None – without a search, display all static subscribers; Find user by index; Find user by ID; Find users by numplan; Find user by numplan and number; Find users by numplan and substring number |
staticResetCheck | 1.3.6.1.4.1.35265.1.29.38.2 | Set {} N | Search reset. Any value sets status of search to 'None' |
numActiveUsers | 1.3.6.1.4.1.35265.1.29.38.3 | Get {} | Quantity of active (authorized) subscribers |
numAllUsers | 1.3.6.1.4.1.35265.1.29.38.4 | Get {} | Quantity of subscribers in the system |
getUserByIndex | 1.3.6.1.4.1.35265.1.29.38.5 | Set {} N Set {} -1 | Set subscriber's index for the search. The values in a range of [0:numAllUsers) set search in 'Find user by index' state. The '-1' value with active status of 'Find user by index' corresponds to 'None' state of the search |
getUserByID | 1.3.6.1.4.1.35265.1.29.38.6 | Set {} N Set {} -1 | Set user ID for the search. The values from 1 and further complies 'Find user by ID' mode of search. The '-1' value with active status of 'Find user by index' corresponds to 'None' state of the search |
getUserByNumplan | 1.3.6.1.4.1.35265.1.29.38.7 | Set {} N Set {} -1 | Set a dial plan for searching subscribers. If the search status was ‘Find users by numplan’, ‘Find user by numplan and number’ or ‘Find users by numplan and substring number’, the '-1' value sets ‘None’ status. If the value is '0' or over, the priority of search mode setting is as follows: If 'getUserByNumber' is defined, the 'Find user by numplan and number' mode will be activated;
|
getUserByNumber | 1.3.6.1.4.1.35265.1.29.38.8 | Set {} S Set {} "NULL" | Set the number to search for a subscriber in conjunction with the numplan. Number length should be from 1 to 32 digits. When the numbering plan is set, the status of search will set to 'Find user by numplan and number', otherwise the search status will not change. Set 'NULL' value to reset the number. However, if the search status was ‘Find user by numplan and number’ the search status will be changed to ‘None’ |
getUserBySubNumber | 1.3.6.1.4.1.35265.1.29.38.9 | Set {} S Set {} "NULL" | Set a partial number to search for subscribers in conjunction with the numbering plan. Number length should be from 1 to 32 digits. When the numbering plan is set, the status of search will be set to 'Find users by numplan and substring number', otherwise the search status will not be changed. Set 'NULL' value to reset the number. However, if the search status was ‘Find users by numplan and substring number’, the search status will be changed to 'None' |
tableOfUsers | 1.3.6.1.4.1.35265.1.29.38.10 | Get {} | Static subscriber table, root object |
tableOfUsersEntry | 1.3.6.1.4.1.35265.1.29.38.10.1 | Get {} | see TableOfUsers |
userID | 1.3.6.1.4.1.35265.1.29.38.10.1.2 1.3.6.1.4.1.35265.1.29.38.10.1.2.x | Get {} Get {}.x | Subscriber ID. Add subscriber index to OID to obtain information on the subscriber |
userRegState | 1.3.6.1.4.1.35265.1.29.38.10.1.3 1.3.6.1.4.1.35265.1.29.38.10.1.3.x | Get {} Get {}.x | State of subscriber registration. Add subscriber index to OID to obtain information on the subscriber. 0 – not registered; 1 – registered; |
userNumplan | 1.3.6.1.4.1.35265.1.29.38.10.1.4 1.3.6.1.4.1.35265.1.29.38.10.1.4.x | Get {} Get {}.x | Subscriber numbering plan. Add subscriber index to OID to obtain information on the subscriber |
userNumber | 1.3.6.1.4.1.35265.1.29.38.10.1.5 1.3.6.1.4.1.35265.1.29.38.10.1.5.x | Get {} Get {}.x | Number of a subscriber. Add subscriber index to OID to obtain information on the subscriber |
userIp | 1.3.6.1.4.1.35265.1.29.38.10.1.6 1.3.6.1.4.1.35265.1.29.38.10.1.6.x | Get {} Get {}.x | Subscriber IP address. Add subscriber index to OID to obtain information on the subscriber. If the address is unknown, the '0.0.0.0' value will be set |
userPort | 1.3.6.1.4.1.35265.1.29.38.10.1.7 1.3.6.1.4.1.35265.1.29.38.10.1.7.x | Get {} Get {}.x | Subscriber port. Add subscriber index to OID to obtain information on the subscriber |
userDomain | 1.3.6.1.4.1.35265.1.29.38.10.1.8 1.3.6.1.4.1.35265.1.29.38.10.1.8.x | Get {} Get {}.x | Subscriber SIP domain Add subscriber index to OID to obtain information on the subscriber |
userMaxActiveLines | 1.3.6.1.4.1.35265.1.29.38.10.1.9 1.3.6.1.4.1.35265.1.29.38.10.1.9.x | Get {} Get {}.x | The quantity of ingress/egress lines while operation in common line mode. Add subscriber index to OID to obtain information on the subscriber |
userActiveCallCount | 1.3.6.1.4.1.35265.1.29.38.10.1.10 1.3.6.1.4.1.35265.1.29.38.10.1.10.x | Get {} Get {}.x | The quantity of active calls while operation in common line mode. Add subscriber index to OID to obtain information on the subscriber |
userRegExpires | 1.3.6.1.4.1.35265.1.29.38.10.1.11 1.3.6.1.4.1.35265.1.29.38.10.1.11.x | Get {} Get {}.x | Time to registration expiry, in seconds. Add subscriber index to OID to obtain information on the subscriber |
userLinesMode | 1.3.6.1.4.1.35265.1.29.38.10.1.12 1.3.6.1.4.1.35265.1.29.38.10.1.12.x | Get {} Get {}.x | Lines operation modes. Add subscriber index to OID to obtain information on the subscriber. 0 – common 1 – separate |
userMaxIngressLines | 1.3.6.1.4.1.35265.1.29.38.10.1.13 1.3.6.1.4.1.35265.1.29.38.10.1.13.x | Get {} Get {}.x | The quantity of ingress lines while operation in separate mode. Add subscriber index to OID to obtain information on the subscriber |
userMaxEgressLines | 1.3.6.1.4.1.35265.1.29.38.10.1.14 1.3.6.1.4.1.35265.1.29.38.10.1.14.x | Get {} Get {}.x | The quantity of egress lines while operation in separate mode. Add subscriber index to OID to obtain information on the subscriber |
userActiveIngressCount | 1.3.6.1.4.1.35265.1.29.38.10.1.15 1.3.6.1.4.1.35265.1.29.38.10.1.15.x | Get {} Get {}.x | The quantity of active ingress calls while operation in separate mode. Add subscriber index to OID to obtain information on the subscriber |
userActiveEgressCount | 1.3.6.1.4.1.35265.1.29.38.10.1.16 1.3.6.1.4.1.35265.1.29.38.10.1.16.x | Get {} Get {}.x | The quantity of active egress calls while operation in separate mode. Add subscriber index to OID to obtain information on the subscriber |
userName | 1.3.6.1.4.1.35265.1.29.38.10.1.17 1.3.6.1.4.1.35265.1.29.38.10.1.17.x | Get {} Get {}.x | Subscriber name. Add subscriber index to OID to obtain information on the subscriber |
stSetAuthLog | 1.3.6.1.4.1.35265.1.29.38.15.1.14 | Get {} Set {} S | A name for authorization (login) |
staticModeSetings | 1.3.6.1.4.1.35265.1.29.38.11 | Get {} | Operation mode with subscriber settings. None – operation with subscriber settings is disabled; Show – show the settings; Set – change settings; Add – add a subscriber; Del – remove a subscriber; The 'Show', 'Set', and 'Del' status display settings only if the search status does not equal to 'None' |
staticSetMode | 1.3.6.1.4.1.35265.1.29.38.12 | Set {} N | Set subscriber settings operation mode 0 – None 1 – Show 2 – Set 3 – Add 4 –Del |
staticSetReset | 1.3.6.1.4.1.35265.1.29.38.13 | Set {} N | Reset setting changes (before applying) in 'Set' and 'Add' modes, in other modes this command will be ignored |
staticSetApply | 1.3.6.1.4.1.35265.1.29.38.14 | Set {} N | Apply settings, add and removing of groups. New settings are activated in 'Set' mode; In 'Add' mode new subscriber is created and index for subscriber search is set equal to the created subscriber index, status of the search changes to 'Find user by index' and settings operation mode sets to 'Show'. In 'Del' mode user is deleted, search status and settings operation mode set to 'None'. The inquiry is ignored in 'None' and 'Show' modes |
tableOfStSetUser | 1.3.6.1.4.1.35265.1.29.38.15 | Get {} | Table of static subscribers settings, root object |
tableOfStSetUserEntry | 1.3.6.1.4.1.35265.1.29.38.15.1 | Get {} | see TableOfStSetUser |
stSetId | 1.3.6.1.4.1.35265.1.29.38.15.1.2 | Get {} | Subscriber ID |
stSetName | 1.3.6.1.4.1.35265.1.29.38.15.1.3 | Get {} Set {} S | Displayed name of a subscriber |
stSetIpAddr | 1.3.6.1.4.1.35265.1.29.38.15.1.4 | Get {} Set {} A | Subscriber IP address |
stSetSIPdomain | 1.3.6.1.4.1.35265.1.29.38.15.1.5 | Get {} Set {} S | SIP domain |
stSetNumber | 1.3.6.1.4.1.35265.1.29.38.15.1.6 | Get {} Set {} S | Phone number |
stSetNumplan | 1.3.6.1.4.1.35265.1.29.38.15.1.7 | Get {} Set {} N | Dial plan |
stSetAONnumber | 1.3.6.1.4.1.35265.1.29.38.15.1.8 | Get {} Set {} S | Caller ID number |
stSetAONtypeNumber | 1.3.6.1.4.1.35265.1.29.38.15.1.9 | Get {} Set {} N | Caller ID number type: 0 – Unknown 1 – Subscriber 2 – National 3 – International 4 – Network specific 5 – No change (from call) |
stSetProfile | 1.3.6.1.4.1.35265.1.29.38.15.1.10 | Get {} Set {} N | SIP profile |
stSetCategory | 1.3.6.1.4.1.35265.1.29.38.15.1.11 | Get {} Set {} N | Caller ID category: 0 – No change (from call) 1..10 – Category selection |
stSetAccessCat | 1.3.6.1.4.1.35265.1.29.38.15.1.12 | Get {} Set {} N | Access category |
stSetAuth | 1.3.6.1.4.1.35265.1.29.38.15.1.13 | Get {} Set {} S | Authorization type: none – without authorization; register – REGISTER authorization; register_and_invite – REGISTER and INVITE authorization |
stSetAuthLog | 1.3.6.1.4.1.35265.1.29.38.15.1.14 | Get {} Set {} S | Authorization login |
stSetAuthPass | 1.3.6.1.4.1.35265.1.29.38.15.1.15 | Get {} Set {} S | Authorization password |
stSetCliro | 1.3.6.1.4.1.35265.1.29.38.15.1.16 | Get {} Set {} N | CLIRO service 0 – not installed; 1 – installed |
stSetPbxProfile | 1.3.6.1.4.1.35265.1.29.38.15.1.17 | Get {} Set {} N | PBX profile |
stSetAccessMode | 1.3.6.1.4.1.35265.1.29.38.15.1.18 | Get {} Set {} N | Customer service mode 0 – Enabled; 1 – Disabled 1 2 – Disabled 2 3 – ban 1 4 – ban 2 5 – ban 3 6 – ban 4 7 – ban 5 8 – ban 6 9 – ban 7 10 – ban 8 11 – excluded; 12 – disabled |
stSetLines | 1.3.6.1.4.1.35265.1.29.38.15.1.19 | Get {} Set {} N | The number of lines in common mode operation |
stSetNoSRCportControl | 1.3.6.1.4.1.35265.1.29.38.15.1.20 | Get {} Set {} N | Do not consider the source port after registration 0 – consider; 1 – do not consider |
stSetBLFusage | 1.3.6.1.4.1.35265.1.29.38.15.1.21 | Get {} Set {} N | Event subscription (BLF) 0 – disable; 1 – enable |
stSetBLFsubScribers | 1.3.6.1.4.1.35265.1.29.38.15.1.22 | Get {} Set {} N | The quantity of event subscribers |
stSetIntercomMode | 1.3.6.1.4.1.35265.1.29.38.15.1.23 | Get {} Set {} N | Intercom call type 0 – One-sided; 1 – Two-sided; 2 – Regular call; 3 – Reject |
stSetIntercomPriority | 1.3.6.1.4.1.35265.1.29.38.15.1.24 | Get {} Set {} N | Intercom call priority (1..5) |
stSetLinesMode | 1.3.6.1.4.1.35265.1.29.38.15.1.25 | Get {} Set {} N | Lines operation mode 0 – Common; 1 – Separate |
stSetIngressLines | 1.3.6.1.4.1.35265.1.29.38.15.1.26 | Get {} Set {} N | The quantity of ingress lines in separate mode 0 – no limit |
stSetEgressLines | 1.3.6.1.4.1.35265.1.29.38.15.1.27 | Get {} Set {} N | The quantity of egress lines in separate mode 0 – no limit |
stSetMonitoringGroup | 1.3.6.1.4.1.35265.1.29.38.15.1.28 | Get {} Set {} N | BLF monitoring group |
stSetIntercomHeader | 1.3.6.1.4.1.35265.1.29.38.15.1.29 | Get {} Set {} N | Set SIP-header for intercom: 0 – Answer-Mode: Auto 1 – Alert-Info: Auto Answer 2 – Alert-Info: info=alert-autoanswer 3 – Alert-Info: Ring Answer 4 – Alert-Info: info=RingAnswer 5 – Alert-Info: Intercom 6 – Alert-Info: info=intercom 7 – Call-Info: =\;answer-after=0 8 – Call-Info: \\;answer-after=0 9 – Call-Info: ;answer-after=0 |
stSetIntercomTimer | 1.3.6.1.4.1.35265.1.29.38.15.1.30 | Get {} Set {} N | Set preanswering pause which will be transmitted in answer-after parameter |
| tableOfForkUser | 1.3.6.1.4.1.35265.1.29.38.16 | Get {} | The table of static users, which uses SIP-forking |
| tableOfForkUserEntry | 1.3.6.1.4.1.35265.1.29.38.16.1 | Get {} | see tableOfForkUser |
| forkUserTableIndex | 1.3.6.1.4.1.35265.1.29.38.16.1.1 | Get {} | see tableOfForkUser |
| forkUserDataID | 1.3.6.1.4.1.35265.1.29.38.16.1.2 | Get {} | see tableOfForkUser |
| forkUserIp | 1.3.6.1.4.1.35265.1.29.38.16.1.3 | Get {} | User IP address |
| forkUserPort | 1.3.6.1.4.1.35265.1.29.38.16.1.4 | Get {} | User port |
Monitoring and configuration of dynamic subscriber groups
In the description of monitoring and configuration functions, commands for calling SNMP utilities will be presented in the following scripts for brevity and clarity of presentation:
swalk script, realizing reading of values:
#!/bin/bash /usr/bin/snmpwalk -v2c -c public -m +ELTEX-SMG-MIB 192.0.2.1 "$@"
sset sript, realizing setting of values:
#!/bin/bash /usr/bin/snmpset -v2c -c private -m +ELTEX-SMG-MIB 192.0.2.1 "$@"
Monitoring
Only authorized subscribers will be displayed while searching dynamic subscribers.
The dynamic subscriber can be monitored using the following ways:
- By group and subscriber index;
- By subscriber ID;
- By numbering plan and full subscriber number;
- By numbering plan and part of a subscriber number.
To monitor:
- Reset the search status;
- Define search criteria (optionally);
- Show the information.
Example of a search by index
sset groupResetCheck.0 i 1 # reset status of the search
sset getGroupByIndex.0 i 0 # select the zero group
sset getGroupUserByIndex.0 i 4 # set the search by index 4
swalk tableOfGroupUsers # request for table with information on a subscriber
Result:
ELTEX-SMG::GroupUserID.0.4 = INTEGER: 4 ELTEX-SMG::RegState.0.4 = INTEGER: 1 ELTEX-SMG::Numplan.0.4 = INTEGER: 0 ELTEX-SMG::Number.0.4 = STRING: 240011 ELTEX-SMG::Ip.0.4 = IpAddress: 192.0.2.32 ELTEX-SMG::Port.0.4 = Gauge32: 5060 ELTEX-SMG::Domain.0.4 = STRING: dynsmg ELTEX-SMG::MaxActiveLines.0.4 = INTEGER: -1 ELTEX-SMG::ActiveCallCount.0.4 = INTEGER: -1 ELTEX-SMG::RegExpires.0.4 = INTEGER: 55 ELTEX-SMG::TableOfGroupUsersEntry.13.0.4 = INTEGER: 1 ELTEX-SMG::TableOfGroupUsersEntry.14.0.4 = INTEGER: 3 ELTEX-SMG::TableOfGroupUsersEntry.15.0.4 = INTEGER: 4 ELTEX-SMG::TableOfGroupUsersEntry.16.0.4 = INTEGER: 0 ELTEX-SMG::TableOfGroupUsersEntry.17.0.4 = INTEGER: 0
Example of a search by subscriber ID
sset groupResetCheck.0 i 1 # reset status of the search
sset getGroupUserByID.0 i 2 # set subscriber ID
swalk tableOfGroupUsers # request for table with information on a subscriber
Example of a search by numbering plan and substring number
sset groupResetCheck.0 i 1 # reset status of the search
sset getGroupUserByNumplan.0 i 0 # set the zero numbering plan
sset getGroupUserBySubNumber.0 s 24001 # set a part of a number
swalk tableOfGroupUsers # request for table with information on a subscriber
Result:
ELTEX-SMG::GroupUserID.0.0 = INTEGER: 0 ELTEX-SMG::GroupUserID.0.1 = INTEGER: 1 ELTEX-SMG::RegState.0.0 = INTEGER: 1 ELTEX-SMG::RegState.0.1 = INTEGER: 1 ELTEX-SMG::Numplan.0.0 = INTEGER: 0 ELTEX-SMG::Numplan.0.1 = INTEGER: 0 ELTEX-SMG::Number.0.0 = STRING: 240015 ELTEX-SMG::Number.0.1 = STRING: 240014 ELTEX-SMG::Ip.0.0 = IpAddress: 192.0.2.32 ELTEX-SMG::Ip.0.1 = IpAddress: 192.0.2.32 ELTEX-SMG::Port.0.0 = Gauge32: 5060 ELTEX-SMG::Port.0.1 = Gauge32: 5060 ELTEX-SMG::Domain.0.0 = STRING: dynsmg ELTEX-SMG::Domain.0.1 = STRING: dynsmg ELTEX-SMG::MaxActiveLines.0.0 = INTEGER: -1 ELTEX-SMG::MaxActiveLines.0.1 = INTEGER: -1 ELTEX-SMG::ActiveCallCount.0.0 = INTEGER: -1 ELTEX-SMG::ActiveCallCount.0.1 = INTEGER: -1 ELTEX-SMG::RegExpires.0.0 = INTEGER: 98 ELTEX-SMG::RegExpires.0.1 = INTEGER: 100 ELTEX-SMG::TableOfGroupUsersEntry.13.0.0 = INTEGER: 1 ELTEX-SMG::TableOfGroupUsersEntry.13.0.1 = INTEGER: 1 ELTEX-SMG::TableOfGroupUsersEntry.14.0.0 = INTEGER: 3 ELTEX-SMG::TableOfGroupUsersEntry.14.0.1 = INTEGER: 3 ELTEX-SMG::TableOfGroupUsersEntry.15.0.0 = INTEGER: 4 ELTEX-SMG::TableOfGroupUsersEntry.15.0.1 = INTEGER: 4 ELTEX-SMG::TableOfGroupUsersEntry.16.0.0 = INTEGER: 0 ELTEX-SMG::TableOfGroupUsersEntry.16.0.1 = INTEGER: 0 ELTEX-SMG::TableOfGroupUsersEntry.17.0.0 = INTEGER: 0 ELTEX-SMG::TableOfGroupUsersEntry.17.0.1 = INTEGER: 0
View the information without searching
sset groupResetCheck.0 i 1 # reset status of the search
sset getGroupUserByID.0 i 2 # display all subscribers
Configuration
Configuration involves the following operations on dynamic subscribers’ groups:
- Settings viewing;
- Settings editing;
- Creation of a new subscriber;
- Removing.
To view the settings:
- Select subscriber group by index or ID;
- Select configuration mode - view;
- Display the necessary data.
To edit the settings:
- Select subscriber group by index or ID;
- Select configuration mode – edit;
- Define necessary settings;
- Apply the settings.
To create a new group:
- Select configuration mode - creation;
- Define necessary settings of a new group
- Apply the settings.
To remove a group:
- Select subscriber group by index or ID;
- Select configuration mode - removing;
- Apply the settings.
You can cancel changes that were not applied only in 'Add new group' and 'Edit a group' modes.
Undo group remove is not possible. Only a complete configuration restore via WEB or CLI is available
Example of group creating
sset groupSetMode.0 i 3 # set the 'add' mode
sset groupSetApply.0 i 1 # apply the settings
sset groupSetMode.0 i 0 # set the 'none' mode
Example of settings viewing
sset groupByIndex.0 i 2 # select group by index - second
sset groupSetMode.0 i 1 # set the 'show' mode
swalk tableOfGroupSet # view the settings table, or
swalk groupSetMaxReg # maximum number of subscribers in the group, or
swalk groupSetName # the name of the group, etc.
Example of settings editing
sset groupByID.0 i 3 # select group by index - third
sset groupSetMode.0 i 2 # set the 'set' mode
sset groupSetCliro.0 i 1 # activate the 'CLIRO' service
sset groupSetNumplan.0 i 3 # set the third numbering plan
sset groupSetIntercomMode.0 i 3 # forbid intercom calls
sset groupSetApply.0 i 1 # apply the settings
sset groupSetMode.0 i 0 # set the 'none' mode
Example of group removing
sset groupByID.0 i 3 # select group by ID - third
sset groupSetMode.0 i 4 # set the 'del' mode
sset groupSetApply.0 i 1 # apply the settings
# you do not need to set the 'none' mode manually
Table J12 – Monitoring and configuration of dynamic subscriber groups
Name | OID | Inquiry | Description |
smgSipUserGroup | 1.3.6.1.4.1.35265.1.29.39 | Get {} | The list of dynamic subscriber groups, root object |
groupCheckStatus | 1.3.6.1.4.1.35265.1.29.39.1 | Get {} | Status of search by criteria None – without a search, displays all dynamic subscribers; Find user by group and user index; Find user by ID; Find user by numplan and number; Find user by numplan and number. |
groupResetCheck | 1.3.6.1.4.1.35265.1.29.39.2 | Set {} N | Reset search status to 'None'. Set any value to reset |
numGroups | 1.3.6.1.4.1.35265.1.29.39.3 | Get {} | The quantity of subscriber groups |
numInGroup | 1.3.6.1.4.1.35265.1.29.39.4 | Set {} N | The quantity of subscribers in a group. Set a group number, and you will receive the number of subscribers. If you receive '-1' in reply, it means that the group with this number does not exist |
numActiveInGroup | 1.3.6.1.4.1.35265.1.29.39.5 | Set {} N | The quantity of active (authorized) subscribers in the group. Set a group number, and you will receive the number of subscribers. If you receive '-1' in reply, it means that the group with this number does not exist |
getGroupByIndex | 1.3.6.1.4.1.35265.1.29.39.6 | Set {} N | Setting the subscriber's index in the group for searching a subscriber by the group index. Setting a value from zero or more sets the group index and sets the search status to ‘Find user by numplan and number’. Setting the value to ‘-1' – when the search status is active, “Find user by group and user index” sets the status to ‘None’. When setting a group index that does not exist, the search status is reset to ‘None’ |
getGroupUserByIndex | 1.3.6.1.4.1.35265.1.29.39.7 | Set {} N | Setting the subscriber's index in the group for searching a subscriber by the group index. Set index of the group before start. (see GetGroupByIndex. The status of the search will be set to 'Find user by numplan and number'. Setting '-1' value make search status changed from 'Find user by group and user index' to 'None' |
getGroupUserByID | 1.3.6.1.4.1.35265.1.29.39.8 | Set {} U | Set ID in order to search a subscriber. Setting '1' and greater numbers makes search status changed to 'Find user by ID'. If you set '0' value, the status will be changed from 'Find user by ID' to 'None' |
getGroupUserByNumplan | 1.3.6.1.4.1.35265.1.29.39.9 | Set {} N | Set a dial plan in order to search subscriber by the number and dial plan. If you set '-1' value, the status of search will be changed to 'None'. If the value is greater than 0, the status will be set to ' Find user by numplan and number' (see getGroupUserByNumber). Otherwise, the status of search will not be changed |
getGroupUserByNumber | 1.3.6.1.4.1.35265.1.29.39.10 | Set {} S Set {} "NULL" | Set a number in order to search subscriber by the number and numbering plan. The length of a number should be from 1 to 32 characters. If you set '0' or greater, the search status will be changed to 'Find user by numplan and number', otherwise, the status will not be changed. Set 'NULL' to reset a number, the search status will be changed to 'None' in this case |
getGroupUserBySubNumber | 1.3.6.1.4.1.35265.1.29.39.11 | Set {} S | Set part of a number and numbering plan for subscriber search. The length of a number from 1 to 32 characters. If you set '0' or greater, the status of the search will be set to 'Find user by numplan and substring number', otherwise the status will not change. Set 'NULL' to reset a number, the search status will be changed to 'None' in this case |
tableOfGroupUsers | 1.3.6.1.4.1.35265.1.29.39.12 | Get {} | Dynamic subscriber table, root object |
tableOfGroupUsersEntry | 1.3.6.1.4.1.35265.1.29.39.12.1 | Get {} | |
groupUserID | 1.3.6.1.4.1.35265.1.29.39.12.1.3 1.3.6.1.4.1.35265.1.29.39.12.1.3.x.x | Get {} Get {}.x.x | Subscriber's ID Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserRegState | 1.3.6.1.4.1.35265.1.29.39.12.1.4 1.3.6.1.4.1.35265.1.29.39.12.1.4.x.x | Get {} Get {}.x.x | Subscriber's registration state. Add a group index and subscriber's ID to OID for obtaining information on the subscriber. 0 – unregistered; 1 – registered |
groupUserNumplan | 1.3.6.1.4.1.35265.1.29.39.12.1.5 1.3.6.1.4.1.35265.1.29.39.12.1.5.x.x | Get {} Get {}.x.x | Subscriber's numbering plan. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserNumber | 1.3.6.1.4.1.35265.1.29.39.12.1.6 1.3.6.1.4.1.35265.1.29.39.12.1.6.x.x | Get {} Get {}.x.x | Number of a subscriber. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserIp | 1.3.6.1.4.1.35265.1.29.39.12.1.7 1.3.6.1.4.1.35265.1.29.39.12.1.7.x.x | Get {} Get {}.x.x | Subscriber's IP address Add a group index and subscriber's ID to OID for obtaining information on the subscriber. If the IP address is unknown, the value will set to 0.0.0.0 |
groupUserPort | 1.3.6.1.4.1.35265.1.29.39.12.1.8 1.3.6.1.4.1.35265.1.29.39.12.1.8.x.x | Get {} Get {}.x.x | Subscriber 's port Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserDomain | 1.3.6.1.4.1.35265.1.29.39.12.1.9 1.3.6.1.4.1.35265.1.29.39.12.1.9.x.x | Get {} Get {}.x.x | Subscriber 's port Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserMaxActiveLines | 1.3.6.1.4.1.35265.1.29.39.12.1.10 1.3.6.1.4.1.35265.1.29.39.12.1.10.x.x | Get {} Get {}.x.x | The quantity of ingress/egress lines in 'common' mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserActiveCallCount | 1.3.6.1.4.1.35265.1.29.39.12.1.11 1.3.6.1.4.1.35265.1.29.39.12.1.11.x.x | Get {} Get {}.x.x | The quantity of active calls in 'common' line mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserRegExpires | 1.3.6.1.4.1.35265.1.29.39.12.1.12 1.3.6.1.4.1.35265.1.29.39.12.1.12.x.x | Get {} Get {}.x.x | Time to registration expiry, in seconds. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserLinesMode | 1.3.6.1.4.1.35265.1.29.39.12.1.13 1.3.6.1.4.1.35265.1.29.39.12.1.13.x.x | Get {} Get {}.x.x | Lines operation mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber. 0 – common; 1 – separate |
groupUserMaxIngressLines | 1.3.6.1.4.1.35265.1.29.39.12.1.14 1.3.6.1.4.1.35265.1.29.39.12.1.14.x.x | Get {} Get {}.x.x | The quantity of ingress lines in 'separate' mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserMaxEgressLines | 1.3.6.1.4.1.35265.1.29.39.12.1.15 1.3.6.1.4.1.35265.1.29.39.12.1.15.x.x | Get {} Get {}.x.x | The quantity of egress lines in 'separate' mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserActiveIngressCount | 1.3.6.1.4.1.35265.1.29.39.12.1.16 1.3.6.1.4.1.35265.1.29.39.12.1.16.x.x | Get {} Get {}.x.x | The quantity of active incoming calls in 'separate' line mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserActiveEgressCount | 1.3.6.1.4.1.35265.1.29.39.12.1.17 1.3.6.1.4.1.35265.1.29.39.12.1.17.x.x | Get {} Get {}.x.x | The quantity of active outgoing calls in 'separate' line mode. Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserName | 1.3.6.1.4.1.35265.1.29.39.12.1.18 1.3.6.1.4.1.35265.1.29.39.12.1.18.x.x | Get {} Get {}.x.x | Subscriber name Add a group index and subscriber's ID to OID for obtaining information on the subscriber |
groupUserGroupModeSetings | 1.3.6.1.4.1.35265.1.29.39.13 | Get {} | Dynamic subscriber group operation settings modes: None – settings operation is disabled; Show – show group settings; Set – change group settings; Add – add a group; Del – remove a group |
groupUserGroupSetMode | 1.3.6.1.4.1.35265.1.29.39.14 | Set {} N | Set a mode for subscriber group operation 0 – None 1 – Show 2 – Set 3 – Add 4 – Del |
groupUserGroupSetReset | 1.3.6.1.4.1.35265.1.29.39.15 | Set {} N | Reset setting changes (before applying) in 'Set' and 'Add' modes, in other modes this command will be ignored |
groupUserGroupSetApply | 1.3.6.1.4.1.35265.1.29.39.16 | Set {} N | Apply settings, add and removing of groups New settings are activated in 'Set' mode; In 'Add' mode new group is created and index for group search is set equal to the created group index, status of the search changes to 'Find group settings by index' and settings operation mode sets to 'Show'. In 'Del' mode group is deleted, search status and settings operation mode set to 'None'. The inquiry is ignored in 'None' and 'Show' modes |
groupUserGroupFindStatus | 1.3.6.1.4.1.35265.1.29.39.17 | Get {} | Status of settings search by criteria: Without search; Find group settings by Index; Find group settings by ID |
groupFindStatus | 1.3.6.1.4.1.35265.1.29.39.17 | Get {} | Status of settings search by criteria: Without search; Find group settings by Index; Find group settings by ID |
groupResetFindStatus | 1.3.6.1.4.1.35265.1.29.39.18 | Set {} N | Reset status of search to 'without search' status. Set any value to reset |
groupByIndex | 1.3.6.1.4.1.35265.1.29.39.19 | Set {} N | Set group index and status of the search as 'Find group settings by index'. If you set '-1', the status will change from 'Find group settings by index' to 'Without search' |
groupByID | 1.3.6.1.4.1.35265.1.29.39.20 | Set {} N | Set the group ID (from 1 and greater) and status of the search as 'Find group settings by ID'. If you set '-1', the status will change from 'Find group settings by ID' to 'Without search'. |
tableOfGroupSet | 1.3.6.1.4.1.35265.1.29.39.21 | Get {} | Table of dynamic subscriber group settings |
tableOfGroupSetEntry | 1.3.6.1.4.1.35265.1.29.39.21.1 | Get {} | |
groupSetId | 1.3.6.1.4.1.35265.1.29.39.21.1.2 | Get {} | Group ID |
groupSetName | 1.3.6.1.4.1.35265.1.29.39.21.1.3 | Get {} Set {} S | Group name |
groupSetSIPdomain | 1.3.6.1.4.1.35265.1.29.39.21.1.4 | Get {} Set {} S | SIP domain |
groupSetMaxReg | 1.3.6.1.4.1.35265.1.29.39.21.1.5 | Get {} Set {} N | The maximum number of subscribers in a group |
groupSetProfile | 1.3.6.1.4.1.35265.1.29.39.21.1.6 | Get {} Set {} S | SIP profile |
groupSetCategory | 1.3.6.1.4.1.35265.1.29.39.21.1.7 | Get {} Set {} N | Automatic calling line identification category 0 – No change (from call); 1..10 – Category selection |
groupSetAccessCat | 1.3.6.1.4.1.35265.1.29.39.21.1.8 | Get {} Set {} N | Access category |
groupSetCliro | 1.3.6.1.4.1.35265.1.29.39.21.1.9 | Get {} Set {} N | CLIRO service 0 – not installed; 1 – installed |
groupSetPbxProfile | 1.3.6.1.4.1.35265.1.29.39.21.1.10 | Get {} Set {} N | PBX profile |
groupSetAccessMode | 1.3.6.1.4.1.35265.1.29.39.21.1.11 | Get {} Set {} N | Customer service mode 0 – Enabled; 1 – Disabled 1; 2 – Disabled 2; 3 – ban 1; 4 – ban 2; 5 – ban 3; 6 – ban 4; 7 – ban 5; 8 – ban 6; 9 – ban 7; 10 – ban 8; 11 – excluded; 12 – disabled |
groupSetLines | 1.3.6.1.4.1.35265.1.29.39.21.1.12 | Get {} Set {} N | The quantity of lines in common mode |
groupSetNumplan | 1.3.6.1.4.1.35265.1.29.39.21.1.13 | Get {} Set {} N | Numbering plan |
groupSetNoSRCportControl | 1.3.6.1.4.1.35265.1.29.39.21.1.14 | Get {} Set {} N | Do not consider the source port after registration 0 – consider; 1 – do not consider |
groupSetBLFusage | 1.3.6.1.4.1.35265.1.29.39.21.1.15 | Get {} Set {} N | Event subscription (BLF) 0 – disable; 1 – enable. |
groupSetBLFsubScribers | 1.3.6.1.4.1.35265.1.29.39.21.1.16 | Get {} Set {} N | The quantity of subscribers to events |
groupSetIntercomMode | 1.3.6.1.4.1.35265.1.29.39.21.1.17 | Get {} Set {} N | Intercom call type 0 – One-sided; 1 – Two-sided; 2 – Regular call; 3 – Reject |
groupSetIntercomPriority | 1.3.6.1.4.1.35265.1.29.39.21.1.18 | Get {} Set {} N | Intercom call priority (1..5). |
groupSetLinesMode | 1.3.6.1.4.1.35265.1.29.39.21.1.19 | Get {} Set {} N | Lines operation mode: 0 – Common; 1– Separate |
groupSetIngressLines | 1.3.6.1.4.1.35265.1.29.39.21.1.20 | Get {} Set {} N | The quantity of ingress lines in separate mode. |
groupSetEgressLines | 1.3.6.1.4.1.35265.1.29.39.21.1.21 | Get {} Set {} N | The quantity of egress lines in separate mode |
groupSetAONtypeNumber | 1.3.6.1.4.1.35265.1.29.39.21.1.22 | Get {} Set {} N | Caller ID type: 0 – Unknown; 1 – Subscriber; 2 – National; 3 – International; 4 – Network specific |
groupSetMonitoringGroup | 1.3.6.1.4.1.35265.1.29.39.21.1.23 | Get {} Set {} N | BLF monitoring group |
groupSetIntercomHeader | 1.3.6.1.4.1.35265.1.29.39.21.1.24 | Get {} Set {} N | Define SIP header for intercom: 0 – Answer-Mode: Auto 1 – Alert-Info: Auto Answer 2 – Alert-Info: info=alert-autoanswer 3 – Alert-Info: Ring Answer 4 – Alert-Info: info=RingAnswer 5 – Alert-Info: Intercom 6 – Alert-Info: info=intercom 7 – Call-Info: =\;answer-after=0 8 – Call-Info: \\;answer-after=0 9 – Call-Info: ;answer-after=0 |
groupSetIntercomTimer | 1.3.6.1.4.1.35265.1.29.39.21.1.25 | Get {} Set {} N | Set preanswering pause which will be tramsmitted in answer-after parameter |
| tableOfGroupForkUsers | 1.3.6.1.4.1.35265.1.29.39.22 | Get {} | Таблица контактов динамических абонентов, использующих SIP-forking |
| tableOfGroupForkUsersEntry | 1.3.6.1.4.1.35265.1.29.39.22.1 | Get {} | see tableOfGroupForkUsers |
| groupForkTable | 1.3.6.1.4.1.35265.1.29.39.22.1.1 | Get {} | see tableOfGroupForkUsers |
| groupForkTableIndex | 1.3.6.1.4.1.35265.1.29.39.22.1.2 | Get {} | see tableOfGroupForkUsers |
| groupTableForkIndex | 1.3.6.1.4.1.35265.1.29.39.22.1.3 | Get {} | see tableOfGroupForkUsers |
| groupForkUserIp | 1.3.6.1.4.1.35265.1.29.39.22.1.4 | Get {} | User IP address |
| groupForkUserPort | 1.3.6.1.4.1.35265.1.29.39.22.1.5 | Get {} | User port |
Out-of-date OID
Some of OIDs were changed and some branches might have been removed or changed to new values in subsequent releases. We recommend you to re-configure monitoring system and scripts to new OID usage.
Table J13 — Out-of-date OID
Name | OID | Inquiry | Description |
eOneRSV | 1.3.6.1.4.1.35265.1.29.7.1.8 1.3.6.1.4.1.35265.1.29.7.1.8.x | Get {} Get {}.x | Not used |
eOneRxEqualizer | 1.3.6.1.4.1.35265.1.29.7.1.15 1.3.6.1.4.1.35265.1.29.7.1.15.x | Get {} Get {}.x | Is not supported in new hardware versions, always -1 |
smgCpuLoad | 1.3.6.1.4.1.35265.1.29.17 | Get {} | Changed to smgCpuLoadTable (1.3.6.1.4.1.35265.1.29.37) |
smgTopCpuUsr | 1.3.6.1.4.1.35265.1.29.17.1.x | Get {} | Changed to cpuUsr (1.3.6.1.4.1.35265.1.29.37.1.2.x) |
smgTopCpuSys | 1.3.6.1.4.1.35265.1.29.17.2.x | Get {} | Changed to cpuSys (1.3.6.1.4.1.35265.1.29.37.1.3.x) |
smgTopCpuNic | 1.3.6.1.4.1.35265.1.29.17.3.x | Get {} | Changed to cpuNic (1.3.6.1.4.1.35265.1.29.37.1.4.x) |
smgTopCpuIdle | 1.3.6.1.4.1.35265.1.29.17.4.x | Get {} | Changed to cpuIdle (1.3.6.1.4.1.35265.1.29.37.1.5.x) |
smgTopCpuIo | 1.3.6.1.4.1.35265.1.29.17.5.x | Get {} | Changed to cpuIo (1.3.6.1.4.1.35265.1.29.37.1.6.x) |
smgTopCpuIrq | 1.3.6.1.4.1.35265.1.29.17.6.x | Get {} | Changed to cpuIrq (1.3.6.1.4.1.35265.1.29.37.1.7.x) |
smgTopCpuSirq | 1.3.6.1.4.1.35265.1.29.17.7.x | Get {} | Changed to cpuSirq (1.3.6.1.4.1.35265.1.29.37.1.8.x) |
smgTopCpuUsage | 1.3.6.1.4.1.35265.1.29.17.8.x | Get {} | Changed to cpuUsage (1.3.6.1.4.1.35265.1.29.37.1.9.x) |
OID MIB-2 (1.3.6.1.2.1) support
SMG supports the following MIB-2 branches:
- system (1.3.6.1.2.1.1) – common information on the system;
- interfaces (1.3.6.1.2.1.2) – information on network interfaces;
- snmp (1.3.6.1.2.1.11) – information on SNMP operation.