Last active
March 13, 2025 06:17
-
-
Save indigo423/4a7f81dd39aa3269e462b2e4129fba6c to your computer and use it in GitHub Desktop.
SNOM VoIP sample output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1.3.6.1.2.1.7526.2.1.1 = INTEGER: 68308908 Rx Bytes Integer The total number of bytes received | |
| 1.3.6.1.2.1.7526.2.1.2 = INTEGER: 391350 Rx Packets Integer The total number of packets received | |
| 1.3.6.1.2.1.7526.2.2.1 = INTEGER: 80599243 Tx Bytes Integer The total number of bytes sent | |
| 1.3.6.1.2.1.7526.2.2.2 = INTEGER: 348929 Tx Packets Integer The total number of bytes sent | |
| 1.3.6.1.2.1.7526.2.3.1 = INTEGER: 1 Registration Integer Registration status of registration x (1..12) (works with v6.5 or newer) | |
| 1.3.6.1.2.1.7526.2.4 = STRING: "snomD375-SIP 8.9.3.60 2010.12-00003-g3143800" Firmware & U-Boot Version String The currently used firmware & uboot version (for example, “snom 360-SIP 3.60d 113-m”) | |
| 1.3.6.1.2.1.7526.2.5 = INTEGER: 1 Registrations Integer The number of registrations on the phone | |
| 1.3.6.1.2.1.7526.2.6 = INTEGER: 20 Calls Integer The number of successful and unsuccessful calls | |
| 1.3.6.1.2.1.7526.2.7 = STRING: "91336" Memfree Integer The free memory on the phone | |
| 1.3.6.1.2.1.7526.2.8 = STRING: "5 days, 18 hours, 4 minutes" Uptime String The running time of the phone | |
| 1.3.6.1.2.1.7526.2.9 = STRING: "5.02 5.01 5.00 1/66 661" CPU load average String The CPU load average of last 1min., 5min. and 15min. (> V8.2.6) | |
| 1.3.6.1.2.1.7526.2.10 = STRING: "used: 59408 free: 63388 cached: 27948 lid: 0 lcs: 64404" Meminfo String Info about memory: used, free, cached, lid (phone lowlevel app.), lcs (phone highlevel app.) (> V8.2.6) | |
| 1.3.6.1.2.1.7526.2.11 = STRING: "5 days, 18 hours, 4 minutes" LCS Uptime String The running time of the phone highlevel application (> V8.2.6) | |
| 1.3.6.1.2.1.7526.2.12 = STRING: "in: 8 out: 27" Packets String The incoming and outgoing messages (> V8.2.6) | |
| 1.3.6.1.2.1.7526.2.13 = STRING: "con: 0 http: 0 https: 0 xml: 0" Connections String The connections (> V8.2.6) | |
| 1.3.6.1.2.1.7526.2.14 = STRING: "timeouts: 60" Timeouts String The number of timeouts running (> V8.2.6) | |
| 1.3.6.1.2.1.7526.2.15 = STRING: "sub: 2 dialog: 0 www: 0" Subscriptions String The subscriptions (> V8.2.6) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, please !!! implement SNMPv 2c/3 and not just a poor version of SNMP version 1 which only allows
snmpgetrequests and no possibility to walk through the tree.