Go to main content
Oracle® Fabric OS 1.0.2 Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure SNMP

You can configure SNMP in the Oracle Fabric Manager GUI or the CLI. For the GUI, refer to Managing SNMP in Oracle Fabric Manager 5.0.2 Administration Guide. The steps in this procedure use the CLI to configure SNMP.

  1. Create an SNMP trap destination.

    For example, this IP address will be the system that will receives SNMP traps.

    [OFOS] add snmp trap-dest 192.168.100.10:162
  2. Configure the details for SNMP.

    For example, add a description, a contact name, hardware location, and system name.

    [OFOS] set snmp -descr="Oracle Central"
    [OFOS] set snmp -sys-contact=Macki_Anderson
    [OFOS] set snmp -sys-location=Rack_C9
    [OFOS] set snmp -sys-name=Colorado
  3. Verify the SNMP configuration.
    [OFOS] show snmp
    descr            sys-contact      sys-name    sys-loc   trap-destinations
    --------------------------------------------------------------------------
    Oracle Central   Macki_Anderson   Colorado    Rack_C9   192.168.100.10:162
    (private/SNMPv3)
    1 record displayed
  4. (Optional) You can perform system management tasks as needed.

    See Managing Oracle Fabric OS.

Related Information