MLD-SNOOPING-MIB
AI MIB Summary
The MLD-SNOOPING-MIB provides management access to Multicast Listener Discovery snooping parameters and operational states on proprietary enterprise network devices. It enables monitoring of multicast group membership, snooping table entries, and interface-specific filtering configurations to control Layer 2 multicast traffic forwarding.
The Structure of MLD snooping management for the proprietary enterprise.
Main OID:
swMldSnpMIB.dlink-common-mgmt.34
48
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
48 total| Object Name |
|---|
swMldSnpMIBThe Structure of MLD snooping management for the
proprietary enterprise. MODULE-IDENTITY .dlink-common-mgmt.34 |
swMldSnpCtrl OBJECT IDENTIFIER .dlink-common-mgmt.34.1 |
swMldSnoopingGlobalStateThis object indicates if the MLD snooping capture function
is enabled or disabled.rw Enumeration .dlink-common-mgmt.34.1.1 |
swMldSnoopingMcstRTOnlySpecifies that the switch should forward all multicast traffic to a
multicast-enabled IPv6 router only.rw Enumeration .dlink-common-mgmt.34.1.2 |
swMldSnpInfo OBJECT IDENTIFIER .dlink-common-mgmt.34.2 |
swMldSnpMgmt OBJECT IDENTIFIER .dlink-common-mgmt.34.3 |
swMldSnoopingMaxSupportedVlansMaximum number of VLANs in the MLD snooping table
(swMldSnoopingCtrlTable).ro INTEGER .dlink-common-mgmt.34.3.1 |
swMldSnoopingCtrlTableThe table controls the VLAN's MLD function. Its scale depends
on the current VLAN state (swL2VlanInfoStatus). If the VLAN is in
disabled mode, there is only one entry in the table, with
index 1. If the VLAN is in Port-Base or 802.1q mode, the number of
entries can be up to 12, with an index range from 1 to 12. SEQUENCE OF SwMldSnoopingCtrlEntry .dlink-common-mgmt.34.3.2 |
swMldSnoopingCtrlEntryThe entry in MLD control table (swMldSnoopingCtrlTable). The entry
is effective only when MLD capture switch
(swMldSnoopingGlobalState) is enabled. SwMldSnoopingCtrlEntry .dlink-common-mgmt.34.3.2.1 |
swMldSnoopingCtrlVidThis object indicates the MLD control entry's VLAN ID. If the VLAN
is disabled, the VID is always 0 and cannot be changed by
management users. If VLAN is in Port-Base mode, the VID is
arranged from 1 to 12, fixed form. If VLAN is in 802.1q mode,
the VID setting can vary from 1 to 4094 by the management user, and
the VID in each entry must be unique in the MLD Control Table.ro INTEGER .dlink-common-mgmt.34.3.2.1.1 |
swMldSnoopingQueryIntervalThe frequency at which MLD Host-Query packets are
transmitted on this switch.rw INTEGER .dlink-common-mgmt.34.3.2.1.2 |
swMldSnoopingMaxResponseTimeThe maximum query response time on this switch.rw INTEGER .dlink-common-mgmt.34.3.2.1.3 |
swMldSnoopingRobustnessThe Robustness Variable allows tuning for the expected
packet loss on a subnet. If a subnet is expected to have
a high loss, the Robustness Variable may be increased. MLD is
robust to (Robustness Variable-1) packet losses.rw INTEGER .dlink-common-mgmt.34.3.2.1.4 |
swMldSnoopingLastMemberQueryIntervalThe Last Member Query Interval is the Max Response Time
inserted into Group-Specific Queries sent in response to
Leave Group messages and is also the amount of time between
Group-Specific Query messages.rw INTEGER .dlink-common-mgmt.34.3.2.1.5 |
swMldSnoopingHostTimeoutThe timer value for sending a MLD query packet when none were
sent by the host in the LAN. The timer works on a per-VLAN basis.
Our device will be activated to send a query message if the
timer has expired.rw INTEGER .dlink-common-mgmt.34.3.2.1.6 |
swMldSnoopingRouteTimeoutThe Router Timeout is how long a host must wait after hearing
a Query before it sends any MLD messages.rw INTEGER .dlink-common-mgmt.34.3.2.1.7 |
swMldSnoopingDoneTimerWhen a querier receives a Leave Group message for a group that
has group members on the reception interface, it sends
Group-Specific Queries swMldSnoopingDoneTimer to the group
that is left.rw INTEGER .dlink-common-mgmt.34.3.2.1.8 |
swMldSnoopingQueryStateThis object decides if the MLD query is enabled or disabled.rw Enumeration .dlink-common-mgmt.34.3.2.1.9 |
swMldSnoopingCurrentStateThis object indicates the current MLD query state.ro Enumeration .dlink-common-mgmt.34.3.2.1.10 |
swMldSnoopingCtrlStateThis object indicates the status of this entry.
other(1) - this entry is currently in use but the conditions under
which it will remain so are different for each of the following
values.
disable(2) - MLD function is disabled for this entry.
enable(3) - MLD function is enabled for this entry.rw Enumeration .dlink-common-mgmt.34.3.2.1.11 |
swMldSnoopingFastDoneStateThis object indicates the fast_leave status of this entry.
other(1) - this entry is currently in use but the conditions under
which it will remain so are different for each of the following
values.
disable(2) - MLD fast-done function is disabled for this entry.
enable(3) - MLD fast-done function is enabled for this entry.rw Enumeration .dlink-common-mgmt.34.3.2.1.12 |
swMldSnoopingVersionThis object indicates the MLD version of this entry.
If the MLD version is configured with a lower version, the higher
version's MLD Report/Leave messages will be ignored.rw Enumeration .dlink-common-mgmt.34.3.2.1.13 |
swMldSnoopingGroupInfoTableThe table contains the current MLD snooping information captured by
this device, provided that swMldSnoopingGlobalState and
swMldSnoopingCtrlState of associated VLAN entries are all enabled. Note
that the priority of MLD table entries is lower than the Filtering
Table, i.e. if there is a table hash collision between the
entries of the MLD Table and the Filtering Table inside the switch H/W
address table, then the Filtering Table entry overwrites the
colliding entry of the MLD snooping Table.obsolete SEQUENCE OF SwMldSnoopingGroupInfoEntry .dlink-common-mgmt.34.3.3 |
swMldSnoopingGroupInfoEntryInformation about current MLD information which has been captured
by this device, provided that swMldSnoopingGlobalState and
swMldSnoopingCtrlState of the associated VLAN entries are all enabled.obsolete SwMldSnoopingGroupInfoEntry .dlink-common-mgmt.34.3.3.1 |
swMldSnoopingGroupInfoVidThis object indicates the VID of an individual MLD table entry.
It shows the VID of MLD report information that has been captured
on the network.roobsolete INTEGER .dlink-common-mgmt.34.3.3.1.1 |
swMldSnoopingGroupInfoIpAddrThis object identifies the group IP address which is captured from
the MLD packet, on a per-VLAN basis.roobsolete Ipv6Address .dlink-common-mgmt.34.3.3.1.2 |
swMldSnoopingGroupInfoMacAddrThis object identifies the MAC addresses that correspond
to swMldSnoopingGroupInfoIpAddr, on a per-VLAN basis.roobsolete MacAddress (SNMPv2-TC) .dlink-common-mgmt.34.3.3.1.3 |
swMldSnoopingGroupInfoPortMapThis object indicates which ports belong to the same
multicast group, on a per-VLAN basis. Each multicast group has an
octet string to indicate the port map. The most significant
bit represents the lowest numbered port, and the least
significant bit represents the highest numbered port. Thus, each
port of the switch is represented by a single bit within the
value of this object. If that bit has a value of '1' then that
port is included in the set of ports; the port is not included
if its bit has a value of '0'(Note that the setting of the bit
corresponding to the port from which a frame is received is
irrelevant). The 4 octets represent one unit port according to
its logical port. If the unit has less than 32 ports, other
ports will be set to 0.roobsolete PortList .dlink-common-mgmt.34.3.3.1.4 |
swMldSnoopingGroupInfoReportCountThis object indicates how many report packets were received by our
device corresponding with the entry when the MLD function is enabled,
on a per-VLAN basis.roobsolete INTEGER .dlink-common-mgmt.34.3.3.1.5 |
swMldSnpRouterPortsTableThis table controls the VLAN's MLD router ports function. SEQUENCE OF SwMldSnpRouterPortsEntry .dlink-common-mgmt.34.3.4 |
swMldSnpRouterPortsEntryThis entry shows the MLD router ports table (swMldSnoopingCtrlTable). SwMldSnpRouterPortsEntry .dlink-common-mgmt.34.3.4.1 |
swMldSnpRouterPortsVidThis object indicates the MLD router ports entry VLAN ID. If a VLAN
is disabled, the VID is always 0 and cannot be changed by
management users. If a VLAN is in Port-Base mode, the VID is
arranged from 1 to 12, fixed form. If a VLAN is in 802.1q mode,
the VID setting can vary from 1 to 4094 by a management user, and
the VID in each entry must be unique in the MLD ports Table.ro INTEGER .dlink-common-mgmt.34.3.4.1.1 |
swMldSnpRouterStaticPortListDisplays router ports that have been statically configured.rw PortList .dlink-common-mgmt.34.3.4.1.2 |
swMldSnpRouterDynamicPortListDisplays router ports that have been dynamically configured.ro PortList .dlink-common-mgmt.34.3.4.1.3 |
swMldSnpRouterForbiddenPortListDisplays router ports that have been configured to be forbidden.rw PortList .dlink-common-mgmt.34.3.4.1.4 |
swMldSnoopingGroupTableThe table contains the current MLD snooping information captured by
the device, provided that the swMldSnoopingGlobalState and
swMldSnoopingCtrlState of the associated VLAN entries are all enabled. Note
that the priority of the MLD table entries is lower than the Filtering
Table, i.e. if there is a table hash collision between the
entries of the MLD Table and the Filtering Table inside the switch H/W
address table, then the Filtering Table entry overwrites the
colliding entry of the MLD snooping Table. SEQUENCE OF SwMldSnoopingGroupEntry .dlink-common-mgmt.34.3.5 |
swMldSnoopingGroupEntryInformation about the current MLD information which has been captured by
the device, provided that swMldSnoopingGlobalState and
swMldSnoopingCtrlState of the associated VLAN entries are all enabled. SwMldSnoopingGroupEntry .dlink-common-mgmt.34.3.5.1 |
swMldSnoopingGroupVidThis object indicates the VID of the individual MLD table entry.
It shows the VID of the MLD report information captured on the
network.ro INTEGER .dlink-common-mgmt.34.3.5.1.1 |
swMldSnoopingGroupGroupAddrThis object identifies the group IP address which has been captured from
the MLD packet, on a per-VLAN basis.ro Ipv6Address .dlink-common-mgmt.34.3.5.1.2 |
swMldSnoopingGroupSourceAddrThis object identifies the source addresses which correspond
to swMldSnoopingGroupInfoGroupAddr, on a per-VLAN basis.ro Ipv6Address .dlink-common-mgmt.34.3.5.1.3 |
swMldSnoopingGroupIncludePortMapThis object indicates the port list under INCLUDE mode.ro PortList .dlink-common-mgmt.34.3.5.1.4 |
swMldSnoopingGroupExcludePortMapThis object indicates the port list under EXCLUDE mode.ro PortList .dlink-common-mgmt.34.3.5.1.5 |
swMldSnpForwardingTableThis table contains the MLD Snooping forwarding information. SEQUENCE OF SwMldSnpForwardingEntry .dlink-common-mgmt.34.3.6 |
swMldSnpForwardingEntryA list of information about MLD Snooping forwarding. SwMldSnpForwardingEntry .dlink-common-mgmt.34.3.6.1 |
swMldSnpVidThis object indicates the MLD Forwarding entry's VLAN ID.ro INTEGER .dlink-common-mgmt.34.3.6.1.1 |
swMldSnpSourceIpAddrThis object identifies the forwarding IP address, which is captured from
the MLD packet.ro Ipv6Address .dlink-common-mgmt.34.3.6.1.2 |
swMldSnpMutiGroupIpAddrThis object identifies the Multicast Group IP address, which is captured from
MLD packet.ro Ipv6Address .dlink-common-mgmt.34.3.6.1.3 |
swMldSnpForwardingListenPortIndicates the MLD Snooping forwarding listen port.ro PortList .dlink-common-mgmt.34.3.6.1.4 |