Dell Networking N Series Switch: How to Configure SNMP
Summary: How to configure Simple Network Management Protocol (SNMP) on Dell Networking N series switches for network monitoring.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
Introduction
This article discusses about the steps to configure SNMP on a Dell N series switch.
Components of SNMP
- SNMP Manager
- SNMP Agent
- Community String
SNMP Manager
- The SNMP Manager is typically a computer that is used to run one or more network management systems (NMS).
- The SNMP manager is responsible for communication with the SNMP agent on the network devices. (Switches, routers, servers, etc.)
SNMP Agent
- SNMP agent is a program that is packaged within the Network Elements (switches, routers, servers, etc.).
- Enabling the agent on the Network Element allows it to collect information from the device and makes it available to the SNMP manager when queried.
Community String
- The SNMP Community String is like a user id or password that is sent along with each SNMP Request which allows or denies access to a Network Elements (Switches, routers, servers, etc.).
- If the community string is correct, the device responds with the requested information. If the community string is incorrect, the device simply ignores the request.
SNMP Agent and Manager

Commands to implement SNMP
| Switch Commands | Description |
console# configure |
To enter into switch configuration mode. |
console(config)# snmp-server community "community string" [ro | rw] |
Create the community string and specify if management stations have read-only (Get status configuration) or read/write (get and set configuration) |
console(config)# snmp-server enable traps all |
Enable traps to be sent to management station upon being triggered. |
console(config)# snmp-server host xx.xx.xx.xx "community string" |
Configures the host and community string that traps are sent to upon triggered event. |
When SNMP is enabled, the switch runs version V2c by default.
SNMP Configuration Example
console# configure
console(config)# snmp-server community test ro
Sample Output
console(config)# show snmp
Community-String Community-Access View Name IP Address IP Mask
-------------------- ---------------- ---------------- ---------------- ----------------
test Read Only Default All All
Community-String Group Name IP Address IP Mask
-------------------- ------------------------------ ---------------- ----------------
test DefaultRead All AllCause
.
Resolution
.
Affected Products
PowerSwitch N1100-ON Series, PowerSwitch N1500 Series, PowerSwitch N2000 Series, PowerSwitch N2100 Series, PowerSwitch N3000 Series, Dell EMC PowerSwitch N3000E-ON Series, PowerSwitch N4000 SeriesArticle Properties
Article Number: 000135459
Article Type: Solution
Last Modified: 10 Apr 2025
Version: 4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.