View and Configure SNMP Settings Using the CLI

Prerequisites

Configure your SP or CMM as described in the previous sections and then follow these steps to view and configure SNMP settings:

What to Do

  1. Go to the /SP/services/snmp directory by typing:

    -> cd /SP/services/snmp

  2. Within that directory, type the show command to view SNMP settings.

  3. Configure SNMP settings.

    For example:

    • Set v2c to enabled by typing:

      -> set v2c=enabled

    • Set sets to enabled by typing:

      -> set sets=enabled

  4. View the communities by typing:

    -> show communities

  5. View the public communities by typing:

    -> show communities/public

  6. Create private communities with read/write access by typing:

    -> create communities/private permission=rw

Related Topics