[Contents] [Prev] [Next] [Index] [Report an Error]

Storm Control Table

The jnxStormCtlTable, whose object identifier is {jnxSecAccessPortMIBObjects 3} contains information about different traffic types, the storm control parameters such as rising threshold and falling threshold associated with each type, and the action to be taken when the traffic exceeds the rising threshold level.

EachjnxStormCtlEntry, indexed with ifIndex and jnxStormCtlIfTrafficType, contains the objects listed in Table 220.

Table 220: jnxStormCtlTable

Object

Object ID

Description

jnxStormCtlIfTrafficType

jnxStormCtlEntry 1

Indicates the type of traffic. This object uses the following integer values:

  • 1–Broadcast
  • 2–Multicast
  • 3–Unicast

jnxStormCtlRisingThreshold

jnxStormCtlEntry 2

Specifies the rising threshold value in packets per second unit. Storm control action begins when the traffic exceeds this value.

jnxStormCtlFallingThreshold

jnxStormCtlEntry 3

Specifies the falling threshold value in packets per second unit. Storm control action stops when the traffic drops to this value.

jnxStormCtlAction

jnxStormCtlEntry 4

Specifies the action to be taken when the traffic exceeds the rising threshold. This object returns one of the following integer values:

  • 1–shutdown: shuts down the port.
  • 2–filter: applies a policy filter for the corresponding traffic type on the interface.

The default value is 1, shutdown.


[Contents] [Prev] [Next] [Index] [Report an Error]