FOUNDRY-SN-IGMP-MIB: View SNMP OID List / Download MIB

VENDOR: BROCADE


 Home MIB: FOUNDRY-SN-IGMP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     snIgmpMIBObjects 1.3.6.1.4.1.1991.1.2.6.1
         snIgmpQueryInterval 1.3.6.1.4.1.1991.1.2.6.1.1 integer read-write
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
         snIgmpGroupMembershipTime 1.3.6.1.4.1.1991.1.2.6.1.2 integer read-write
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
         snIgmpIfTable 1.3.6.1.4.1.1991.1.2.6.1.3 no-access
This table comprises of a list of IGMP interface entries.
             snIgmpIfEntry 1.3.6.1.4.1.1991.1.2.6.1.3.1 no-access
An entry (conceptual row) contains the group membership information for that port.
                 snIgmpIfEntryIndex 1.3.6.1.4.1.1991.1.2.6.1.3.1.1 integer32 read-only
The table entry index.
                 snIgmpIfPortNumber 1.3.6.1.4.1.1991.1.2.6.1.3.1.2 integer32 read-only
This is the interface on which the group was learnt.
                 snIgmpIfGroupAddress 1.3.6.1.4.1.1991.1.2.6.1.3.1.3 ipaddress read-only
The group address learnt from the interface.
                 snIgmpIfGroupAge 1.3.6.1.4.1.1991.1.2.6.1.3.1.4 integer32 read-only
This is the interval (seconds) after which the group information will be aged out.
         snIgmpStaticGroupTable 1.3.6.1.4.1.1991.1.2.6.1.4 no-access
This table comprises of a list of IGMP static group entries.
             snIgmpStaticGroupEntry 1.3.6.1.4.1.1991.1.2.6.1.4.1 no-access
An entry (conceptual row) contains the IGMP static group membership information.
                 snIgmpStaticGroupIfIndex 1.3.6.1.4.1.1991.1.2.6.1.4.1.1 integer32 read-only
The interface of which the static group was configured.
                 snIgmpStaticGroupAddress 1.3.6.1.4.1.1991.1.2.6.1.4.1.2 ipaddress read-only
The group address of which the static group was configured.
                 snIgmpStaticGroupPortList 1.3.6.1.4.1.1991.1.2.6.1.4.1.3 octet string read-write
A list of ports which are the port membership of the static group. Each port is a 16-bit integer ifIndex.
                 snIgmpStaticGroupRowStatus 1.3.6.1.4.1.1991.1.2.6.1.4.1.4 integer read-write
To create or delete a static group entry. Enumeration: 'create': 4, 'other': 1, 'modify': 5, 'valid': 2, 'delete': 3.