Providing access to SNMP data Published on Sep 10, 2026
Print
Copy page Copy as Markdown for LLMs View as Markdown View the page as plain text
Open in ChatGPT Ask ChatGPT about this page Open in Claude Ask Claude about this page 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?
Yes No
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
Central Management System (CMS) > Central Management System System Administration Guide Release 10.x > Administration > SNMP data > Retrieving SNMP data