SNMP Monitoring via snmpd Service [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_components:platform:mon_stat:snmpd [2025/08/14 14:14] elena.krasnobryzhen:dpi:dpi_components:platform:mon_stat:snmpd [2025/12/23 07:39] (current) elena.krasnobryzh
Line 4: Line 4:
  
 ===== Description ===== ===== Description =====
-SNMP is a protocol that allows retrieving information about the SCAT server for centralized monitoring of critical parameters. This is implemented using the snmpd service included in the operating system.\\+SNMP is a protocol that allows retrieving information about the SSG server for centralized monitoring of critical parameters. This is implemented using the snmpd service included in the operating system.\\
 **Operation principle:** An SNMP query is sent to the server, the snmpd service collects the required information and sends it to the monitoring server. The monitoring server receives and processes this information, enabling status monitoring of the server - tracking parameter levels and data. **Operation principle:** An SNMP query is sent to the server, the snmpd service collects the required information and sends it to the monitoring server. The monitoring server receives and processes this information, enabling status monitoring of the server - tracking parameter levels and data.
  
Line 50: Line 50:
  
 Command to test SNMP operation: Command to test SNMP operation:
-<code bash>snmpwalk -v 2c -c nokiamon localhost -On .1.3.6.1.4.1.43823</code>+<code bash>snmpwalk -v 2c -c vase localhost -On .1.3.6.1.4.1.43823</code>
 The system polls once per minute, so more frequent polling is unnecessary. The system polls once per minute, so more frequent polling is unnecessary.