Providing access to SNMP data

Prev Next

To allow access to SNMP v3 data, configure a username and password.

Prerequisites
  • Operator or Admin access

To enable access to SNMP data:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Verify that SNMP is enabled:

    hostname (config) # show snmp

    If the output shows SNMP enabled: no, enter the snmp-server enable command.

  3. 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>
  4. Save your changes:

    hostname (config) # write memory