AT-IGMP-MIB

File: AT-IGMP-MIB.mib (15519 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
IpAddress DisplayString TruthValue
MacAddress InterfaceIndex modules

Defined Types

IgmpInterfaceEntry  
SEQUENCE    
  igmpInterface INTEGER
  igmpInterfaceName DisplayString
  igmpQueryTimeout Unsigned32
  igmpProxy INTEGER

IgmpIntStatsEntry  
SEQUENCE    
  igmpInQuery Unsigned32
  igmpInReportV1 Unsigned32
  igmpInReportV2 Unsigned32
  igmpInLeave Unsigned32
  igmpInTotal Unsigned32
  igmpOutQuery Unsigned32
  igmpOutTotal Unsigned32
  igmpBadQuery Unsigned32
  igmpBadReportV1 Unsigned32
  igmpBadReportV2 Unsigned32
  igmpBadLeave Unsigned32
  igmpBadTotal Unsigned32

IgmpIntGroupEntry  
SEQUENCE    
  igmpIntGroupAddress IpAddress
  igmpLastHost IpAddress
  igmpRefreshTime Unsigned32

IgmpSnoopVlanEntry  
SEQUENCE    
  igmpSnoopVID INTEGER
  igmpSnoopVlanName DisplayString
  igmpSnoopFastLeave INTEGER
  igmpSnoopQuerySolicit TruthValue
  igmpSnoopStaticRouterPorts DisplayString

IgmpSnoopGroupEntry  
SEQUENCE    
  igmpSnoopGroupAddress IpAddress
  igmpSnoopGroupTimer Unsigned32

IgmpSnoopPortEntry  
SEQUENCE    
  igmpSnoopPortNumber INTEGER
  igmpSnoopPortIsStatic TruthValue
  igmpSnoopPortTimer Unsigned32

IgmpSnoopHostEntry  
SEQUENCE    
  igmpSnoopHostMAC MacAddress
  igmpSnoopHostIpAddress IpAddress
  igmpSnoopHostTimer Unsigned32

Defined Values

igmp 1.3.6.1.4.1.207.8.4.4.4.139
The MIB module for IGMP Management.
MODULE-IDENTITY    

igmpIntInfo 1.3.6.1.4.1.207.8.4.4.4.139.1
OBJECT IDENTIFIER    

igmpIntMember 1.3.6.1.4.1.207.8.4.4.4.139.9
OBJECT IDENTIFIER    

igmpSnooping 1.3.6.1.4.1.207.8.4.4.4.139.10
OBJECT IDENTIFIER    

igmpInterfaceTable 1.3.6.1.4.1.207.8.4.4.4.139.1.1
The (conceptual) table listing IGMP capable IP interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpInterfaceEntry

igmpInterfaceEntry 1.3.6.1.4.1.207.8.4.4.4.139.1.1.1
An entry (conceptual row) in the igmpInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpInterfaceEntry  

igmpInterface 1.3.6.1.4.1.207.8.4.4.4.139.1.1.1.1
The index value of the interface for which IGMP is enabled. This table is indexed by this value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

igmpInterfaceName 1.3.6.1.4.1.207.8.4.4.4.139.1.1.1.2
The name of the interface for which IGMP or MLD is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

igmpQueryTimeout 1.3.6.1.4.1.207.8.4.4.4.139.1.1.1.3
It represents the maximum expected time interval, in seconds, between successive IGMP general query messages arriving on the interface. A vlaue of zero means there is no limits.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

igmpProxy 1.3.6.1.4.1.207.8.4.4.4.139.1.1.1.4
The object represents states of igmp proxy. When it has a value of 0 then it means the inteface proxy is currently disabled. When it has a value of 1 then it means IGMP is performing upstream inteface proxying. When it has a value of 2 then it means IGMP is performing downstream inteface proxying.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), upstream(1), downstream(2)  

igmpIntStatsTable 1.3.6.1.4.1.207.8.4.4.4.139.1.2
The (conceptual) table listing statistics for IGMP capable IP interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpIntStatsEntry

igmpIntStatsEntry 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1
An entry (conceptual row) in the igmpIntStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpIntStatsEntry  

igmpInQuery 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.1
The number of IGMP Query messages received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpInReportV1 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.2
The number of IGMP version 1 Report messages received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpInReportV2 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.3
The number of IGMP version 2 Report messages received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpInLeave 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.4
The number of IGMP Leave Group messages received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpInTotal 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.5
The total number of IGMP messages received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpOutQuery 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.6
The total number of IGMP Query messages that were transmitted by the switch over the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpOutTotal 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.7
The total number of IGMP messages that were transmitted by the switch over the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpBadQuery 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.8
The number of IGMP membership query messages with errors that were received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpBadReportV1 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.9
The number of IGMP Version 1 membership report messages with errors that were received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpBadReportV2 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.10
The number of IGMP Version 2 membership report messages with errors that were received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpBadLeave 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.11
The number of IGMP Leave Group messages with errors that were received by the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpBadTotal 1.3.6.1.4.1.207.8.4.4.4.139.1.2.1.12
The total number of IGMP messages with errors that were received by the interface..
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpIntGroupTable 1.3.6.1.4.1.207.8.4.4.4.139.9.1
The (conceptual) table listing the IP multicast groups of which there are members on a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpIntGroupEntry

