All MIBs › CDMIPController › cdmipIgmpClientState
cdmipIgmpClientState
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipIgmpClientState
OID (numeric): 1.3.6.1.4.1.6247.4.5.1.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The current state of the multicast group. Possible states are: 1. Idle. 2. Active. 3. Closing.
What is cdmipIgmpClientState?
This reports the current lifecycle state of a specific multicast group entry: idle, actively receiving traffic, or in the process of closing down. Watching this transition from active to closing is how an admin confirms a multicast stream is being properly torn down, for example after the last receiver leaves the group, rather than lingering and consuming satellite bandwidth for a stream nobody is watching anymore. A group stuck showing active(2) long after all downstream viewers should have left would suggest the modem is not correctly detecting IGMP leave messages, wasting satellite bandwidth on an unwatched stream.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.5.1.1.1.3 snmpwalk -v2c -c public <target> CDMIPController::cdmipIgmpClientState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.5.1.1.1.3.1 snmpget -v2c -c public <target> CDMIPController::cdmipIgmpClientState.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipIgmpClientState OID value, configure state conditions and alerts, and monitor any Comtech EF Data satellite modems from a single console.
OID Breakdown
Upper-level ancestors (7 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 |
| 1.3.6.1.4.1.6247 | comtechEFData | ComtechEFData |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6247.4 | cdmipController | CDMIPController |
| 1.3.6.1.4.1.6247.4.5 | cdmipProtocols | CDMIPController |
| 1.3.6.1.4.1.6247.4.5.1 | cdmipIgmpConfig | CDMIPController |
| 1.3.6.1.4.1.6247.4.5.1.1 | cdmipIgmpTable | CDMIPController |
| 1.3.6.1.4.1.6247.4.5.1.1.1 | cdmipIgmpEntry | CDMIPController |
| 1.3.6.1.4.1.6247.4.5.1.1.1.3 | cdmipIgmpClientState | CDMIPController |