- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
09-IPV6-MLD-MIB | 108.96 KB |
Contents
IPV6-MLD-MIB
About this MIB
Use this table to manage MLD.
This MIB contains the following tables:
● MLD interface table—Each row contains an interface that is enabled with MLD.
● MLD cache table—Each row contains an IPv6 multicast group that has members on an interface.
The tables are intended to be implemented by hosts and routers. However, some objects in the tables are applicable only to routers.
MIB file name
rfc3019-ipv6-mld.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).mldMIB(91)
Tabular objects
mldInterfaceTable
About this table
This table contains an interface that is enabled with MLD.
Support for operations
Create:Supported
Edit/Modify:Supported
Delete:Supported
Read:Supported
Columns
The table index is mldInterfaceIfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mldInterfaceIfIndex (1.3.6.1.2.1.91.1.1.1.1) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Index of an interface enabled with MLD. |
As per the MIB. |
mldInterfaceQueryInterval (1.3.6.1.2.1.91.1.1.1.2) |
read-create |
Unsigned32 |
Unsigned32(1..31744) |
General query interval, in seconds. |
Value range: 1 to 31744. |
mldInterfaceStatus (1.3.6.1.2.1.91.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). |
mldInterfaceVersion (1.3.6.1.2.1.91.1.1.1.4) |
read-create |
Unsigned32 |
Standard MIB values. |
MLD version. |
Value range: 1 to 2. |
mldInterfaceQuerier (1.3.6.1.2.1.91.1.1.1.5) |
read-only |
InetAddressIPv6 |
OCTET STRING(16) |
IP address of the MLD querier on the subnet to which the interface is attached. |
As per the MIB. |
mldInterfaceQueryMaxResponseDelay (1.3.6.1.2.1.91.1.1.1.6) |
read-create |
Unsigned32 |
Unsigned32(1..3174) |
Maximum response time, in seconds. |
Value range: 1 to 3174. |
mldInterfaceJoins (1.3.6.1.2.1.91.1.1.1.7) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of times a group membership has been added on the interface. |
As per the MIB. |
mldInterfaceGroups (1.3.6.1.2.1.91.1.1.1.8) |
read-only |
Gauge32 |
INTEGER(0..4294967295) |
Number of group entries on the interface. |
As per the MIB. |
mldInterfaceRobustness (1.3.6.1.2.1.91.1.1.1.9) |
read-create |
Unsigned32 |
Unsigned32(1..255) |
Robustness variable. |
Value range: 1 to 155. |
mldInterfaceLastListenQueryIntvl (1.3.6.1.2.1.91.1.1.1.10) |
read-create |
Unsigned32 |
Unsigned32(1..25) |
Last member query interval, in seconds. |
Value range: 1 to 25. |
mldInterfaceProxyIfIndex (1.3.6.1.2.1.91.1.1.1.11) |
read-create |
InterfaceIndexOrZero |
Integer32(0..2147483647) |
Index of the interface that acts as the proxy. |
Supports only the read operation. |
mldInterfaceQuerierUpTime (1.3.6.1.2.1.91.1.1.1.12) |
read-only |
Timeticks |
Standard MIB values. |
Time elapsed since the MLD querier was changed. |
As per the MIB. |
mldInterfaceQuerierExpiryTime (1.3.6.1.2.1.91.1.1.1.13) |
read-only |
Timeticks |
Standard MIB values. |
Time remaining before the other querier present timer expires. |
As per the MIB. |
mldCacheTable
About this table
This table contains IPv6 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 mldCacheAddress and mldCacheIfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mldCacheAddress (1.3.6.1.2.1.91.1.2.1.1) |
not-accessible |
InetAddressIPv6 |
OCTET STRING (16) |
IPv6 address of a multicast group. |
As per the MIB. |
mldCacheIfIndex (1.3.6.1.2.1.91.1.2.1.2) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Index of an interface that has members of the IPv6 multicast group. |
As per the MIB. |
mldCacheSelf (1.3.6.1.2.1.91.1.2.1.3) |
read-create |
TruthValue |
false(2) |
whether the local system is a member of the group address on the interface. |
Supports only the read operation. Supports only false(2). |
mldCacheLastReporter (1.3.6.1.2.1.91.1.2.1.4) |
read-only |
InetAddressIPv6 |
OCTET STRING (16) |
IPv6 address of the last host that joined the multicast group. |
As per the MIB. |
mldCacheUpTime (1.3.6.1.2.1.91.1.2.1.5) |
read-only |
Timeticks |
Standard MIB values. |
Time elapsed since this entry was created. |
As per the MIB. |
mldCacheExpiryTime (1.3.6.1.2.1.91.1.2.1.6) |
read-only |
Timeticks |
Standard MIB values. |
Time remaining before this entry ages out. |
As per the MIB. |
mldCacheStatus (1.3.6.1.2.1.91.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. |