How can I enable SNMP on Aruba network devices?
SNMP enables you to monitor the devices within your network. You can configure your Aruba device to send device information to Site24x7's On-Premise Poller by configuring its SNMP agent.
Configuring SNMP v1 & v2c
- Connect to the Aruba device using SSH, Telnet, or device console.
- For privileged mode, type and provide the appropriate password.
enable
- For global configuration mode, type .
configure terminal
- Enable SNMP v1 by entering the following command:
snmp-server community <community-string> ro
NoteReplace <community-string> with the required SNMP community string. Due to it acting as a password for SNMP access, choose a strong and secure community string.
- Save the configuration by typing or
write memory
.copy running-config startup-config
- SNMP will now be enabled on your device. You can check the device reachability using the MIB browser.
Configuring SNMP v3
- Connect to the Aruba device using SSH, Telnet, or device console.
- For privileged mode, type and provide the appropriate password.
enable
- For global configuration mode, type .
configure terminal
- Enable SNMP v3 by entering the following commands:
snmp-server user <username> auth <auth-protocol> auth-pass plaintext <auth-password> priv <priv-protocol> priv-pass plaintext <priv-password>
NoteEnsure that you replace the following parameters with the appropriate values:
- with the desired SNMPv3 username
<username>
- with the desired authentication protocol (e.g., MD5 or SHA)
<auth-protocol>
- with the corresponding authentication password
<auth-password>
- with the desired privacy protocol (e.g., AES or DES)
<priv-protocol>
- with the corresponding privacy password
<priv-password>
- Save the configuration by typing or
write memory
.copy running-config startup-config
- SNMP will now be enabled on your device. You can check the device reachability using the MIB browser.
The exact commands and steps may vary according to the device and operating system.
For more information, please refer to Aruba's official documentation:
-
On this page
- Configuring SNMP v1 & v2c
- Configuring SNMP v3