Go to main content

Oracle® Server CLI Tools for Oracle Solaris 11.3 User's Guide

Exit Print View

Updated: April 2018
 
 

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.

  • 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.xml 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.