IGMP-PRIVATE-MIB

File: IGMP-PRIVATE-MIB.mib (11753 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Cajun-ROOT

Imported symbols

MODULE-IDENTITY OBJECT-TYPE RowStatus
cjnProtocol

Defined Types

CjnIgmpIfEntry  
SEQUENCE    
  cjnIgmpIfIndex INTEGER
  cjnIgmpIfRowStatus RowStatus
  cjnIgmpIfIsVersion INTEGER
  cjnIgmpIfMaxGroups INTEGER
  cjnIgmpIfIsQuerier INTEGER
  cjnIgmpIfProcessLeaves INTEGER
  cjnIgmpIfQueryReqIntvl INTEGER
  cjnIgmpIfQueryRspIntvl INTEGER
  cjnIgmpIfNbrQueryTimeout INTEGER
  cjnIgmpIfRobustVariable INTEGER
  cjnIgmpIfState INTEGER

CjnIgmpIfStatEntry  
SEQUENCE    
  cjnIgmpIfQval INTEGER
  cjnIgmpIfQpval INTEGER
  cjnIgmpIfJoins INTEGER
  cjnIgmpIfLeaves INTEGER
  cjnIgmpIfRptRcvd INTEGER
  cjnIgmpIfQueryRcvd INTEGER
  cjnIgmpIfQueryXmit INTEGER
  cjnIgmpIfWrongVer INTEGER
  cjnIgmpIfCurGrps INTEGER

Defined Values

cjnIgmp 1.3.6.1.4.1.1751.2.43.2.11
Cajun IGMP PRIVATE MIB
MODULE-IDENTITY    

cjnIgmpGblGroup 1.3.6.1.4.1.1751.2.43.2.11.1
OBJECT IDENTIFIER    

cjnIgmpIsEnabled 1.3.6.1.4.1.1751.2.43.2.11.1.1
Enable IGMP - default to FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

cjnIpIgmpGblStatsReset 1.3.6.1.4.1.1751.2.43.2.11.1.2
When set to the value enable (1) all IGMP statistics are reset to zero after which the value of this MIB object returns to disable(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIgmpGblStatsGroup 1.3.6.1.4.1.1751.2.43.2.11.2
OBJECT IDENTIFIER    

cjnIgmpRxReport 1.3.6.1.4.1.1751.2.43.2.11.2.1
Number of Group Membership Reports Received.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpRxQuery 1.3.6.1.4.1.1751.2.43.2.11.2.2
Number of Group Membership Queries Received.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpTxQuery 1.3.6.1.4.1.1751.2.43.2.11.2.3
Number of Group Membership Queries Transmitted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpRxUnknownCode 1.3.6.1.4.1.1751.2.43.2.11.2.4
Number of Unknown Messages Received.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfGroup 1.3.6.1.4.1.1751.2.43.2.11.3
OBJECT IDENTIFIER    

cjnIgmpIfTable 1.3.6.1.4.1.1751.2.43.2.11.3.1
A list of Cajun IGMP interface entries. The number of entries is given by the value of cjnIgmpIfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIgmpIfEntry

cjnIgmpIfEntry 1.3.6.1.4.1.1751.2.43.2.11.3.1.1
An cajun IGMP Interface instance
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIgmpIfEntry  

cjnIgmpIfIndex 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.1
The globally unique identifier for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfRowStatus 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.2
The Status of this entry in the table. Note the available states: active(1), -- Obviously Active. notInService(2) -- Interface configured but disabled. notReady(3), -- Interface NOT configured. createAndGo(4), createAndWait(5) or destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cjnIgmpIfIsVersion 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.3
IGMP version running. 1=V1 2=V2. default is 2=V2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v1(1), v2(2)  

cjnIgmpIfMaxGroups 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.4
Maximum number of groups allowed on interface 1-2000. default is 32.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..2000  

cjnIgmpIfIsQuerier 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.5
For this interface are Group Queries Enabled? . default is 0=disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER false(0), true(1)  

cjnIgmpIfProcessLeaves 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.6
For this interface is the processing of Leave Requests Enabled? . default is 1=enabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER false(0), true(1)  

cjnIgmpIfQueryReqIntvl 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.7
Interval between General Queries sent. 1-65535. default is 125 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

cjnIgmpIfQueryRspIntvl 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.8
Max Response Time inserted into the periodic General Queries 1-25. default is 10 seconds. QueryRsp must be less than QueryReq
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..25  

cjnIgmpIfNbrQueryTimeout 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.9
Neighbor group querier timeout in seconds. 60-300. default is 255 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 60..300  

cjnIgmpIfRobustVariable 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.10
Robustness variable. Expected packet loss on a network. 1-65535. default is 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

cjnIgmpIfState 1.3.6.1.4.1.1751.2.43.2.11.3.1.1.11
The current state of IGMP on this interface. When the circuit first comes up the state is DOWN.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER down(0), init(1), querier(2), nonQuerier(3)  

cjnIgmpIfStatGroup 1.3.6.1.4.1.1751.2.43.2.11.4
OBJECT IDENTIFIER    

cjnIgmpIfStatTable 1.3.6.1.4.1.1751.2.43.2.11.4.1
A list of Cajun IGMP interface statistics entries. The number of entries is given by the value of cjnIgmpIfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIgmpIfStatEntry

cjnIgmpIfStatEntry 1.3.6.1.4.1.1751.2.43.2.11.4.1.1
An cajun IGMP Interface Statistics instance
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIgmpIfStatEntry  

cjnIgmpIfQval 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.1
Next Query Request in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfQpval 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.2
Neighbor Querier Timeout in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfJoins 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.3
Number of Group Join Requests Received on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfLeaves 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.4
Number of Group Leave Requests Received on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfRptRcvd 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.5
Number of Group Reports Received on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfQueryRcvd 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.6
Number of Query Messages Received on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfQueryXmit 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.7
Number of Query Messages Transmitted on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfWrongVer 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.8
Number of Unknown Messages Received on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIgmpIfCurGrps 1.3.6.1.4.1.1751.2.43.2.11.4.1.1.9
Number of Current Groups on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER