All MIBs › WESTERN-MULTIPLEX-MIB › trapFlow
trapFlow
Module: WESTERN-MULTIPLEX-MIB
OID (symbolic): WESTERN-MULTIPLEX-MIB::trapFlow
OID (numeric): 1.3.6.1.4.1.3727.20.10.5.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This variable indicates whether the Agent has its ability to send SNMP traps limited because it has sent 'trapMaxPerWindow' traps during a time period specified by 'trapWindowPeriod'.
This method is called the Feedback/Pin technique for limiting traps, and is described in RFC 1224.
This method is enabled by setting 'trapControl' to 'feedbackPinLimited'.
The value of 'open', indicates that the Agent is allowed to send traps, and is not currently limited.
The value of 'closed', indicates that the Agent is currently not allowed to send traps, because of a self-limiting condition. (The Agent sets the value to 'closed' itself).
The SNMP user may only write a value of 'open' to this MIB, and only when 'trapControl' is set to 'feedbackPinLimited'. If the SNMP user wants to disable sending traps, then the variable 'trapControl' should be set to 'disabled', which causes this variable to automatically be set to 'closed'.
This non-persistent variable is set to an initial value of 'open' whenever the 'trapControl' has a value of 'unLimited' or 'feedbackPinLimited', or whenever an SNMP user sets 'trapControl' to 'feedbackPinLimited'. The Agent determines if a trap can be sent by examining several controls (or filters), all of which enable the sending of the trap. These are described in their order of checking below:
One, the MIB variable that enables that specific trap to be sent is enabled. (Each trap can be selectively enabled or disabled.) If a trap is not sent due to this filter, then 'trapFilteredSpecific' is incremented.
Two, the MIB 'trapControl', is set to 'unLimited'; or, it is set to 'feedbackPinLimited' and 'trapFlow' is set to 'open'. If a trap is not sent due to this filter, then 'trapFilteredControl' is incremented.
Three, one or more trap managers must be defined in the table 'trapMgrTable' with a valid IP address in 'trapMgrTable.trapMgrAddress', and their control variable 'trapMgrTable.trapMgrControl' must be configured to 1) 'both' or 'standard' and the trap is a standard trap; or 2) 'enterprise' or 'both', and the trap is an enterprise trap. If a trap is not sent due to this filter, then 'trapFilteredManager' is incremented.
Four, the trap has no associated severity level, or the severity level of the trap is equal or higher than the value specified by the severity filter 'trapSeverityFilter'. If a trap is not sent due to this filter, then 'trapFilteredSeverity' is incremented.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3727.20.10.5.4 snmpwalk -v2c -c public <target> WESTERN-MULTIPLEX-MIB::trapFlow
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3727.20.10.5.4.1 snmpget -v2c -c public <target> WESTERN-MULTIPLEX-MIB::trapFlow.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3727.20.10.5.4.1 i <value>
Start monitoring Western Multiplex (Proxim/BridgeWave) fixed-wireless microwave radio equipment (component-inventory/boot-history/event-log status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the WESTERN-MULTIPLEX-MIB::trapFlow OID value, configure state conditions and alerts, and monitor any Western Multiplex (Proxim/BridgeWave) fixed-wireless microwave radio equipment (component-inventory/boot-history/event-log status) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3727 | western_multiplex | WESTERN-MULTIPLEX-MIB |
| 1.3.6.1.4.1.3727.20 | tsunami100_06 | WESTERN-MULTIPLEX-MIB |
| 1.3.6.1.4.1.3727.20.10 | system | WESTERN-MULTIPLEX-MIB |
| 1.3.6.1.4.1.3727.20.10.5 | trap | WESTERN-MULTIPLEX-MIB |
| 1.3.6.1.4.1.3727.20.10.5.4 | trapFlow | WESTERN-MULTIPLEX-MIB |