Dell POWEREDGE M1000E User Manual

Page 36

Advertising
background image

18

Fabric OS MIB Reference

53-1001768-01

Fabric OS commands for configuring SNMP

1

mibCapability Selects configuration parameters
related to the SNMP agent’s MIBs and trap
capability parameters. These parameters
include MIBs and traps supported by the SNMP
agent.

systemGroup Selects configuration parameters
related to the system group. These parameters
include sysDescr, sysLocation, sysContact, and
authentication failure trap.

secLevel Sets the SNMP security level.

snmpConfig --set mibCapability
[-mib_name mib_name [ -bitmask
bit_mask]]

--set mibCapability
Configures MIBs interactively. When used
without a MIB name, this command displays a
menu with supported MIBs and associated
traps, and for each MIB or trap, you are
prompted to confirm or change the default by
specifying yes or no. Specifying yes means you
can access the MIB variables with an SNMP
manager. All MIBs and associated traps are by
default enabled.

-mib_name mib_name
Specifies the name of the MIB to be configured.
This operand is required if
you want to configure MIB traps
non-interactively. Valid MIB names include
the following.

FE-MIB

SW-MIB

FA-MIB

FICON-MIB

HA-MIB

FCIP-MIB

ISCSI-MIB

IF-MIB

BD-MIB

-bitmask bit_mask
Specifies the bit mask for the MIB. In Fabric OS
v6.4.0 and later, SNMP Traps are identified by
their bit mask and can be read directly from the
switch configuration. The MIB and trap status
(enabled or disabled) status is recorded in a 64-
bit counter. The last bit (bit 0) is reserved for the
MIB and the remaining bits are reserved for the
traps of that MIB. The trap's position is allocated
based on the last ID of the trap OID. For
example, the last ID of the swEventTrap is 5 so
its position will be 5th from the right.

snmpConfig --enable |--disable
mibCapability --mib_name mib_name
[-trap_name trap_name]

--enable mibCapability -mib_name mib_name
Enables the specified MIB non-interactively.

--disable mibCapability -mib_name mib_name
Disables the specified MIB non-interactively.
When used with the trap name operand, only
the specified trap is disabled.

-trap_name trap_name
Specifies the name of the trap to be disabled.
This operand is optional. Use snmpConfig --show
mibCapability for a listing of valid traps.

snmpConfig --help

--help
Displays the command usage.

TABLE 5

Detailed description of the commands (Continued)

Command

Operands

Arguments

Advertising