igmpIntGroupEntry 1.3.6.1.4.1.207.8.4.4.4.139.9.1.1
An entry (conceptual row) in the igmpGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpIntGroupEntry  

igmpIntGroupAddress 1.3.6.1.4.1.207.8.4.4.4.139.9.1.1.1
The IP multicast group address for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpLastHost 1.3.6.1.4.1.207.8.4.4.4.139.9.1.1.2
The IP address of the last host reporting a membership. If it is static, then 0.0.0.0 presents.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpRefreshTime 1.3.6.1.4.1.207.8.4.4.4.139.9.1.1.3
The time in seconds until the membership group is deleted if another membership report is not received. A value of 0xffffffff means infinity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpSnoopAdminInfo 1.3.6.1.4.1.207.8.4.4.4.139.10.1
OBJECT IDENTIFIER    

igmpSnoopAdminEnabled 1.3.6.1.4.1.207.8.4.4.4.139.10.1.1
Indicates whether IGMP Snooping is globally enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

igmpSnoopVlanTable 1.3.6.1.4.1.207.8.4.4.4.139.10.2
The (conceptual) table listing the layer 2 interfaces performing IGMP snooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpSnoopVlanEntry

igmpSnoopVlanEntry 1.3.6.1.4.1.207.8.4.4.4.139.10.2.1
An entry (conceptual row) in the IGMP Snooping Vlan Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpSnoopVlanEntry  

igmpSnoopVID 1.3.6.1.4.1.207.8.4.4.4.139.10.2.1.1
The 802.1 VLAN ID of the layer 2 interface performing IGMP snooping.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

igmpSnoopVlanName 1.3.6.1.4.1.207.8.4.4.4.139.10.2.1.2
The name of the layer 2 interface performing IGMP snooping.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

igmpSnoopFastLeave 1.3.6.1.4.1.207.8.4.4.4.139.10.2.1.3
Indicates whether FastLeave is enabled, and operating in Single-Host or Multi-Host mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), single(1), multi(2)  

igmpSnoopQuerySolicit 1.3.6.1.4.1.207.8.4.4.4.139.10.2.1.4
Indicates whether query solicitation is on
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

igmpSnoopStaticRouterPorts 1.3.6.1.4.1.207.8.4.4.4.139.10.2.1.5
Indicates the configured static multicast router ports.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

igmpSnoopGroupTable 1.3.6.1.4.1.207.8.4.4.4.139.10.3
The (conceptual) table of IGMP Groups snooped on a layer 2 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpSnoopGroupEntry

igmpSnoopGroupEntry 1.3.6.1.4.1.207.8.4.4.4.139.10.3.1
A (conceptual) row in the IGMP Snooping Group table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpSnoopGroupEntry  

igmpSnoopGroupAddress 1.3.6.1.4.1.207.8.4.4.4.139.10.3.1.1
The Multicast Group IP Address detected on a layer 2 interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpSnoopGroupTimer 1.3.6.1.4.1.207.8.4.4.4.139.10.3.1.2
The time remaining before the multicast group is deleted from the layer 2 interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpSnoopPortTable 1.3.6.1.4.1.207.8.4.4.4.139.10.4
A (conceptual) table of ports in a layer 2 interface that are currently members of a multicast group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpSnoopPortEntry

igmpSnoopPortEntry 1.3.6.1.4.1.207.8.4.4.4.139.10.4.1
A (conceptual) row in the IGMP Snooping Port Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpSnoopPortEntry  

igmpSnoopPortNumber 1.3.6.1.4.1.207.8.4.4.4.139.10.4.1.1
Provides the number of a port in a multicast group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

igmpSnoopPortIsStatic 1.3.6.1.4.1.207.8.4.4.4.139.10.4.1.2
Indicates whether a port has been administratively added to a multicast group.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

igmpSnoopPortTimer 1.3.6.1.4.1.207.8.4.4.4.139.10.4.1.3
Indicates the time remaining before the port is removed.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

igmpSnoopHostTable 1.3.6.1.4.1.207.8.4.4.4.139.10.5
A (conceptual) table of hosts receiving multicast data.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpSnoopHostEntry

igmpSnoopHostEntry 1.3.6.1.4.1.207.8.4.4.4.139.10.5.1
A (conceptual) row in the IGMP Snooping Host Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpSnoopHostEntry  

igmpSnoopHostMAC 1.3.6.1.4.1.207.8.4.4.4.139.10.5.1.1
Provides the Media Access Control Address of an IGMP Host.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

igmpSnoopHostIpAddress 1.3.6.1.4.1.207.8.4.4.4.139.10.5.1.2
Provides the Internet Protocol Address of an IGMP Host.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpSnoopHostTimer 1.3.6.1.4.1.207.8.4.4.4.139.10.5.1.3
Indicates the time remaining before the host times out.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32