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.