Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure the SNMP Service (Oracle ILOM CLI)

The switch has an SNMP client that supports SNMP v1, v2c, and v3. SNMP v3 is enabled by default because it is more secure that either v1 or v2c. For information about the different versions of SNMP, see Controlling SNMP Services (Oracle ILOM Web).

  • Configure the SNMP parameters.
    -> set /SP/services/snmp property=value property=value ...
    

    where:

    • property is the parameter of the SNMP service to configure.

    • value is the value of the property to configure


    Note -  You can configure one, some, or all properties in one command line.

    These properties are supported:

    • port – value is the UDP port for SNMP.

    • servicestate – value is either enabled or disabled.

    • sets – value is either enabled or disabled for set requests.

    • v1 – value is either enabled or disabled for this protocol.

    • v2c – value is either enabled or disabled for this protocol.

    • v3 – value is either enabled or disabled for this protocol.

    For example, to enable sets and the v2c protocol, type:

    -> set /SP/services/snmp sets=enabled v2c=enabled
    Set 'sets' to 'enabled'
    ********* WARNING *********
    Use of SNMP v1 or v2c protocols is insecure.
    Are you sure you want to set sets=enabled v2c=enabled (y/n)? y
    Set 'v2c' to 'enabled'
    ->
    

    For example, to enable sets and the v3 protocol, type:

    -> set /SP/services/snmp sets=enabled v3=enabled
    Set 'sets' to 'enabled'
    Set 'v3' to 'enabled'
    ->
    

Related Information