Template:Networking rut manual snmp: Difference between revisions
Appearance
mNo edit summary |
Gytispieze (talk | contribs) No edit summary |
||
| (27 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{Template: Networking_rutxxx_manual_fw_disclosure | |||
| fw_version = {{#switch: {{{series}}} | |||
| RUT2XX = {{{series}}}_R_00.01.14.3 | |||
| RUT9XX = {{{series}}}_R_00.06.08.2}} | |||
| series = {{{series}}} | |||
}} | |||
==Summary== | ==Summary== | ||
<b>Simple Network Management Protocol (SNMP)</b> is a popular protocol for network management. It is used for collecting information from, and configuring, network devices. | |||
This manual page provides an overview of the SNMP function in {{{name}}} devices. | |||
| | |||
{{Template:Networking_rutos_manual_package_disclosure | |||
| series | | name = {{{name}}} | ||
| series = {{{series}}} | |||
| package = SNMP | |||
}} | }} | ||
| Line 33: | Line 40: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>MIB file</td> | <td>MIB file</td> | ||
<td>-</td> | <td>- (interactive button)</td> | ||
<td>Downloads | <td>Downloads the MIB file for this device.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable SNMP service</td> | <td>Enable SNMP service</td> | ||
<td>yes | <td>yes | no; default: <b>no</b></td> | ||
<td> | <td>Turns SNMP on or off.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable remote access</td> | <td>Enable remote access</td> | ||
<td>yes | <td>yes | no; default: <b>no</b></td> | ||
<td>Opens a port in | <td>Opens a port (set in the field below) in the Firewall settings so that the SNMP service may be reached remotely from WAN.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Port</td> | <td>Port</td> | ||
<td>integer [0..65535]; | <td>integer [0..65535]; default: <b>161</b></td> | ||
<td>SNMP service port</td> | <td>SNMP service port.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Community</td> | <td>Community</td> | ||
<td>Public | <td>Public | Private | Custom; default: <b>Public</b></td> | ||
<td>SNMP Community is an ID that allows access to a router's SNMP data</td> | <td>SNMP Community is an ID that allows access to a router's SNMP data.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Location</td> | <td>Location</td> | ||
<td>string; | <td>string; default: <b>Location</b></td> | ||
<td>SysLocation object. Arbitrary SNMP variable that represents a custom location.</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Contact</td> | <td>Contact</td> | ||
<td>string; default: <b>[email protected]</b></td> | |||
<td> | <td>SysContact object. Arbitrary SNMP variable that represents a contact Name.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Name</td> | <td>Name</td> | ||
<td>string; | <td>string; default: <b>Name</b></td> | ||
<td> | <td>SysName object. Arbitrary SNMP variable that represents the system's Name.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>SNMP version</td> | <td>SNMP version</td> | ||
<td>v1/v2 | <td>v1/v2 | v1/v2/v3 | v3; default: <b>v1/v2</b></td> | ||
<td>Specifies which SNMP version is to be used</td> | <td>Specifies which SNMP version is to be used.</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
| Line 90: | Line 97: | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>SNMP trap</td> | <td>SNMP trap</td> | ||
<td>yes | <td>yes | no; default: <b>no</b></td> | ||
<td> | <td>Turns SNMP trap on or off.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Host/IP</td> | <td>Host/IP</td> | ||
<td>host | <td>host | ip; default: <b>none</b></td> | ||
<td>Host to transfer SNMP traffic to</td> | <td>Host to transfer SNMP traffic to.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Port</td> | <td>Port</td> | ||
<td>integer [0..65535]; | <td>integer [0..65535]; default: <b>162</b></td> | ||
<td>Port | <td>Port number of the trap's host.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Community</td> | <td>Community</td> | ||
<td>Public | <td>Public | Private; default: <b>Public</b></td> | ||
<td>SNMP Community is an ID that allows access to a router's SNMP data</td> | <td>SNMP Community is an ID that allows access to a router's SNMP data.</td> | ||
</tr> | |||
</table> | |||
===List of traps=== | |||
---- | |||
<table class="nd-mantable"> | |||
<tr> | |||
<th style="width: 250px">NAME</th> | |||
<th style="width: 560px">DESCRIPTION</th> | |||
</tr> | |||
<tr> | |||
<td>Signal strength trap</td> | |||
<td>A message will be sent when the mobile signal strength drops below specified value.</td> | |||
</tr> | |||
<tr> | |||
<td>Connection type trap</td> | |||
<td>A message will be sent when connection type changes, e.g. GSM changes to WCDMA.</td> | |||
</tr> | |||
<tr> | |||
<td>Digital input trap</td> | |||
<td>A message will be sent when digital input state will change to a specified one.</td> | |||
</tr> | |||
<tr> | |||
<td>Digital output trap</td> | |||
<td>A message will be sent when digital output state will change to a specified one.</td> | |||
</tr> | |||
{{#ifeq:{{{name}}}|RUT955| | |||
<tr> | |||
<td>Digital isolated input trap</td> | |||
<td>A message will be sent when digital isolated input state will change to a specified one.</td> | |||
</tr> | |||
<tr> | |||
<td>Analog input trap</td> | |||
<td>A message will be sent when input voltage changes, e.g. voltage is <i>Higher</i> than 6V.</td> | |||
</tr> | |||
<tr> | |||
<td>Digital relay output trap</td> | |||
<td>A message will be sent when digital relay output state will change to a specified one.</td> | |||
</tr> | </tr> | ||
|}} | |||
</table> | </table> | ||
| Line 123: | Line 170: | ||
<th style="width: 250px">OID</th> | <th style="width: 250px">OID</th> | ||
<th style="width: 579px">DESCRIPTION</th> | <th style="width: 579px">DESCRIPTION</th> | ||
</tr> | |||
<tr> | |||
<th>Device</th> | |||
<th></th> | |||
<th></th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 173: | Line 225: | ||
<td>.1.3.6.1.4.1.48690.1.10.0</td> | <td>.1.3.6.1.4.1.48690.1.10.0</td> | ||
<td>Router's Hardware Revision number</td> | <td>Router's Hardware Revision number</td> | ||
</tr> | |||
<tr> | |||
<th>Mobile</th> | |||
<th></th> | |||
<th></th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 220: | Line 277: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>ReceivedToday.0</td> | <td>ReceivedToday.0<span class="asterisk">*</span></td> | ||
<td>.1.3.6.1.4.1.48690.2.10.0</td> | <td>.1.3.6.1.4.1.48690.2.10.0</td> | ||
<td> | <td>The current day's RX packet count</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>SentToday.0</td> | <td>SentToday.0<span class="asterisk">*</span></td> | ||
<td>.1.3.6.1.4.1.48690.2.11.0</td> | <td>.1.3.6.1.4.1.48690.2.11.0</td> | ||
<td>The current day's TX packet count</td> | <td>The current day's TX packet count</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>ReceivedYesterday.0</td> | <td>ReceivedYesterday.0<span class="asterisk">*</span></td> | ||
<td>.1.3.6.1.4.1.48690.2.12.0</td> | <td>.1.3.6.1.4.1.48690.2.12.0</td> | ||
<td>Yesterday's RX packet count</td> | <td>Yesterday's RX packet count</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>SentYesterday.0</td> | <td>SentYesterday.0<span class="asterisk">*</span></td> | ||
<td>.1.3.6.1.4.1.48690.2.13.0</td> | <td>.1.3.6.1.4.1.48690.2.13.0</td> | ||
<td>Yesterday's TX packet count</td> | <td>Yesterday's TX packet count</td> | ||
| Line 265: | Line 322: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Sent.0</td> | <td>Sent.0<span class="asterisk">*</span></td> | ||
<td>.1.3.6.1.4.1.48690.2.19.0</td> | <td>.1.3.6.1.4.1.48690.2.19.0</td> | ||
<td>The amount of data sent through the mobile interface</td> | <td>The amount of data sent through the mobile interface</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Received.0</td> | <td>Received.0<span class="asterisk">*</span></td> | ||
<td>.1.3.6.1.4.1.48690.2.20.0</td> | <td>.1.3.6.1.4.1.48690.2.20.0</td> | ||
<td>The amount of data received through the mobile interface</td> | <td>The amount of data received through the mobile interface</td> | ||
| Line 293: | Line 350: | ||
<td>.1.3.6.1.4.1.48690.2.24.0</td> | <td>.1.3.6.1.4.1.48690.2.24.0</td> | ||
<td>RSRQ value in dB</td> | <td>RSRQ value in dB</td> | ||
</tr> | |||
<tr> | |||
<td>iccid.0</td> | |||
<td>.1.3.6.1.4.1.48690.2.25.0</td> | |||
<td>ICCID value for current SIM</td> | |||
</tr> | |||
<tr> | |||
<th>Hotspot<span class="asterisk">**</span></th> | |||
<th></th> | |||
<th></th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotId.0</td> | <td>hotSpotId.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.1.0</td> | ||
<td>Hotspot ID</td> | <td>Hotspot ID</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotSsid.0</td> | <td>hotSpotSsid.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.2.0</td> | ||
<td>Hotspot SSID</td> | <td>Hotspot SSID</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotEnableState.0</td> | <td>hotSpotEnableState.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.3.0</td> | ||
<td>Hotspot status (enabled or disabled)</td> | <td>Hotspot status (enabled or disabled)</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotIP.0</td> | <td>hotSpotIP.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.4.0</td> | ||
<td>Hotspot interface IP address</td> | <td>Hotspot interface IP address</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotDownloadBandWidth.0</td> | <td>hotSpotDownloadBandWidth.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.5.0</td> | ||
<td>Hotspot download bandwidth</td> | <td>Hotspot download bandwidth</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUploadBandWidth.0</td> | <td>hotSpotUploadBandWidth.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.6.0</td> | ||
<td>Hotspot upload bandwidth</td> | <td>Hotspot upload bandwidth</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsers.0</td> | <td>hotSpotUsers.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.7.0</td> | ||
<td>Hotspot users list</td> | <td>Hotspot users list</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersPass.0</td> | <td>hotSpotUsersPass.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.8.0 </td> | ||
<td>Hotspot users password list </td> | <td>Hotspot users password list </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersActive.0</td> | <td>hotSpotUsersActive.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.9.0</td> | ||
<td>List of active Hotspot users</td> | <td>List of active Hotspot users</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersMac.0</td> | <td>hotSpotUsersMac.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.10.0</td> | ||
<td>Hotspot users MAC address list</td> | <td>Hotspot users MAC address list</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersIp.0</td> | <td>hotSpotUsersIp.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.11.0</td> | ||
<td>Hotspot users IP address list</td> | <td>Hotspot users IP address list</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersStartTime.0</td> | <td>hotSpotUsersStartTime.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.12.0</td> | ||
<td>Hotspot users log in time list</td> | <td>Hotspot users log in time list</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersUseTime.0</td> | <td>hotSpotUsersUseTime.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.13.0</td> | ||
<td>Hotspot users log in up-time list</td> | <td>Hotspot users log in up-time list</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersDownload</td> | <td>hotSpotUsersDownload.0</td> | ||
<td> | <td>.1.3.6.1.4.1.48690.3.1.14.0</td> | ||
<td>Hotspot users downloaded data count</td> | <td>Hotspot users downloaded data count</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotUsersUpload.0</td> | <td>hotSpotUsersUpload.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.15.0</td> | ||
<td>Hotspot users uploaded data count</td> | <td>Hotspot users uploaded data count</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>hotSpotEndTime.0</td> | <td>hotSpotEndTime.0</td> | ||
<td>.1.3.6.1.4.1.48690.3. | <td>.1.3.6.1.4.1.48690.3.1.16.0</td> | ||
<td>Hotspot</td> | <td>Hotspot</td> | ||
</tr> | |||
<tr> | |||
<th>Input/Output</th> | |||
<th></th> | |||
<th></th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 403: | Line 475: | ||
<td>.1.3.6.1.4.1.48690.5.6.0</td> | <td>.1.3.6.1.4.1.48690.5.6.0</td> | ||
<td>Analog input value</td> | <td>Analog input value</td> | ||
</tr> | |||
{{#ifeq:{{{name}}}|RUT955| | |||
<tr> | |||
<td>digital4pinInput.0</td> | |||
<td>.1.3.6.1.4.1.48690.5.7.0</td> | |||
<td>Digital input state from 4PIN</td> | |||
</tr> | |||
<tr> | |||
<td>digital4pinOutput.0</td> | |||
<td>.1.3.6.1.4.1.48690.5.8.0</td> | |||
<td>Digital output state from 4PIN</td> | |||
</tr> | |||
<tr> | |||
<th>GPS</th> | |||
<th></th> | |||
<th></th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 429: | Line 517: | ||
<td>Number of GPS satelites</td> | <td>Number of GPS satelites</td> | ||
</tr> | </tr> | ||
|}} | |||
</table> | </table> | ||
<span class="asterisk">*</span> Mobile data usage values can only be obtained with <b>SNMP v2 or v3</b>.<br> | |||
<span class="asterisk">**</span> Values from second, third or fourth hotspot instance can be taken by changing X value .1.3.6.1.4.1.48690.3.<b style="color: #1550bf;">X</b>.1.0, possible values are 1 - 4. | |||
[[Category:{{{name}}} Services section]] | |||
Latest revision as of 13:39, 19 August 2021
The information in this page is updated in accordance with the [[Media:_WEBUI.bin|]] firmware version.
Summary
Simple Network Management Protocol (SNMP) is a popular protocol for network management. It is used for collecting information from, and configuring, network devices.
This manual page provides an overview of the SNMP function in {{{name}}} devices.
SNMP is additional software that can be installed from the System → [[{{{name}}} Package Manager|Package Manager]] page.
MIB file downloads
| FIELD ROUTER | MIB FILE |
|---|---|
| RUT2XX | TLT-MIB_RUT2XX |
| RUT9XX | TLT-MIB_RUT9XX |
SNMP Configuration
| Field | Value | Description |
|---|---|---|
| MIB file | - (interactive button) | Downloads the MIB file for this device. |
| Enable SNMP service | yes | no; default: no | Turns SNMP on or off. |
| Enable remote access | yes | no; default: no | Opens a port (set in the field below) in the Firewall settings so that the SNMP service may be reached remotely from WAN. |
| Port | integer [0..65535]; default: 161 | SNMP service port. |
| Community | Public | Private | Custom; default: Public | SNMP Community is an ID that allows access to a router's SNMP data. |
| Location | string; default: Location | SysLocation object. Arbitrary SNMP variable that represents a custom location. |
| Contact | string; default: [email protected] | SysContact object. Arbitrary SNMP variable that represents a contact Name. |
| Name | string; default: Name | SysName object. Arbitrary SNMP variable that represents the system's Name. |
| SNMP version | v1/v2 | v1/v2/v3 | v3; default: v1/v2 | Specifies which SNMP version is to be used. |
Trap Settings
| Field | Value | Description |
|---|---|---|
| SNMP trap | yes | no; default: no | Turns SNMP trap on or off. |
| Host/IP | host | ip; default: none | Host to transfer SNMP traffic to. |
| Port | integer [0..65535]; default: 162 | Port number of the trap's host. |
| Community | Public | Private; default: Public | SNMP Community is an ID that allows access to a router's SNMP data. |
List of traps
| NAME | DESCRIPTION |
|---|---|
| Signal strength trap | A message will be sent when the mobile signal strength drops below specified value. |
| Connection type trap | A message will be sent when connection type changes, e.g. GSM changes to WCDMA. |
| Digital input trap | A message will be sent when digital input state will change to a specified one. |
| Digital output trap | A message will be sent when digital output state will change to a specified one. |
SNMP Variables list
| NAME | OID | DESCRIPTION |
|---|---|---|
| Device | ||
| ModemImei.0 | .1.3.6.1.4.1.48690.1.1.0 | Modem IMEI |
| ModemModel.0 | .1.3.6.1.4.1.48690.1.2.0 | Modem model |
| ModemManufacturer.0 | .1.3.6.1.4.1.48690.1.3.0 | Modem manufacturer |
| ModemRevision.0 | .1.3.6.1.4.1.48690.1.4.0 | Modem revision |
| ModemSerial.0 | .1.3.6.1.4.1.48690.1.5.0 | Modem serial number |
| Imsi.0 | .1.3.6.1.4.1.48690.1.6.0 | Modem IMSI |
| RouterName.0 | .1.3.6.1.4.1.48690.1.7.0 | Router's name |
| ProductCode.0 | .1.3.6.1.4.1.48690.1.8.0 | Router's Product code |
| BatchNumber.0 | .1.3.6.1.4.1.48690.1.9.0 | Router's batch number |
| HardwareRevision.0 | .1.3.6.1.4.1.48690.1.10.0 | Router's Hardware Revision number |
| Mobile | ||
| SimState.0 | .1.3.6.1.4.1.48690.2.1.0 | SIM card status |
| PinState.0 | .1.3.6.1.4.1.48690.2.2.0 | PIN status |
| NetState.0 | .1.3.6.1.4.1.48690.2.3.0 | Mobile network registration status |
| Signal.0 | .1.3.6.1.4.1.48690.2.4.0 | Signal strength level |
| Operator.0 | .1.3.6.1.4.1.48690.2.5.0 | Operator currently in use |
| OperatorNumber.0 | .1.3.6.1.4.1.48690.2.6.0 | Operator number (MCC+MNC) |
| ConnectionState.0 | .1.3.6.1.4.1.48690.2.7.0 | Data session connection state |
| ConnectionType.0 | .1.3.6.1.4.1.48690.2.8.0 | Data session connection type |
| Temperature.0 | .1.3.6.1.4.1.48690.2.9.0 | Modem's temperature in 0.1 degrees Celsius |
| ReceivedToday.0* | .1.3.6.1.4.1.48690.2.10.0 | The current day's RX packet count |
| SentToday.0* | .1.3.6.1.4.1.48690.2.11.0 | The current day's TX packet count |
| ReceivedYesterday.0* | .1.3.6.1.4.1.48690.2.12.0 | Yesterday's RX packet count |
| SentYesterday.0* | .1.3.6.1.4.1.48690.2.13.0 | Yesterday's TX packet count |
| FirmwareVersion.0 | .1.3.6.1.4.1.48690.2.14.0 | Router's Firmware version |
| SimSlot.0 | .1.3.6.1.4.1.48690.2.15.0 | SIM slot currently in use |
| RouterUptime.0 | .1.3.6.1.4.1.48690.2.16.0 | Router up-time in seconds |
| ConnectionUptime.0 | .1.3.6.1.4.1.48690.2.17.0 | Mobile connection up-time in seconds |
| MobileIP.0 | .1.3.6.1.4.1.48690.2.18.0 | IP address of the mobile interface |
| Sent.0* | .1.3.6.1.4.1.48690.2.19.0 | The amount of data sent through the mobile interface |
| Received.0* | .1.3.6.1.4.1.48690.2.20.0 | The amount of data received through the mobile interface |
| CellID.0 | .1.3.6.1.4.1.48690.2.21.0 | ID of the current mobile operator's cell |
| SINR.0 | .1.3.6.1.4.1.48690.2.22.0 | SINR value in dB |
| RSRP.0 | .1.3.6.1.4.1.48690.2.23.0 | RSRP value in dBm |
| RSRQ.0 | .1.3.6.1.4.1.48690.2.24.0 | RSRQ value in dB |
| iccid.0 | .1.3.6.1.4.1.48690.2.25.0 | ICCID value for current SIM |
| Hotspot** | ||
| hotSpotId.0 | .1.3.6.1.4.1.48690.3.1.1.0 | Hotspot ID |
| hotSpotSsid.0 | .1.3.6.1.4.1.48690.3.1.2.0 | Hotspot SSID |
| hotSpotEnableState.0 | .1.3.6.1.4.1.48690.3.1.3.0 | Hotspot status (enabled or disabled) |
| hotSpotIP.0 | .1.3.6.1.4.1.48690.3.1.4.0 | Hotspot interface IP address |
| hotSpotDownloadBandWidth.0 | .1.3.6.1.4.1.48690.3.1.5.0 | Hotspot download bandwidth |
| hotSpotUploadBandWidth.0 | .1.3.6.1.4.1.48690.3.1.6.0 | Hotspot upload bandwidth |
| hotSpotUsers.0 | .1.3.6.1.4.1.48690.3.1.7.0 | Hotspot users list |
| hotSpotUsersPass.0 | .1.3.6.1.4.1.48690.3.1.8.0 | Hotspot users password list |
| hotSpotUsersActive.0 | .1.3.6.1.4.1.48690.3.1.9.0 | List of active Hotspot users |
| hotSpotUsersMac.0 | .1.3.6.1.4.1.48690.3.1.10.0 | Hotspot users MAC address list |
| hotSpotUsersIp.0 | .1.3.6.1.4.1.48690.3.1.11.0 | Hotspot users IP address list |
| hotSpotUsersStartTime.0 | .1.3.6.1.4.1.48690.3.1.12.0 | Hotspot users log in time list |
| hotSpotUsersUseTime.0 | .1.3.6.1.4.1.48690.3.1.13.0 | Hotspot users log in up-time list |
| hotSpotUsersDownload.0 | .1.3.6.1.4.1.48690.3.1.14.0 | Hotspot users downloaded data count |
| hotSpotUsersUpload.0 | .1.3.6.1.4.1.48690.3.1.15.0 | Hotspot users uploaded data count |
| hotSpotEndTime.0 | .1.3.6.1.4.1.48690.3.1.16.0 | Hotspot |
| Input/Output | ||
| DigitalInput.0 | .1.3.6.1.4.1.48690.5.1.0 | Digital input state |
| DigitalIsolatedInput.0 | .1.3.6.1.4.1.48690.5.2.0 | Digital isolated input state |
| AnalogInput.0 | .1.3.6.1.4.1.48690.5.3.0 | Analog input state |
| DigitalOCOutput.0 | .1.3.6.1.4.1.48690.5.4.0 | Digital OC output state |
| DigitalRelayOutput.0 | .1.3.6.1.4.1.48690.5.5.0 | Digital Relay output state |
| AnalogInputCalc.0 | .1.3.6.1.4.1.48690.5.6.0 | Analog input value |
* Mobile data usage values can only be obtained with SNMP v2 or v3.
** Values from second, third or fourth hotspot instance can be taken by changing X value .1.3.6.1.4.1.48690.3.X.1.0, possible values are 1 - 4.
[[Category:{{{name}}} Services section]]
