Providing access to SNMP data
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
Central Management System (CMS) > Central Management System System Administration Guide Release 11.x > Administration > SNMP data > Retrieving SNMP data
File Protect (FX) > File Protect 11.x > File Protect 11.x System Administration Guide > Administration > SNMP data > Retrieving SNMP data
File Protect (FX) > File Protect 10.x > File Protect System Administration Guide Release 10.x > Administration > SNMP data > Retrieving SNMP data