PAIRGAIN-ATMTEST-MIB

File: PAIRGAIN-ATMTEST-MIB.mib (14423 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
PAIRGAIN-COMMON-HD-MIB SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 TruthValue
RowStatus OwnerString pgainDSLAM
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

PgoamLoopbackEntry  
SEQUENCE    
  pgoamLoopbackIfIndex Integer32
  pgoamLoopbackVpi INTEGER
  pgoamLoopbackVci INTEGER
  pgoamLoopbackType INTEGER
  pgoamLoopbackLocation OCTET STRING
  pgoamLoopbackCount INTEGER
  pgoamLoopbackTimeout INTEGER
  pgoamLoopbackDelay INTEGER
  pgoamLoopbackTrapOnCompletion TruthValue
  pgoamLoopbackStatus INTEGER
  pgoamLoopbackSentCells Counter32
  pgoamLoopbackReceivedCells Counter32
  pgoamLoopbackErroredCells Counter32
  pgoamLoopbackEntryOwner OwnerString
  pgoamLoopbackEntryStatus RowStatus
  pgoamLoopbackFlowType INTEGER

Defined Values

pgATMTestMIB 1.3.6.1.4.1.927.1.9.9
A MIB module for testing ATM Virtual Channel connections.
MODULE-IDENTITY    

pgATMTestMIBObjects 1.3.6.1.4.1.927.1.9.9.1
OBJECT IDENTIFIER    

pgoamLoopbackAddress 1.3.6.1.4.1.927.1.9.9.1.1
Specifies the local ATM device's ATM address. Other ATM devices use the ATM address to identify this local ATM device as the device that is being requested to loopback the OAM Loopback cell.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

pgoamLoopbackTable 1.3.6.1.4.1.927.1.9.9.1.2
A table of OAM loopback request entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PgoamLoopbackEntry

pgoamLoopbackEntry 1.3.6.1.4.1.927.1.9.9.1.2.1
A OAM loopback request entry. Each entry in the table is uniquely identified by ifIndex, VPI and VCI. To start a test, use NMS to create the associated instance of the row status and row owner objects. Also use NMS to modify the default values for the other configuration objects if the defaults are not appropriate. Once you have used NMS to create the appropriate instance of all of the configuration objects, either by an explicit SNMP set request or by default, use NMS to set the row status to active to initiate the request. Note that this entire procedure can be initiated using a single set request that specifies a row status of createAndGo as well as the valid values for the non-defaulted configuration objects. once the OAM test sequence has been activated, it can be aborted by setting RowStatus from active to notInService. Once the test sequence completes, the NMS should retrieve the values of the status objects of interest and then delete the entry. To prevent old entries from clogging the table, whenever a new OAM loopback test is requested on a VPI VCI, the old VPI VCI entry is deleted and the entries marked expired are also deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  PgoamLoopbackEntry  

pgoamLoopbackIfIndex 1.3.6.1.4.1.927.1.9.9.1.2.1.1
The interface of the connection on which F5 OAM loopbacks are to be sent. Once an instance of this object is created, its value can not be changed. The value specified for this object must equate to a value of ifIndex in the ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pgoamLoopbackVpi 1.3.6.1.4.1.927.1.9.9.1.2.1.2
The VPI of the connection on which F4/F5 OAM loopbacks are to be sent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4095  

pgoamLoopbackVci 1.3.6.1.4.1.927.1.9.9.1.2.1.3
The VCI of the connection on which OAM loopback cells are to be sent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

pgoamLoopbackType 1.3.6.1.4.1.927.1.9.9.1.2.1.5
Specifies the type of OAM loopback to be performed: segment loopbacks (1) or end to end loopbacks (2). The default is segment loopbacks (1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER segment(1), end2end(2)  

pgoamLoopbackLocation 1.3.6.1.4.1.927.1.9.9.1.2.1.6
Specifies the target ATM device's ATM address to be placed in the 'Loopback Location ID' field of the OAM loopback cell. It is used only when pgoamLoopbackType is set to segment (1).
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(16)  

pgoamLoopbackCount 1.3.6.1.4.1.927.1.9.9.1.2.1.7
Specifies the number of OAM loopback cells (1 to 10) to send to the target in this test sequence. The default is 1 cell.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

pgoamLoopbackTimeout 1.3.6.1.4.1.927.1.9.9.1.2.1.8
Specifies the amount of time (5 to 15 seconds) to wait for a response from one transmitted OAM loopback cell before declaring the OAM loopback cells as 'dropped.' The default is 5 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 5..15  

pgoamLoopbackDelay 1.3.6.1.4.1.927.1.9.9.1.2.1.9
Specifies the minimum amount of time (5 to 15 seconds) to wait before sending the next OAM loopback cell in a test sequence after receiving a response or declaring a timeout for a previous OAM cell. The actual delay may be greater due to internal task scheduling. The default is 5 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 5..15  

pgoamLoopbackTrapOnCompletion 1.3.6.1.4.1.927.1.9.9.1.2.1.10
Specifies whether an oamLoopbackCompletion trap should be issued on completion of the test sequence of OAM loopback cells. If such a trap is desired, it is the responsibility of NMS to ensure that the SNMP administrative model is configured to allow the trap to be delivered.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pgoamLoopbackSentCells 1.3.6.1.4.1.927.1.9.9.1.2.1.11
The number of OAM loopback cells that have been sent to the target in this test sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pgoamLoopbackReceivedCells 1.3.6.1.4.1.927.1.9.9.1.2.1.12
The number of OAM loopback cells that have been received from the target in this test sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pgoamLoopbackErroredCells 1.3.6.1.4.1.927.1.9.9.1.2.1.13
The number of OAM Loopback cells that have been received with CRC errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pgoamLoopbackStatus 1.3.6.1.4.1.927.1.9.9.1.2.1.14
Set to null (1) when there is no status to report. Set to inProgress (2) as soon as the first OAM loopback cell is sent. Set to completed (3) when all the OAM loopback cells in this test sequence have been responded to or timed out. Set to aborted (4) when the OAM loopback test is aborted by setting pgoamLoopBackEntryStatus to notInService. Set to failed (5) when the OAM loopback cells in this test sequence were timed out, not sent, or not returned. Set to expired (6) 5 minutes after the operation is aborted , completed or failed. When the Status is Expired, the next set operation will automatically delete this entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER null(1), inProgress(2), completed(3), aborted(4), failed(5), expired(6)  

pgoamLoopbackEntryOwner 1.3.6.1.4.1.927.1.9.9.1.2.1.15
The NMS entity that configured this entry.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

pgoamLoopbackEntryStatus 1.3.6.1.4.1.927.1.9.9.1.2.1.16
The status of this table entry. Once the entry status is set to active, the associate entry cannot be deleted until the test sequence completes (oamLoopbackStatus is set to completed). But it can be set to notInService to abort the ongoing loopback Test
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pgoamLoopbackFlowType 1.3.6.1.4.1.927.1.9.9.1.2.1.17
This object identifies if the cells are of F4/F5 type when value of this object is set to oamF4, the value of pgoamloopbackVci has to be set to 3 or 4, else the agent should return error
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER oamF4(1), oamF5(2)  

pgATMTestMIBTrapPrefix 1.3.6.1.4.1.927.1.9.9.2
OBJECT IDENTIFIER    

pgoamLoopbackMIBTraps 1.3.6.1.4.1.927.1.9.9.2.0
OBJECT IDENTIFIER    

pgoamLoopbackCompletionTrap 1.3.6.1.4.1.927.1.9.9.2.0.1
A oamLoopbackCompleted trap is sent at the completion of a test sequence of OAM loopback cells if such a trap was requested when the test sequence was initiated.
Status: current Access: read-write
NOTIFICATION-TYPE    

pgATMTestMIBConformance 1.3.6.1.4.1.927.1.9.9.3
OBJECT IDENTIFIER    

pgATMTestMIBCompliances 1.3.6.1.4.1.927.1.9.9.3.1
OBJECT IDENTIFIER    

pgATMTestMIBGroups 1.3.6.1.4.1.927.1.9.9.3.2
OBJECT IDENTIFIER    

pgATMTestMIBCompliance 1.3.6.1.4.1.927.1.9.9.3.1.1
The compliance statement for PairGain ATM Test MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

pgATMTestMIBGroup 1.3.6.1.4.1.927.1.9.9.3.2.1
A collection of objects that invoke the sending of OAM loopback cells.
Status: current Access: read-write
OBJECT-GROUP