PAIRGAIN-ATMTEST-MIB: View SNMP OID List / Download MIB

VENDOR: PAIRGAIN TECHNOLOGIES


 Home MIB: PAIRGAIN-ATMTEST-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pgATMTestMIB 1.3.6.1.4.1.927.1.9.9
A MIB module for testing ATM Virtual Channel connections.
     pgATMTestMIBObjects 1.3.6.1.4.1.927.1.9.9.1
         pgoamLoopbackAddress 1.3.6.1.4.1.927.1.9.9.1.1 octet string read-write
Specifies the local ATM devices 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.
         pgoamLoopbackTable 1.3.6.1.4.1.927.1.9.9.1.2 no-access
A table of OAM loopback request entries.
             pgoamLoopbackEntry 1.3.6.1.4.1.927.1.9.9.1.2.1 no-access
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.
                 pgoamLoopbackIfIndex 1.3.6.1.4.1.927.1.9.9.1.2.1.1 integer32 read-only
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.
                 pgoamLoopbackVpi 1.3.6.1.4.1.927.1.9.9.1.2.1.2 integer read-only
The VPI of the connection on which F4/F5 OAM loopbacks are to be sent.
                 pgoamLoopbackVci 1.3.6.1.4.1.927.1.9.9.1.2.1.3 integer read-only
The VCI of the connection on which OAM loopback cells are to be sent.
                 pgoamLoopbackType 1.3.6.1.4.1.927.1.9.9.1.2.1.5 integer read-only
Specifies the type of OAM loopback to be performed: segment loopbacks (1) or end to end loopbacks (2). The default is segment loopbacks (1). Enumeration: 'end2end': 2, 'segment': 1.
                 pgoamLoopbackLocation 1.3.6.1.4.1.927.1.9.9.1.2.1.6 octet string read-only
Specifies the target ATM devices 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).
                 pgoamLoopbackCount 1.3.6.1.4.1.927.1.9.9.1.2.1.7 integer read-only
Specifies the number of OAM loopback cells (1 to 10) to send to the target in this test sequence. The default is 1 cell.
                 pgoamLoopbackTimeout 1.3.6.1.4.1.927.1.9.9.1.2.1.8 integer read-only
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.
                 pgoamLoopbackDelay 1.3.6.1.4.1.927.1.9.9.1.2.1.9 integer read-only
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.
                 pgoamLoopbackTrapOnCompletion 1.3.6.1.4.1.927.1.9.9.1.2.1.10 truthvalue read-only
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.
                 pgoamLoopbackSentCells 1.3.6.1.4.1.927.1.9.9.1.2.1.11 counter32 read-only
The number of OAM loopback cells that have been sent to the target in this test sequence.
                 pgoamLoopbackReceivedCells 1.3.6.1.4.1.927.1.9.9.1.2.1.12 counter32 read-only
The number of OAM loopback cells that have been received from the target in this test sequence.
                 pgoamLoopbackErroredCells 1.3.6.1.4.1.927.1.9.9.1.2.1.13 counter32 read-only
The number of OAM Loopback cells that have been received with CRC errors.
                 pgoamLoopbackStatus 1.3.6.1.4.1.927.1.9.9.1.2.1.14 integer read-only
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. Enumeration: 'completed': 3, 'failed': 5, 'aborted': 4, 'inProgress': 2, 'null': 1, 'expired': 6.
                 pgoamLoopbackEntryOwner 1.3.6.1.4.1.927.1.9.9.1.2.1.15 ownerstring read-only
The NMS entity that configured this entry.
                 pgoamLoopbackEntryStatus 1.3.6.1.4.1.927.1.9.9.1.2.1.16 rowstatus read-only
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
                 pgoamLoopbackFlowType 1.3.6.1.4.1.927.1.9.9.1.2.1.17 integer read-write
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 Enumeration: 'oamF4': 1, 'oamF5': 2.
     pgATMTestMIBTrapPrefix 1.3.6.1.4.1.927.1.9.9.2
         pgoamLoopbackMIBTraps 1.3.6.1.4.1.927.1.9.9.2.0
             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.
     pgATMTestMIBConformance 1.3.6.1.4.1.927.1.9.9.3
         pgATMTestMIBCompliances 1.3.6.1.4.1.927.1.9.9.3.1
             pgATMTestMIBCompliance 1.3.6.1.4.1.927.1.9.9.3.1.1
The compliance statement for PairGain ATM Test MIB.
         pgATMTestMIBGroups 1.3.6.1.4.1.927.1.9.9.3.2
             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.