SNMP v2c on Aruba (HPE) switch

Here’s how to configure SNMP v2c on an Aruba (HPE) switch, specifically for the ArubaOS-Switch series (formerly HP ProCurve).


๐Ÿ”ง SNMP v2c Configuration Steps โ€“ ArubaOS-Switch (CLI)

1. Enable SNMP Service (if not already enabled)

switch(config)# snmp-server

2. Set the SNMP Read-Only Community String

switch(config)# snmp-server community public operator-unrestricted

3. Set the SNMP Read-Write Community String (if needed)

switch(config)# snmp-server community private manager-unrestricted

4. Define SNMP Trap Receiver (Optional)

switch(config)# snmp-server host 192.168.1.100 community public

5. Enable SNMP Traps (Optional)

switch(config)# snmp-server enable traps


โœ… Example Configuration

switch(config)# snmp-server switch(config)# snmp-server community monitor operator-unrestricted switch(config)# snmp-server community manage manager-unrestricted switch(config)# snmp-server host 192.168.1.10 community monitor switch(config)# snmp-server enable traps


๐Ÿ” To Verify Configuration

show snmp-server


renjithbs Avatar

Posted by

Leave a comment