Enable SNMP & Traps on DELL

Reading Time: < 1 minute

Use Telnet or SSH to connect to your switch, then enter the following commands to enable and configure SNMP.

configure
snmp-server location Brossard
snmp-server contact support@domain.com
snmp-server community 1qaz2wsx
snmp-server host x.x.x.x 1qaz2wsx traps v2
exit
copy running-config startup-config
Note The above commands will set it to allow any IP to make SNMP requests on the switch. The « 1qaz2wsx» represent the community string and « x.x.x.x » the IP address of the remote Monitoring Server used to send Traps.

wpadmin
Author: wpadmin