SW-IGMP-MIB

File: SW-IGMP-MIB.mib (12148 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

IpAddress OBJECT-TYPE enterprises

Defined Types

MacAddress  
OCTET STRING Size(6)    

PortList  
OCTET STRING Size(4)    

SwIGMPInfoEntry  
SEQUENCE    
  swIGMPInfoIndex INTEGER
  swIGMPInfoVid INTEGER
  swIGMPInfoQueryCount INTEGER
  swIGMPInfoTxQueryCount INTEGER

SwIGMPEntry  
SEQUENCE    
  swIGMPVid INTEGER
  swIGMPGroupIpAddr IpAddress
  swIGMPGroupMacAddr MacAddress
  swIGMPPortMap PortList
  swIGMPIpGroupReportCount INTEGER

SwIGMPCtrlEntry  
SEQUENCE    
  swIGMPCtrlIndex INTEGER
  swIGMPCtrlVid INTEGER 1..4094
  swIGMPCtrlTimer INTEGER
  swIGMPCtrlState INTEGER

Defined Values

marconi 1.3.6.1.4.1.326
OBJECT IDENTIFIER    

systems 1.3.6.1.4.1.326.2
OBJECT IDENTIFIER    

external 1.3.6.1.4.1.326.2.20
OBJECT IDENTIFIER    


dlinkcommon 1.3.6.1.4.1.326.2.20.1.1
OBJECT IDENTIFIER    

golf 1.3.6.1.4.1.326.2.20.1.2
OBJECT IDENTIFIER    

golfproducts 1.3.6.1.4.1.326.2.20.1.2.1
OBJECT IDENTIFIER    

es2000 1.3.6.1.4.1.326.2.20.1.2.1.3
OBJECT IDENTIFIER    

golfcommon 1.3.6.1.4.1.326.2.20.1.2.2
OBJECT IDENTIFIER    

marconi-mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2
OBJECT IDENTIFIER    

es2000Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28
OBJECT IDENTIFIER    

swL2Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2
OBJECT IDENTIFIER    

swIGMP 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7
OBJECT IDENTIFIER    

swIGMPCtrl 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.1
OBJECT IDENTIFIER    

swIGMPAdminState 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.1.1
This object allows the user to enable/disable the IGMP snooping function. The IGMP function provided by the device includes both v1 and v2.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

swIGMPTimeout 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.1.2
The timeout value for sending IGMP query packet when no one was sent by the multicast router in the lan. The device will actively send the query message.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

swIGMPInfoTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.2
The table contains the number current IGMP query packets which is captured by this device, as well as the IGMP query packets sent by the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIGMPInfoEntry

swIGMPInfoEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.2.1
Information about current IGMP query information, provided that swDevIGMPCaptureState and swIGMPCtrlState of associated VLAN entry are all enabled.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwIGMPInfoEntry  

swIGMPInfoIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.2.1.1
This object indicates the IGMP query information entry number. It could be up to 12 entries, depending on current number of VLAN entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..12  

swIGMPInfoVid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.2.1.2
This object indicates the Vid of associated IGMP info table entry. It follows swIGMPCtrlVid in the associated entry of IGMP control table (swIGMPCtrlTable).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPInfoQueryCount 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.2.1.3
This object indicates the number of query packets received since the IGMP function enabled, in per-VLAN basis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPInfoTxQueryCount 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.2.1.4
This object indicates the send count of IGMP query messages, in per-VLAN basis. In case of IGMP timer expiration, the switch sends IGMP query packets to related VLAN member ports and increment this object by 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3
This table contains information regarding to the IGMP group membership report received by each port. The system will use the information recorded in this table to forward the multicast packet to those ports which have group membership. Since packets will not be forwarded to necessary ports, the network bandwith can thus be saved.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIGMPEntry

swIGMPEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3.1
Each entry describes the ports which are member of a specific group address. Note that when a specific multicast address existing in the table also exist in the filter table, the filter table has higher priority over this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwIGMPEntry  

swIGMPVid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3.1.1
This object indicates the Vid of individual IGMP table entry. It shows the Vid of IGMP report information captured on network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPGroupIpAddr 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3.1.2
A IP multicast group address which has port membership in the underlying network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

swIGMPGroupMacAddr 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3.1.3
The multicast MAC address corresponds to swIGMPGroupIpAddr.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

swIGMPPortMap 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3.1.4
Indicates the set of ports which are members of this multicast group. These ports are represented by a octet string.The most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortList  

swIGMPIpGroupReportCount 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.3.1.5
Indicates the number of group membership report packets received by the device corresponding to this multicast group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPCtrlTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.4
The table controls the Vlan's IGMP function. Its scale depends on current VLAN state (swVlanInfoStatus). If VLAN is disabled or in Mac-Base mode, there is only one entry in the table, with index 1. If VLAN is in Port-Base or 802.1q mode, the number of entries can be up to 12, with index range from 1 to 12.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIGMPCtrlEntry

swIGMPCtrlEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.4.1
The entry in IGMP control table (swIGMPCtrlTable). The entry is effective only when IGMP capture switch is enabled.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwIGMPCtrlEntry  

swIGMPCtrlIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.4.1.1
This object indicates the IGMP control entry number.Its scale depends on current VLAN state (es400VlanInfoStatus). If VLAN is disabled or in Mac-Base mode, there is only one entry in the table, with index 1. If VLAN is in Port-Base or 802.1q mode, the number of entries is 12, with index range from 1 to 12.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..12  

swIGMPCtrlVid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.4.1.2
This object indicates the IGMP control entry's VLAN id. If VLAN is disabled or in Mac-Base mode, 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 management user, and the Vid in each entry must be unique in the IGMP Control Table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

swIGMPCtrlTimer 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.4.1.3
The timer value for sending IGMP query packet when none was sent by the multicast router in the LAN. The timer works in per-VLAN basis. Our device will be activated to send the query message if the timer is expired. Please reference RFC2236-1997. And it recommends a default of 125 seconds. The timeout value must be at least 30 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 30..9999  

swIGMPCtrlState 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.7.4.1.4
This 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 from each of the following values. disable(2) - IGMP funtion is disabled for this entry. enable(3) - IGMP funtion is enabled for this entry. deleted(4) - IGMP entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), deleted(4)