INTEL-IGMP-PRUNING-MIB

File: INTEL-IGMP-PRUNING-MIB.mib (4649 bytes)

Imported modules

INTEL-GEN-MIB RFC-1212

Imported symbols

mib2ext OBJECT-TYPE

Defined Types

ConfIgmpPruPortEntry  
SEQUENCE    
  confIgmpPruPortIndex INTEGER
  confIgmpPruPortEnabled INTEGER

Defined Values

igmppru 1.3.6.1.4.1.343.6.35
OBJECT IDENTIFIER    

conf 1.3.6.1.4.1.343.6.35.1
OBJECT IDENTIFIER    

confIgmpPruEnabled 1.3.6.1.4.1.343.6.35.1.1
The administrative status requested by management for IGMP pruning. The value enabled(1) indicates that IGMP pruning should be enabled on this device, in all VLANs, on all ports for which it has not been specifically disabled. When disabled(2), IGMP pruning is disabled, in all VLANs, on all ports.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

confIgmpPruTimer 1.3.6.1.4.1.343.6.35.1.2
IGMP pruning timer value in seconds. The timer value should be greater than two times the interval between IGMP general queries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10000  

confIgmpPruPortTable 1.3.6.1.4.1.343.6.35.1.3
Port configuration table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfIgmpPruPortEntry

confIgmpPruPortEntry 1.3.6.1.4.1.343.6.35.1.3.1
An entry containing the objects for configuration and status of a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConfIgmpPruPortEntry  

confIgmpPruPortIndex 1.3.6.1.4.1.343.6.35.1.3.1.1
An index value that uniquely identifies an interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

confIgmpPruPortEnabled 1.3.6.1.4.1.343.6.35.1.3.1.2
The state of IGMP pruning operation on this port. The value enabled(1) indicates that IGMP pruning is enabled on this port, in all VLANs, as long as confIgmpPruEnabled is also enabled for this device. When disabled(2) but confIgmpPruEnabled is still enabled for the device, IGMP pruning is disabled on this port in all VLANs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

confIgmpPruAllowAsQuerier 1.3.6.1.4.1.343.6.35.1.4
The administrative status requested by management for allowing this device to participate in the IGMP querier/non-querier election. The value enabled(1) indicates that the device will participate in the IGMP querier/non-querier election scheme and thus may transmit IGMP queries, in all VLANs, on all ports for which IGMP pruning is also enabled. When disabled(2), the device will NOT participate in the IGMP querier/non-querier election scheme and will NOT transmit any IGMP queries, in all VLANs, on all ports.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)