All MIBs › TERAWAVE-teraAtom-MIB
Category: ATM and Broadband Access
Description:
Covers configuration, the cross-connect table, and transport layer statistics for the Terawave teraAtom ATM/SONET access node.
Imported Objects
From RFC1155-SMI
| Counter | |
| Gauge | |
| OBJECT-TYPE | |
| TimeTicks | |
| enterprises |
From SNMPv2-SMI
| Counter32 | |
| Counter64 |
What Is TERAWAVE-teraAtom-MIB?
TERAWAVE-teraAtom-MIB is a Terawave enterprise MIB for managing the teraAtom ATM/SONET access node, covering cross-connect configuration and transport-layer statistics for ATM circuits. It exposes per-VPI/VCI ATM statistics tables tracking cell counts, including received, transmitted, discarded, and tagged cells for each virtual circuit. This is a performance/traffic-monitoring MIB: an admin can track cell throughput and discard rates on specific ATM virtual circuits to detect congestion, cell loss, or a failing/oversubscribed circuit, which serves as an indirect indicator of transport hardware health. No explicit cross-MIB dependency is evident beyond standard ATM interface indexing conventions. It would have been deployed on Terawave ATM/SONET access equipment used by carriers for last-mile ATM transport, predominantly in earlier-generation broadband access networks. Network engineers evaluating or troubleshooting this functionality can download the TERAWAVE-teraAtom-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in TERAWAVE-teraAtom-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- received/transmitted cell counts per VPI/VCI
- discarded cell count
- tagged cell count
- CLP0 user cell statistics
Supported Devices
- Terawave teraAtom ATM/SONET access node
Monitoring Examples
An operator can poll teraAtmStatsSumTable/teraAtmStatsSumTableEntry indexed by teraAtmIfIndex, teraAtmVpi, and teraAtmVci to read teraAtmStatsSumReceivedCells against teraAtmStatsSumReceivedDiscardCells, revealing a virtual circuit that is dropping cells due to congestion or a provisioning mismatch. Comparing teraAtmStatsSumTransmittedCells to received counts on the far end helps identify asymmetric traffic loss. The related teraAtmStatsTable adds finer-grained counters like teraAtmStatsReceivedUserClp0Cells for tracking low-priority (CLP=0) cell traffic separately.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| terawave | 1.3.6.1.4.1.4513 | |||
| teraATMGroup | 1.3.6.1.4.1.4513.13 | |||
| teraATMSubGroup1 | 1.3.6.1.4.1.4513.13.1 | |||
| teraAtmStatsSumTable | 1.3.6.1.4.1.4513.13.1.1 | not-accessible | table teraAtmStatsSumTable | |
| teraAtmStatsSumTableEntry | 1.3.6.1.4.1.4513.13.1.1.1 | not-accessible | table entry teraAtmStatsSumTableEntry | |
| INT teraAtmIfIndex | 1.3.6.1.4.1.4513.13.1.1.1.1 | INTEGER | read-only | |
| INT teraAtmVpi | 1.3.6.1.4.1.4513.13.1.1.1.2 | INTEGER | read-only | |
| INT teraAtmVci | 1.3.6.1.4.1.4513.13.1.1.1.3 | INTEGER | read-only | |
| C32 teraAtmStatsSumReceivedCells | 1.3.6.1.4.1.4513.13.1.1.1.4 | Counter32 | read-only | |
| C32 teraAtmStatsSumReceivedDiscardCells | 1.3.6.1.4.1.4513.13.1.1.1.5 | Counter32 | read-only | |
| C32 teraAtmStatsSumReceivedTaggedCells | 1.3.6.1.4.1.4513.13.1.1.1.6 | Counter32 | read-only | |
| C32 teraAtmStatsSumTransmittedCells | 1.3.6.1.4.1.4513.13.1.1.1.7 | Counter32 | read-only | |
| teraAtmStatsTable | 1.3.6.1.4.1.4513.13.1.2 | not-accessible | table teraAtmStatsTable | |
| teraAtmStatsTableEntry | 1.3.6.1.4.1.4513.13.1.2.1 | not-accessible | table entry teraAtmStatsTableEntry | |
| C32 teraAtmStatsReceivedUserClp0Cells | 1.3.6.1.4.1.4513.13.1.2.1.1 | Counter32 | read-only | |
| C32 teraAtmStatsReceivedUserClp1Cells | 1.3.6.1.4.1.4513.13.1.2.1.2 | Counter32 | read-only | |
| C32 teraAtmStatsReceivedOamClp0Cells | 1.3.6.1.4.1.4513.13.1.2.1.3 | Counter32 | read-only | |
| C32 teraAtmStatsReceivedOamClp1Cells | 1.3.6.1.4.1.4513.13.1.2.1.4 | Counter32 | read-only | |
| C32 teraAtmStatsReceivedDiscardClp0Cells | 1.3.6.1.4.1.4513.13.1.2.1.5 | Counter32 | read-only | |
| C32 teraAtmStatsReceivedDiscardClp1Cells | 1.3.6.1.4.1.4513.13.1.2.1.6 | Counter32 | read-only | |
| C32 teraAtmStatsReceivedTaggedCells | 1.3.6.1.4.1.4513.13.1.2.1.7 | Counter32 | read-only | |
| C32 teraAtmStatsTransmittedUserClp0Cells | 1.3.6.1.4.1.4513.13.1.2.1.8 | Counter32 | read-only | |
| C32 teraAtmStatsTransmittedUserClp1Cells | 1.3.6.1.4.1.4513.13.1.2.1.9 | Counter32 | read-only | |
| C32 teraAtmStatsTransmittedOamClp0Cells | 1.3.6.1.4.1.4513.13.1.2.1.10 | Counter32 | read-only | |
| C32 teraAtmStatsTransmittedOamClp1Cells | 1.3.6.1.4.1.4513.13.1.2.1.11 | Counter32 | read-only | |
| teraAtmStatsClearTable | 1.3.6.1.4.1.4513.13.1.24 | not-accessible | table teraAtmStatsClearTable | |
| teraAtmStatsClearTableEntry | 1.3.6.1.4.1.4513.13.1.24.1 | not-accessible | table entry teraAtmStatsClearTableEntry | |
| INT teraAtmStatsStat | 1.3.6.1.4.1.4513.13.1.24.1.1 | INTEGER | read-write | |
| teraATMSubGroup2 | 1.3.6.1.4.1.4513.13.2 | |||
| teraAtmHistoryControlTable | 1.3.6.1.4.1.4513.13.2.1 | not-accessible | table teraAtmHistoryControlTable | |
| teraAtmHistoryControlTableEntry | 1.3.6.1.4.1.4513.13.2.1.1 | not-accessible | table entry teraAtmHistoryControlTableEntry | |
| INT teraAtmHistoryControlIndex | 1.3.6.1.4.1.4513.13.2.1.1.1 | INTEGER | read-only | |
| INT teraAtmHistoryControlBucketsRequested | 1.3.6.1.4.1.4513.13.2.1.1.2 | INTEGER | read-write | |
| INT teraAtmHistoryControlBucketsGranted | 1.3.6.1.4.1.4513.13.2.1.1.3 | INTEGER | read-only | |
| INT teraAtmHistoryControlInterval | 1.3.6.1.4.1.4513.13.2.1.1.4 | INTEGER | read-write | |
| INT teraAtmHistoryControlStatus | 1.3.6.1.4.1.4513.13.2.1.1.5 | INTEGER | read-write | |
| teraAtmStatsHistoryTable | 1.3.6.1.4.1.4513.13.2.2 | not-accessible | table teraAtmStatsHistoryTable | |
| teraAtmStatsHistoryTableEntry | 1.3.6.1.4.1.4513.13.2.2.1 | not-accessible | table entry teraAtmStatsHistoryTableEntry | |
| INT teraAtmStatsHistorySampleIndex | 1.3.6.1.4.1.4513.13.2.2.1.1 | INTEGER | read-only | |
| TIK teraAtmStatsHistoryIntervalStart | 1.3.6.1.4.1.4513.13.2.2.1.2 | TimeTicks | read-only | |
| C32 teraAtmStatsHistoryReceivedUserClp0Cells | 1.3.6.1.4.1.4513.13.2.2.1.3 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryReceivedUserClp1Cells | 1.3.6.1.4.1.4513.13.2.2.1.4 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryReceivedOamClp0Cells | 1.3.6.1.4.1.4513.13.2.2.1.5 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryReceivedOamClp1Cells | 1.3.6.1.4.1.4513.13.2.2.1.6 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryReceivedDiscardClp0Cells | 1.3.6.1.4.1.4513.13.2.2.1.7 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryReceivedDiscardClp1Cells | 1.3.6.1.4.1.4513.13.2.2.1.8 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryReceivedTaggedCells | 1.3.6.1.4.1.4513.13.2.2.1.9 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryTransmittedUserClp0Cells | 1.3.6.1.4.1.4513.13.2.2.1.10 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryTransmittedUserClp1Cells | 1.3.6.1.4.1.4513.13.2.2.1.11 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryTransmittedOamClp0Cells | 1.3.6.1.4.1.4513.13.2.2.1.12 | Counter32 | read-only | |
| C32 teraAtmStatsHistoryTransmittedOamClp1Cells | 1.3.6.1.4.1.4513.13.2.2.1.13 | Counter32 | read-only | |
| teraATMSubGroup3 | 1.3.6.1.4.1.4513.13.3 | |||
| teraAtmILMIPollCfgTable | 1.3.6.1.4.1.4513.13.3.1 | |||
| INT teraDefaultRegainTimeout | 1.3.6.1.4.1.4513.13.3.1.1 | INTEGER | read-write | |
| INT teraDefaultTestConnectTimeout | 1.3.6.1.4.1.4513.13.3.1.2 | INTEGER | read-write | |
| INT teraDefaultAllowedNumOfFailed | 1.3.6.1.4.1.4513.13.3.1.3 | INTEGER | read-write | |
| teraATMPhyStatTable | 1.3.6.1.4.1.4513.13.4 | not-accessible | table teraATMPhyStatTable | |
| teraATMPhyStatTableEntry | 1.3.6.1.4.1.4513.13.4.1 | not-accessible | table entry teraATMPhyStatTableEntry | |
| C32 teraATM_Seconds | 1.3.6.1.4.1.4513.13.4.1.1 | Counter32 | read-only | |
| C32 teraATM_CorrectHCSError | 1.3.6.1.4.1.4513.13.4.1.2 | Counter32 | read-only | |
| C32 teraATM_UncorrectHCSError | 1.3.6.1.4.1.4513.13.4.1.3 | Counter32 | read-only | |
| C64 teraATM_ReceiveCell | 1.3.6.1.4.1.4513.13.4.1.4 | Counter64 | read-only | |
| C64 teraATM_IDLECell | 1.3.6.1.4.1.4513.13.4.1.5 | Counter64 | read-only | |
| C64 teraATM_TransmitCell | 1.3.6.1.4.1.4513.13.4.1.6 | Counter64 | read-only | |
| INT teraATM_AdminStatus | 1.3.6.1.4.1.4513.13.4.1.7 | INTEGER | read-write | |
| teraAtmPortStatsTable | 1.3.6.1.4.1.4513.13.5 | not-accessible | table teraAtmPortStatsTable | |
| teraAtmPortStatsTableEntry | 1.3.6.1.4.1.4513.13.5.1 | not-accessible | table entry teraAtmPortStatsTableEntry | |
| C32 teraAtmPortStatsIngressUnassignedCells | 1.3.6.1.4.1.4513.13.5.1.1 | Counter32 | read-only | |
| C32 teraAtmPortStatsEgressUnassignedCells | 1.3.6.1.4.1.4513.13.5.1.2 | Counter32 | read-only | |
| C32 teraAtmPortStatsTransmittedClp0Cells | 1.3.6.1.4.1.4513.13.5.1.3 | Counter32 | read-only | |
| C32 teraAtmPortStatsTransmittedClp1Cells | 1.3.6.1.4.1.4513.13.5.1.4 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedClp0Cells | 1.3.6.1.4.1.4513.13.5.1.5 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedClp1Cells | 1.3.6.1.4.1.4513.13.5.1.6 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedOamCells | 1.3.6.1.4.1.4513.13.5.1.7 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedRmCells | 1.3.6.1.4.1.4513.13.5.1.8 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedErroredOamCells | 1.3.6.1.4.1.4513.13.5.1.9 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedErroredRmCells | 1.3.6.1.4.1.4513.13.5.1.10 | Counter32 | read-only | |
| C32 teraAtmPortStatsReceivedNonZerroGfcCells | 1.3.6.1.4.1.4513.13.5.1.11 | Counter32 | read-only | |
| teraAtmPortStatsHistoryTable | 1.3.6.1.4.1.4513.13.6 | not-accessible | table teraAtmPortStatsHistoryTable | |
| teraAtmPortStatsHistoryTableEntry | 1.3.6.1.4.1.4513.13.6.1 | not-accessible | table entry teraAtmPortStatsHistoryTableEntry | |
| C32 teraAtmPortStatsHistoryIngressUnassignedCells | 1.3.6.1.4.1.4513.13.6.1.1 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryEgressUnassignedCells | 1.3.6.1.4.1.4513.13.6.1.2 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryTransmittedClp0Cells | 1.3.6.1.4.1.4513.13.6.1.3 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryTransmittedClp1Cells | 1.3.6.1.4.1.4513.13.6.1.4 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedClp0Cells | 1.3.6.1.4.1.4513.13.6.1.5 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedClp1Cells | 1.3.6.1.4.1.4513.13.6.1.6 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedOamCells | 1.3.6.1.4.1.4513.13.6.1.7 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedRmCells | 1.3.6.1.4.1.4513.13.6.1.8 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedErroredOamCells | 1.3.6.1.4.1.4513.13.6.1.9 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedErroredRmCells | 1.3.6.1.4.1.4513.13.6.1.10 | Counter32 | read-only | |
| C32 teraAtmPortStatsHistoryReceivedNonZerroGfcCells | 1.3.6.1.4.1.4513.13.6.1.11 | Counter32 | read-only | |
| teraAtmCc | 1.3.6.1.4.1.4513.13.7 | |||
| teraAtmCcControlTable | 1.3.6.1.4.1.4513.13.7.1 | not-accessible | table teraAtmCcControlTable | |
| teraAtmCcControlTableEntry | 1.3.6.1.4.1.4513.13.7.1.1 | not-accessible | table entry teraAtmCcControlTableEntry | |
| INT teraAtmCcSourceControl | 1.3.6.1.4.1.4513.13.7.1.1.1 | INTEGER | read-write | |
| INT teraAtmCcSinkControl | 1.3.6.1.4.1.4513.13.7.1.1.2 | INTEGER | read-write | |
| INT teraAtmCcType | 1.3.6.1.4.1.4513.13.7.1.1.3 | INTEGER | read-write | |
| INT teraAtmCcTargetDir | 1.3.6.1.4.1.4513.13.7.1.1.4 | INTEGER | read-write | |
| INT teraAtmCcSinkDir | 1.3.6.1.4.1.4513.13.7.1.1.5 | INTEGER | read-only | |
| INT teraAtmCcSourceResult | 1.3.6.1.4.1.4513.13.7.1.1.6 | INTEGER | read-only | |
| INT teraAtmCcSinkResult | 1.3.6.1.4.1.4513.13.7.1.1.7 | INTEGER | read-only | |
| INT teraAtmCcRowStatus | 1.3.6.1.4.1.4513.13.7.1.1.8 | INTEGER | read-write | |
| teraAtmPmControlTable | 1.3.6.1.4.1.4513.13.8 | not-accessible | table teraAtmPmControlTable | |
| teraAtmPmControlTableEntry | 1.3.6.1.4.1.4513.13.8.1 | not-accessible | table entry teraAtmPmControlTableEntry | |
| INT teraAtmPmSourceControl | 1.3.6.1.4.1.4513.13.8.1.1 | INTEGER | read-write | |
| INT teraAtmPmSourceBlockSize | 1.3.6.1.4.1.4513.13.8.1.2 | INTEGER | read-write | |
| INT teraAtmPmSinkControl | 1.3.6.1.4.1.4513.13.8.1.3 | INTEGER | read-write | |
| INT teraAtmPmSourceType | 1.3.6.1.4.1.4513.13.8.1.4 | INTEGER | read-write | |
| INT teraAtmPmTargetDir | 1.3.6.1.4.1.4513.13.8.1.5 | INTEGER | read-write | |
| INT teraAtmPmSinkDir | 1.3.6.1.4.1.4513.13.8.1.6 | INTEGER | read-only | |
| INT teraAtmPmSourceResult | 1.3.6.1.4.1.4513.13.8.1.7 | INTEGER | read-only | |
| INT teraAtmPmSinkResult | 1.3.6.1.4.1.4513.13.8.1.8 | INTEGER | read-only | |
| INT teraAtmPmRowStatus | 1.3.6.1.4.1.4513.13.8.1.9 | INTEGER | read-write | |
| teraOamPmStatsTable | 1.3.6.1.4.1.4513.13.9 | not-accessible | table teraOamPmStatsTable | |
| teraOamPmStatsTableEntry | 1.3.6.1.4.1.4513.13.9.1 | not-accessible | table entry teraOamPmStatsTableEntry | |
| C32 teraOamPmStatsTotalTUC0 | 1.3.6.1.4.1.4513.13.9.1.1 | Counter32 | read-only | |
| C32 teraOamPmStatsTotalTUC01 | 1.3.6.1.4.1.4513.13.9.1.2 | Counter32 | read-only | |
| C32 teraOamPmStatsTotalTRCC0 | 1.3.6.1.4.1.4513.13.9.1.3 | Counter32 | read-only | |
| C32 teraOamPmStatsTotalTRCC01 | 1.3.6.1.4.1.4513.13.9.1.4 | Counter32 | read-only | |
| INT teraOamPmStatsStat | 1.3.6.1.4.1.4513.13.9.1.5 | INTEGER | read-write | |
| C32 teraOamPmStatsTotalLostCLP0 | 1.3.6.1.4.1.4513.13.9.1.6 | Counter32 | read-only | |
| C32 teraOamPmStatsTotalLostCLP01 | 1.3.6.1.4.1.4513.13.9.1.7 | Counter32 | read-only | |
| C32 teraOamPmStatsTotalMisinsertedCLP0 | 1.3.6.1.4.1.4513.13.9.1.8 | Counter32 | read-only | |
| C32 teraOamPmStatsTotalMisinsertedCLP01 | 1.3.6.1.4.1.4513.13.9.1.9 | Counter32 | read-only | |
| teraAtmPVCIfControlTable | 1.3.6.1.4.1.4513.13.11 | not-accessible | table teraAtmPVCIfControlTable | |
| teraAtmPVCIfControlTableEntry | 1.3.6.1.4.1.4513.13.11.1 | not-accessible | table entry teraAtmPVCIfControlTableEntry | |
| INT teraAtmPVCIfMaxVpiBits | 1.3.6.1.4.1.4513.13.11.1.1 | INTEGER | read-write | |
| INT teraAtmPVCIfMaxVciBits | 1.3.6.1.4.1.4513.13.11.1.2 | INTEGER | read-write | |
| INT teraAtmPVCIfMaxVCCs | 1.3.6.1.4.1.4513.13.11.1.3 | INTEGER | read-write | |
| INT teraAtmPVCIfILMIVpi | 1.3.6.1.4.1.4513.13.11.1.4 | INTEGER | read-write | |
| INT teraAtmPVCIfILMIVci | 1.3.6.1.4.1.4513.13.11.1.5 | INTEGER | read-write | |
| INT teraAtmPVCIfPortBw | 1.3.6.1.4.1.4513.13.11.1.6 | INTEGER | read-write | |
| teraAtmCardStatsTable | 1.3.6.1.4.1.4513.13.12 | not-accessible | table teraAtmCardStatsTable | |
| teraAtmCardStatsTableEntry | 1.3.6.1.4.1.4513.13.12.1 | not-accessible | table entry teraAtmCardStatsTableEntry | |
| C32 teraSlotIndex | 1.3.6.1.4.1.4513.13.12.1.1 | Counter32 | read-only | |
| INT teraAtmCardStatsLSBState | 1.3.6.1.4.1.4513.13.12.1.2 | INTEGER | read-only | |
| C32 teraAtmCardStatsLSBCrcCount | 1.3.6.1.4.1.4513.13.12.1.3 | Counter32 | read-only | |
| C32 teraAtmCardStatsTransitionUpCount | 1.3.6.1.4.1.4513.13.12.1.4 | Counter32 | read-only | |
| C32 teraAtmCardStatsRxUnassignedCellCount | 1.3.6.1.4.1.4513.13.12.1.5 | Counter32 | read-only | |
| INT teraAtmCardStatsLSBCrcLastSlot | 1.3.6.1.4.1.4513.13.12.1.6 | INTEGER | read-only | |
| INT teraAtmCardStatsMrpVersion | 1.3.6.1.4.1.4513.13.12.1.7 | INTEGER | read-only | |
| INT teraAtmCardStatsMrpFeature | 1.3.6.1.4.1.4513.13.12.1.8 | INTEGER | read-only | |
| teraAtmVclTable | 1.3.6.1.4.1.4513.13.13 | not-accessible | table teraAtmVclTable | |
| teraAtmVclTableEntry | 1.3.6.1.4.1.4513.13.13.1 | not-accessible | table entry teraAtmVclTableEntry | |
| INT teraAtmVclTrafficPolicing | 1.3.6.1.4.1.4513.13.13.1.1 | INTEGER | read-write | |
| INT teraAtmVclRowStatus | 1.3.6.1.4.1.4513.13.13.1.2 | INTEGER | read-write | |
| teraAtmQueueStatsTable | 1.3.6.1.4.1.4513.13.14 | not-accessible | table teraAtmQueueStatsTable | |
| teraAtmQueueStatsTableEntry | 1.3.6.1.4.1.4513.13.14.1 | not-accessible | table entry teraAtmQueueStatsTableEntry | |
| INT teraAtmQueueIndex | 1.3.6.1.4.1.4513.13.14.1.1 | INTEGER | read-only | |
| INT teraAtmQueueStatsSlotMask | 1.3.6.1.4.1.4513.13.14.1.2 | INTEGER | read-only | |
| INT teraAtmQueueStatsCosType | 1.3.6.1.4.1.4513.13.14.1.3 | INTEGER | read-only | |
| C32 teraAtmQueueStatsDiscardCellCount | 1.3.6.1.4.1.4513.13.14.1.4 | Counter32 | read-only | |
| teraAtmMgmtChannelTable | 1.3.6.1.4.1.4513.13.15 | not-accessible | table teraAtmMgmtChannelTable | |
| teraAtmMgmtChannelTableEntry | 1.3.6.1.4.1.4513.13.15.1 | not-accessible | table entry teraAtmMgmtChannelTableEntry | |
| INT teraAtmMgmtChannelVpiLow | 1.3.6.1.4.1.4513.13.15.1.1 | INTEGER | read-write | |
| INT teraAtmMgmtChannelVciLow | 1.3.6.1.4.1.4513.13.15.1.2 | INTEGER | read-write | |
| INT teraAtmMgmtChannelVpiHigh | 1.3.6.1.4.1.4513.13.15.1.3 | INTEGER | read-write | |
| INT teraAtmMgmtChannelVciHigh | 1.3.6.1.4.1.4513.13.15.1.4 | INTEGER | read-write | |
| teraAtmDbg | 1.3.6.1.4.1.4513.13.16 | |||
| teraDebugTable | 1.3.6.1.4.1.4513.13.16.1 | |||
| INT teraDebug1 | 1.3.6.1.4.1.4513.13.16.1.1 | INTEGER | read-only | |
| INT teraDebug2 | 1.3.6.1.4.1.4513.13.16.1.2 | INTEGER | read-only | |
| INT teraDebug3 | 1.3.6.1.4.1.4513.13.16.1.3 | INTEGER | read-only | |
| teraAtmPortPVCAlarmStatTable | 1.3.6.1.4.1.4513.13.17 | not-accessible | table teraAtmPortPVCAlarmStatTable | |
| teraAtmPortPVCAlarmStatTableEntry | 1.3.6.1.4.1.4513.13.17.1 | not-accessible | table entry teraAtmPortPVCAlarmStatTableEntry | |
| INT teraAtmPortPVCAlarmStatType | 1.3.6.1.4.1.4513.13.17.1.1 | INTEGER | read-only | |
| INT teraAtmPortPVCAlarmStatVPI | 1.3.6.1.4.1.4513.13.17.1.2 | INTEGER | read-only | |
| INT teraAtmPortPVCAlarmStatVCI | 1.3.6.1.4.1.4513.13.17.1.3 | INTEGER | read-only | |
| INT teraAtmPortPVCAlarmStatPort | 1.3.6.1.4.1.4513.13.17.1.4 | INTEGER | read-only | |
| INT teraAtmPortPVCAlarmStatTime | 1.3.6.1.4.1.4513.13.17.1.5 | INTEGER | read-only | |
| INT teraAtmPortPVCAlarmStatReason | 1.3.6.1.4.1.4513.13.17.1.6 | INTEGER | read-only | |
| teraAtmVplTable | 1.3.6.1.4.1.4513.13.18 | not-accessible | table teraAtmVplTable | |
| teraAtmVplTableEntry | 1.3.6.1.4.1.4513.13.18.1 | not-accessible | table entry teraAtmVplTableEntry | |
| INT teraAtmVplTrafficPolicing | 1.3.6.1.4.1.4513.13.18.1.1 | INTEGER | read-write | |
| INT teraAtmVplRowStatus | 1.3.6.1.4.1.4513.13.18.1.2 | INTEGER | read-write | |
| teraFarEndAtmfAtmLayerTable | 1.3.6.1.4.1.4513.13.19 | not-accessible | table teraFarEndAtmfAtmLayerTable | |
| teraFarEndAtmfAtmLayerTableEntry | 1.3.6.1.4.1.4513.13.19.1 | not-accessible | table entry teraFarEndAtmfAtmLayerTableEntry | |
| INT teraFarEndAtmfAtmLayerIndex | 1.3.6.1.4.1.4513.13.19.1.1 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMaxVPCs | 1.3.6.1.4.1.4513.13.19.1.2 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMaxVCCs | 1.3.6.1.4.1.4513.13.19.1.3 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerConfiguredVPCs | 1.3.6.1.4.1.4513.13.19.1.4 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerConfiguredVCCs | 1.3.6.1.4.1.4513.13.19.1.5 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMaxVpiBits | 1.3.6.1.4.1.4513.13.19.1.6 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMaxVciBits | 1.3.6.1.4.1.4513.13.19.1.7 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerUniType | 1.3.6.1.4.1.4513.13.19.1.8 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerUniVersion | 1.3.6.1.4.1.4513.13.19.1.9 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerDeviceType | 1.3.6.1.4.1.4513.13.19.1.10 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerIlmiVersion | 1.3.6.1.4.1.4513.13.19.1.11 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerNniSigVersion | 1.3.6.1.4.1.4513.13.19.1.12 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMaxSvpcVpi | 1.3.6.1.4.1.4513.13.19.1.13 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMaxSvccVpi | 1.3.6.1.4.1.4513.13.19.1.14 | INTEGER | read-only | |
| INT teraFarEndAtmfAtmLayerMinSvccVci | 1.3.6.1.4.1.4513.13.19.1.15 | INTEGER | read-only | |
| teraFarEndAtmfVccTable | 1.3.6.1.4.1.4513.13.20 | not-accessible | table teraFarEndAtmfVccTable | |
| teraFarEndAtmfVccTableEntry | 1.3.6.1.4.1.4513.13.20.1 | not-accessible | table entry teraFarEndAtmfVccTableEntry | |
| INT teraFarEndAtmfVccPortIndex | 1.3.6.1.4.1.4513.13.20.1.1 | INTEGER | read-only | |
| INT teraFarEndAtmfVccVpi | 1.3.6.1.4.1.4513.13.20.1.2 | INTEGER | read-only | |
| INT teraFarEndAtmfVccVci | 1.3.6.1.4.1.4513.13.20.1.3 | INTEGER | read-only | |
| INT teraFarEndAtmfVccOperStatus | 1.3.6.1.4.1.4513.13.20.1.4 | INTEGER | read-only | |
| OID teraFarEndAtmfVccTransmitTrafficDescriptorType | 1.3.6.1.4.1.4513.13.20.1.5 | OBJECT IDENTIFIER | read-only | |
| INT teraFarEndAtmfVccTransmitTrafficDescriptorParam1 | 1.3.6.1.4.1.4513.13.20.1.6 | INTEGER | read-only | |
| INT teraFarEndAtmfVccTransmitTrafficDescriptorParam2 | 1.3.6.1.4.1.4513.13.20.1.7 | INTEGER | read-only | |
| INT teraFarEndAtmfVccTransmitTrafficDescriptorParam3 | 1.3.6.1.4.1.4513.13.20.1.8 | INTEGER | read-only | |
| INT teraFarEndAtmfVccTransmitTrafficDescriptorParam4 | 1.3.6.1.4.1.4513.13.20.1.9 | INTEGER | read-only | |
| INT teraFarEndAtmfVccTransmitTrafficDescriptorParam5 | 1.3.6.1.4.1.4513.13.20.1.10 | INTEGER | read-only | |
| OID teraFarEndAtmfVccReceiveTrafficDescriptorType | 1.3.6.1.4.1.4513.13.20.1.11 | OBJECT IDENTIFIER | read-only | |
| INT teraFarEndAtmfVccReceiveTrafficDescriptorParam1 | 1.3.6.1.4.1.4513.13.20.1.12 | INTEGER | read-only | |
| INT teraFarEndAtmfVccReceiveTrafficDescriptorParam2 | 1.3.6.1.4.1.4513.13.20.1.13 | INTEGER | read-only | |
| INT teraFarEndAtmfVccReceiveTrafficDescriptorParam3 | 1.3.6.1.4.1.4513.13.20.1.14 | INTEGER | read-only | |
| INT teraFarEndAtmfVccReceiveTrafficDescriptorParam4 | 1.3.6.1.4.1.4513.13.20.1.15 | INTEGER | read-only | |
| INT teraFarEndAtmfVccReceiveTrafficDescriptorParam5 | 1.3.6.1.4.1.4513.13.20.1.16 | INTEGER | read-only | |
| INT teraFarEndAtmfVccQoSCategory | 1.3.6.1.4.1.4513.13.20.1.17 | INTEGER | read-only | |
| INT teraFarEndAtmfVccTransmitQoSClass | 1.3.6.1.4.1.4513.13.20.1.18 | INTEGER | read-only | |
| INT teraFarEndAtmfVccReceiveQoSClass | 1.3.6.1.4.1.4513.13.20.1.19 | INTEGER | read-only | |
| INT teraFarEndAtmfVccBestEffortIndicator | 1.3.6.1.4.1.4513.13.20.1.20 | INTEGER | read-only | |
| INT teraFarEndAtmfVccTransmitFrameDiscard | 1.3.6.1.4.1.4513.13.20.1.21 | INTEGER | read-only | |
| INT teraFarEndAtmfVccReceiveFrameDiscard | 1.3.6.1.4.1.4513.13.20.1.22 | INTEGER | read-only | |
| INT teraFarEndAtmfVccServiceCategory | 1.3.6.1.4.1.4513.13.20.1.23 | INTEGER | read-only |
RFC description
Manages Terawave teraAtom ATM/SONET access node configuration, cross-connect table, and transport layer statistics.
Start monitoring Terawave teraAtom ATM/SONET access node (per-VC cell throughput/discard statistics) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.