IGMP-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: IGMP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
igmpMIB | 1.3.6.1.3.59 |
The MIB module for IGMP Management. |
||
igmpMIBObjects | 1.3.6.1.3.59.1 | |||
igmp | 1.3.6.1.3.59.1.1 | |||
igmpInterfaceTable | 1.3.6.1.3.59.1.1.1 | no-access |
The (conceptual) table listing the interfaces on which IGMP is enabled. |
|
1.3.6.1.3.59.1.1.1.1 | no-access |
An entry (conceptual row) representing an interface on which IGMP is enabled. |
||
igmpInterfaceIfIndex | 1.3.6.1.3.59.1.1.1.1.1 | integer32 | no-access |
The interface for which IGMP is enabled. |
igmpInterfaceQueryInterval | 1.3.6.1.3.59.1.1.1.1.2 | integer32 | read-only |
The frequency at which IGMP Host-Query packets are transmitted on this interface. |
igmpInterfaceStatus | 1.3.6.1.3.59.1.1.1.1.3 | rowstatus | read-only |
The activation of a row enables IGMP on the interface. The destruction of a row disables IGMP on the interface. |
igmpInterfaceVersion | 1.3.6.1.3.59.1.1.1.1.4 | integer | read-only |
The version of IGMP which is running on this interface. This object can be used to configure a router capable of running either value. For IGMP to function correctly, all routers on a LAN must be configured to run the same version of IGMP on that LAN. Enumeration: 'version1': 1, 'version2': 2. |
igmpInterfaceQuerier | 1.3.6.1.3.59.1.1.1.1.5 | ipaddress | read-only |
The address of the IGMP Querier on the IP subnet to which this interface is attached. |
igmpInterfaceQueryMaxResponseTime | 1.3.6.1.3.59.1.1.1.1.6 | integer32 | read-only |
The maximum query response time advertised in IGMPv2 queries on this interface. |
igmpInterfaceQuerierPresentTimeout | 1.3.6.1.3.59.1.1.1.1.7 | integer32 | read-only |
A timeout interval. If no IGMPv2 queries are heard on this interface within this timeout interval, the local router will take over the Querier on the IP subnet to which this interface is attached. This object is now deprecated, since its value can be derived from igmpInterfaceRobustness. |
igmpInterfaceLeaveEnabled | 1.3.6.1.3.59.1.1.1.1.8 | truthvalue | read-only |
An indication of whether the processing of IGMPv2 Leave messages is enabled on this interface. This object is now deprecated since it must be true when igmpInterfaceVersion is version2, and must be false when it is version1 to comply with the IGMP specfication. |
igmpInterfaceVersion1QuerierTimer | 1.3.6.1.3.59.1.1.1.1.9 | integer32 | read-only |
The time remaining until the host assumes that there are no IGMPv1 routers present on the interface. While this is non-zero, the host will reply to all queries with version 1 membership reports. |
igmpInterfaceWrongVersionQueries | 1.3.6.1.3.59.1.1.1.1.10 | counter32 | read-only |
The number of queries received whose IGMP version does not match igmpInterfaceVersion. IGMP requires that all routers on a LAN be configured to run the same version of IGMP. Thus, if any queries are received with the wrong version, this indicates a configuration error. |
igmpInterfaceJoins | 1.3.6.1.3.59.1.1.1.1.11 | counter32 | read-only |
The number of times a group membership has been added on this interface; that is, the number of times an entry for this interface has been added to the Cache Table. This object gives an indication of the amount of IGMP activity over time. |
igmpInterfaceLeaves | 1.3.6.1.3.59.1.1.1.1.12 | counter32 | read-only |
The number of times a group membership has been removed from this interface; that is, the number of times an entry for this interface has been deleted from the Cache Table. This object is deprecated since its value cannot be usefully compared with igmpInterfaceJoins to get the number of groups joined. Instead, igmpInterfaceGroups gives the number of groups joined, which may be compared with igmpInterfaceJoins to derive the number of leaves. |
igmpInterfaceGroups | 1.3.6.1.3.59.1.1.1.1.13 | gauge32 | read-only |
The current number of entries for this interface in the Cache Table. |
igmpInterfaceRobustness | 1.3.6.1.3.59.1.1.1.1.14 | integer32 | read-only |
The Robustness Variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to be lossy, the Robustness Variable may be increased. IGMP is robust to (Robustness Variable-1) packet losses. |
igmpCacheTable | 1.3.6.1.3.59.1.1.2 | no-access |
The (conceptual) table listing the IP multicast groups for which there are members on a particular interface. |
|
1.3.6.1.3.59.1.1.2.1 | no-access |
An entry (conceptual row) in the igmpCacheTable. |
||
igmpCacheAddress | 1.3.6.1.3.59.1.1.2.1.1 | ipaddress | no-access |
The IP multicast group address for which this entry contains information. |
igmpCacheIfIndex | 1.3.6.1.3.59.1.1.2.1.2 | integer32 | no-access |
The interface for which this entry contains information for an IP multicast group address. |
igmpCacheSelf | 1.3.6.1.3.59.1.1.2.1.3 | truthvalue | read-only |
An indication of whether the local system is a member of this group address on this interface. |
igmpCacheLastReporter | 1.3.6.1.3.59.1.1.2.1.4 | ipaddress | read-only |
The IP address of the source of the last membership report received for this IP Multicast group address on this interface. If no membership report has been received, this object has the value 0.0.0.0. |
igmpCacheUpTime | 1.3.6.1.3.59.1.1.2.1.5 | timeticks | read-only |
The time since the system joined this group address, or zero if the system is not currently a member. |
igmpCacheExpiryTime | 1.3.6.1.3.59.1.1.2.1.6 | timeticks | read-only |
The minimum amount of time remaining before this entry will be aged out. |
igmpCacheStatus | 1.3.6.1.3.59.1.1.2.1.7 | rowstatus | read-only |
The status of this entry. |
igmpCacheVersion1HostTimer | 1.3.6.1.3.59.1.1.2.1.8 | integer32 | read-only |
The time remaining until the local router will assume that there are no longer any IGMP version 1 members on the IP subnet attached to this interface. Upon hearing any IGMPv1 Membership Report, this value is reset to the group membership timer. While this time remaining is non-zero, the local router ignores any IGMPv2 Leave messages for this group that it receives on this interface. |
igmpMIBConformance | 1.3.6.1.3.59.2 | |||
igmpMIBCompliances | 1.3.6.1.3.59.2.1 | |||
igmpV1HostMIBCompliance | 1.3.6.1.3.59.2.1.1 |
The compliance statement for hosts running IGMPv1 and implementing the IGMP MIB. |
||
igmpV1RouterMIBCompliance | 1.3.6.1.3.59.2.1.2 |
The compliance statement for routers running IGMPv1 and implementing the IGMP MIB. |
||
igmpV2HostMIBCompliance | 1.3.6.1.3.59.2.1.3 |
The compliance statement for hosts running IGMPv2 and implementing the IGMP MIB. |
||
igmpV2RouterMIBCompliance | 1.3.6.1.3.59.2.1.4 |
The compliance statement for routers running IGMPv2 and implementing the IGMP MIB. |
||
igmpMIBGroups | 1.3.6.1.3.59.2.2 | |||
igmpBaseMIBGroup | 1.3.6.1.3.59.2.2.1 |
The basic collection of objects providing management of IGMP version 1 or 2. |
||
igmpRouterMIBGroup | 1.3.6.1.3.59.2.2.2 |
A collection of additional objects for management of IGMP version 1 or 2 in routers. |
||
igmpV2HostMIBGroup | 1.3.6.1.3.59.2.2.3 |
A collection of additional objects for management of IGMP version 2 in hosts. |
||
igmpRouterVersion2MIBGroup | 1.3.6.1.3.59.2.2.4 |
A collection of additional objects for management of IGMP version 2 in routers. This group has been obsoleted by igmpV2RouterMIBGroup. |
||
igmpV2RouterMIBGroup | 1.3.6.1.3.59.2.2.5 |
A collection of additional objects for management of IGMP version 2 in routers. |