Providing access to SNMP data
- Published on Sep 10, 2026
Prev Next To allow access to SNMP v3 data, configure a username and password.
To enable access to SNMP data:
Go to CLI configuration mode:
hostname > enable
hostname # configure terminal
Verify that SNMP is enabled:
hostname (config) # show snmp
If the output shows SNMP enabled: no, enter the snmp-server enable command.
SNMP v3: Specify the SNMP user and password:
hostname (config) # snmp-server user <username> v3 enable
hostname (config) # snmp-server user <username> v3 auth sha <password>
Save your changes:
hostname (config) # write memory
Was this article helpful?
Related articles
Endpoint Security (HX) > Endpoint Security (HX) Virtual Server 10.x Deployment Guide > Integration > SNMP data > Retrieving SNMP data
Endpoint Security (HX) > Endpoint Security (HX) Virtual Server Deployment Guide Release 5.3.0 > Integration > SNMP data > Retrieving SNMP data
Endpoint Security (HX) > Endpoint Security (HX) On-Premises Server Deployment Guide Release 5.3.0 > Integration > SNMP data > Retrieving SNMP data