HP-SN-IGMP-MIB

File: HP-SN-IGMP-MIB.mib (5748 bytes)

Imported modules

RFC1155-SMI RFC-1212 HP-SN-ROOT-MIB

Imported symbols

IpAddress OBJECT-TYPE snIgmp

Defined Types

SnIgmpIfEntry  
SEQUENCE    
  snIgmpIfEntryIndex INTEGER
  snIgmpIfPortNumber INTEGER
  snIgmpIfGroupAddress IpAddress
  snIgmpIfGroupAge INTEGER

SnIgmpStaticGroupEntry  
SEQUENCE    
  snIgmpStaticGroupIfIndex INTEGER
  snIgmpStaticGroupAddress IpAddress
  snIgmpStaticGroupPortList OCTET STRING
  snIgmpStaticGroupRowStatus INTEGER

Defined Values

snIgmpMIBObjects 1.3.6.1.4.1.11.2.3.7.11.12.2.6.1
OBJECT IDENTIFIER    

snIgmpQueryInterval 1.3.6.1.4.1.11.2.3.7.11.12.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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

snIgmpGroupMembershipTime 1.3.6.1.4.1.11.2.3.7.11.12.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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7200  

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

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

snIgmpIfEntryIndex 1.3.6.1.4.1.11.2.3.7.11.12.2.6.1.3.1.1
The table entry index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snIgmpIfPortNumber 1.3.6.1.4.1.11.2.3.7.11.12.2.6.1.3.1.2
This is the interface on which the group was learnt.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

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

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

snIgmpStaticGroupIfIndex 1.3.6.1.4.1.11.2.3.7.11.12.2.6.1.4.1.1
The interface of which the static group was configured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

snIgmpStaticGroupPortList 1.3.6.1.4.1.11.2.3.7.11.12.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: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

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