Providing access to SNMP data
- Published on Aug 25, 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
Malware Analysis (AX) > Malware Analysis System Administration Guide Release 10.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