All MIBs › IGMP-MIB › igmpCacheUpTime
igmpCacheUpTime
Module: IGMP-MIB
OID (symbolic): IGMP-MIB::igmpCacheUpTime
OID (numeric): 1.3.6.1.3.59.1.1.2.1.5
Node type: OBJECT-TYPE
Type: TimeTicks
Access: read-only
Description:
The time since the system joined this group address, or zero if the system is not currently a member.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.59.1.1.2.1.5 snmpwalk -v2c -c public <target> IGMP-MIB::igmpCacheUpTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.59.1.1.2.1.5.1 snmpget -v2c -c public <target> IGMP-MIB::igmpCacheUpTime.1
How to Use in IPNetwork Monitor
Select a device implementing IGMP-MIB as the target host to create a monitor — the SNMP service should be up and running on it. Click New Monitor, then check SNMP Custom on the Favorites tab, click Next, and confirm the host. On the next page, click Select... to open the built-in SNMP MIB Browser and locate igmpCacheUpTime under the igmpCacheEntry branch of IGMP-MIB, selecting the specific row/instance you want to monitor since this is a table column, then select it and click OK. It reports, in TimeTicks, how long the system has been a member of this IGMP multicast group — a value of 0 means it is not currently a member. On the monitor's Main parameters page you can set the target's SNMP port (default 161), credentials, polling interval, and other settings — see the SNMP Monitor help for details. On the State conditions and Alerting tabs, configure when the monitor should change state and trigger an alert; since this is a TimeTicks-type OID, Value bounds is the most useful condition here — trigger an alert if the value unexpectedly drops to 0 for a group your applications rely on, indicating group membership was lost. Click Finish to create the monitor; you can adjust any parameter later.
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.3 | experimental | DASAN-DHCP-MIB |
| 1.3.6.1.3.59 | igmpMIB | IGMP-MIB |
| 1.3.6.1.3.59.1 | igmpMIBObjects | IGMP-MIB |
| 1.3.6.1.3.59.1.1 | igmp | IGMP-MIB |
| 1.3.6.1.3.59.1.1.2 | igmpCacheTable | IGMP-MIB |
| 1.3.6.1.3.59.1.1.2.1 | igmpCacheEntry | IGMP-MIB |
| 1.3.6.1.3.59.1.1.2.1.5 | igmpCacheUpTime | IGMP-MIB |