Reading Time: < 1 minutes
Use Telnet or SSH to connect to your switch, then enter the following commands to enable and configure SNMP.
configure no snmpv3 only snmp-server enable snmp-server community 1qaz2wsx unrestricted snmp-server contact support@domain.com snmp-server location Brossard snmp-server host x.x.x.x community 1qaz2wsx trap-level critical exit write memNote 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.