NNC-ATM-PROTOSTATISTICS-MIB

File: NNC-ATM-PROTOSTATISTICS-MIB.mib (21848 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB NNCGNI0001-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
TEXTUAL-CONVENTION MODULE-COMPLIANCE OBJECT-GROUP
ifIndex nncExtensions NncExtCounter64

Defined Types

NncAtmProtoCurrEntry  
SEQUENCE    
  nncAtmProtoCurrValidInCells NncExtCounter64
  nncAtmProtoCurrCorrHeaderInCells NncExtCounter64
  nncAtmProtoCurrDisHECInCells NncExtCounter64
  nncAtmProtoCurrDisInvalidVPIVCIInCells NncExtCounter64
  nncAtmProtoCurrOutCells NncExtCounter64

NncAtmProtoHistEntry  
SEQUENCE    
  nncAtmProtoHistIndex INTEGER
  nncAtmProtoHistValidInCells NncExtCounter64
  nncAtmProtoHistCorrHeaderInCells NncExtCounter64
  nncAtmProtoHistDisHECInCells NncExtCounter64
  nncAtmProtoHistDisInvalidVPIVCIInCells NncExtCounter64
  nncAtmProtoHistOutCells NncExtCounter64

NncAtmProtoTotalEntry  
SEQUENCE    
  nncAtmProtoTotalValidIntervals INTEGER
  nncAtmProtoTotalValidInCells NncExtCounter64
  nncAtmProtoTotalCorrHeaderInCells NncExtCounter64
  nncAtmProtoTotalDisHECInCells NncExtCounter64
  nncAtmProtoTotalDisInvalidVPIVCIInCells NncExtCounter64
  nncAtmProtoTotalOutCells NncExtCounter64

NncAtmProtoRawEntry  
SEQUENCE    
  nncAtmProtoRawValidInCells Counter32
  nncAtmProtoRawCorrHeaderInCells Counter32
  nncAtmProtoRawDisHECInCells Counter32
  nncAtmProtoRawDisInvalidVPIVCIInCells Counter32
  nncAtmProtoRawOutCells Counter32

Defined Values

nncAtmProtoStatistics 1.3.6.1.4.1.123.3.54
This module contains definitions for performance monitoring of the ATM cell layers. This MIB module contains the following tables: ATM Cell Layer 15 Minute Current Table (per interface) ATM Cell Layer 15 Minute History Table (per interface) ATM Cell Layer 24 Hour Table (per interface) ATM Cell Layer Raw Table (per interface; unintervalized) Intervals: Statistics per interface are collected over a historical stratum of up to a maximum of M intervals. The value of M is a function of a product's storage capability. For example, on the 36170 product, M = 96. The intervals are 15 minutes aligned to the quarter of an hour. The current interval spans back to the last 15 minute tick on the wall clock. Continuing along the timeline from that point is the most recently completed interval and has an index of 1. The previous interval has an index of 2 and so on. Note that the oldest interval may be incomplete since the statistic collection may have been enabled offset to the quarter or one hour tick. t 0 -15min -30min -45min ==========|===========|===========|===========|=========== current N = 1 N = 2 N = 3 N = 4 ... N = M interval
MODULE-IDENTITY    

nncAtmProtoObjects 1.3.6.1.4.1.123.3.54.1
OBJECT IDENTIFIER    

nncAtmProtoGroups 1.3.6.1.4.1.123.3.54.2
OBJECT IDENTIFIER    

nncAtmProtoCompliances 1.3.6.1.4.1.123.3.54.3
OBJECT IDENTIFIER    

nncAtmProtoCurrTable 1.3.6.1.4.1.123.3.54.1.1
The ATM Cell Protocol Monitoring Current Data table.This table maintains per-interface statistics for the fifteen-minute interval currently being collected.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NncAtmProtoCurrEntry

nncAtmProtoCurrEntry 1.3.6.1.4.1.123.3.54.1.1.1
An entry in the ATM Cell Protocol Monitoring Current Data table. Each ATM interface (UNI, BICI, BISSI) automatically has an entry in this table associated with it.
Status: current Access: not-accessible
OBJECT-TYPE    
  NncAtmProtoCurrEntry  

nncAtmProtoCurrValidInCells 1.3.6.1.4.1.123.3.54.1.1.1.1
Number of cells received with correct or corrected headers, and valid VPI/VCI on this interface, since the start of this interval
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoCurrCorrHeaderInCells 1.3.6.1.4.1.123.3.54.1.1.1.2
Number of cells received with corrected header errors on this interface, since the start of this interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoCurrDisHECInCells 1.3.6.1.4.1.123.3.54.1.1.1.3
Number of received cells discarded due to uncorrectable header (HEC) errors on this interface, since the start of this interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoCurrDisInvalidVPIVCIInCells 1.3.6.1.4.1.123.3.54.1.1.1.4
Number of received cells discarded due to invalid VPI/VCI on this interface, since the start of this interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoCurrOutCells 1.3.6.1.4.1.123.3.54.1.1.1.5
Number of cells transmitted on this interface, since the start of this interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoHistTable 1.3.6.1.4.1.123.3.54.1.2
The ATM Cell Protocol Monitoring Current Data table.This table maintains per-interface statistics for the fifteen-minute interval currently being collected.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NncAtmProtoHistEntry

nncAtmProtoHistEntry 1.3.6.1.4.1.123.3.54.1.2.1
An entry in the ATM Cell Protocol Monitoring History Data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  NncAtmProtoHistEntry  

nncAtmProtoHistIndex 1.3.6.1.4.1.123.3.54.1.2.1.1
A number between 1 and 96, which identifies the interval for which the set of statistics in this entry was collected. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..96  

nncAtmProtoHistValidInCells 1.3.6.1.4.1.123.3.54.1.2.1.2
Number of cells received with correct or corrected headers, and valid VPI/VCI on this interface for this 15-min interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoHistCorrHeaderInCells 1.3.6.1.4.1.123.3.54.1.2.1.3
Number of cells received with corrected header errors on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoHistDisHECInCells 1.3.6.1.4.1.123.3.54.1.2.1.4
Number of received cells discarded due to uncorrectable header (HEC) errors on this interface for this 15-min interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoHistDisInvalidVPIVCIInCells 1.3.6.1.4.1.123.3.54.1.2.1.5
Number of received cells discarded due to invalid VPI/VCI on this interface for this 15-min interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoHistOutCells 1.3.6.1.4.1.123.3.54.1.2.1.6
Number of cells transmitted on this interface, for this 15-min interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoTotalTable 1.3.6.1.4.1.123.3.54.1.3
The ATM Cell Protocol Monitoring Total 24 Hour Data table. This table maintains the cumulative sum of statistics per interface for the 24 hour period preceding the current interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NncAtmProtoTotalEntry

nncAtmProtoTotalEntry 1.3.6.1.4.1.123.3.54.1.3.1
An entry in the ATM Cell Protocol Monitoring Total 24 Hour Data table.
Status: current Access: not-accessible
OBJECT-TYPE    
  NncAtmProtoTotalEntry  

nncAtmProtoTotalValidIntervals 1.3.6.1.4.1.123.3.54.1.3.1.1
Number of valid intervals in the previous 24 hour
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..96  

nncAtmProtoTotalValidInCells 1.3.6.1.4.1.123.3.54.1.3.1.2
Number of cells received with correct or corrected headers, and valid VPI/VCI on this interface, in the previous 24 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoTotalCorrHeaderInCells 1.3.6.1.4.1.123.3.54.1.3.1.3
Number of cells received with corrected header errors on this interface, in the previous 24 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoTotalDisHECInCells 1.3.6.1.4.1.123.3.54.1.3.1.4
Number of received cells discarded due to uncorrectable header (HEC) errors on this interface, in the previous 24 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoTotalDisInvalidVPIVCIInCells 1.3.6.1.4.1.123.3.54.1.3.1.5
Number of received cells discarded due to invalid VPI/VCI on this interface, in the previous 24 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoTotalOutCells 1.3.6.1.4.1.123.3.54.1.3.1.6
Number of cells transmitted on this interface, in the previous 24 hour interval.
Status: current Access: read-only
OBJECT-TYPE    
  NncExtCounter64  

nncAtmProtoRawTable 1.3.6.1.4.1.123.3.54.1.4
The ATM Cell Protocol Monitoring Raw Data table. This table maintains per-interface raw statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NncAtmProtoRawEntry

nncAtmProtoRawEntry 1.3.6.1.4.1.123.3.54.1.4.1
An entry in the ATM Cell Protocol Monitoring Raw Data table. Each ATM interface (UNI, BICI, BISSI) automatically has an entry in this table associated with it.
Status: current Access: not-accessible
OBJECT-TYPE    
  NncAtmProtoRawEntry  

nncAtmProtoRawValidInCells 1.3.6.1.4.1.123.3.54.1.4.1.1
The number of cells received with correct or corrected headers, and valid VPI/VCI on this interface, since startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nncAtmProtoRawCorrHeaderInCells 1.3.6.1.4.1.123.3.54.1.4.1.2
The number of cells received with corrected header errors on this interface, since startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nncAtmProtoRawDisHECInCells 1.3.6.1.4.1.123.3.54.1.4.1.3
The number of received cells discarded due to uncorrectable header (HEC) errors on this interface, since startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nncAtmProtoRawDisInvalidVPIVCIInCells 1.3.6.1.4.1.123.3.54.1.4.1.4
The number of received cells discarded due to invalid VPI/VCI on this interface, since startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nncAtmProtoRawOutCells 1.3.6.1.4.1.123.3.54.1.4.1.5
The number of cells transmitted on this interface, since startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nncAtmProtoCurrGroup 1.3.6.1.4.1.123.3.54.2.1
A collection of objects providing 15 Min current monitoring data for a ATM interface.
Status: current Access: read-only
OBJECT-GROUP    

nncAtmProtoHistGroup 1.3.6.1.4.1.123.3.54.2.2
A collection of objects providing 15 Min history monitoring data for a ATM interface.
Status: current Access: read-only
OBJECT-GROUP    

nncAtmProtoTotalGroup 1.3.6.1.4.1.123.3.54.2.3
A collection of objects providing previous 24 hour monitoring data for a ATM interface.
Status: current Access: read-only
OBJECT-GROUP    

nncAtmProtoRawGroup 1.3.6.1.4.1.123.3.54.2.4
A collection of objects providing raw monitoring data for a ATM interface.
Status: current Access: read-only
OBJECT-GROUP    

nncAtmProtoCompliance 1.3.6.1.4.1.123.3.54.3.1
The complicance statement for Newbridge SNMP entities which have ATM protocol monitoring data.
Status: current Access: read-only
MODULE-COMPLIANCE