SNMP MIB

SNMP support will be provided through the following MIB objects:

hpicfFfBcastStormControlPortConfig OBJECT IDENTIFIER

:: = { hpicfFaultFinder 5 }

hpicfFfBcastStormControlPortConfigTable OBJECT-TYPE
  • syntax sequence: HpicfFfBcastStormControlPortConfigEntry

  • max-access: not-accessible

  • status: current

  • description: This table provides information about broadcast storm control configuration of all ports.::= {hpicfFfBcastStormControlPortConfig 1}

hpicfFfBcastStormControlPortConfigEntry OBJECT-TYPE
  • syntax HpicfFfBcastStormControlPortConfigEntry

  • max-access: not-accessible

  • status: current

  • description: This object provides information about broadcast storm control configuration of each port.

  • index: {hpicfffbcaststormcontrolportindex}::= {hpicfFfBcastStormControlPortConfigTable 1}

hpicfFfBcastStormControlPortConfigEntry ::=
  • Syntax sequence:hpicfFfBcastStormControlPortIndex InterfaceIndex,

    hpicfFfBcastStormControlMode Integer,

    hpicfFfBcastStormControlRisingpercent Integer32,

    hpicfFfBcastStormControlRisingpps Integer32,

    hpicfFfBcastStormControlAction Integer,

    hpicfFfBcastStormControlPortDisableTimer Unsigned32

hpicfFfBcastStormControlPortIndex OBJECT-TYPE
  • Syntax: Interfaceindex

  • max-access: not-accessible

  • status: current

  • description: The Index Value Which Uniquely Identifies A Row In The Interfaces Table.

    ::= {hpicfFfBcastStormControlPortConfigEntry 1}

hpicfFfBcastStormControlMode OBJECT-TYPE
  • Syntax Integer: disabled(1), Bcastrisinglevelpercent(2), Bcastrisinglevelpps(3)

  • max-access: read-write

  • status: current

  • description: The broadcast storm control mode of a port. A value of disable (1) indicates that no rising threshold value is set for broadcast storm traffic on this port. A value of bcastrisinglevelpercent (2) indicates that the rising threshold rate for broadcast storm traffic is configured in percentage of port bandwidth. A value of bcastrisinglevelpps (3) indicates that the rising threshold rate for broadcast storm traffic is configured in packets per second.

  • DEFVAL: disabled

    ::= {hpicfFfBcastStormControlPortConfigEntry 2}

hpicfFfBcastStormControlRisingpercent OBJECT-TYPE
  • Syntax Integer32 (1..100)

  • max-access: read-write

  • status: current

  • description: This Is The Rising Threshold Level in percent of bandwidth of the port. hpicfFfBcastStormControlAction occurs when broadcast traffic reaches this level.

    ::= {hpicfFfBcastStormControlPortConfigEntry 3}

hpicfFfBcastStormControlRisingpps OBJECT-TYPE
  • Syntax Integer32 (1..10000000)

  • max-access: read-write

  • status: current

  • description: This object indicates the rising threshold for broadcast storm control. This value is in packets-per-second of received broadcast traffic. hpicfffbcaststormcontrolaction object takes action when broadcast traffic reaches this level.

    ::= {hpicfFfBcastStormControlPortConfigEntry 4}

hpicfFfBcastStormControlAction OBJECT-TYPE
  • Syntax integer: none(1), warn(2), warnanddisable(3)

  • max-access: read-write

  • status: current

  • Description: This object defines the action taken by the switch when a broadcast storm occurs on a port. A value of none (1) indicates that no action is performed. A value of warn (2) indicates that an event is logged when broadcast traffic crosses the threshold value set on that port. A value of warn-and-disable (3) indicates that the port is disabled and an event is logged as soon as the broadcast traffic reaches the threshold value set on that port.

  • DEFVAL: none

    ::= {hpicfFfBcastStormControlPortConfigEntry 5}

hpicfFfBcastStormControlPortDisableTimer OBJECT-TYPE
  • Syntax Unsigned32 (0..604800)

  • Units: seconds

  • max-access: read-write

  • status: current

  • Description: This object specifies the time period for which the port remains in disabled state. A port is disabled when broadcast traffic reaches the threshold value set on that port. This time period is specified in seconds. The default value is zero which means that the port remains disabled and is not enabled again.

  • DEFVAL {0}

    ::= {hpicfFfBcastStormControlPortConfigEntry 6}