Create an SNMP Community

To create an SNMP community, use the ilomconfig create snmp-community command. When you specify an XML file name, the command modifies information defined in the exported service processor configuration XML file rather than modifying Oracle ILOM.

  1. To create an SNMP community, type:

    # ilomconfig create snmp-community communityname [--permission=ro|rw] [--xmlfile=filename.xml]

    where communityname is the SNMP community you are creating, --permission is either read-only or read-write (ro|rw), and filename is the name of the exported service processor configuration XML file to modify.

    Note:

    Starting with Oracle ILOM 4.0, ilomconfig will no longer be able to create SNMP communities with read/write (rw) permissions. Only the read-only (ro) permission is allowed.