Go to main content
Oracle® Server CLI Tools User's Guide

Exit Print View

Updated: August 2016
 
 

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.