-- ----------------------------------------------------------------------------- -- -- Title: PFA MIB -- -- Doc Number: EBC/C/0185 -- -- Revision: C -- -- Author: Satish Popat (satish@terminus.ericsson.se) -- -- Date: 10th December 1997 -- -- Approved: Satish Popat -- -- -- Description -- -- This MIB covers Ericsson ERIPAX PFA-specific textual conventions and -- other definitions. -- -- -- -- ----------------------------------------------------------------------------- Ericsson-Eripax-Access-MIB DEFINITIONS ::= BEGIN -- EXPORTS -- PfaPortNumber, PfaFRIdentifier, PfaL2LinkState, PfaL2FrameType, -- PfaCallClearingCode, RowStatus, TruthValue; IMPORTS enterprises FROM RFC1155-SMI DisplayString FROM RFC1213-MIB; -- -- Define OIDs for the main branches in the PFA MIB tree in here. -- ericsson OBJECT IDENTIFIER ::= {enterprises 193} eripax-access OBJECT IDENTIFIER ::= {ericsson 5} pfa-V2 OBJECT IDENTIFIER ::= {eripax-access 2} pfaIF OBJECT IDENTIFIER ::= {pfa-V2 1} pfaPS OBJECT IDENTIFIER ::= {pfa-V2 2} pfaFR OBJECT IDENTIFIER ::= {pfa-V2 3} pfaTraps OBJECT IDENTIFIER ::= {pfa-V2 4} pfaSys OBJECT IDENTIFIER ::= {pfa-V2 5} dna OBJECT IDENTIFIER ::= {ericsson 11} -- -- PFA-specific Textual Conventions -- PfaPortNumber ::= DisplayString (SIZE(7..11)) PfaFRIdentifier ::= DisplayString (SIZE(9..10)) PfaL2LinkState ::= INTEGER { disconnected (1), -- initial state or DISC received linkDown (2), linkSetup (3), -- SABM sent frameReject (4), -- Invalid frame received and FRMR sent linkReset (5), disconnectRequest (6), -- DISC sent informationTransfer (7), -- normal information transfer state - SABM sent and UA -- received, or SABM received and UA sent rejFrameSent (8), -- invalid NS received and REJ sent waitingAcknowledgement (9), -- T1 expired and RR poll sent stationBusy (10), -- RNR sent remoteStationBusy (11), -- RNR received bothStationsBusy (12), -- RNR received and RNR poll sent waitingAckStationBusy (13), -- T1 expired, RNR poll sent waitingAckRemoteBusy (14), -- RNR received, RR poll sent waitingAckBothBusy (15), -- T1 expired, RNR poll sent, and RNR received rejFrameSentRemoteBusy (16) -- REJ sent and RNR received } PfaL2FrameType ::= INTEGER { none (1), iCommandP1 (2), -- I Command P bit set to 1 iCommandP0 (3), -- I Command P bit set to 0 rrCommandP1 (4), rrCommandP0 (5), rejCommandP1 (6), rejCommandP0 (7), rnrCommandP1 (8), rnrCommandP0 (9), sabmCommandP1 (10), sabmCommandP0 (11), snrmCommandP1 (12), snrmCommandP0 (13), xidCommandP1 (14), xidCommandP0 (15), testCommandP1 (16), testCommandP0 (17), discCommandP1 (18), discCommandP0 (19), rrResponseF1 (20), -- RR Response F bit set to 1 rrResponseF0 (21), -- RR Response F bit set to 0 rejResponseF1 (22), rejResponseF0 (23), rnrResponseF1 (24), rnrResponseF0 (25), uaResponseF1 (26), uaResponseF0 (27), dmResponseF1 (28), dmResponseF0 (29), frmrResponseF1 (30), frmrResponseF0 (31), illegalCommandP1 (32), illegalCommandP0 (33), illegalResponseF1 (34), illegalResponseF0 (35), rimResponseF1 (36), rimResponseF0 (37), sarmCommandP1 (38), sarmCommandP0 (39), simCommandP1 (40), simCommandP0 (41), uiCommandP1 (42), uiCommandP0 (43), uiResponseF1 (44), uiResponseF0 (45), cfgrCommandP0 (46), upCommandP0 (47), cfgrResponseF0 (48), cfgrCommandP1 (49), cfgrResponseF1 (50), rdResponseF0 (51), sabmeCommandP0 (52), rdResponseF1 (53), snrmeCommandP0 (54), sabmeCommandP1 (55), snrmeCommandP1 (56), upCommandP1 (57), upResponseF1 (58), upResponseF0 (59), xidResponseF1 (60), xidResponseF0 (61), bcnCommandP1 (62), bcnCommandP0 (63), bcnResponseF1 (64), bcnResponseF0 (65), testResponseF1 (66), testResponseF0 (67), iResponseF1 (68), iResponseF0 (69) } PfaCallClearingCode ::= INTEGER { dteCleared (1), -- CC = 0x0: Normal call clear dteBusy (2), -- CC = 0x1: Called DTE busy invalidFacility (3), -- CC = 0x3: Caller requested invalid facility. networkCongestion (4), -- CC = 0x5: Temporary network congestion prevented -- call completion outOfOrder (5), -- CC = 0x9: Called DTE out of order. accessBarred (6), -- CC = 0xB: Connection between DTEs not permitted -- e.g. incompatible closed user group. numberNotObtainable (7), -- CC = 0xD: Called DTE number not (or no longer) assigned. remoteProcedureError (8), -- CC = 0x11: Remote DTE not following protocol. localProcedureError (9), -- CC = 0x13: Local DTE not following protocol. noReverseCharge (10), -- CC = 0x19: DTE can not accept Reverse charged calls. incompatibleCall (11), -- CC = 0x21: DTE incompatible call. noFastSelect (12), -- CC = 0x29: DTE can not accept Fast Select calls. others(13) -- Any other CC } -- -- Textual Conventions from SNMPv2 modified for use with SNMPv1 -- RowStatus ::= INTEGER { active (1), -- notInService (2), NOT SUPPORTED -- notReady (3), NOT SUPPORTED -- createAndGo (4), NOT SUPPORTED -- createAndWait (5), NOT SUPPORTED destroy (6) } TruthValue ::= INTEGER { true (1), false (2) } END