MIBs Depot

IPV6-MLD-MIB

Registered at
1.3.6.1.2.1.91
Last updated
2001-01-25 00:00
Organization
IETF IPNGWG Working Group.
Revisions
2001-01-25 00:00
Namespace
standard
Source file
IPV6-MLD-MIB
Digest
sha256:fbeb85299b9b36ac261dfddb6ba490cb459c16ea30d11c92b74afea2d9a21b42

Description

The MIB module for MLD Management.

Contact

Brian Haberman Nortel Networks 4309 Emperor Blvd. Durham, NC 27703 USA Phone: +1 919 992 4439 e-mail: haberman@nortelnetworks.com

Imports

FromSymbols
IF-MIBInterfaceIndex, InterfaceIndexOrZero
INET-ADDRESS-MIBInetAddressIPv6
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso, mib-2
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
IPV6-MLD-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
mldMIBObjects
OBJECT-IDENTITY
1.3.6.1.2.1.91.1
mldInterfaceTable
OBJECT-TYPE
The (conceptual) table listing the interfaces on which MLD is enabled.
1.3.6.1.2.1.91.1.1not-accessiblecurrent
mldInterfaceEntry
OBJECT-TYPE
An entry (conceptual row) representing an interface on which MLD is enabled.
1.3.6.1.2.1.91.1.1.1not-accessiblecurrent
mldInterfaceIfIndex
OBJECT-TYPE
The internetwork-layer interface value of the interface for which MLD is enabled.
1.3.6.1.2.1.91.1.1.1.1InterfaceIndexnot-accessiblecurrent
mldInterfaceQueryInterval
OBJECT-TYPE
The frequency at which MLD Host-Query packets are transmitted on this interface.
1.3.6.1.2.1.91.1.1.1.2Unsigned32read-createcurrent
mldInterfaceStatus
OBJECT-TYPE
The activation of a row enables MLD on the interface. The destruction of a row disables MLD on the interface.
1.3.6.1.2.1.91.1.1.1.3RowStatusread-createcurrent
mldInterfaceVersion
OBJECT-TYPE
The version of MLD which is running on this interface. This object is a place holder to allow for new versions of MLD to be introduced. Version 1 of MLD is defined in RFC 2710.
1.3.6.1.2.1.91.1.1.1.4Unsigned32read-createcurrent
mldInterfaceQuerier
OBJECT-TYPE
The address of the MLD Querier on the IPv6 subnet to which this interface is attached.
1.3.6.1.2.1.91.1.1.1.5InetAddressIPv6 (SIZE(16))read-onlycurrent
mldInterfaceQueryMaxResponseDelay
OBJECT-TYPE
The maximum query response time advertised in MLD queries on this interface.
1.3.6.1.2.1.91.1.1.1.6Unsigned32read-createcurrent
mldInterfaceJoins
OBJECT-TYPE
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 MLD activity over time.
1.3.6.1.2.1.91.1.1.1.7Counter32read-onlycurrent
mldInterfaceGroups
OBJECT-TYPE
The current number of entries for this interface in the Cache Table.
1.3.6.1.2.1.91.1.1.1.8Gauge32read-onlycurrent
mldInterfaceRobustness
OBJECT-TYPE
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. MLD is robust to (Robustness Variable-1) packet losses. The discussion of the Robustness Variable is in Section 7.1 of RFC 2710.
1.3.6.1.2.1.91.1.1.1.9Unsigned32read-createcurrent
mldInterfaceLastListenQueryIntvl
OBJECT-TYPE
The Last Member Query Interval is the Max Response Delay inserted into Group-Specific Queries sent in response to Leave Group messages, and is also the amount of time between Group-Specific Query messages. This value may be tuned to modify the leave latency of the network. A reduced value results in reduced time to detect the loss of the last member of a group.
1.3.6.1.2.1.91.1.1.1.10Unsigned32read-createcurrent
mldInterfaceProxyIfIndex
OBJECT-TYPE
Some devices implement a form of MLD proxying whereby memberships learned on the interface represented by this row, cause MLD Multicast Listener Reports to be sent on the internetwork-layer interface identified by this object. Such a device would implement mldRouterMIBGroup only on its router interfaces (those interfaces with non-zero mldInterfaceProxyIfIndex). Typically, the value of this object is 0, indicating that no proxying is being done.
1.3.6.1.2.1.91.1.1.1.11InterfaceIndexOrZeroread-createcurrent
mldInterfaceQuerierUpTime
OBJECT-TYPE
The time since mldInterfaceQuerier was last changed.
1.3.6.1.2.1.91.1.1.1.12TimeTicksread-onlycurrent
mldInterfaceQuerierExpiryTime
OBJECT-TYPE
The time remaining before the Other Querier Present Timer expires. If the local system is the querier, the value of this object is zero.
1.3.6.1.2.1.91.1.1.1.13TimeTicksread-onlycurrent
mldCacheTable
OBJECT-TYPE
The (conceptual) table listing the IPv6 multicast groups for which there are members on a particular interface.
1.3.6.1.2.1.91.1.2not-accessiblecurrent
mldCacheEntry
OBJECT-TYPE
An entry (conceptual row) in the mldCacheTable.
1.3.6.1.2.1.91.1.2.1not-accessiblecurrent
mldCacheAddress
OBJECT-TYPE
The IPv6 multicast group address for which this entry contains information.
1.3.6.1.2.1.91.1.2.1.1InetAddressIPv6 (SIZE(16))not-accessiblecurrent
mldCacheIfIndex
OBJECT-TYPE
The internetwork-layer interface for which this entry contains information for an IPv6 multicast group address.
1.3.6.1.2.1.91.1.2.1.2InterfaceIndexnot-accessiblecurrent
mldCacheSelf
OBJECT-TYPE
An indication of whether the local system is a member of this group address on this interface.
1.3.6.1.2.1.91.1.2.1.3TruthValueread-createcurrent
mldCacheLastReporter
OBJECT-TYPE
The IPv6 address of the source of the last membership report received for this IPv6 Multicast group address on this interface. If no membership report has been received, this object has the value 0::0.
1.3.6.1.2.1.91.1.2.1.4InetAddressIPv6 (SIZE(16))read-onlycurrent
mldCacheUpTime
OBJECT-TYPE
The time elapsed since this entry was created.
1.3.6.1.2.1.91.1.2.1.5TimeTicksread-onlycurrent
mldCacheExpiryTime
OBJECT-TYPE
The minimum amount of time remaining before this entry will be aged out. A value of 0 indicates that the entry is only present because mldCacheSelf is true and that if the router left the group, this entry would be aged out immediately. Note that some implementations may process Membership Reports from the local system in the same way as reports from other hosts, so a value of 0 is not required.
1.3.6.1.2.1.91.1.2.1.6TimeTicksread-onlycurrent
mldCacheStatus
OBJECT-TYPE
The status of this row, by which new entries may be created, or existing entries deleted from this table.
1.3.6.1.2.1.91.1.2.1.7RowStatusread-createcurrent
mldMIBConformance
OBJECT-IDENTITY
1.3.6.1.2.1.91.2
mldMIBCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.91.2.1
mldMIBGroups
OBJECT-IDENTITY
1.3.6.1.2.1.91.2.2

Conformance

NameOIDStatus
mldHostMIBCompliance
MODULE-COMPLIANCE
The compliance statement for hosts running MLD and implementing the MLD MIB.
1.3.6.1.2.1.91.2.1.1current
mldRouterMIBCompliance
MODULE-COMPLIANCE
The compliance statement for routers running MLD and implementing the MLD MIB.
1.3.6.1.2.1.91.2.1.2current
mldBaseMIBGroup
OBJECT-GROUP
The basic collection of objects providing management of MLD. The mldBaseMIBGroup is designed to allow for the manager creation and deletion of MLD cache entries.
1.3.6.1.2.1.91.2.2.1current
mldRouterMIBGroup
OBJECT-GROUP
A collection of additional objects for management of MLD in routers.
1.3.6.1.2.1.91.2.2.2current
mldHostMIBGroup
OBJECT-GROUP
A collection of additional objects for management of MLD in hosts.
1.3.6.1.2.1.91.2.2.3current
mldProxyMIBGroup
OBJECT-GROUP
A collection of additional objects for management of MLD proxy devices.
1.3.6.1.2.1.91.2.2.4current