Advanced SNMP browser with modern GUI for network device discovery, monitoring, trap management, and performance analysis.
- SNMPv1/v2c/v3 Support - Complete SNMP protocol support with authentication and encryption
- Modern GUI Interface - Professional tabbed interface built with tkinter
- Cross-Platform - Native support for Windows and Linux systems
- Network Device Discovery - Browse and explore SNMP-enabled devices
- Real-time Monitoring - Live monitoring with auto-refresh capabilities
- Advanced MIB Browser - Navigate through SNMP MIB structures with value display
- Trap Manager - Complete trap receiver and sender in one interface
- Receive SNMP traps on configurable ports
- Send test traps for all versions (v1/v2c/v3)
- Pre-configured trap templates (Cold Start, Link Down, UPS alerts, etc.)
- Real-time trap visualization with detailed decoding
- Performance Monitor - Track and analyze SNMP operations
- Query response times and success rates
- Memory and CPU usage monitoring
- Performance graphs (with matplotlib)
- Export performance metrics
- Batch Operations - Query multiple hosts simultaneously
- Parallel execution with configurable workers
- Progress tracking and result aggregation
- Export results to CSV/JSON
- MIB Compiler Support - Load and parse custom MIB files
- Built-in UPS MIB definitions (RFC 1628)
- Search MIB definitions
- Custom vendor MIB support
- Profile Manager - Save and manage multiple configurations
- Quick switch between different devices/credentials
- Encrypted password storage
- Import/Export profiles
- Encrypted Credential Storage - Secure password management
- Memory Limits - Configurable result and memory limits
- Comprehensive Logging - Rotating log files with multiple levels
- Multi-format Export - CSV, JSON, HTML, XML, TXT
- Dashboard Monitoring - Pin important OIDs for continuous monitoring
Download the latest pre-built executable from the Releases page.
Windows: SNMP_Browser_Professional_v4.exe - Just download and run!
Linux: SNMP_Browser_Professional_v4 - Make executable with chmod +x
Required Library: snmpy by JustVugg
This SNMP library is required to run SNMP Browser Professional.
It is not available on PyPI and must be installed directly from GitHub:
Required packages:
- cryptography>=41.0.0 - Encryption support for SNMPv3 and credential storage
- psutil>=5.9.0 - System monitoring and resource management
- snmpy>=2.1.0 - Advanced SNMP library with trap support
- Pillow>=10.0.0 - Image processing for logo display
- matplotlib>=3.5.0 - Performance graphs (optional but recommended)
- Operating System: Windows 10/11 or Ubuntu 20.04+
- Python: 3.7 or higher (for source installation)
- Memory: 512 MB RAM minimum (1 GB recommended)
- Network: Access to SNMP-enabled devices
- Permissions: Admin/root for trap receiver on port 162
- Launch the application
- Enter target device IP address
- Select SNMP version (1, 2c, or 3)
- Configure credentials (community string or SNMPv3 user)
- Click "Avvia Scansione" to discover OIDs
- Browse results in the main tab
- Go to "Trap Manager" tab
- Receiver: Click "Avvia Receiver" (requires admin for port 162)
- Sender: Configure destination and select trap type
- Click "📤 Invia Trap" to send
- Menu → Tools → "Operazioni Batch"
- Enter multiple host IPs (one per line)
- Specify OID to query
- Click "Esegui" for parallel execution
- Go to "Performance" tab
- View real-time metrics after operations
- Export data for analysis
The application creates several configuration files:
- snmp_browser_config.json - Main configuration
- snmp_browser_saved.json - Dashboard items
- snmp_profiles.json - Saved connection profiles
- .SNMPBrowser_key - Encryption key (keep secure!)
- logs/ - Directory containing rotating log files
- GET - Retrieve single OID value
- GET MULTIPLE - Retrieve multiple OIDs efficiently
- GET NEXT - Get next OID in tree
- GET BULK - Bulk retrieval (v2c/v3)
- SET - Modify writable OIDs
- WALK - Traverse MIB subtree
- Standard: Cold Start, Warm Start, Link Up/Down, Authentication Failure
- UPS-specific: Battery Low, On Battery, Overload, Temperature
- Custom enterprise traps with configurable varbinds
- SNMPv3 Full Support: All authentication and privacy protocols
- Encrypted Storage: Passwords encrypted at rest using Fernet
- Memory Protection: Secure deletion of sensitive data
- Access Control: Configurable timeouts and retry limits
- Audit Trail: Comprehensive logging of all operations
- RFC 1213 - MIB-II
- RFC 1628 - UPS MIB
- Enterprise MIBs: APC (318), Eaton (534), CyberPower (3808)
- Menu → Tools → "Carica MIB"
- Select .mib or .txt file
- OID names automatically available
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request
"Permission denied" on trap receiver
- Run as administrator (Windows) or with sudo (Linux)
- Or change trap port to >1024 (e.g., 1162)
"Module not found" errors
- Ensure all dependencies are installed: pip install -r requirements.txt
- For matplotlib issues: pip install matplotlib --upgrade
High memory usage
- Adjust limits in Settings → Limiti
- Clear cache with Tools → Pulisci Cache
SNMPv3 discovery fails
- Check firewall settings
- Verify SNMPv3 credentials
- Try manual Engine ID discovery
- Use SNMPv2c or v3 for bulk operations (10x faster)
- Enable "Scansione Estesa" only when needed
- Set appropriate timeout values for your network
- Use profiles for quick device switching
- Limit walk operations to specific subtrees
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- SNMP Library: snmpy by JustVugg
- GUI Framework: tkinter
- Icons: Material Design Icons
- Executable Packaging: PyInstaller
- Bug Reports: Open an issue with debug logs attached
- Feature Requests: Use the issue template
- Security Issues: Contact privately first
SNMP Browser Professional - Enterprise-grade SNMP management tool with modern GUI 🚀
Making network monitoring simple, powerful, and secure!
.png)

