-- ----------------------------------------------------------------------------- -- -- Title: PFA Packet Switching (PS) MIB -- -- Doc Number: EBC/C/0155 -- -- Revision: E -- -- Author: Satish Popat (satish@terminus.ericsson.se) -- -- Date: 8 May 1996 -- -- Approved: Satish Poppat -- -- Description -- -- This MIB covers the PFA Packet Switching Stack. The objects here -- cover 'pure' X.25, STAI and X.75 interfaces of the PFA as well as -- objects pertaining to X.25/X.75 over FR, etc. -- -- ****NOTES: -- -- 1. PFA Statistics counters have a maximum value of 2^31 - 1. -- Bit 32 will set to 1 if the counter value has wrapped. -- -- -- ----------------------------------------------------------------------------- Ericsson-Eripax-Access-PS-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, Counter, IpAddress FROM RFC1155-SMI DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 pfaPS, PfaPortNumber, PfaL2LinkState, PfaCallClearingCode FROM Ericsson-Eripax-Access-MIB; -- -- Define OIDs for local branches under pfaPS -- pfaPhysical OBJECT IDENTIFIER ::= {pfaPS 1} pfaFrame OBJECT IDENTIFIER ::= {pfaPhysical 1} pfaFTI OBJECT IDENTIFIER ::= {pfaPhysical 2} pfaPacket OBJECT IDENTIFIER ::= {pfaPhysical 3} pfaAsync OBJECT IDENTIFIER ::= {pfaPhysical 4} pfaLink OBJECT IDENTIFIER ::= {pfaPS 2} pfaLAPB OBJECT IDENTIFIER ::= {pfaLink 1} pfaSDLC OBJECT IDENTIFIER ::= {pfaLink 2} pfaNetwork OBJECT IDENTIFIER ::= {pfaPS 3} pfaX25 OBJECT IDENTIFIER ::= {pfaNetwork 1} pfaQLLC OBJECT IDENTIFIER ::= {pfaNetwork 2} pfaX75 OBJECT IDENTIFIER ::= {pfaNetwork 3} pfaX25orX75 OBJECT IDENTIFIER ::= {pfaNetwork 100} -- ----------------------------------------------------------------------------- -- Stats Port (Packet) Statistics Table -- -- ----------------------------------------------------------------------------- ppStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF PPStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "For every PP interface in ifTable, an entry may be available in this table to give operational statistics specific to a PP interface." REFERENCE "STPP" ::= { pfaPacket 2 } ppStatsEntry OBJECT-TYPE SYNTAX PPStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Stats Port Object (Packet) Statistics Entry." REFERENCE "14" INDEX { ppStatsPortNumber } ::= { ppStatsTable 1 } PPStatsEntry ::= SEQUENCE { ppStatsPortNumber PfaPortNumber, ppStatsFCSErrs INTEGER, ppStatsFCSHourlyRate INTEGER, ppStatsTransmitUnderrunErrs INTEGER, ppStatsReceiveOverrunErrs INTEGER, ppStatsMemoryErrs INTEGER, ppStatsTransmitDiscarded INTEGER, ppStatsOverlengthFrames INTEGER, ppStatsFramesReceived INTEGER, ppStatsFramesSent INTEGER, ppStatsFramesPerMinIn INTEGER, ppStatsFramesPerMinOut INTEGER, ppStatsOctetsPerMinIn INTEGER, ppStatsOctetsPerMinOut INTEGER } ppStatsPortNumber OBJECT-TYPE SYNTAX PfaPortNumber ACCESS read-only STATUS mandatory DESCRIPTION "Port Number identifying the synchronous PP object." REFERENCE "PP" ::= { ppStatsEntry 1 } ppStatsFCSErrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames with an invalid frame check sequence, input from the port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "fcs_total" ::= {ppStatsEntry 2} ppStatsFCSHourlyRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The rate of FCS errors over the last hour." REFERENCE "fcs_hour" ::= {ppStatsEntry 3} ppStatsTransmitUnderrunErrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames that failed to be transmitted on the port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test' because data was not available to the transmitter in time." REFERENCE "underruns" ::= {ppStatsEntry 4} ppStatsReceiveOverrunErrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames that failed to be received on the port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test' because the receiver did not accept the data in time." REFERENCE "overruns" ::= {ppStatsEntry 5} ppStatsMemoryErrs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames discarded on the port since PP port initialisation or stats reset and while the port state was 'deblocked' or 'test' because of the lack of buffer space for the frames." REFERENCE "mem_err" ::= {ppStatsEntry 6} ppStatsTransmitDiscarded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames not transmitted on the port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test' because of outgoing queue was full on the port." REFERENCE "tx_discarded" ::= {ppStatsEntry 7} ppStatsOverlengthFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of overlength frames received on the port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "rx_overlength" ::= {ppStatsEntry 8} ppStatsFramesReceived OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames received on this port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "rx_frames" ::= {ppStatsEntry 9} ppStatsFramesSent OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of frames transmitted from this port since PP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "tx_frames" ::= {ppStatsEntry 10} ppStatsFramesPerMinIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of frames received on this port in the last minute." REFERENCE "FRAMES_IN_PM" ::= {ppStatsEntry 11} ppStatsFramesPerMinOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of frames transmitted from this port in the last minute." REFERENCE "FRAMES_OUT_PM" ::= {ppStatsEntry 12} ppStatsOctetsPerMinIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of octets received on this port in the last minute." REFERENCE "OCTETS_IN_PM" ::= {ppStatsEntry 13} ppStatsOctetsPerMinOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of octets sent from this port in the last minute." REFERENCE "OCTETS_OUT_PM" ::= {ppStatsEntry 14} -- ----------------------------------------------------------------------------- -- -- END OF PP -- -- ----------------------------------------------------------------------------- -- ----------------------------------------------------------------------------- -- LP X.25/X.75 LAPB Statistics table -- -- ----------------------------------------------------------------------------- lpLAPBStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF LPLAPBStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "X.25 LAPB LP Statistics table - one entry per port running X.25 LAPB" REFERENCE "STLP" ::= { pfaLAPB 2 } lpLAPBStatsEntry OBJECT-TYPE SYNTAX LPLAPBStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "X.25 LAPB Link Layer Statistics" REFERENCE "21" INDEX {lpLAPBStatsPortNumber } ::= { lpLAPBStatsTable 1 } LPLAPBStatsEntry ::= SEQUENCE { lpLAPBStatsPortNumber PfaPortNumber, lpLAPBStatsLinkState PfaL2LinkState, lpLAPBStatsLastFrameSent PfaL2FrameType, lpLAPBStatsLastFrameRecd PfaL2FrameType, lpLAPBStatsIFramesIn INTEGER, lpLAPBStatsIFramesOut INTEGER, lpLAPBStatsRRIn INTEGER, lpLAPBStatsRROut INTEGER, lpLAPBStatsRNRIn INTEGER, lpLAPBStatsRNROut INTEGER, lpLAPBStatsREJIn INTEGER, lpLAPBStatsREJOut INTEGER, lpLAPBStatsFRMRIn INTEGER, lpLAPBStatsFRMROut INTEGER, lpLAPBStatsXIDIn INTEGER, lpLAPBStatsXIDOut INTEGER, lpLAPBStatsFramesIn INTEGER, lpLAPBStatsFramesOut INTEGER, lpLAPBStatsL2Resets INTEGER, lpLAPBStatsIFramesInRate INTEGER, lpLAPBStatsIFramesOutRate INTEGER } lpLAPBStatsPortNumber OBJECT-TYPE SYNTAX PfaPortNumber ACCESS read-only STATUS mandatory DESCRIPTION "Port Number identifying the X.25/X.75 LAPB LP object" REFERENCE "LP" ::= {lpLAPBStatsEntry 1} lpLAPBStatsLinkState OBJECT-TYPE SYNTAX PfaL2LinkState ACCESS read-only STATUS mandatory DESCRIPTION "Current state of the LAPB Link" REFERENCE "link_LP_state" ::= {lpLAPBStatsEntry 2} lpLAPBStatsLastFrameSent OBJECT-TYPE SYNTAX PfaL2FrameType ACCESS read-only STATUS mandatory DESCRIPTION "Last frame transmitted from this link" REFERENCE "last_frame_txd" ::= {lpLAPBStatsEntry 3} lpLAPBStatsLastFrameRecd OBJECT-TYPE SYNTAX PfaL2FrameType ACCESS read-only STATUS mandatory DESCRIPTION "Last frame received on this link" REFERENCE "last_frame_rxd" ::= {lpLAPBStatsEntry 4} lpLAPBStatsIFramesIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of I frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_I" ::= {lpLAPBStatsEntry 5} lpLAPBStatsIFramesOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of I frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_I" ::= {lpLAPBStatsEntry 6} lpLAPBStatsRRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RR frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_RR" ::= {lpLAPBStatsEntry 7} lpLAPBStatsRROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RR frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_RR" ::= {lpLAPBStatsEntry 8} lpLAPBStatsRNRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RNR frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_RNR" ::= {lpLAPBStatsEntry 9} lpLAPBStatsRNROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RNR frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_RNR" ::= {lpLAPBStatsEntry 10} lpLAPBStatsREJIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of REJ frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_REJ" ::= {lpLAPBStatsEntry 11} lpLAPBStatsREJOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of REJ frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_REJ" ::= {lpLAPBStatsEntry 12} lpLAPBStatsFRMRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of FRMR frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_FRMR" ::= {lpLAPBStatsEntry 13} lpLAPBStatsFRMROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of FRMR frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_FRMR" ::= {lpLAPBStatsEntry 14} lpLAPBStatsXIDIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of XID frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_XID" ::= {lpLAPBStatsEntry 15} lpLAPBStatsXIDOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of XID frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_XID" ::= {lpLAPBStatsEntry 16} lpLAPBStatsFramesIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total of all frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_TOTAL" ::= {lpLAPBStatsEntry 17} lpLAPBStatsFramesOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total of all frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_TOTAL" ::= {lpLAPBStatsEntry 18} lpLAPBStatsL2Resets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of level 2 resets on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "LP_reset" ::= {lpLAPBStatsEntry 19} lpLAPBStatsIFramesInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of I frames received per minute on this link." REFERENCE "sr_ILP_I" ::= {lpLAPBStatsEntry 20} lpLAPBStatsIFramesOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of I frames transmitted per minute on this link." REFERENCE "sr_OLP_I" ::= {lpLAPBStatsEntry 21} -- ----------------------------------------------------------------------------- -- SDLC LP Statistics table -- -- ----------------------------------------------------------------------------- lpSDLCStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF LPSDLCStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SDLC LP Statistics table - one entry per LP port running SDLC" REFERENCE "STLP" ::= { pfaSDLC 2 } lpSDLCStatsEntry OBJECT-TYPE SYNTAX LPSDLCStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SDLC Link Layer Statistics" REFERENCE "23" INDEX {lpSDLCStatsPortNumber } ::= { lpSDLCStatsTable 1 } LPSDLCStatsEntry ::= SEQUENCE { lpSDLCStatsPortNumber PfaPortNumber, lpSDLCStatsLinkState PfaL2LinkState, lpSDLCStatsLastFrameSent PfaL2FrameType, lpSDLCStatsLastFrameRecd PfaL2FrameType, lpSDLCStatsIFramesIn INTEGER, lpSDLCStatsIFramesOut INTEGER, lpSDLCStatsRRIn INTEGER, lpSDLCStatsRROut INTEGER, lpSDLCStatsRNRIn INTEGER, lpSDLCStatsRNROut INTEGER, lpSDLCStatsREJIn INTEGER, lpSDLCStatsREJOut INTEGER, lpSDLCStatsFRMRIn INTEGER, lpSDLCStatsFRMROut INTEGER, lpSDLCStatsXIDIn INTEGER, lpSDLCStatsXIDOut INTEGER, lpSDLCStatsTESTIn INTEGER, lpSDLCStatsTESTOut INTEGER, lpSDLCStatsFramesIn INTEGER, lpSDLCStatsFramesOut INTEGER, lpSDLCStatsL2Resets INTEGER, lpSDLCStatsIFramesInRate INTEGER, lpSDLCStatsIFramesOutRate INTEGER } lpSDLCStatsPortNumber OBJECT-TYPE SYNTAX PfaPortNumber ACCESS read-only STATUS mandatory DESCRIPTION "Port Number identifying the SDLC LP object" REFERENCE "LP" ::= {lpSDLCStatsEntry 1} lpSDLCStatsLinkState OBJECT-TYPE SYNTAX PfaL2LinkState ACCESS read-only STATUS mandatory DESCRIPTION "Current state of the SDLC Link" REFERENCE "link_LP_state" ::= {lpSDLCStatsEntry 2} lpSDLCStatsLastFrameSent OBJECT-TYPE SYNTAX PfaL2FrameType ACCESS read-only STATUS mandatory DESCRIPTION "Last frame transmitted from this link" REFERENCE "last_frame_txd" ::= {lpSDLCStatsEntry 3} lpSDLCStatsLastFrameRecd OBJECT-TYPE SYNTAX PfaL2FrameType ACCESS read-only STATUS mandatory DESCRIPTION "Last frame received on this link" REFERENCE "last_frame_rxd" ::= {lpSDLCStatsEntry 4} lpSDLCStatsIFramesIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of I frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_I" ::= {lpSDLCStatsEntry 5} lpSDLCStatsIFramesOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of I frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_I" ::= {lpSDLCStatsEntry 6} lpSDLCStatsRRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RR frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_RR" ::= {lpSDLCStatsEntry 7} lpSDLCStatsRROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RR frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_RR" ::= {lpSDLCStatsEntry 8} lpSDLCStatsRNRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RNR frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_RNR" ::= {lpSDLCStatsEntry 9} lpSDLCStatsRNROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of RNR frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_RNR" ::= {lpSDLCStatsEntry 10} lpSDLCStatsREJIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of REJ frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_REJ" ::= {lpSDLCStatsEntry 11} lpSDLCStatsREJOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of REJ frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_REJ" ::= {lpSDLCStatsEntry 12} lpSDLCStatsFRMRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of FRMR frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_FRMR" ::= {lpSDLCStatsEntry 13} lpSDLCStatsFRMROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of FRMR frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_FRMR" ::= {lpSDLCStatsEntry 14} lpSDLCStatsXIDIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of XID frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_XID" ::= {lpSDLCStatsEntry 15} lpSDLCStatsXIDOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of XID frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_XID" ::= {lpSDLCStatsEntry 16} lpSDLCStatsTESTIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of TEST frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_TEST" ::= {lpSDLCStatsEntry 17} lpSDLCStatsTESTOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of TEST frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_TEST" ::= {lpSDLCStatsEntry 18} lpSDLCStatsFramesIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total of all frames received on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "ILP_TOTAL" ::= {lpSDLCStatsEntry 19} lpSDLCStatsFramesOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total of all frames transmitted from this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "OLP_TOTAL" ::= {lpSDLCStatsEntry 20} lpSDLCStatsL2Resets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of level 2 resets on this port since LP initialisation or stats reset and while the port state was 'deblocked' or 'test'." REFERENCE "LP_reset" ::= {lpSDLCStatsEntry 21} lpSDLCStatsIFramesInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of I frames received per minute on this link." REFERENCE "sr_ILP_I" ::= {lpSDLCStatsEntry 22} lpSDLCStatsIFramesOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of I frames transmitted per minute on this link." REFERENCE "sr_OLP_I" ::= {lpSDLCStatsEntry 23} -- ----------------------------------------------------------------------------- -- -- END OF LP -- -- ----------------------------------------------------------------------------- -- ----------------------------------------------------------------------------- -- NP X.25/X.75A/X.75B Packet Layer Statistics table -- -- ----------------------------------------------------------------------------- npX25StatsTable OBJECT-TYPE SYNTAX SEQUENCE OF NPX25StatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "X.25/X.75A/X.75B Packet Layer NP Statistics table - one entry per port running X.25/X.75A/X.75B Packet Layer" REFERENCE "STNP" ::= { pfaX25orX75 1 } npX25StatsEntry OBJECT-TYPE SYNTAX NPX25StatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "X.25/X.75A/X.75B Network Layer Statistics" REFERENCE "42" INDEX {npX25StatsPortNumber } ::= { npX25StatsTable 1 } NPX25StatsEntry ::= SEQUENCE { npX25StatsPortNumber PfaPortNumber, npX25StatsCallsIn INTEGER, npX25StatsCallsOut INTEGER, npX25StatsAcceptedCallsIn INTEGER, npX25StatsAcceptedCallsOut INTEGER, npX25StatsCurrentCallsIn INTEGER, npX25StatsCurrentCallsOut INTEGER, npX25StatsRestarts INTEGER, npX25StatsDataPacketsIn INTEGER, npX25StatsDataPacketsOut INTEGER, npX25StatsRRIn INTEGER, npX25StatsRROut INTEGER, npX25StatsRNRIn INTEGER, npX25StatsRNROut INTEGER, npX25StatsINTIn INTEGER, npX25StatsINTOut INTEGER, npX25StatsRSTIn INTEGER, npX25StatsRSTOut INTEGER, npX25StatsRSTGen INTEGER, npX25StatsCLRIn INTEGER, npX25StatsCLROut INTEGER, npX25StatsCLRGen INTEGER, npX25StatsLastRSTCauseIn INTEGER, npX25StatsLastRSTDiagIn INTEGER, npX25StatsLastRSTCauseOut INTEGER, npX25StatsLastRSTDiagOut INTEGER, npX25StatsLastRSTCauseGen INTEGER, npX25StatsLastRSTDiagGen INTEGER, npX25StatsLastCLRCauseIn INTEGER, npX25StatsLastCLRDiagIn INTEGER, npX25StatsLastCLRCauseOut INTEGER, npX25StatsLastCLRDiagOut INTEGER, npX25StatsLastCLRCauseGen INTEGER, npX25StatsLastCLRDiagGen INTEGER, npX25StatsDataPacketsInRate INTEGER, npX25StatsDataPacketsOutRate INTEGER, npX25StatsOctetsInRate INTEGER, npX25StatsOctetsOutRate INTEGER, npX25StatsPeakDataPacketsInRate INTEGER, npX25StatsPeakDataPacketsOutRate INTEGER, npX25StatsPeakOctetsInRate INTEGER, npX25StatsPeakOctetsOutRate INTEGER } npX25StatsPortNumber OBJECT-TYPE SYNTAX PfaPortNumber ACCESS read-only STATUS mandatory DESCRIPTION "Port Number identifying the X.25/X.75A/X.75B Packet layer NP object" REFERENCE "NP" ::= {npX25StatsEntry 1} npX25StatsCallsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of calls in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "totcall_in" ::= {npX25StatsEntry 2} npX25StatsCallsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of calls out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "totcall_out" ::= {npX25StatsEntry 3} npX25StatsAcceptedCallsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of accepted calls in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "acccall_in" ::= {npX25StatsEntry 4} npX25StatsAcceptedCallsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of accepted calls out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "acccall_out" ::= {npX25StatsEntry 5} npX25StatsCurrentCallsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current calls in on this port." REFERENCE "curcall_in" ::= {npX25StatsEntry 6} npX25StatsCurrentCallsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current calls out on this port." REFERENCE "curcall_out" ::= {npX25StatsEntry 7} npX25StatsRestarts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 Restarts on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "restarts" ::= {npX25StatsEntry 8} npX25StatsDataPacketsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 DATA Packets in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_DATA_IN" ::= {npX25StatsEntry 9} npX25StatsDataPacketsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 DATA Packets out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_DATA_OUT" ::= {npX25StatsEntry 10} npX25StatsRRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RR in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RR_IN" ::= {npX25StatsEntry 11} npX25StatsRROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RR out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RR_OUT" ::= {npX25StatsEntry 12} npX25StatsRNRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RNR in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RNR_IN" ::= {npX25StatsEntry 13} npX25StatsRNROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RNR out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RNR_OUT" ::= {npX25StatsEntry 14} npX25StatsINTIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 INT in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_INT_IN" ::= {npX25StatsEntry 15} npX25StatsINTOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 INT out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_INT_OUT" ::= {npX25StatsEntry 16} npX25StatsRSTIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RST in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RST_IN" ::= {npX25StatsEntry 17} npX25StatsRSTOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RST switched through this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RST_OUT" ::= {npX25StatsEntry 18} npX25StatsRSTGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 RST generated on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_RST_GEN" ::= {npX25StatsEntry 19} npX25StatsCLRIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 CLR in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_CLR_IN" ::= {npX25StatsEntry 20} npX25StatsCLROut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 CLR switched through this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_CLR_OUT" ::= {npX25StatsEntry 21} npX25StatsCLRGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of Level 3 CLR generated on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_CLR_GEN" ::= {npX25StatsEntry 22} npX25StatsLastRSTCauseIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last incoming Level 3 RST on this port." REFERENCE "L3_RST_CD_IN" ::= {npX25StatsEntry 23} npX25StatsLastRSTDiagIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last incoming Level 3 RST on this port." REFERENCE "L3_RST_CD_IN" ::= {npX25StatsEntry 24} npX25StatsLastRSTCauseOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last outgoing Level 3 RST on this port." REFERENCE "L3_RST_CD_OUT" ::= {npX25StatsEntry 25} npX25StatsLastRSTDiagOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last outgoing Level 3 RST on this port." REFERENCE "L3_RST_CD_OUT" ::= {npX25StatsEntry 26} npX25StatsLastRSTCauseGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last Level 3 RST generated on this port." REFERENCE "L3_RST_CD_GEN" ::= {npX25StatsEntry 27} npX25StatsLastRSTDiagGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last Level 3 RST generated on this port." REFERENCE "L3_RST_CD_GEN" ::= {npX25StatsEntry 28} npX25StatsLastCLRCauseIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last incoming Level 3 CLR on this port." REFERENCE "L3_CLR_CD_IN" ::= {npX25StatsEntry 29} npX25StatsLastCLRDiagIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last incoming Level 3 CLR on this port." REFERENCE "L3_CLR_CD_IN" ::= {npX25StatsEntry 30} npX25StatsLastCLRCauseOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last outgoing Level 3 CLR on this port." REFERENCE "L3_CLR_CD_OUT" ::= {npX25StatsEntry 31} npX25StatsLastCLRDiagOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last outgoing Level 3 CLR on this port." REFERENCE "L3_CLR_CD_OUT" ::= {npX25StatsEntry 32} npX25StatsLastCLRCauseGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last Level 3 CLR generated on this port." REFERENCE "L3_CLR_CD_GEN" ::= {npX25StatsEntry 33} npX25StatsLastCLRDiagGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last Level 3 CLR generated on this port." REFERENCE "L3_CLR_CD_GEN" ::= {npX25StatsEntry 34} npX25StatsDataPacketsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 DATA Packets in over the last minute on this NP." REFERENCE "L3_P_PM_IN" ::= {npX25StatsEntry 35} npX25StatsDataPacketsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 DATA Packets out over the last minute on this NP." REFERENCE "L3_P_PM_OUT" ::= {npX25StatsEntry 36} npX25StatsOctetsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 Octets in over the last minute on this NP." REFERENCE "L3_OCT_PM_IN" ::= {npX25StatsEntry 37} npX25StatsOctetsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 Octets out over the last minute on this NP." REFERENCE "L3_OCT_PM_OUT" ::= {npX25StatsEntry 38} npX25StatsPeakDataPacketsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Data Packets In on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_P_PM_IN_PEAK" ::= {npX25StatsEntry 39} npX25StatsPeakDataPacketsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Data Packets Out on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_P_PM_OUT_PEAK" ::= {npX25StatsEntry 40} npX25StatsPeakOctetsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Octets In on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_OCT_PM_IN_PEAK" ::= {npX25StatsEntry 41} npX25StatsPeakOctetsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Octets Out on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_OCT_PM_OUT_PEAK" ::= {npX25StatsEntry 42} -- ----------------------------------------------------------------------------- -- QLLC NP Statistics table -- -- ----------------------------------------------------------------------------- npQLLCStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF NPQLLCStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "QLLC NP Statistics table - one entry per NP link running QLLC" REFERENCE "STNP" ::= { pfaQLLC 2 } npQLLCStatsEntry OBJECT-TYPE SYNTAX NPQLLCStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "QLLC Network Layer Statistics" REFERENCE "19" INDEX {npQLLCStatsPortNumber } ::= { npQLLCStatsTable 1 } NPQLLCStatsEntry ::= SEQUENCE { npQLLCStatsPortNumber PfaPortNumber, npQLLCStatsCallsIn INTEGER, npQLLCStatsCallsOut INTEGER, npQLLCStatsAcceptedCallsIn INTEGER, npQLLCStatsAcceptedCallsOut INTEGER, npQLLCStatsCurrentCallsIn INTEGER, npQLLCStatsCurrentCallsOut INTEGER, npQLLCStatsLastCLRCauseIn INTEGER, npQLLCStatsLastCLRDiagIn INTEGER, npQLLCStatsLastCLRCauseGen INTEGER, npQLLCStatsLastCLRDiagGen INTEGER, npQLLCStatsDataPacketsInRate INTEGER, npQLLCStatsDataPacketsOutRate INTEGER, npQLLCStatsOctetsInRate INTEGER, npQLLCStatsOctetsOutRate INTEGER, npQLLCStatsPeakDataPacketsInRate INTEGER, npQLLCStatsPeakDataPacketsOutRate INTEGER, npQLLCStatsPeakOctetsInRate INTEGER, npQLLCStatsPeakOctetsOutRate INTEGER } npQLLCStatsPortNumber OBJECT-TYPE SYNTAX PfaPortNumber ACCESS read-only STATUS mandatory DESCRIPTION "Port Number identifying the QLLC NP object" REFERENCE "NP" ::= {npQLLCStatsEntry 1} npQLLCStatsCallsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of calls in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "totcall_in" ::= {npQLLCStatsEntry 2} npQLLCStatsCallsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of calls out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "totcall_out" ::= {npQLLCStatsEntry 3} npQLLCStatsAcceptedCallsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of accepted calls in on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "acccall_in" ::= {npQLLCStatsEntry 4} npQLLCStatsAcceptedCallsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of accepted calls out on this port since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "acccall_out" ::= {npQLLCStatsEntry 5} npQLLCStatsCurrentCallsIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current calls in on this port." REFERENCE "curcall_in" ::= {npQLLCStatsEntry 6} npQLLCStatsCurrentCallsOut OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Current calls out on this NP." REFERENCE "curcall_out" ::= {npQLLCStatsEntry 7} npQLLCStatsLastCLRCauseIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last CLR packet receieved on this port." REFERENCE "L3_CLR_CD_IN" ::= {npQLLCStatsEntry 8} npQLLCStatsLastCLRDiagIn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last CLR packet receieved on this port." REFERENCE "L3_CLR_CD_IN" ::= {npQLLCStatsEntry 9} npQLLCStatsLastCLRCauseGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cause code, in decimal, of the last CLR packet generated on this port." REFERENCE "L3_CLR_CD_GEN" ::= {npQLLCStatsEntry 10} npQLLCStatsLastCLRDiagGen OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The diagnostic code, in decimal, of the last CLR packet generated on this port." REFERENCE "L3_CLR_CD_GEN" ::= {npQLLCStatsEntry 11} npQLLCStatsDataPacketsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 DATA Packets in over the last minute on this NP." REFERENCE "L3_P_PM_IN" ::= {npQLLCStatsEntry 12} npQLLCStatsDataPacketsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 DATA Packets out over the last minute on this NP." REFERENCE "L3_P_PM_OUT" ::= {npQLLCStatsEntry 13} npQLLCStatsOctetsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 Octets in over the last minute on this NP." REFERENCE "L3_OCT_PM_IN" ::= {npQLLCStatsEntry 14} npQLLCStatsOctetsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Rate of Level 3 Octets out over the last minute on this NP." REFERENCE "L3_OCT_PM_OUT" ::= {npQLLCStatsEntry 15} npQLLCStatsPeakDataPacketsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Data Packets In on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_P_PM_IN_PEAK" ::= {npQLLCStatsEntry 16} npQLLCStatsPeakDataPacketsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Data Packets Out on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_P_PM_OUT_PEAK" ::= {npQLLCStatsEntry 17} npQLLCStatsPeakOctetsInRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Octets In on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_OCT_PM_IN_PEAK" ::= {npQLLCStatsEntry 18} npQLLCStatsPeakOctetsOutRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The peak minute rate of Level 3 Octets Out on this NP since NP initialisation or stats reset and while the port state was 'deblocked'." REFERENCE "L3_OCT_PM_OUT_PEAK" ::= {npQLLCStatsEntry 19} -- ----------------------------------------------------------------------------- -- npClearingCauseTable - Call Clear statistics for NP -- -- ----------------------------------------------------------------------------- npClearingCauseTable OBJECT-TYPE SYNTAX SEQUENCE OF NPClearingCauseEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table provides totals for clearing cause for calls through NPs running X.25/X.75A/X.75B PL or QLLC." REFERENCE "STNP" ::= { pfaNetwork 101 } npClearingCauseEntry OBJECT-TYPE SYNTAX NPClearingCauseEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Call Clearing Cause Statistics Entry." REFERENCE "3" INDEX { npCCPortNumber, npClearingCauseCode } ::= { npClearingCauseTable 1 } NPClearingCauseEntry ::= SEQUENCE { npCCPortNumber PfaPortNumber, npClearingCauseCode PfaCallClearingCode, npNumberOfCalls INTEGER } npCCPortNumber OBJECT-TYPE SYNTAX PfaPortNumber ACCESS read-only STATUS mandatory DESCRIPTION "Port Number identifying the NP object to which Call Clearing statistics apply." REFERENCE "NP" ::= { npClearingCauseEntry 1 } npClearingCauseCode OBJECT-TYPE SYNTAX PfaCallClearingCode ACCESS read-only STATUS mandatory DESCRIPTION "Call clearing code." REFERENCE "cc_00 cc_01 cc_03 cc_05 cc_09 cc_0B cc_0D cc_11 cc_13 cc_19 cc_21 cc_29 cc_OTHERS" ::= { npClearingCauseEntry 2 } npNumberOfCalls OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of calls on this NP cleared with this clearing cause." REFERENCE "cc_00 cc_01 cc_03 cc_05 cc_09 cc_0B cc_0D cc_11 cc_13 cc_19 cc_21 cc_29 cc_OTHERS" ::= {npClearingCauseEntry 3} -- ----------------------------------------------------------------------------- -- -- END OF NP -- -- ----------------------------------------------------------------------------- END