This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-notes:snmp-overview [2025/08/26 14:00] – [2. Execute SNMP commands] gray | app-notes:snmp-overview [2025/08/27 16:04] (current) – [2. Execute SNMP commands] gray | ||
---|---|---|---|
Line 71: | Line 71: | ||
{{: | {{: | ||
- | The OID 1.3.6.1.4.1.31496.10.'' | + | The OID 1.3.6.1.4.1.31496.10.'' |
You can use the key commands to perform the query directly. However, you must have SNMP and Netmodule MIB set up. If not, you will receive an error message stating that the name cannot be resolved to an OID. | You can use the key commands to perform the query directly. However, you must have SNMP and Netmodule MIB set up. If not, you will receive an error message stating that the name cannot be resolved to an OID. | ||
Line 99: | Line 99: | ||
However, you can also use the OID number for the query. In this example: '' | However, you can also use the OID number for the query. In this example: '' | ||
- | ---- | + | ===== - An overview of SNMP parameters and OIDs ===== |
+ | ^ The VENDOR-MIB tables | ||
+ | | Area | Parameter | ||
+ | | NB Admin | ||
+ | | | swVersion | ||
+ | | | kernelVersion | ||
+ | | | serialNumber | ||
+ | | | configDesc | ||
+ | | | configHash | ||
+ | | | softwareHash | ||
+ | | | systemStatus | ||
+ | | | systemError | ||
+ | | | systemDate | ||
+ | | | updateOperation | ||
+ | | | softwareActivationDate | ||
+ | | | configActivationDate | ||
+ | | | softwareActivatedDate | ||
+ | | | configUpdateStatus | ||
+ | | | configUpdateError | ||
+ | | | configUpdated | ||
+ | | | configUpdateMode | ||
+ | | | softwareUpdateStatus | ||
+ | | | softwareUpdateError | ||
+ | | | softwareUpdated | ||
+ | | | altConfigDesc | ||
+ | | | altConfigHash | ||
+ | | | altConfigUpdated | ||
+ | | | altSoftwareVersion | ||
+ | | | altSoftwareHash | ||
+ | | | altSoftwareUpdated | ||
+ | | | syslogUploadStatus | ||
+ | | | configUploadStatus | ||
+ | | | systemTemperature | ||
+ | | NB WWAN | | | | ||
+ | | | wwanModemIndex | ||
+ | | | wwanModemName | ||
+ | | | wwanModemType | ||
+ | | | wwanServiceType | ||
+ | | | wwanRegistrationState | ||
+ | | | wwanSignalStrength | ||
+ | | | wwanNetworkName | ||
+ | | | wwanLocalAreaIdentification | ||
+ | | | wwanLocalAreaCode | ||
+ | | | wwanCellId | ||
+ | | | wwanTemperature | ||
+ | | | wwanIccid | ||
+ | | | wwanRSRP | ||
+ | | | wwanRSRQ | ||
+ | | | wwanSINR | ||
+ | | | wwanRSCP | ||
+ | | | wwanECIO | ||
+ | | | wwanSignalLevel | ||
+ | | | wwanSignalQuality | ||
+ | | NB GNSS | | | | ||
+ | | | gnssIndex | ||
+ | | | gnssName | ||
+ | | | gnssSystem | ||
+ | | | gnssLat | ||
+ | | | gnssLon | ||
+ | | | gnssAlt | ||
+ | | | gnssNumSat | ||
+ | | | gnssNumSatUsed | ||
+ | | | gnssHorizontalSpeed | ||
+ | | | gnssVerticalSpeed | ||
+ | | | gnssTrackAngle | ||
+ | | NB Dio | ||
+ | | | dioStatusIn1 | ||
+ | | | dioStatusIn2 | ||
+ | | | dioStatusOut1 | ||
+ | | | dioStatusOut2 | ||
+ | | NB Serial | ||
+ | | | serialIndex | ||
+ | | | serialName | ||
+ | | | serialState | ||
+ | | | serialRxBytes | ||
+ | | | serialTxBytes | ||
+ | | | serialFrameErrors | ||
+ | | | serialOverrunErrors | ||
+ | | | serialParityErrors | ||
+ | | | serialBrkErrors | ||
+ | | | serialBufferOverrunErrors | ||
+ | | NB WLAN | | | | ||
+ | | | wlanModuleIndex | ||
+ | | | wlanModuleName | ||
+ | | | wlanModuleType | ||
+ | | | wlanNumClients | ||
+ | | | wlanModuleChannel | ||
+ | | | wlanModuleFrequency | ||
+ | | | wlanSignalStrength | ||
+ | | NB Link | | | | ||
+ | | | nbHotLink | ||
+ | | NB WAN | ||
+ | | | wanLinkIndex | ||
+ | | | wanLinkName | ||
+ | | | wanLinkState | ||
+ | | | wanLinkSince | ||
+ | | | wanLinkType | ||
+ | | | wanLinkInterface | ||
+ | | | wanLinkAddress | ||
+ | | | wanLinkGateway | ||
+ | | | wanLinkNetmask | ||
+ | | | wanDialAttempts | ||
+ | | | wanDialSuccess | ||
+ | | | wanDialFailures | ||
+ | | | wanDataDownloaded | ||
+ | | | wanDataUploaded | ||
+ | | | wanDownloadRate | ||
+ | | | wanUploadRate | ||
+ | | | wanDataDownloadedRoaming | ||
+ | | | wanDataUploadedRoaming | ||
+ | |||
+ | ---- | ||
===== - Additional information ===== | ===== - Additional information ===== | ||