cfgNlmMonType
WESTERMO-SW6-MIB ·
.1.3.6.1.4.1.16177.1.400.1.1.40.2.1.5
Object
column
r/w
Enumeration
Objects which can be monitored.
* **phy(0)** monitor checks periodically the link status of the
ethernet interfaces defined by `cfgNlmMonInterfaces`. If at least
one interface in the list specified is up the monitor is
considered up.
* **icmp(1)** monitor pings periodically the destination defined by
`cfgNlmMonDestination`. If the destination does reply to the ECHO
request within the `cfgNlmMonInterval` the monitor is considered
up.
* **wlan(2)** monitor listens to link status events of the wireless
interface defined by `cfgNlmMonInterfaces`.
The wlan monitor consists of 3 components:
**Long Handoff Detector** - Triggers when after disassociation no
authorization event is detected within the configured time in
`cfgNlmMonInterval`.
**Scan Loop Detector** - Triggers immediately on trap 415. This
happens if there is no AP or only a single AP which stays
below/above the Handoff thresholds. This trap is only generated
when `cfgWlanHoProfile` is set to 2 or higher.
**Handoff Loop Detector** - Triggers if there have been
`cfgNlmMonCount` number of Handoff events within
`cfgNlmMonCount` * (`cfgNlmMonInterval` + `cfgNlmMonScanLoopInterval`).
The wlan monitor recovers:
**Long Handoff Detector** - Immediately after the next successful
authorization.
**Scan Loop Detector** - After the time of the last 415 trap
event + the configured `cfgNlmMonScanLoopInterval`. When down,
this is checked regularly in `cfgNlmMonScanLoopInterval`
intervals.
**Handoff Loop Detector** - When there are less than
`cfgNlmMonCount` Handoff events within the time-window
`cfgNlmMonCount` * (`cfgNlmMonInterval` + `cfgNlmMonScanLoopInterval`).
When down, this is checked regularly in
`cfgNlmMonScanLoopInterval` intervals.
**Note**: WLAN monitor is supported for 802.11n products only.
Applies to AP and STA.
Context
- MIB
- WESTERMO-SW6-MIB
- OID
.1.3.6.1.4.1.16177.1.400.1.1.40.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cfgNlmMonitorTableEntry
- Table
- cfgNlmMonitorTable
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | phy |
1 | icmp |
2 | wlan |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cfgNlmMonIndex Entry index of Table. | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.1 |
| cfgNlmMonUpAction NLM 'up' state monitor action.
The action is executed on a monitor-state transition to 'up'.
Set to 0 to disable (i.e. no action).
Sup… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.10 |
| cfgNlmMonDownAction NLM 'down' state monitor script.
The action is executed on a monitor-state transition to 'down'.
Set to 0 to disable (i.e. no action).
… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.11 |
| cfgNlmMonScanLoopInterval Scan loop debounce interval in milliseconds.
If set to non-zero it will mark interface 'down' after
receiving scan loop trap 415 and mark it 'up' after
scan loop in… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.12 |
| cfgNlmMonEnabled Enable this entry in the monitor list.
Applies to AP and STA. | column | Enumeration | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.2 |
| cfgNlmMonInterval Execution interval of this monitor in milliseconds.
In case of an event driven monitor (e.g. `cfgNlmMonType` set to
**wlan(2)**), this defines a timeout.
… | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.3 |
| cfgNlmMonCount NLM monitor counter.
The number of times the measured criteria has to be down, until
the monitor is reported as down.
Applies to AP and STA. | column | Integer32 | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.4 |
| cfgNlmMonInterfaces NLM monitor interface(s).
This parameter specifies the name of the interface(s)
which is/are to be monitored.
For the type **phy(0)** multiple interf… | column | OctetString | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.6 |
| cfgNlmMonDestination NLM monitor destination.
This parameter specifies the IPv4 address which is to be monitored.
It will only be used when `cfgNlmMonType` is set to **ic… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.16177.1.400.1.1.40.2.1.7 |