Enable real-time monitoring of CPU, memory, interfaces, and inventory for your network devices
SNMP (Simple Network Management Protocol) allows Backup Manager to monitor your network devices in real-time. You can choose between SNMPv2c (community-based) or SNMPv3 (user-based security).
What SNMP Monitoring Provides:
SNMP Version Comparison:
| Feature | SNMPv2c | SNMPv3 |
|---|---|---|
| Authentication | Community string (plain text) | Username + password (hashed) |
| Encryption | None | AES/DES encryption available |
| Security Level | Low | High (recommended) |
| Setup Complexity | Simple | More complex |
SNMP settings are configured per-device from the SNMP Monitoring dashboard.
How to Access:
The SNMP Settings Modal:
Note: You must have devices added to Backup Manager before configuring SNMP. See "Adding Network Devices" guide if needed.
SNMPv2c uses a community string for authentication. It's simple to set up but less secure than v3.
To Configure SNMPv2c:
Common Community Strings:
public - Default read-only community (insecure, change this!)private - Default read-write community (never use this!)MyNetw0rk#2024 for better securityDevice Configuration Example (Cisco IOS):
! Configure read-only community string snmp-server community MyNetw0rk#2024 RO ! Optional: Restrict to specific management IP snmp-server community MyNetw0rk#2024 RO 10 access-list 10 permit host 192.168.1.100
SNMPv3 provides authentication and encryption for secure monitoring. It's recommended for production networks.
To Start SNMPv3 Configuration:
SNMPv3 Security Levels:
For maximum security, always use authPriv security level in production environments.
When using authNoPriv or authPriv security levels, you must configure authentication settings.
Authentication Protocol Options:
Authentication Password Requirements:
Configuration:
When using authPriv security level, you must also configure privacy (encryption) settings.
Privacy Protocol Options:
Privacy Password Requirements:
Configuration:
Note: Privacy settings are only shown when authPriv security level is selected.
Your network device must be configured to match the SNMP settings in Backup Manager.
Cisco IOS/IOS-XE SNMPv3 Configuration:
! Create SNMPv3 group with read-only access snmp-server group MONITORING v3 priv read SNMP-RO ! Create SNMPv3 user with auth and priv snmp-server user backupmanager MONITORING v3 auth sha AuthPass123! priv aes 128 PrivPass456! ! Create view for read-only access snmp-server view SNMP-RO iso included
Aruba AOS-CX SNMPv3 Configuration:
snmpv3 user backupmanager auth sha auth-pass AuthPass123! priv aes priv-pass PrivPass456!
Juniper JunOS SNMPv3 Configuration:
set snmp v3 usm local-engine user backupmanager authentication-sha authentication-password AuthPass123! set snmp v3 usm local-engine user backupmanager privacy-aes128 privacy-password PrivPass456!
Before saving, test the SNMP connection to verify your settings are correct.
To Test Connection:
Test Results:
Troubleshooting Failed Tests:
Once the test is successful, save the settings and verify monitoring is working.
To Save:
Verify Monitoring is Working:
After Successful Configuration:
Security Recommendations:
Performance Recommendations:
Organization Tips:
Troubleshooting Common Issues:
Your network devices are now configured for SNMP monitoring. Backup Manager will automatically collect performance metrics, hardware inventory, and discover network connections. Use the SNMP Dashboard to monitor device health and the Network Map to visualize your network topology.