Creating SNMP user profiles

Last Updated : Sep 19, 2024 |

Procedure

  1. Log in to System Manager as a cust user, then log in as a root user using the command su -root.
  2. At the prompt, type sh createSnmpUserProfile.sh -u <SNMP v3 username> -a <Authentication Protocol> -A <Authentication Password> -x <Privacy Protocol> -X <Privacy Password> -p <Privileges> to run the command and press Enter.
    • -u: SNMP V3 username.

    • -a: Authentication protocol that can be MD5 or SHA.

    • -A: Authentication password.

    • -x: Privacy protocol that can be AES, DES, or None.

    • -X: Privacy password.

    • -p: Privileges that can be read (R), read/write (RW), or none.

    • -h: Provides help for CLI.

    • -l: Lists the available SNMP V3 user profile.