IGMPV3-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: IGMPV3-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
swIgmpMIBObjects | 1.3.6.1.4.1.171.12.18.1 | |||
mgmdRouterInterfaceTable | 1.3.6.1.4.1.171.12.18.1.4 | no-access |
The (conceptual) table listing the interfaces on which IGMP or MLD is enabled. |
|
1.3.6.1.4.1.171.12.18.1.4.1 | no-access |
An entry (conceptual row) representing an interface on which IGMP or MLD is enabled. |
||
mgmdRouterInterfaceIfIndex | 1.3.6.1.4.1.171.12.18.1.4.1.1 | interfaceindex | no-access |
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. |
mgmdRouterInterfaceQuerierType | 1.3.6.1.4.1.171.12.18.1.4.1.2 | inetaddresstype | no-access |
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. |
mgmdRouterInterfaceQuerier | 1.3.6.1.4.1.171.12.18.1.4.1.3 | inetaddress | read-only |
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. |
mgmdRouterInterfaceQueryInterval | 1.3.6.1.4.1.171.12.18.1.4.1.4 | unsigned32 | read-only |
The frequency at which IGMP or MLD Host-Query packets are transmitted on this interface. |
mgmdRouterInterfaceStatus | 1.3.6.1.4.1.171.12.18.1.4.1.5 | rowstatus | read-only |
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. |
mgmdRouterInterfaceVersion | 1.3.6.1.4.1.171.12.18.1.4.1.6 | unsigned32 | read-only |
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. |
mgmdRouterInterfaceQueryMaxResponseTime | 1.3.6.1.4.1.171.12.18.1.4.1.7 | unsigned32 | read-only |
The maximum query response time advertised in MGMDv2 or v3 queries on this interface. |
mgmdRouterInterfaceQuerierUpTime | 1.3.6.1.4.1.171.12.18.1.4.1.8 | timeticks | read-only |
The time since mgmdRouterInterfaceQuerier was last changed. |
mgmdRouterInterfaceQuerierExpiryTime | 1.3.6.1.4.1.171.12.18.1.4.1.9 | timeticks | read-only |
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. |
mgmdRouterInterfaceRobustness | 1.3.6.1.4.1.171.12.18.1.4.1.14 | unsigned32 | read-only |
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. |
mgmdRouterInterfaceLastMembQueryIntvl | 1.3.6.1.4.1.171.12.18.1.4.1.15 | unsigned32 | read-only |
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. |
mgmdRouterCacheTable | 1.3.6.1.4.1.171.12.18.1.6 | no-access |
The (conceptual) table listing the IP multicast groups for which there are members on a particular router interface. |
|
1.3.6.1.4.1.171.12.18.1.6.1 | no-access |
An entry (conceptual row) in the mgmdRouterCacheTable. |
||
mgmdRouterCacheAddressType | 1.3.6.1.4.1.171.12.18.1.6.1.1 | inetaddresstype | read-only |
The address type of the mgmdRouterCacheTable entry. This value applies to both the mgmdRouterCacheAddress and the mgmdRouterCacheLastReporter entries. |
mgmdRouterCacheIfIndex | 1.3.6.1.4.1.171.12.18.1.6.1.2 | interfaceindex | no-access |
The interface for which this entry contains information for an IP multicast group address. |
mgmdRouterCacheAddress | 1.3.6.1.4.1.171.12.18.1.6.1.3 | inetaddress | no-access |
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. |
mgmdRouterCacheLastReporter | 1.3.6.1.4.1.171.12.18.1.6.1.4 | inetaddress | read-only |
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. |
mgmdRouterCacheExpiryTime | 1.3.6.1.4.1.171.12.18.1.6.1.6 | timeticks | read-only |
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. |
mgmdRouterCacheStatus | 1.3.6.1.4.1.171.12.18.1.6.1.7 | rowstatus | read-only |
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. |
mgmdRouterCacheVersion1HostTimer | 1.3.6.1.4.1.171.12.18.1.6.1.8 | timeticks | read-only |
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. |
mgmdRouterCacheVersion2HostTimer | 1.3.6.1.4.1.171.12.18.1.6.1.9 | timeticks | read-only |
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. |
mgmdRouterCacheSourceFilterMode | 1.3.6.1.4.1.171.12.18.1.6.1.10 | integer | read-only |
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. Enumeration: 'exclude': 2, 'include': 1. |
mgmdRouterSrcListTable | 1.3.6.1.4.1.171.12.18.1.10 | no-access |
The (conceptual) table listing the Source List entries corresponding to each Interface filter mode record on a Router. |
|
1.3.6.1.4.1.171.12.18.1.10.1 | no-access |
An entry (conceptual row) in the mgmdRouterSrcListTable. |
||
mgmdRouterSrcListAddressType | 1.3.6.1.4.1.171.12.18.1.10.1.1 | inetaddresstype | read-only |
The address type of the InetAddress variables in this table. This value applies to the mgmdRouterSrcListHostAddress and mgmdRouterSrcListAddress entries. |
mgmdRouterSrcListIfIndex | 1.3.6.1.4.1.171.12.18.1.10.1.2 | interfaceindex | read-only |
The interface for which this entry contains information for an IP multicast group address. |
mgmdRouterSrcListAddress | 1.3.6.1.4.1.171.12.18.1.10.1.3 | inetaddress | read-only |
The IP multicast group address for which this entry contains information. |
mgmdRouterSrcListHostAddress | 1.3.6.1.4.1.171.12.18.1.10.1.4 | inetaddress | read-only |
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. |
mgmdRouterSrcListExpire | 1.3.6.1.4.1.171.12.18.1.10.1.5 | timeticks | read-only |
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. |
mgmdRouterChkSubSrcNetTable | 1.3.6.1.4.1.171.12.18.1.11 | no-access |
The (conceptual) table listing the interfaces whether to check subscriber source network when receive IGMP report/leave. |
|
1.3.6.1.4.1.171.12.18.1.11.1 | no-access |
An entry (conceptual row) in the mgmdRouterChkSubSrcNetTable. |
||
mgmdRouterChkSubSrcNetIfIndex | 1.3.6.1.4.1.171.12.18.1.11.1.1 | interfaceindex | no-access |
A unique value for the specified interface. |
mgmdRouterChkSubSrcNetIpAddr | 1.3.6.1.4.1.171.12.18.1.11.1.2 | ipaddress | read-only |
The IP address of the interface. |
mgmdRouterChkSubSrcNetIpNetMask | 1.3.6.1.4.1.171.12.18.1.11.1.3 | ipaddress | read-only |
The subnet mask of the interface. |
mgmdRouterChkSubSrcNetState | 1.3.6.1.4.1.171.12.18.1.11.1.4 | integer | read-write |
The state of the specified interface whether to check subscriber source IP when receive IGMP report/leave. Enumeration: 'disabled': 2, 'enabled': 1. |
mgmdRouterIGMPStaticGroupTable | 1.3.6.1.4.1.171.12.18.1.12 | no-access |
The (conceptual) table listing the static IP multicast groups for which there are members on a particular router interface. |
|
1.3.6.1.4.1.171.12.18.1.12.1 | no-access |
An entry (conceptual row) in the mgmdRouterIGMPStaticGroupTable. |
||
mgmdRouterIGMPStaticGroupIfIndex | 1.3.6.1.4.1.171.12.18.1.12.1.1 | interfaceindex | no-access |
The interface for which this entry contains information for a static IP multicast group address. |
mgmdRouterIGMPStaticGroupIpAddr | 1.3.6.1.4.1.171.12.18.1.12.1.2 | ipaddress | no-access |
The IP multicast group address for which this entry contains information. |
mgmdRouterIGMPStaticGroupRowStatus | 1.3.6.1.4.1.171.12.18.1.12.1.3 | rowstatus | read-only |
This object indicates the status of this static IP multicast entry. |