FOUNDRY-SN-IGMP-MIB

File: FOUNDRY-SN-IGMP-MIB.mib (6462 bytes)

Imported modules

SNMPv2-SMI FOUNDRY-SN-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 router

Defined Types

SnIgmpIfEntry  
SEQUENCE    
  snIgmpIfEntryIndex Integer32
  snIgmpIfPortNumber Integer32
  snIgmpIfGroupAddress IpAddress
  snIgmpIfGroupAge Integer32

SnIgmpStaticGroupEntry  
SEQUENCE    
  snIgmpStaticGroupIfIndex Integer32
  snIgmpStaticGroupAddress IpAddress
  snIgmpStaticGroupPortList OCTET STRING
  snIgmpStaticGroupRowStatus INTEGER

Defined Values

snIgmp 1.3.6.1.4.1.1991.1.2.6
Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
MODULE-IDENTITY    

snIgmpMIBObjects 1.3.6.1.4.1.1991.1.2.6.1
OBJECT IDENTIFIER    

snIgmpQueryInterval 1.3.6.1.4.1.1991.1.2.6.1.1
This is the time interval at which this entity sends out IGMP host query packets. For a router, snDvmrpEnable must have been set to 'enabled' before this object is writen. For a switch, snSwGroupIpMcastMode must have been set to 'enabled' and snSwIpMcastQuerierMode must have been set to 'querier' before this object is writen. Value 0 cannot be used for SET operations. This value is returned if IGMP is not configured within the system. For FI platform the configurable range for this object is 10 .. 3600
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600  

snIgmpGroupMembershipTime 1.3.6.1.4.1.1991.1.2.6.1.2
This is the time interval after which a group is considered inactive. For a router, snDvmrpEnable must have been set to 'enabled' before this object is writen. For a switch, snSwGroupIpMcastMode must have been set to 'enabled' before this object is writen. Value 0 cannot be used for SET operations. This value is returned if IGMP is not configured within the system. For FI platform the configurable range for this object is 20 .. 7200
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7200  

snIgmpIfTable 1.3.6.1.4.1.1991.1.2.6.1.3
This table comprises of a list of IGMP interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnIgmpIfEntry

snIgmpIfEntry 1.3.6.1.4.1.1991.1.2.6.1.3.1
An entry (conceptual row) contains the group membership information for that port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnIgmpIfEntry  

snIgmpIfEntryIndex 1.3.6.1.4.1.1991.1.2.6.1.3.1.1
The table entry index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snIgmpIfPortNumber 1.3.6.1.4.1.1991.1.2.6.1.3.1.2
This is the interface on which the group was learnt.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snIgmpIfGroupAddress 1.3.6.1.4.1.1991.1.2.6.1.3.1.3
The group address learnt from the interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

snIgmpIfGroupAge 1.3.6.1.4.1.1991.1.2.6.1.3.1.4
This is the interval (seconds) after which the group information will be aged out.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snIgmpStaticGroupTable 1.3.6.1.4.1.1991.1.2.6.1.4
This table comprises of a list of IGMP static group entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnIgmpStaticGroupEntry

snIgmpStaticGroupEntry 1.3.6.1.4.1.1991.1.2.6.1.4.1
An entry (conceptual row) contains the IGMP static group membership information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnIgmpStaticGroupEntry  

snIgmpStaticGroupIfIndex 1.3.6.1.4.1.1991.1.2.6.1.4.1.1
The interface of which the static group was configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

snIgmpStaticGroupAddress 1.3.6.1.4.1.1991.1.2.6.1.4.1.2
The group address of which the static group was configured.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

snIgmpStaticGroupPortList 1.3.6.1.4.1.1991.1.2.6.1.4.1.3
A list of ports which are the port membership of the static group. Each port is a 16-bit integer ifIndex.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

snIgmpStaticGroupRowStatus 1.3.6.1.4.1.1991.1.2.6.1.4.1.4
To create or delete a static group entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), valid(2), delete(3), create(4), modify(5)