GBNL3Igmp-MIB

File: GBNL3Igmp-MIB.mib (14991 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Q-BRIDGE-MIB
SNMPv2-CONF ADMIN-MASTER-MIB RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter64 IpAddress TimeTicks
DisplayString TruthValue MacAddress
RowStatus PortList MODULE-COMPLIANCE
OBJECT-GROUP gbnL3 mib-2

Defined Types

PortList  
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

IgmpIfExEntry  
SEQUENCE    
  igmpifIndex Integer32
  igmpIfPortList PortList
  igmpifAccessNum Integer32
  igmpifQuerierExpire Integer32
  igmpifV2QuerierTimer TimeTicks
  igmpifLimiGroupNum Integer32
  igmpifSSMMappingEnable TruthValue

IgmpGroupVlanEntry  
SEQUENCE    
  igmpGroupIP IpAddress
  igmpVlanID Integer32
  igmpGroupVlanStatus RowStatus

FilterMode  
INTEGER include(1), exclude(2)    

IgmpCacheExEntry  
SEQUENCE    
  igmpCacheAddressEx IpAddress
  igmpCacheIfIdxEx Integer32
  igmpCacheVersion2HostTimer TimeTicks
  igmpCacheFilterMode FilterMode
  igmpCacheStatic TruthValue

IgmpSrcInfoEntry  
SEQUENCE    
  igmpSrcAddress IpAddress
  igmpSrcTimer TimeTicks
  igmpSrcInfoStatus RowStatus

IgmpProxyState  
INTEGER nonMember(0), delayingMember(1), idleMember(2)    

IgmpMFIBEntry  
SEQUENCE    
  igmpGrpAddress IpAddress
  igmpGrpMembIdx Integer32
  igmpProxyState IgmpProxyState
  igmpGrpMembCount Integer32

IgmpSSMMappingEntry  
SEQUENCE    
  igmpSSMMappingGrp Integer32
  igmpSSMMappingGrpPrefixLen Integer32
  igmpSSMMappingACL Integer32
  igmpSSMMappingSrc Integer32
  igmpSSMMappingStatus RowStatus

Defined Values

gbnL3IgmpMib 1.3.6.1.4.1.13464.1.2.5.7
GBN Enterprise MIB definition.
MODULE-IDENTITY    

gbnL3IgmpProxyGroup 1.3.6.1.4.1.13464.1.2.5.7.1
OBJECT IDENTIFIER    

igmpProxyEnable 1.3.6.1.4.1.13464.1.2.5.7.1.1
The enabled status of igmp proxy on this switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

igmpProxyIfIndex 1.3.6.1.4.1.13464.1.2.5.7.1.2
The interface from which all IP multicast datagrams are received, or 0 if the upstream interface is not configged.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

igmpGrpNum 1.3.6.1.4.1.13464.1.2.5.7.1.3
The summation of group which is learned from IGMP and configged statically.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igmpGrpMembNum 1.3.6.1.4.1.13464.1.2.5.7.1.4
The summation of group member which is learned from IGMP and configged statically.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igmpIfExTable 1.3.6.1.4.1.13464.1.2.5.7.2
IGMP interface extend information including the configured access control list and querier timeout.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpIfExEntry

igmpIfExEntry 1.3.6.1.4.1.13464.1.2.5.7.2.1
Information describing the configured ACL and querier timeout .
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpIfExEntry  

igmpifIndex 1.3.6.1.4.1.13464.1.2.5.7.2.1.1
the index of the interface receiving IGMP packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igmpIfPortList 1.3.6.1.4.1.13464.1.2.5.7.2.1.2
the ports filter IGMP packets in this interface.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

igmpifAccessNum 1.3.6.1.4.1.13464.1.2.5.7.2.1.3
the number of the access control list used to filter IGMP packet
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

igmpifQuerierExpire 1.3.6.1.4.1.13464.1.2.5.7.2.1.4
The amount of time elapsed before the Other Querier Present Timer expires
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

igmpifV2QuerierTimer 1.3.6.1.4.1.13464.1.2.5.7.2.1.5
The time remaining until the host assumes that there are no IGMPv2 routers present on the interface. While this is non- zero and igmpInterfaceV1QuerierTimer is zero, the host will reply to all queries with version 2 membership reports.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

igmpifLimiGroupNum 1.3.6.1.4.1.13464.1.2.5.7.2.1.6
the limit count of group for the interface
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

igmpifSSMMappingEnable 1.3.6.1.4.1.13464.1.2.5.7.2.1.7
The enabled status of igmp ssm-mapping on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

igmpGroupVlanTable 1.3.6.1.4.1.13464.1.2.5.7.3
the list information of static group and ingress vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpGroupVlanEntry

igmpGroupVlanEntry 1.3.6.1.4.1.13464.1.2.5.7.3.1
entry of information about static group and ingress vlan
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpGroupVlanEntry  

igmpGroupIP 1.3.6.1.4.1.13464.1.2.5.7.3.1.1
the static multicast group ip
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

igmpVlanID 1.3.6.1.4.1.13464.1.2.5.7.3.1.2
the specific ingress vlan
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

igmpGroupVlanStatus 1.3.6.1.4.1.13464.1.2.5.7.3.1.3
The status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

igmpCacheExTable 1.3.6.1.4.1.13464.1.2.5.7.4
IGMP cache extend information including the configured filter mode and source list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpCacheExEntry

igmpCacheExEntry 1.3.6.1.4.1.13464.1.2.5.7.4.1
Information describing the configured filter mode and source list.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpCacheExEntry  

igmpCacheAddressEx 1.3.6.1.4.1.13464.1.2.5.7.4.1.1
The IP multicast group address for which this entry contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

igmpCacheIfIdxEx 1.3.6.1.4.1.13464.1.2.5.7.4.1.2
The interface for which this entry contains information for an IP multicast group address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

igmpCacheVersion2HostTimer 1.3.6.1.4.1.13464.1.2.5.7.4.1.3
The time remaining until the local router will assume that there are no longer any IGMP version 2 members on the IP subnet attached to this interface. Upon hearing any IGMPv2 Membership Report, this value is reset to the group membership timer.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

igmpCacheFilterMode 1.3.6.1.4.1.13464.1.2.5.7.4.1.4
The Filter Mode for the IP multicast group address.
Status: current Access: read-only
OBJECT-TYPE    
  FilterMode  

igmpCacheStatic 1.3.6.1.4.1.13464.1.2.5.7.4.1.5
An indication of whether the cache is a static member of this group address on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

igmpSrcInfoTable 1.3.6.1.4.1.13464.1.2.5.7.5
the list information of specific source ip addres.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpSrcInfoEntry

igmpSrcInfoEntry 1.3.6.1.4.1.13464.1.2.5.7.5.1
entry of information about specific source
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpSrcInfoEntry  

igmpSrcAddress 1.3.6.1.4.1.13464.1.2.5.7.5.1.1
the specific source address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpSrcTimer 1.3.6.1.4.1.13464.1.2.5.7.5.1.2
the timer of the specific source address
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

igmpSrcInfoStatus 1.3.6.1.4.1.13464.1.2.5.7.5.1.3
The status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

igmpMFIBTable 1.3.6.1.4.1.13464.1.2.5.7.6
the Multicast Forward Information Base.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpMFIBEntry

igmpMFIBEntry 1.3.6.1.4.1.13464.1.2.5.7.6.1
entry of information about MFIB
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpMFIBEntry  

igmpGrpAddress 1.3.6.1.4.1.13464.1.2.5.7.6.1.1
the IP address of multicast group
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

igmpGrpMembIdx 1.3.6.1.4.1.13464.1.2.5.7.6.1.2
the first group member's index
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igmpProxyState 1.3.6.1.4.1.13464.1.2.5.7.6.1.3
The status of Igmp-proxy.
Status: current Access: read-only
OBJECT-TYPE    
  IgmpProxyState  

igmpGrpMembCount 1.3.6.1.4.1.13464.1.2.5.7.6.1.4
The count of this multicast group's member.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

igmpSSMMappingTable 1.3.6.1.4.1.13464.1.2.5.7.7
Group Range information of SSM-Mapping
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpSSMMappingEntry

igmpSSMMappingEntry 1.3.6.1.4.1.13464.1.2.5.7.7.1
An entry (conceptual row) in the igmpSSMMappingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IgmpSSMMappingEntry  

igmpSSMMappingGrp 1.3.6.1.4.1.13464.1.2.5.7.7.1.1
Group Address of the SSM-Mapping Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

igmpSSMMappingGrpPrefixLen 1.3.6.1.4.1.13464.1.2.5.7.7.1.2
Group Address Prefix Length of the SSM-Mapping Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

igmpSSMMappingACL 1.3.6.1.4.1.13464.1.2.5.7.7.1.3
ACL of SSM-Mapping Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..99  

igmpSSMMappingSrc 1.3.6.1.4.1.13464.1.2.5.7.7.1.4
Source Address of the SSM-Mapping Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

igmpSSMMappingStatus 1.3.6.1.4.1.13464.1.2.5.7.7.1.5
The status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus