IGMPV3-MIB

File: IGMPV3-MIB.mib (22901 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
SNMPv2-CONF IF-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Counter32 Gauge32 IpAddress
Unsigned32 Integer32 TimeTicks
InetAddress InetAddressType RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndexOrZero InterfaceIndex dlink-common-mgmt

Defined Types

MgmdRouterInterfaceEntry  
SEQUENCE    
  mgmdRouterInterfaceIfIndex InterfaceIndex
  mgmdRouterInterfaceQuerierType InetAddressType
  mgmdRouterInterfaceQuerier InetAddress
  mgmdRouterInterfaceQueryInterval Unsigned32
  mgmdRouterInterfaceStatus RowStatus
  mgmdRouterInterfaceVersion Unsigned32
  mgmdRouterInterfaceQueryMaxResponseTime Unsigned32
  mgmdRouterInterfaceQuerierUpTime TimeTicks
  mgmdRouterInterfaceQuerierExpiryTime TimeTicks
  mgmdRouterInterfaceRobustness Unsigned32
  mgmdRouterInterfaceLastMembQueryIntvl Unsigned32

MgmdRouterCacheEntry  
SEQUENCE    
  mgmdRouterCacheAddressType InetAddressType
  mgmdRouterCacheIfIndex InterfaceIndex
  mgmdRouterCacheAddress InetAddress
  mgmdRouterCacheLastReporter InetAddress
  mgmdRouterCacheExpiryTime TimeTicks
  mgmdRouterCacheStatus RowStatus
  mgmdRouterCacheVersion1HostTimer TimeTicks
  mgmdRouterCacheVersion2HostTimer TimeTicks
  mgmdRouterCacheSourceFilterMode INTEGER

MgmdRouterSrcListEntry  
SEQUENCE    
  mgmdRouterSrcListAddressType InetAddressType
  mgmdRouterSrcListIfIndex InterfaceIndex
  mgmdRouterSrcListAddress InetAddress
  mgmdRouterSrcListHostAddress InetAddress
  mgmdRouterSrcListExpire TimeTicks

MgmdRouterChkSubSrcNetEntry  
SEQUENCE    
  mgmdRouterChkSubSrcNetIfIndex InterfaceIndex
  mgmdRouterChkSubSrcNetIpAddr IpAddress
  mgmdRouterChkSubSrcNetIpNetMask IpAddress
  mgmdRouterChkSubSrcNetState INTEGER

MgmdRouterIGMPStaticGroupEntry  
SEQUENCE    
  mgmdRouterIGMPStaticGroupIfIndex InterfaceIndex
  mgmdRouterIGMPStaticGroupIpAddr IpAddress
  mgmdRouterIGMPStaticGroupRowStatus RowStatus

Defined Values

swIgmpMIB 1.3.6.1.4.1.171.12.18
New version of MGMD combining RFC 2933 and RFC 3019. Includes IGMPv3 and MLDv2 source filtering changes.
MODULE-IDENTITY    

swIgmpMIBObjects 1.3.6.1.4.1.171.12.18.1
OBJECT IDENTIFIER    

mgmdRouterInterfaceTable 1.3.6.1.4.1.171.12.18.1.4
The (conceptual) table listing the interfaces on which IGMP or MLD is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdRouterInterfaceEntry

mgmdRouterInterfaceEntry 1.3.6.1.4.1.171.12.18.1.4.1
An entry (conceptual row) representing an interface on which IGMP or MLD is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdRouterInterfaceEntry  

mgmdRouterInterfaceIfIndex 1.3.6.1.4.1.171.12.18.1.4.1.1
The ifIndex value of the interface for which IGMP or MLD is enabled. The table is indexed by the ifIndex value and the InetAddressType to allow for interfaces which may be configured in both IPv4 and IPv6 modes.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mgmdRouterInterfaceQuerierType 1.3.6.1.4.1.171.12.18.1.4.1.2
The address type of this interface. This entry along with the ifIndex value acts as the index to the mgmdRouterInterface table. A physical interface may be configured in multiple modes concurrently, e.g. in IPv4 and IPv6 modes connected to the same interface, however the traffic is considered to be logically separate.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

mgmdRouterInterfaceQuerier 1.3.6.1.4.1.171.12.18.1.4.1.3
The address of the IGMP or MLD Querier on the IP subnet to which this interface is attached. The InetAddressType, e.g. IPv4 or IPv6, is identified by the mgmdRouterInterfaceQuerierType variable in the mgmdRouterInterface table.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mgmdRouterInterfaceQueryInterval 1.3.6.1.4.1.171.12.18.1.4.1.4
The frequency at which IGMP or MLD Host-Query packets are transmitted on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

mgmdRouterInterfaceStatus 1.3.6.1.4.1.171.12.18.1.4.1.5
The activation of a row enables the router side of IGMP or MLD on the interface. The destruction of a row disables the router side of IGMP or MLD on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mgmdRouterInterfaceVersion 1.3.6.1.4.1.171.12.18.1.4.1.6
The version of MGMD which is running on this interface. Value 1 applies to IGMPv1 routers only. Value 2 applies To IGMPv2 and MLDv1 routers, and value 3 applies to IGMPv3 and MLDv2 routers. This object can be used to configure a router capable of running either version. For IGMP and MLD to function correctly, all routers on a LAN must be configured to run the same version on that LAN.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

mgmdRouterInterfaceQueryMaxResponseTime 1.3.6.1.4.1.171.12.18.1.4.1.7
The maximum query response time advertised in MGMDv2 or v3 queries on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

mgmdRouterInterfaceQuerierUpTime 1.3.6.1.4.1.171.12.18.1.4.1.8
The time since mgmdRouterInterfaceQuerier was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdRouterInterfaceQuerierExpiryTime 1.3.6.1.4.1.171.12.18.1.4.1.9
The amount of time remaining before the Other Querier Present Timer expires. If the local system is the querier, the value of this object is zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdRouterInterfaceRobustness 1.3.6.1.4.1.171.12.18.1.4.1.14
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 and MLD is robust to (Robustness Variable-1) packet losses.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..255  

mgmdRouterInterfaceLastMembQueryIntvl 1.3.6.1.4.1.171.12.18.1.4.1.15
The 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. 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. The value of this object is irrelevant if mgmdRouterInterfaceVersion is 1.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

mgmdRouterCacheTable 1.3.6.1.4.1.171.12.18.1.6
The (conceptual) table listing the IP multicast groups for which there are members on a particular router interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdRouterCacheEntry

mgmdRouterCacheEntry 1.3.6.1.4.1.171.12.18.1.6.1
An entry (conceptual row) in the mgmdRouterCacheTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdRouterCacheEntry  

mgmdRouterCacheAddressType 1.3.6.1.4.1.171.12.18.1.6.1.1
The address type of the mgmdRouterCacheTable entry. This value applies to both the mgmdRouterCacheAddress and the mgmdRouterCacheLastReporter entries.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

mgmdRouterCacheIfIndex 1.3.6.1.4.1.171.12.18.1.6.1.2
The interface for which this entry contains information for an IP multicast group address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mgmdRouterCacheAddress 1.3.6.1.4.1.171.12.18.1.6.1.3
The IP multicast group address for which this entry contains information. The InetAddressType, e.g. IPv4 or IPv6, is identified by the mgmdRouterCacheAddresType variable in the mgmdRouterCache table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

mgmdRouterCacheLastReporter 1.3.6.1.4.1.171.12.18.1.6.1.4
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. The InetAddressType, e.g. IPv4 or IPv6, is identified by the mgmdRouterCacheAddresType variable in the mgmdRouterCache table.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mgmdRouterCacheExpiryTime 1.3.6.1.4.1.171.12.18.1.6.1.6
In IGMPv2, this object represent minimum amount of time remaining before this entry will be aged out. The value must always be greater than 0. In IGMPv3, this obbject represent minimum amount of time remaining before the object mgmdRouterCacheSourceFilterMode will change from exclude(2) to include(1). If value of the object mgmdRouterCacheSourceFilterMode is include(1), the value must be 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdRouterCacheStatus 1.3.6.1.4.1.171.12.18.1.6.1.7
The status of this row. Enabling the entry makes this router an active member of the group on the interface defined by mgmdRouterCacheIfIndex. Disabling the entry forces the router interface to leave the group.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mgmdRouterCacheVersion1HostTimer 1.3.6.1.4.1.171.12.18.1.6.1.8
The time remaining until the local router will assume that there are no longer any MGMD version 1 members on the IP subnet attached to this interface. This entry only applies to IGMPv1 hosts, and is not implemented for MLD. Upon hearing any MGMDv1 Membership Report (IGMPv1 only), this value is reset to the group membership timer. While this time remaining is non-zero, the local router ignores any MGMDv2 Leave messages (IGMPv2 only) for this group that it receives on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdRouterCacheVersion2HostTimer 1.3.6.1.4.1.171.12.18.1.6.1.9
The time remaining until the local router will assume that there are no longer any MGMD version 2 members on the IP subnet attached to this interface. This entry applies to both IGMP and MLD hosts. Upon hearing any MGMDv2 Membership Report, this value is reset to the group membership timer. Assuming no MGMDv1 hosts have been detected, the local router does not ignore any MGMDv2 Leave messages for this group that it receives on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdRouterCacheSourceFilterMode 1.3.6.1.4.1.171.12.18.1.6.1.10
The state in which the interface is currently set. The value indicates the relevance of the corresponding source list entries in the RouterSrcList Table for MGMDv3 interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER include(1), exclude(2)  

mgmdRouterSrcListTable 1.3.6.1.4.1.171.12.18.1.10
The (conceptual) table listing the Source List entries corresponding to each Interface filter mode record on a Router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdRouterSrcListEntry

mgmdRouterSrcListEntry 1.3.6.1.4.1.171.12.18.1.10.1
An entry (conceptual row) in the mgmdRouterSrcListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdRouterSrcListEntry  

mgmdRouterSrcListAddressType 1.3.6.1.4.1.171.12.18.1.10.1.1
The address type of the InetAddress variables in this table. This value applies to the mgmdRouterSrcListHostAddress and mgmdRouterSrcListAddress entries.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

mgmdRouterSrcListIfIndex 1.3.6.1.4.1.171.12.18.1.10.1.2
The interface for which this entry contains information for an IP multicast group address.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

mgmdRouterSrcListAddress 1.3.6.1.4.1.171.12.18.1.10.1.3
The IP multicast group address for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mgmdRouterSrcListHostAddress 1.3.6.1.4.1.171.12.18.1.10.1.4
The host address to which this entry corresponds. The mgmdRouterCacheSourceFilterMode value for this Group address and interface indicates whether this Host address is included or excluded.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

mgmdRouterSrcListExpire 1.3.6.1.4.1.171.12.18.1.10.1.5
This value indicates the relevance of the SrcList entry, whereby a non-zero value indicates this is an INCLUDE state value, and a zero value indicates this to be an EXCLUDE state value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

mgmdRouterChkSubSrcNetTable 1.3.6.1.4.1.171.12.18.1.11
The (conceptual) table listing the interfaces whether to check subscriber source network when receive IGMP report/leave.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdRouterChkSubSrcNetEntry

mgmdRouterChkSubSrcNetEntry 1.3.6.1.4.1.171.12.18.1.11.1
An entry (conceptual row) in the mgmdRouterChkSubSrcNetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdRouterChkSubSrcNetEntry  

mgmdRouterChkSubSrcNetIfIndex 1.3.6.1.4.1.171.12.18.1.11.1.1
A unique value for the specified interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mgmdRouterChkSubSrcNetIpAddr 1.3.6.1.4.1.171.12.18.1.11.1.2
The IP address of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mgmdRouterChkSubSrcNetIpNetMask 1.3.6.1.4.1.171.12.18.1.11.1.3
The subnet mask of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mgmdRouterChkSubSrcNetState 1.3.6.1.4.1.171.12.18.1.11.1.4
The state of the specified interface whether to check subscriber source IP when receive IGMP report/leave.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mgmdRouterIGMPStaticGroupTable 1.3.6.1.4.1.171.12.18.1.12
The (conceptual) table listing the static IP multicast groups for which there are members on a particular router interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MgmdRouterIGMPStaticGroupEntry

mgmdRouterIGMPStaticGroupEntry 1.3.6.1.4.1.171.12.18.1.12.1
An entry (conceptual row) in the mgmdRouterIGMPStaticGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MgmdRouterIGMPStaticGroupEntry  

mgmdRouterIGMPStaticGroupIfIndex 1.3.6.1.4.1.171.12.18.1.12.1.1
The interface for which this entry contains information for a static IP multicast group address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

mgmdRouterIGMPStaticGroupIpAddr 1.3.6.1.4.1.171.12.18.1.12.1.2
The IP multicast group address for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

mgmdRouterIGMPStaticGroupRowStatus 1.3.6.1.4.1.171.12.18.1.12.1.3
This object indicates the status of this static IP multicast entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus