-- $Id: swc.mib,v 1.38.1.1 2000/03/20 13:41:29 ezra Exp $ SWC-MIB DEFINITIONS ::= BEGIN IMPORTS Gauge,enterprises FROM RFC1155-SMI DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215 OBJECT-TYPE FROM RFC-1212; -- This MIB module uses the extended OBJECT-TYPE macro -- as defined in RFC 1212. hynet OBJECT IDENTIFIER ::= { enterprises 809 } extension OBJECT IDENTIFIER ::= { hynet 3 } -- ATM MIB extensions atmExt OBJECT IDENTIFIER ::= { extension 2 } -- Define objects for the configuration and history data of the -- SWC product swc OBJECT IDENTIFIER ::= { atmExt 5 } swcConfig OBJECT IDENTIFIER ::= { swc 1 } swcHistory OBJECT IDENTIFIER ::= { swc 2 } -- SWC global configuration group swcGlbTransSig OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "transparent signaling - default=enabled. This parameter controls the signaling VC (vpi=0,vci=15) if enabled - it connects user to network. if disabled - sar to network." ::= { swcConfig 1 } swcGlbIlmiTrans OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "ILMI transparent - default=enabled This parameter controls the ILMI VC (vpi=0,vci=16) if enabled - it connects user to network. if disabled - sar to network." ::= { swcConfig 2 } swcGlbBipvTrh OBJECT-TYPE SYNTAX INTEGER (0..16) ACCESS read-write STATUS mandatory DESCRIPTION "SECB BIPV threshold - default=16" ::= { swcConfig 3 } swcGlbLosTrh OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "SECB lost cells threshold - default=63" ::= { swcConfig 4 } swcGlbMisTrh OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "SECB misinserted cells threshold - default=63" ::= { swcConfig 5 } swcGlbSesTrh OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "SES failure threshold - default=10" ::= { swcConfig 6 } swcGlbClrTrh OBJECT-TYPE SYNTAX INTEGER { b-8 (1), b-16 (2), b-32 (3), b-64 (4), b-128 (5), b-256 (6), b-512 (7), b-1024 (8), b-2048 (9), b-4096 (10) } ACCESS read-write STATUS mandatory DESCRIPTION "lost cells ratio threshold - default=1/1024" ::= { swcConfig 7 } swcGlbCmrTrh OBJECT-TYPE SYNTAX INTEGER { b-8 (1), b-16 (2), b-32 (3), b-64 (4), b-128 (5), b-256 (6), b-512 (7), b-1024 (8), b-2048 (9), b-4096 (10) } ACCESS read-write STATUS mandatory DESCRIPTION "misinserted cells ratio threshold - default=1/1024" ::= { swcConfig 8 } swcGlbSecbrTrh OBJECT-TYPE SYNTAX INTEGER { b-8 (1), b-16 (2), b-32 (3), b-64 (4), b-128 (5), b-256 (6), b-512 (7), b-1024 (8), b-2048 (9), b-4096 (10) } ACCESS read-write STATUS mandatory DESCRIPTION "SECB ratio threshold - default=1/32" ::= { swcConfig 9 } swcGlbPMVpi OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "automatic PM vpi - default = 0 ." ::= { swcConfig 10 } swcGlbPMVciB OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "automatic PM vci base - default = 32 ." ::= { swcConfig 11 } swcGlbPMVciR OBJECT-TYPE SYNTAX INTEGER {v0(0), v32(32), v64(64)} ACCESS read-write STATUS mandatory DESCRIPTION "automatic PM vci range - default = 32. 0 - disable " ::= { swcConfig 12 } swcGlbPMPort OBJECT-TYPE SYNTAX INTEGER {user(2), network(3)} ACCESS read-write STATUS mandatory DESCRIPTION "automatic PM port # - default = user" ::= { swcConfig 13 } swcGlbLocId OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) ACCESS read-write STATUS mandatory DESCRIPTION " own location id " ::= { swcConfig 14 } swcGlbLoopLocVerify OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "enables - check loop cell destination ID disable - disreguard loop cell destination ID (loop all) =default" ::= { swcConfig 15 } swcGlbLoopLocId OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) ACCESS read-write STATUS mandatory DESCRIPTION " Loopback Destination Location ID send loopback cells with this destination" ::= { swcConfig 16 } swcGlbAlarmSendLocId OBJECT-TYPE SYNTAX INTEGER { user(1), network(2), both(3), none(4) } ACCESS read-write STATUS mandatory DESCRIPTION " transmit location ID in Alarm Cells user - at user side network - at network side both - at both sides - (default) none - use with 0x6A, not location ID " ::= { swcConfig 17 } swcGlbActionReq OBJECT-TYPE SYNTAX INTEGER { clear-current(1), clear-history(2), clear-global(3) } ACCESS read-write STATUS mandatory DESCRIPTION " action request code as follows: clear_current - clear all current vc statistics. clear_history - clear all vc history statistics. clear_global - clear global statistics. " ::= { swcConfig 19 } swcGlbLoopAllId OBJECT-TYPE SYNTAX INTEGER { all-0(1), all-1(2) } ACCESS read-write STATUS mandatory DESCRIPTION " loopback all id: 1. all zeros 2. all ones " ::= { swcConfig 20 } swcGlbLoopTrapVerify OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "enables - enable traps when cells looped disable - disable traps = default" ::= { swcConfig 21 } swcGlbInpCell OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " Ingress cells count " ::= { swcConfig 35 } swcGlbInvalidCell OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " Invalid cells count " ::= { swcConfig 36 } swcGlbDropCell OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " dropped cells due to congestion " ::= { swcConfig 37 } swcGlbOutCell OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " output cells count " ::= { swcConfig 38 } swcGlbLoopSrcId OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) ACCESS read-only STATUS mandatory DESCRIPTION " last looped cell - Source Location Id " ::= { swcConfig 39 } swcGlbLoopIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION " last looped cell - IfIndex " ::= { swcConfig 40 } swcGlbLoopVpi OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION " last looped cell - vpi " ::= { swcConfig 41 } swcGlbLoopVci OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION " last looped cell - vci " ::= { swcConfig 42 } swcGlbLoopedCell TRAP-TYPE ENTERPRISE atmExt VARIABLES { swcGlbLoopSrcId,swcGlbLoopIfIndex,swcGlbLoopVpi, swcGlbLoopVci} DESCRIPTION "Signifies that cell was looped by this hunt " ::= 7 -- -- SWC VPL configuration table -- swcVplConfTable OBJECT-TYPE SYNTAX SEQUENCE OF SwcVplConfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SWC configuration data table per vpl." ::= { swcConfig 50 } swcVplConfEntry OBJECT-TYPE SYNTAX SwcVplConfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SWC configuration data table. Each VPL has an entry in this table associated with it." INDEX { swcVplConfIfIndex, swcVplConfVpi } ::= { swcVplConfTable 1 } SwcVplConfEntry ::= SEQUENCE { swcVplConfIfIndex INTEGER, swcVplConfVpi INTEGER, swcVplConfConnIfNdx INTEGER, swcVplConfType INTEGER, swcVplConfEndP INTEGER, swcVplConfAlarmsConf INTEGER, swcVplConfPolicTyp INTEGER, swcVplConfPolicAct1 INTEGER, swcVplConfPolicPcr INTEGER, swcVplConfPolicCdv INTEGER, swcVplConfPolicAct2 INTEGER, swcVplConfPolicScr INTEGER, swcVplConfPolicMbs INTEGER, swcVplConfPMTyp INTEGER, swcVplConfPMBlkSnk INTEGER, swcVplConfPMBlkSrc INTEGER, swcVplConfPMReq INTEGER, swcVplConfPMActReq INTEGER, swcVplConfPMActResp INTEGER, swcVplConfPMActStat INTEGER, swcVplConfPMStatus INTEGER, swcVplConfAlarmState INTEGER, swcVplConfDefectType INTEGER, swcVplConfDefectLoc DisplayString, swcVplConfLoopGenAct INTEGER, swcVplConfLoopGenStat INTEGER, swcVplConfLoopGenTx INTEGER, swcVplConfLoopGenRx INTEGER, swcVplConfLooperCount INTEGER, swcVplConfLoopCellTyp INTEGER, swcVplConfCC INTEGER, swcVplConfCCActReq INTEGER, swcVplConfCCStatus INTEGER } swcVplConfIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The source port. This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { swcVplConfEntry 1 } swcVplConfVpi OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The VPI value of the VPL." ::= { swcVplConfEntry 2 } swcVplConfConnIfNdx OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The cross connected port. This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { swcVplConfEntry 3 } swcVplConfEndP OBJECT-TYPE SYNTAX INTEGER { e-t-e (1), seg (2), both (3) } ACCESS read-write STATUS mandatory DESCRIPTION "end point type - end to end, segment, or both. default = end_to_end " ::= { swcVplConfEntry 4 } swcVplConfAlarmsConf OBJECT-TYPE SYNTAX INTEGER{ noALARMS(1), typeETE(2) } ACCESS read-write STATUS mandatory DESCRIPTION "bitmap : bit position as followed: 1 - inhibit alarms - no alarms generation 2 - AIS_RDI cell_type end_to_end. default = cell_type end_to_end " ::= { swcVplConfEntry 5 } swcVplConfPolicTyp OBJECT-TYPE SYNTAX INTEGER { ubr(1), cbr(2), vbr1(3), vbr2(4), vbr3(5) } ACCESS read-write STATUS mandatory DESCRIPTION "Policing Type - default=UBR (no policing) CBR implies act1=03 VBR1 implies act1=03, act2=03 VBR2 implies act1=03, act2=03 VBR3 implies act1=03, act2=01" ::= { swcVplConfEntry 6 } swcVplConfPolicAct1 OBJECT-TYPE SYNTAX INTEGER { v0(0), v1(1), v2(2), v3(3) } ACCESS read-write STATUS mandatory DESCRIPTION "determine the action taken on a non-conforming cell by GCRA#1 according to the list defined below: 00 - no action other than to increment the appropriate non_compliant cell count (COUNT) 01 - Reduce the priority of high priority cells. (TAG) 02 - Reduce the priority of high priority cells & discard low priority cells. (TAG_DISCARD) 03 - Discard all non-conforming cells.(DISCARD) -1 - (output only) means no policing." ::= { swcVplConfEntry 7 } swcVplConfPolicPcr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "PCR - Peak Cell Rate (cell/s) for GCRA#1. 1..353207. -1 (output only) means no policing. PCR should be greater than SCR " ::= { swcVplConfEntry 8 } swcVplConfPolicCdv OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "CDV - Cell Delay Variation (Usec) for GCRA#1. 1..5368709 -1 (output only) means no policing " ::= { swcVplConfEntry 9 } swcVplConfPolicAct2 OBJECT-TYPE SYNTAX INTEGER { v0(0), v1(1), v2(2), v3(3) } ACCESS read-write STATUS mandatory DESCRIPTION "determine the action taken on a non-conforming cell by GCRA#2 according to the list defined below: 00 - no action other than to increment the appropriate non_compliant cell count (COUNT) 01 - Reduce the priority of high priority cells. (TAG) 02 - Reduce the priority of high priority cells & discard low priority cells. (TAG_DISCARD) 03 - Discard all non-conforming cells. (DISCARD) -1 - (output only) means no policing. p.s - in vbr2,vbr3 it works on clp0 only " ::= { swcVplConfEntry 10 } swcVplConfPolicScr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "SCR - Substained Cell Rate (cell/s) for GCRA#2. 1..353207 -1 (output only) means no policing. SCR value should be smaller than PCR " ::= { swcVplConfEntry 11 } swcVplConfPolicMbs OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "MBS - Max. Burst Size (cells) for GCRA#2. 1..1000000 -1 (output only) means no policing " ::= { swcVplConfEntry 12 } swcVplConfPMTyp OBJECT-TYPE SYNTAX INTEGER { e-t-e(1), seg(2) } ACCESS read-write STATUS mandatory DESCRIPTION "PM Type - end to end , or segment . ---- note ---- should be same as swcVplConfEndP if endP = both, pmTyp = SEG" ::= { swcVplConfEntry 13 } swcVplConfPMBlkSnk OBJECT-TYPE SYNTAX INTEGER {v128(128), v256(256), v512(512), v1024(1024)} ACCESS read-write STATUS mandatory DESCRIPTION "PM block size Sink - default=1024" ::= { swcVplConfEntry 14 } swcVplConfPMActReq OBJECT-TYPE SYNTAX INTEGER { activate-source(1), activate-sink(2), activate-both(3), deactivate-source(4), deactivate-sink(5), deactivate-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " PM on remote node: 1 - activate PM on remote node SOURCE (by sending OAM cell). 2 - activate PM on remote node SINK (by sending OAM cell). 3 - activate PM on remote node BOTH (by sending OAM cell). 4 - deactivate PM on remote node SOURCE (by sending OAM cell). 5 - deactivate PM on remote node SINK (by sending OAM cell). 6 - deactivate PM on remote node BOTH (by sending OAM cell). " ::= { swcVplConfEntry 15 } swcVplConfPMActResp OBJECT-TYPE SYNTAX INTEGER { confirm(1), denied(2), other(3), none(4) } ACCESS read-only STATUS mandatory DESCRIPTION "PM Action Response - as listed above ." ::= { swcVplConfEntry 16 } swcVplConfPMActStat OBJECT-TYPE SYNTAX INTEGER { idle(1), in-process(2) } ACCESS read-only STATUS mandatory DESCRIPTION "PM Action Status - as listed above ." ::= { swcVplConfEntry 17 } swcVplConfPMStatus OBJECT-TYPE SYNTAX INTEGER { source(1), sink(2), both(3), none(4) } ACCESS read-only STATUS mandatory DESCRIPTION " PM activity status: 1 - PM enabled source side. 2 - PM enabled sink side. 3 - PM enabled both sides. 4 - PM disabled. " ::= { swcVplConfEntry 18 } swcVplConfAlarmState OBJECT-TYPE SYNTAX INTEGER { vpdloc(1), vpais(2), vprdi(4), vpaismon(8), vprdimon(16) } ACCESS read-only STATUS mandatory DESCRIPTION " Alarm_state status indications " ::= { swcVplConfEntry 19 } swcVplConfDefectType OBJECT-TYPE SYNTAX INTEGER { none(0), atm(1), link(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Alarm defect type: 0: no defect type. 1: problem detected in atm layer. 2: problem detected in link layer." ::= { swcVplConfEntry 20 } swcVplConfDefectLoc OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) ACCESS read-only STATUS mandatory DESCRIPTION " Alarm location id " ::= { swcVplConfEntry 21 } swcVplConfLoopGenAct OBJECT-TYPE SYNTAX INTEGER { none(0), send(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION " loop_back generator action code as described below: NONE - no generation of loop_back cell SEND - send loop_back cell. CLEAR - clear loop_back counters. " ::= { swcVplConfEntry 22 } swcVplConfLoopGenTx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " loop_back generator - number of cells transmitted " ::= { swcVplConfEntry 23 } swcVplConfLoopGenRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " loop_back generator - number of cells received " ::= { swcVplConfEntry 24 } swcVplConfLoopGenStat OBJECT-TYPE SYNTAX INTEGER { idle(1), in-process(2) } ACCESS read-only STATUS mandatory DESCRIPTION " loop_back generator status code as described below: IDLE - no generation of loop_back cell in_process - loop_back test is in process. " ::= { swcVplConfEntry 25 } swcVplConfLooperCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " looper - number of loop_back cells counter " ::= { swcVplConfEntry 26 } swcVplConfType OBJECT-TYPE SYNTAX INTEGER { source(1), sink(2), both(3) } ACCESS read-write STATUS mandatory DESCRIPTION " VC type as described below: SOURCE - uni-directional VC source side. SINK - uni-directional VC sink side. BOTH - bi-directional VC. (default). " ::= { swcVplConfEntry 27 } swcVplConfCC OBJECT-TYPE SYNTAX INTEGER { enable-source(1), enable-sink(2), enable-both(3), disable-source(4), disable-sink(5), disable-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " Continuity check on local node: 1 - enable CC - source. 2 - disable CC - sink. 3 - enable CC - both (source & sink). 4 - disable CC - source. 5 - disable CC - sink. 6 - disable CC - both. " ::= { swcVplConfEntry 28 } swcVplConfCCActReq OBJECT-TYPE SYNTAX INTEGER { activate-source(1), activate-sink(2), activate-both(3), deactivate-source(4), deactivate-sink(5), deactivate-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " Continuity check on remote node: 1 - activate CC on remote node SOURCE (by sending OAM cell). 2 - activate CC on remote node SINK (by sending OAM cell). 3 - activate CC on remote node BOTH (by sending OAM cell). 4 - deactivate CC on remote node SOURCE (by sending OAM cell). 5 - deactivate CC on remote node SINK (by sending OAM cell). 6 - deactivate CC on remote node BOTH (by sending OAM cell). " ::= { swcVplConfEntry 29 } swcVplConfCCStatus OBJECT-TYPE SYNTAX INTEGER { source(1), sink(2), both(3), none(4) } ACCESS read-only STATUS mandatory DESCRIPTION " Continuity check status: 1 - CC enabled source side. 2 - CC enabled sink side. 3 - CC enabled both sides. 4 - CC disabled. " ::= { swcVplConfEntry 30 } swcVplConfPMBlkSrc OBJECT-TYPE SYNTAX INTEGER {v128(128), v256(256), v512(512), v1024(1024)} ACCESS read-write STATUS mandatory DESCRIPTION "PM block size Source - default=1024" ::= { swcVplConfEntry 31 } swcVplConfPMReq OBJECT-TYPE SYNTAX INTEGER { enable-source(1), enable-sink(2), enable-both(3), disable-source(4), disable-sink(5), disable-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " PM on local node: 1 - enable PM - source. 2 - disable PM - sink. 3 - enable PM - both (source & sink). 4 - disable PM - source. 5 - disable PM - sink. 6 - disable PM - both. " ::= { swcVplConfEntry 32 } swcVplConfLoopCellTyp OBJECT-TYPE SYNTAX INTEGER { e-t-e(1), seg(2) } ACCESS read-write STATUS mandatory DESCRIPTION " loopback cell type: 1 - end to end. 2 - segment. " ::= { swcVplConfEntry 33 } -- SWC VCL configuration group swcVclConfTable OBJECT-TYPE SYNTAX SEQUENCE OF SwcVclConfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SWC configuration data table per vcl." ::= { swcConfig 51 } swcVclConfEntry OBJECT-TYPE SYNTAX SwcVclConfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SWC configuration data table. Each VPL has an entry in this table associated with it." INDEX { swcVclConfIfIndex, swcVclConfVpi, swcVclConfVci } ::= { swcVclConfTable 1 } SwcVclConfEntry ::= SEQUENCE { swcVclConfIfIndex INTEGER, swcVclConfVpi INTEGER, swcVclConfVci INTEGER, swcVclConfConnIfNdx INTEGER, swcVclConfType INTEGER, swcVclConfCallId INTEGER, swcVclConfEndP INTEGER, swcVclConfAlarmsConf INTEGER, swcVclConfPolicTyp INTEGER, swcVclConfPolicAct1 INTEGER, swcVclConfPolicPcr INTEGER, swcVclConfPolicCdv INTEGER, swcVclConfPolicAct2 INTEGER, swcVclConfPolicScr INTEGER, swcVclConfPolicMbs INTEGER, swcVclConfPMTyp INTEGER, swcVclConfPMBlkSnk INTEGER, swcVclConfPMBlkSrc INTEGER, swcVclConfPMReq INTEGER, swcVclConfPMActReq INTEGER, swcVclConfPMActResp INTEGER, swcVclConfPMActStat INTEGER, swcVclConfPMStatus INTEGER, swcVclConfAlarmState INTEGER, swcVclConfDefectType INTEGER, swcVclConfDefectLoc DisplayString, swcVclConfLoopGenAct INTEGER, swcVclConfLoopGenStat INTEGER, swcVclConfLoopGenTx INTEGER, swcVclConfLoopGenRx INTEGER, swcVclConfLooperCount INTEGER, swcVclConfLoopCellTyp INTEGER, swcVclConfCC INTEGER, swcVclConfCCActReq INTEGER, swcVclConfCCStatus INTEGER } swcVclConfIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The source port. This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { swcVclConfEntry 1 } swcVclConfVpi OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The VPI value of the VCL." ::= { swcVclConfEntry 2 } swcVclConfVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The VCI value of the VCL." ::= { swcVclConfEntry 3 } swcVclConfConnIfNdx OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The cross connected port. This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { swcVclConfEntry 4 } swcVclConfCallId OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The SVC call id." ::= { swcVclConfEntry 5 } swcVclConfEndP OBJECT-TYPE SYNTAX INTEGER { e-t-e (1), seg (2), both (3) } ACCESS read-write STATUS mandatory DESCRIPTION "end point type - end to end, segment, or both. default = end_to_end " ::= { swcVclConfEntry 6 } swcVclConfAlarmsConf OBJECT-TYPE SYNTAX INTEGER { noALARMS(1), typeETE(2) } ACCESS read-write STATUS mandatory DESCRIPTION "bitmap : bit position as followed: 1 - inhibit alarms - no alarms generation 2 - AIS_RDI cell_type end_to_end. default = cell_type end_to_end. " ::= { swcVclConfEntry 7 } swcVclConfPolicTyp OBJECT-TYPE SYNTAX INTEGER { ubr(1), cbr(2), vbr1(3), vbr2(4), vbr3(5) } ACCESS read-write STATUS mandatory DESCRIPTION "Policing Type - default=UBR (no policing) CBR implies act1=03 VBR1 implies act1=03, act2=03 VBR2 implies act1=03, act2=03 VBR3 implies act1=03, act2=01" ::= { swcVclConfEntry 8 } swcVclConfPolicAct1 OBJECT-TYPE SYNTAX INTEGER { v0(0), v1(1), v2(2), v3(3) } ACCESS read-write STATUS mandatory DESCRIPTION "determine the action taken on a non-conforming cell by GCRA#1 according to the list defined below: 00 - no action other than to increment the appropriate non_compliant cell count (COUNT) 01 - Reduce the priority of high priority cells. (TAG) 02 - Reduce the priority of high priority cells & discard low priority cells. (TAG_DISCARD) 03 - Discard all non-conforming cells.(DISCARD) -1 - (output only) means no policing." ::= { swcVclConfEntry 9 } swcVclConfPolicPcr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "PCR - Peak Cell Rate (cell/s) for GCRA#1. 1..353207 -1 (output only) means no policing. PCR should be greater than SCR " ::= { swcVclConfEntry 10 } swcVclConfPolicCdv OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "CDV - Cell Delay Variation (Usec) for GCRA#1. 1..5368709 -1 (output only) means no policing " ::= { swcVclConfEntry 11 } swcVclConfPolicAct2 OBJECT-TYPE SYNTAX INTEGER { v0(0), v1(1), v2(2), v3(3) } ACCESS read-write STATUS mandatory DESCRIPTION "determine the action taken on a non-conforming cell by GCRA#2 according to the list defined below: 00 - no action other than to increment the appropriate non_compliant cell count (COUNT) 01 - Reduce the priority of high priority cells. (TAG) 02 - Reduce the priority of high priority cells & discard low priority cells. (TAG_DISCARD) 03 - Discard all non-conforming cells.(DISCARD) -1 - (output only) means no policing. p.s - in vbr2,vbr3 it works on clp0 only " ::= { swcVclConfEntry 12 } swcVclConfPolicScr OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "SCR - Substained Cell Rate (cell/s) for GCRA#2. 1..353207 -1 (output only) means no policing. SCR value should be smaller than PCR " ::= { swcVclConfEntry 13 } swcVclConfPolicMbs OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "MBS - Max. Burst Size (cells) for GCRA#2. 1..1000000 -1 (output only) means no policing " ::= { swcVclConfEntry 14 } swcVclConfPMTyp OBJECT-TYPE SYNTAX INTEGER { e-t-e(1), seg(2) } ACCESS read-write STATUS mandatory DESCRIPTION "PM Type - end to end , or segment. ---- note ---- should be same as swcVclConfEndP if endP = both, pmTyp = SEG" ::= { swcVclConfEntry 15 } swcVclConfPMBlkSnk OBJECT-TYPE SYNTAX INTEGER {v128(128), v256(256), v512(512), v1024(1024)} ACCESS read-write STATUS mandatory DESCRIPTION "PM block size Sink - default=1024" ::= { swcVclConfEntry 16 } swcVclConfPMActReq OBJECT-TYPE SYNTAX INTEGER { activate-source(1), activate-sink(2), activate-both(3), deactivate-source(4), deactivate-sink(5), deactivate-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " PM on remote node: 1 - activate PM on remote node SOURCE (by sending OAM cell). 2 - activate PM on remote node SINK (by sending OAM cell). 3 - activate PM on remote node BOTH (by sending OAM cell). 4 - deactivate PM on remote node SOURCE (by sending OAM cell). 5 - deactivate PM on remote node SINK (by sending OAM cell). 6 - deactivate PM on remote node BOTH (by sending OAM cell). " ::= { swcVclConfEntry 17 } swcVclConfPMActResp OBJECT-TYPE SYNTAX INTEGER { confirm(1), denied(2), other(3), none(4) } ACCESS read-only STATUS mandatory DESCRIPTION "PM Action Response - as listed above ." ::= { swcVclConfEntry 18 } swcVclConfPMActStat OBJECT-TYPE SYNTAX INTEGER { idle(1), in-process(2) } ACCESS read-only STATUS mandatory DESCRIPTION "PM Action Status - as listed above ." ::= { swcVclConfEntry 19 } swcVclConfPMStatus OBJECT-TYPE SYNTAX INTEGER { source(1), sink(2), both(3), none(4) } ACCESS read-only STATUS mandatory DESCRIPTION " PM activity status: 1 - PM enabled source side. 2 - PM enabled sink side. 3 - PM enabled both sides. 4 - PM disabled. " ::= { swcVclConfEntry 20 } swcVclConfAlarmState OBJECT-TYPE SYNTAX INTEGER { vcdloc(32), vcais(64), vcrdi(128), vcaismon(256), vcrdimon(512) } ACCESS read-only STATUS mandatory DESCRIPTION " alarm state indications " ::= { swcVclConfEntry 21 } swcVclConfDefectType OBJECT-TYPE SYNTAX INTEGER { none(0), atm(1), link(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Alarm defect type: 0: no defect type. 1: problem detected in atm layer. 2: problem detected in link layer." ::= { swcVclConfEntry 22 } swcVclConfDefectLoc OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) ACCESS read-only STATUS mandatory DESCRIPTION " Alarm location id " ::= { swcVclConfEntry 23 } swcVclConfLoopGenAct OBJECT-TYPE SYNTAX INTEGER { none(0), send(1), clear(2) } ACCESS read-write STATUS mandatory DESCRIPTION " loop_back generator action code as described below: NONE - no generation of loop_back cell SEND - send loop_back cell. CLEAR - clear loop_back counters. " ::= { swcVclConfEntry 24 } swcVclConfLoopGenTx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " loop_back generator - number of cells transmitted " ::= { swcVclConfEntry 25 } swcVclConfLoopGenRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " loop_back generator - number of cells received " ::= { swcVclConfEntry 26 } swcVclConfLoopGenStat OBJECT-TYPE SYNTAX INTEGER { idle(1), in-process(2) } ACCESS read-only STATUS mandatory DESCRIPTION " loop_back generator status code as described below: IDLE - no generation of loop_back cell in_process - loop_back test is in process. " ::= { swcVclConfEntry 27 } swcVclConfLooperCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " looper - number of loop_back cells counter " ::= { swcVclConfEntry 28 } swcVclConfType OBJECT-TYPE SYNTAX INTEGER { source(1), sink(2), both(3) } ACCESS read-write STATUS mandatory DESCRIPTION " VC type as described below: SOURCE - uni-directional VC source side. SINK - uni-directional VC sink side. BOTH - bi-directional VC. (default). " ::= { swcVclConfEntry 29 } swcVclConfCC OBJECT-TYPE SYNTAX INTEGER { enable-source(1), enable-sink(2), enable-both(3), disable-source(4), disable-sink(5), disable-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " Continuity check on local node: 1 - enable CC - source. 2 - disable CC - sink. 3 - enable CC - both (source & sink). 4 - disable CC - source. 5 - disable CC - sink. 6 - disable CC - both. " ::= { swcVclConfEntry 30 } swcVclConfCCActReq OBJECT-TYPE SYNTAX INTEGER { activate-source(1), activate-sink(2), activate-both(3), deactivate-source(4), deactivate-sink(5), deactivate-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " Continuity check on remote node: 1 - activate CC on remote node SOURCE (by sending OAM cell). 2 - activate CC on remote node SINK (by sending OAM cell). 3 - activate CC on remote node BOTH (by sending OAM cell). 4 - deactivate CC on remote node SOURCE (by sending OAM cell). 5 - deactivate CC on remote node SINK (by sending OAM cell). 6 - deactivate CC on remote node BOTH (by sending OAM cell). " ::= { swcVclConfEntry 31 } swcVclConfCCStatus OBJECT-TYPE SYNTAX INTEGER { source(1), sink(2), both(3), none(4) } ACCESS read-only STATUS mandatory DESCRIPTION " Continuity check status: 1 - CC enabled source side. 2 - CC enabled sink side. 3 - CC enabled both sides. 4 - CC disabled. " ::= { swcVclConfEntry 32 } swcVclConfPMBlkSrc OBJECT-TYPE SYNTAX INTEGER {v128(128), v256(256), v512(512), v1024(1024)} ACCESS read-write STATUS mandatory DESCRIPTION "PM block size Sink Source - default=1024" ::= { swcVclConfEntry 33 } swcVclConfPMReq OBJECT-TYPE SYNTAX INTEGER { enable-source(1), enable-sink(2), enable-both(3), disable-source(4), disable-sink(5), disable-both(6) } ACCESS read-write STATUS mandatory DESCRIPTION " PM on local node: 1 - enable PM - source. 2 - disable PM - sink. 3 - enable PM - both (source & sink). 4 - disable PM - source. 5 - disable PM - sink. 6 - disable PM - both. " ::= { swcVclConfEntry 34 } swcVclConfLoopCellTyp OBJECT-TYPE SYNTAX INTEGER { e-t-e(1), seg(2) } ACCESS read-write STATUS mandatory DESCRIPTION " loopback cell type: 1 - end to end. 2 - segment. " ::= { swcVclConfEntry 35 } -- SWC history statistics current data (per vcl) swcVclCurrTable OBJECT-TYPE SYNTAX SEQUENCE OF SwcVclCurrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SWC statistics current data table per vcl. This table maintains per-vcl statistics for the 15 minute interval currently being collected." ::= { swcHistory 1 } swcVclCurrEntry OBJECT-TYPE SYNTAX SwcVclCurrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SWC statistics current data table. Each VCL has an entry in this table associated with it." INDEX { swcVclCurrIfIndex, swcVclCurrVpi, swcVclCurrVci } ::= { swcVclCurrTable 1 } SwcVclCurrEntry ::= SEQUENCE { swcVclCurrIfIndex INTEGER, swcVclCurrVpi INTEGER, swcVclCurrVci INTEGER, swcVclCurrCallId INTEGER, swcVclCurrStime INTEGER, swcVclCurrEtime INTEGER, swcVclCurrPMTime INTEGER, swcVclCurrClp0 INTEGER, swcVclCurrClp1 INTEGER, swcVclCurrGcra1 INTEGER, swcVclCurrGcra2 INTEGER, swcVclCurrFwdLost INTEGER, swcVclCurrFwdMisi INTEGER, swcVclCurrFwdBipv INTEGER, swcVclCurrFwdSecb INTEGER, swcVclCurrFwdSes INTEGER, swcVclCurrFwdUas INTEGER, swcVclCurrTimeElapsed INTEGER, swcVclCurrPMBlk INTEGER, swcVclCurrCrossIfIndex INTEGER, swcVclCurrCrossVpi INTEGER, swcVclCurrCrossVci INTEGER } swcVclCurrIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { swcVclCurrEntry 1 } swcVclCurrVpi OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The VPI value of the VCL." ::= { swcVclCurrEntry 2 } swcVclCurrVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The VCI value of the VCL." ::= { swcVclCurrEntry 3 } swcVclCurrCallId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The SVC call id." ::= { swcVclCurrEntry 4 } swcVclCurrStime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "time stamp - starting time (offset from current ... .. interval) " ::= { swcVclCurrEntry 5 } swcVclCurrEtime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "time stamp - ending time (offset from current ... .. interval) " ::= { swcVclCurrEntry 6 } swcVclCurrPMTime OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that PM monitoring is activated." ::= { swcVclCurrEntry 7 } swcVclCurrClp0 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of cells with clp=0 ." ::= { swcVclCurrEntry 8 } swcVclCurrClp1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of cells with clp=1 ." ::= { swcVclCurrEntry 9 } swcVclCurrGcra1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Cells which are non-compliant with GCRA#1 ." ::= { swcVclCurrEntry 10 } swcVclCurrGcra2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Cells which are non-compliant with GCRA#2 ." ::= { swcVclCurrEntry 11 } swcVclCurrFwdLost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of lost cells ." ::= { swcVclCurrEntry 12 } swcVclCurrFwdMisi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of misinserted cells ." ::= { swcVclCurrEntry 13 } swcVclCurrFwdBipv OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of BIP-16 errors ." ::= { swcVclCurrEntry 14 } swcVclCurrFwdSecb OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of Severely Errored Cell Blocks ." ::= { swcVclCurrEntry 15 } swcVclCurrFwdSes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Severly errored seconds ." ::= { swcVclCurrEntry 16 } swcVclCurrFwdUas OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "unavailable seconds ." ::= { swcVclCurrEntry 17 } swcVclCurrTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the current measurement period." ::= { swcVclCurrEntry 18 } swcVclCurrPMBlk OBJECT-TYPE SYNTAX INTEGER {v128(128), v256(256), v512(512), v1024(1024)} ACCESS read-only STATUS mandatory DESCRIPTION "PM block size - needed to calculate the SECBR" ::= { swcVclCurrEntry 19 } swcVclCurrCrossIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213). The value of the crossConnect ifindex." ::= { swcVclCurrEntry 20 } swcVclCurrCrossVpi OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The VPI value of the Cross Connect VCL." ::= { swcVclCurrEntry 21 } swcVclCurrCrossVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The VCI value of the Cross Connect VCL." ::= { swcVclCurrEntry 22 } -- SWC statistics history data (per vcl) swcVclHistTable OBJECT-TYPE SYNTAX SEQUENCE OF SwcVclHistEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SWC statistics History data table per vcl. This table maintains per-vcl statistics for the 15 minute interval History being collected." ::= { swcHistory 2 } swcVclHistEntry OBJECT-TYPE SYNTAX SwcVclHistEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SWC statistics History data table. Each VCL has an entry in this table associated with it." INDEX { swcVclHistIfIndex, swcVclHistVpi, swcVclHistVci, swcVclHistHistIndex } ::= { swcVclHistTable 1 } SwcVclHistEntry ::= SEQUENCE { swcVclHistIfIndex INTEGER, swcVclHistVpi INTEGER, swcVclHistVci INTEGER, swcVclHistHistIndex INTEGER, swcVclHistCallId INTEGER, swcVclHistStime INTEGER, swcVclHistEtime INTEGER, swcVclHistPMTime INTEGER, swcVclHistClp0 INTEGER, swcVclHistClp1 INTEGER, swcVclHistGcra1 INTEGER, swcVclHistGcra2 INTEGER, swcVclHistFwdLost INTEGER, swcVclHistFwdMisi INTEGER, swcVclHistFwdBipv INTEGER, swcVclHistFwdSecb INTEGER, swcVclHistFwdSes INTEGER, swcVclHistFwdUas INTEGER, swcVclHistPMBlk INTEGER, swcVclHistCrossIfIndex INTEGER, swcVclHistCrossVpi INTEGER, swcVclHistCrossVci INTEGER } swcVclHistIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { swcVclHistEntry 1 } swcVclHistVpi OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The VPI value of the VCL." ::= { swcVclHistEntry 2 } swcVclHistVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The VCI value of the VCL." ::= { swcVclHistEntry 3 } swcVclHistHistIndex OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number between 1 and 96, which identifies the 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." ::= { swcVclHistEntry 4 } swcVclHistCallId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The SVC call id." ::= { swcVclHistEntry 5 } swcVclHistStime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "time stamp - starting time (offset) " ::= { swcVclHistEntry 6 } swcVclHistEtime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "time stamp - ending time (offset) " ::= { swcVclHistEntry 7 } swcVclHistPMTime OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that PM monitoring was activated." ::= { swcVclHistEntry 8 } swcVclHistClp0 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of cells with clp=0 ." ::= { swcVclHistEntry 9 } swcVclHistClp1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of cells with clp=1 ." ::= { swcVclHistEntry 10 } swcVclHistGcra1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Cells which are non-compliant with GCRA#1 ." ::= { swcVclHistEntry 11 } swcVclHistGcra2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Cells which are non-compliant with GCRA#2 ." ::= { swcVclHistEntry 12 } swcVclHistFwdLost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of lost cells ." ::= { swcVclHistEntry 13 } swcVclHistFwdMisi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of misinserted cells ." ::= { swcVclHistEntry 14 } swcVclHistFwdBipv OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of BIP-16 errors ." ::= { swcVclHistEntry 15 } swcVclHistFwdSecb OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "forward monitoring - number of Severely Errored Cell Blocks ." ::= { swcVclHistEntry 16 } swcVclHistFwdSes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Severly errored seconds ." ::= { swcVclHistEntry 17 } swcVclHistFwdUas OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "unavailable seconds ." ::= { swcVclHistEntry 18 } swcVclHistPMBlk OBJECT-TYPE SYNTAX INTEGER {v128(128), v256(256), v512(512), v1024(1024)} ACCESS read-only STATUS mandatory DESCRIPTION "PM block size - needed to calculate the SECBR" ::= { swcVclHistEntry 19 } swcVclHistCrossIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213) the value of the Cross Connect ifIndex." ::= { swcVclHistEntry 20 } swcVclHistCrossVpi OBJECT-TYPE SYNTAX INTEGER (0..4095) ACCESS read-only STATUS mandatory DESCRIPTION "The VPI value of the Cross Connect VCL." ::= { swcVclHistEntry 21 } swcVclHistCrossVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The VCI value of the Cross Connect VCL." ::= { swcVclHistEntry 22 } END