Skip to main content
Version: v25.07.31

SNMP

This document provides a simple explanation of what SNMP (Simple Network Management Protocol) is and how it works in PE (Provider Edge) devices. However, the basic configuration rules are the same as those in CE (Customer Edge) devices.

SNMP is a standard protocol used for managing and monitoring network devices. It allows network administrators to remotely monitor the health and performance of devices, collect statistics, and configure device settings. This helps in efficient network management and troubleshooting.

See the CE SNMP documentation for detailed steps on how to configure SNMP for various versions (v1, v2c, and v3) and their security levels. The basic fields, options, and methods for configuration are the same for both CE and PE devices.

Link to CE SNMP Documentation: CE SNMP Document


Core Concepts of SNMP Configuration

Below are the key fields used when configuring SNMP, along with their descriptions:

FieldDescription
Host NameEnter the host name (e.g., pe-router.com)
LocationEnter the physical or logical location (e.g., Mumbai Datacenter)
VersionSelect SNMP version: v1, v2c, or v3
PortEnter the port number used for SNMP (typically 161)
DescriptionAdd a description for reference
ContactEnter valid contact email address (e.g., pe_support@example.com)
Community(v1/v2c only) Community string used for access control.
Username(v3 only) Username for authentication.
Auth Protocol(v3 with authentication) Protocol for authentication (e.g., SHA, MD5).
Auth Password(v3 with authentication) Password for authentication.
Privacy Protocol(v3 with privacy) Protocol for encryption (e.g., AES, DES).
Privacy Password(v3 with privacy) Password for encryption.

Basic Process of Implementing SNMP

The general procedure for configuring SNMP on PE devices mirrors that of CE devices:

  1. Accessing SNMP Configuration: Navigate to the SNMP configuration section within your PE device's management interface. This typically involves logging in and finding the relevant monitoring or network services section.
  2. Enabling SNMP: Activate the SNMP service on the device by selecting the appropriate "Enable" option.
  3. Configuring Common Fields: Fill in the basic details such as Host Name, Location, Port, Description, and Contact.
  4. Selecting SNMP Version: Choose the desired SNMP version (v1, v2c, or v3) from the dropdown menu.
  5. Configuring Version-Specific Settings:
    • For v1 or v2c, specify the Community string.
    • For v3, select the appropriate Security Level (noAuthNoPriv, authNoPriv, or authPriv) and configure the corresponding Username, Auth Protocol, Auth Password, Privacy Protocol, and Privacy Password fields as required.
  6. Saving Configuration: Save the changes to apply the SNMP configuration to the PE device.

Important Notes for Users

  • SNMP settings on PE and CE devices follow the same configuration principles. Only the device role changes — the process remains the same.
  • Ensure SNMP is enabled only when required. Keeping it enabled unnecessarily may expose the device to security risks.
  • Use SNMPv3 wherever possible. Versions v1 and v2c do not support encryption, while v3 provides authentication and encryption, making it more secure.
  • Always use strong authentication and privacy passwords when configuring SNMPv3.
  • Restrict SNMP access to trusted monitoring systems only. Avoid using open or common community strings like public or private.
  • Verify port accessibility (default: 161) in your firewall or network security rules so that monitoring tools can reach the device.
  • Test SNMP after configuration using your network monitoring tool to confirm connectivity and correct parameter setup.
  • Document SNMP credentials securely. Do not share them publicly or store them in unsecured locations.
  • Any configuration changes should be performed by authorized network administrators only.
  • Regularly review SNMP logs and monitoring statistics to detect unusual activity or device health issues early.