-- This file is corresponding to Release 6.3.1.100 from 2003/03/10 00:00:00 -- (C)opyright 2000 BinTec Communications AG, All Rights Reserved -- $RCSfile: mibaox,v $ -- $Revision: 1.10.1.1 $ BIANCA-BRICK-AOX-MIB DEFINITIONS ::= BEGIN IMPORTS IpAddress, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; org OBJECT IDENTIFIER ::= { iso 3 } dod OBJECT IDENTIFIER ::= { org 6 } internet OBJECT IDENTIFIER ::= { dod 1 } private OBJECT IDENTIFIER ::= { internet 4 } enterprises OBJECT IDENTIFIER ::= { private 1 } bintec OBJECT IDENTIFIER ::= { enterprises 272 } bibo OBJECT IDENTIFIER ::= { bintec 4 } aox OBJECT IDENTIFIER ::= { bibo 29 } DisplayString ::= OCTET STRING -- aox Group -- aox aoxPvcClientTable OBJECT-TYPE SYNTAX SEQUENCE OF aoxPvcClientEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The aoxPvcClientTable displays all client defined VC/VP. Only the system can add or remove entries to this table. There is one entry by client. Client could be : pppoa, veth, ipoa..." ::= { aox 1 } aoxPvcClientEntry OBJECT-TYPE SYNTAX aoxPvcClientEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "" INDEX { aoxPvcClientModule } ::= { aoxPvcClientTable 1 } aoxPvcClientEntry ::= SEQUENCE { aoxPvcClientModule INTEGER, aoxPvcClientIfIndex INTEGER, aoxPvcClientVpi INTEGER, aoxPvcClientVci INTEGER } aoxPvcClientModule OBJECT-TYPE SYNTAX INTEGER { pppoaclient(1), vethclient(2), ipoaclient(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The client for the Pvc VPi/VCi." ::= { aoxPvcClientEntry 1 } aoxPvcClientIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The IfIndex (mpoa-xxx-yyy) used for the Pvc VPi/VCi." ::= { aoxPvcClientEntry 2 } aoxPvcClientVpi OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-write STATUS mandatory DESCRIPTION "Vpi." ::= { aoxPvcClientEntry 3 } aoxPvcClientVci OBJECT-TYPE SYNTAX INTEGER (32..127) ACCESS read-write STATUS mandatory DESCRIPTION "Vci." ::= { aoxPvcClientEntry 4 } -------- aoxInterfaceConfTable OBJECT-TYPE SYNTAX SEQUENCE OF aoxInterfaceConfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains ATM local interface configuration parameters, one entry per ATM interface port." ::= { aox 2 } aoxInterfaceConfEntry OBJECT-TYPE SYNTAX aoxInterfaceConfEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This list contains ATM interface configuration parameters and state variables and is indexed by IfIndex values of ATM interfaces." INDEX { aoxInterfaceIfIndex } ::= { aoxInterfaceConfTable 1} aoxInterfaceConfEntry ::= SEQUENCE { aoxInterfaceIfIndex INTEGER, aoxInterfaceIlmiVpi INTEGER, aoxInterfaceIlmiVci INTEGER } aoxInterfaceIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The atm IfIndex." ::= { aoxInterfaceConfEntry 1 } aoxInterfaceIlmiVpi OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The VPI value of the VCC supporting the ILMI at this ATM interface. If the values of atmInterfaceIlmiVpi and atmInterfaceIlmiVci are both equal to zero then the ILMI is not supported at this ATM interface." ::= { aoxInterfaceConfEntry 2} aoxInterfaceIlmiVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The VCI value of the VCC supporting the ILMI at this ATM interface. If the values of atmInterfaceIlmiVpi and atmInterfaceIlmiVci are both equal to zero then the ILMI is not supported at this ATM interface." ::= { aoxInterfaceConfEntry 3} -------- oamTable OBJECT-TYPE SYNTAX SEQUENCE OF oamEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The oamTable displays configuration for OAM. There is one entry by VPI/VCI. Creating entries: Only the system can add entries to this table. Deleting entries: Entries are removed by setting the appropriate oamFlowLevel field to 'delete'." ::= { aox 3 } oamEntry OBJECT-TYPE SYNTAX oamEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "" INDEX { oamPvcClientVpi,oamPvcClientVci } ::= { oamTable 1 } oamEntry ::= SEQUENCE { oamPvcClientVpi INTEGER, oamPvcClientVci INTEGER, oamFlowLevel INTEGER, oamLoopbackEnd2End INTEGER, oamLoopbackSegment INTEGER, oamLoopbackTxTimer INTEGER, oamLoopbackTxCount INTEGER, oamLoopbackEnd2EndTxCells INTEGER, oamLoopbackEnd2EndRxCells INTEGER, oamLoopbackSegmentTxCells INTEGER, oamLoopbackSegmentRxCells INTEGER, oamCCEnd2End INTEGER, oamCCSegment INTEGER, oamCCActivationResp INTEGER, oamCCEnd2EndTxCells INTEGER, oamCCEnd2EndRxCells INTEGER, oamCCSegmentTxCells INTEGER, oamCCSegmentRxCells INTEGER, oamAisEnd2EndTxCells INTEGER, oamAisEnd2EndRxCells INTEGER, oamAisSegmentTxCells INTEGER, oamAisSegmentRxCells INTEGER, oamRdiEnd2EndTxCells INTEGER, oamRdiEnd2EndRxCells INTEGER, oamRdiSegmentTxCells INTEGER, oamRdiSegmentRxCells INTEGER, oamCCEnd2EndDirection INTEGER, oamCCSegmentDirection INTEGER } oamPvcClientVpi OBJECT-TYPE SYNTAX INTEGER (0..15) ACCESS read-only STATUS mandatory DESCRIPTION "Vpi." ::= { oamEntry 1 } oamPvcClientVci OBJECT-TYPE SYNTAX INTEGER (32..127) ACCESS read-only STATUS mandatory DESCRIPTION "Vci." ::= { oamEntry 2 } oamFlowLevel OBJECT-TYPE SYNTAX INTEGER { f5(1), f4(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The OAM hierarchical flow levels : VC (F5) or VP (F4)." ::= { oamEntry 3 } oamLoopbackEnd2End OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates if OAM loopback is enabled from end to end connection." ::= { oamEntry 4 } oamLoopbackSegment OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates if OAM loopback is enabled onto the segment connection." ::= { oamEntry 5 } oamLoopbackTxTimer OBJECT-TYPE SYNTAX INTEGER (0..999) ACCESS read-write STATUS mandatory DESCRIPTION "OAM loopback transmit timer (in seconds). Default value = 5" ::= { oamEntry 6 } oamLoopbackTxCount OBJECT-TYPE SYNTAX INTEGER (0..999) ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the number of OAM loopback cells to send to the target in this sequence." ::= { oamEntry 7 } oamLoopbackEnd2EndTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM loopback cells (for end to end) that have been sent to the target in this sequence." ::= { oamEntry 8 } oamLoopbackEnd2EndRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM loopback cells (for end to end) that have been received from the target in this sequence." ::= { oamEntry 9 } oamLoopbackSegmentTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM loopback cells (for segment) that have been sent to the target in this sequence." ::= { oamEntry 10 } oamLoopbackSegmentRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM loopback cells (for segment) that have been received from the target in this sequence." ::= { oamEntry 11 } oamCCEnd2End OBJECT-TYPE SYNTAX INTEGER { inactive(1), active(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates if OAM continuity check activation request is activated from end to end connection." ::= { oamEntry 12 } oamCCSegment OBJECT-TYPE SYNTAX INTEGER { inactive(1), active(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates if OAM continuity check activation request is activated onto the segment connection." ::= { oamEntry 13 } oamCCActivationResp OBJECT-TYPE SYNTAX INTEGER { confirm(1), deny(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The OAM continuity check activation response. Could be confirm(1) or deny(2)." ::= { oamEntry 14 } oamCCEnd2EndTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM continuity check cells (for end to end) that have been sent to the target in this sequence." ::= { oamEntry 15 } oamCCEnd2EndRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM continuity check cells (for end to end) that have been received from the target in this sequence." ::= { oamEntry 16 } oamCCSegmentTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM continuity check cells (for segment) that have been sent to the target in this sequence." ::= { oamEntry 17 } oamCCSegmentRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM continuity check cells (for segment) that have been received from the target in this sequence." ::= { oamEntry 18 } oamAisEnd2EndTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM alarm indication signal (AIS) cells (for end to end) that have been transmitted to the target in this sequence." ::= { oamEntry 19 } oamAisEnd2EndRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM alarm indication signal (AIS) cells (for end to end) that have been received from the target in this sequence." ::= { oamEntry 20 } oamAisSegmentTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM alarm indication signal (AIS) cells (for segment) that have been transmitted to the target in this sequence." ::= { oamEntry 21 } oamAisSegmentRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM alarm indication signal (AIS) cells (for segment) that have been received from the target in this sequence." ::= { oamEntry 22 } oamRdiEnd2EndTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM remote defect indication (RDI) cells (for end to end) that have been transmitted to the target in this sequence." ::= { oamEntry 23 } oamRdiEnd2EndRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM remote defect indication (RDI) cells (for end to end) that have been received from the target in this sequence." ::= { oamEntry 24 } oamRdiSegmentTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM remote defect indication (RDI) cells (for segment) that have been transmitted to the target in this sequence." ::= { oamEntry 25 } oamRdiSegmentRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OAM remote defect indication (RDI) cells (for segment) that have been received from the target in this sequence." ::= { oamEntry 26 } oamCCEnd2EndDirection OBJECT-TYPE SYNTAX INTEGER { ba(1), ab(2), twoway(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates OAM continuity check direction (for end to end). Possible directions are : B-A (1), A-B (2) and two-way (3)." ::= { oamEntry 27 } oamCCSegmentDirection OBJECT-TYPE SYNTAX INTEGER { ba(1), ab(2), twoway(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates OAM continuity check direction (for segment). Possible directions are : B-A (1), A-B (2) and two-way (3)." ::= { oamEntry 28 } -------- END -- of BIANCA-BRICK-AOX definitions