- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
07-IGMP-STD-MIB | 113.33 KB |
Contents
IGMP-STD-MIB
About this MIB
Use this MIB to manage IGMP.
This MIB contains the following tables:
● IGMP interface table—Each row contains an interface enabled with IGMP.
● IGMP cache table—Each row contains a multicast group for which an IGMP interface maintain membership.
These tables are intended to be implemented by hosts and routers. However, some objects in the table are applicable only to routers.
MIB file name
rfc2933-igmp-std.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).igmpStdMIB(85)
Tabular objects
igmpInterfaceTable
About this table
This table contains settings of an interface enabled with IGMP.
Support for operations
Create:Supported
Edit/Modify:Supported
Delete:Supported
Read:Supported
Columns
The table index is igmpInterfaceIfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
igmpInterfaceIfIndex (1.3.6.1.2.1.85.1.1.1.1) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Index of an interface enabled with IGMP. |
As per the MIB. |
igmpInterfaceQueryInterval (1.3.6.1.2.1.85.1.1.1.2) |
read-create |
Unsigned32 |
Unsigned32(1..31744) |
General query interval of the interface, in seconds. |
Value range: 1 to 31744. |
igmpInterfaceStatus (1.3.6.1.2.1.85.1.1.1.3) |
read-create |
RowStatus |
active(1) createAndGo(4) destroy(6) |
Row status. |
Supports only the following values: active(1), createAndGo(4), and destroy(6). createAndGo(4)—Enable IGMP on the interface. destroy(6)—Disable IGMP on the interface. |
igmpInterfaceVersion (1.3.6.1.2.1.85.1.1.1.4) |
read-create |
Unsigned32 |
Unsigned32(1..2) |
IGMP version. |
Value range: 1 to 3. |
igmpInterfaceQuerier (1.3.6.1.2.1.85.1.1.1.5) |
read-only |
IpAddress |
OCTET STRING (4) |
IP address of the IGMP querier of the subnet to which the interface is attached. |
As per the MIB. |
igmpInterfaceQueryMaxResponseTime (1.3.6.1.2.1.85.1.1.1.6) |
read-create |
Unsigned32 |
Unsigned32(10..250) |
Maximum response time, in tenth seconds. |
Value range: 10 to 250. |
igmpInterfaceQuerierUpTime (1.3.6.1.2.1.85.1.1.1.7) |
read-only |
Timeticks |
Standard MIB values. |
Time elapsed since the IGMP querier was elected. |
As per the MIB. |
igmpInterfaceQuerierExpiryTime (1.3.6.1.2.1.85.1.1.1.8) |
read-only |
Timeticks |
Standard MIB values. |
Time remaining before the IGMP querier ages out. |
As per the MIB. |
igmpInterfaceVersion1QuerierTimer (1.3.6.1.2.1.85.1.1.1.9) |
read-only |
Timeticks |
Standard MIB values. |
Time remaining until the host assumes that there are no IGMPv1 routers present on the interface. |
Not supported |
igmpInterfaceWrongVersionQueries (1.3.6.1.2.1.85.1.1.1.10) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of queries received whose IGMP version does not match the IGMP version on the interface. |
Not supported |
igmpInterfaceJoins (1.3.6.1.2.1.85.1.1.1.11) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of times a group membership has been added on this interface. |
As per the MIB. |
igmpInterfaceProxyIfIndex (1.3.6.1.2.1.85.1.1.1.12) |
read-create |
InterfaceIndexOrZero |
Integer32(0..2147483647) |
Index of the interface acting as the IGMP proxy on the interface. |
Supports only the read operation. |
igmpInterfaceGroups (1.3.6.1.2.1.85.1.1.1.13) |
read-only |
Gauge32 |
INTEGER(0..4294967295) |
Number of groups for which the interface maintains membership. |
As per the MIB. |
igmpInterfaceRobustness (1.3.6.1.2.1.85.1.1.1.14) |
read-create |
Unsigned32 |
Unsigned32(1..255) |
Robustness variable of the interface. |
As per the MIB. |
igmpInterfaceLastMembQueryIntvl (1.3.6.1.2.1.85.1.1.1.15) |
read-create |
Unsigned32 |
Unsigned32(10..250) |
Last member interface of the interface, in tenth seconds. |
Value range: 10 to 250. |
igmpCacheTable
About this table
This table contains multicast groups for which there are members on an interface.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are igmpCacheAddress and igmpCacheIfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
igmpCacheAddress (1.3.6.1.2.1.85.1.2.1.1) |
not-accessible |
IpAddress |
OCTET STRING (4) |
IP multicast group address. |
As per the MIB. |
igmpCacheIfIndex (1.3.6.1.2.1.85.1.2.1.2) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Interface for which this entry contains information for an IP multicast group address. |
As per the MIB. |
igmpCacheSelf (1.3.6.1.2.1.85.1.2.1.3) |
read-create |
TruthValue |
false(2) |
Whether the local system is a member of this group address on this interface. |
Supports only the read operation. Supports only false(2). |
igmpCacheLastReporter (1.3.6.1.2.1.85.1.2.1.4) |
read-only |
IpAddress |
OCTET STRING (4) |
IP address of the source of the last membership report received for this IP Multicast group address on this interface. |
As per the MIB. |
igmpCacheUpTime (1.3.6.1.2.1.85.1.2.1.5) |
read-only |
Timeticks |
Standard MIB values. |
Time elapsed since this entry was created. |
As per the MIB. |
igmpCacheExpiryTime (1.3.6.1.2.1.85.1.2.1.6) |
read-only |
Timeticks |
Standard MIB values. |
Minimum amount of time remaining before this entry ages out. |
As per the MIB. |
igmpCacheStatus (1.3.6.1.2.1.85.1.2.1.7) |
read-create |
RowStatus |
active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) |
Row status. |
Supports only the read operation. |
igmpCacheVersion1HostTimer (1.3.6.1.2.1.85.1.2.1.8) |
read-only |
TimeTicks |
Standard MIB values. |
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. |
As per the MIB. |