Wellfleet-ATM-MIB DEFINITIONS ::= BEGIN
IMPORTS
Counter, Gauge, TimeTicks
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB
wfSonetGroup, wfAtmGroup, wfAtmInterfaceGroup
FROM Wellfleet-COMMON-MIB;
wfAtmCommonGroup OBJECT IDENTIFIER ::= { wfAtmInterfaceGroup 1 }
wfAtmLinkModuleGroup OBJECT IDENTIFIER ::= { wfAtmInterfaceGroup 2 }
wfAtmCellSwitchGroup OBJECT IDENTIFIER ::= { wfAtmInterfaceGroup 3 }
wfAtm OBJECT IDENTIFIER ::= { wfAtmGroup 1 }
wfAtmDelete OBJECT-TYPE
SYNTAX INTEGER {
created(1),
deleted(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indication to create or delete an ATM Base record."
DEFVAL { created }
::= { wfAtm 1 }
wfAtmInterfaceNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of ATM interfaces in the Wellfleet Router (entries
in the wfAtmInterfaceTable), regardless of their current state,
present on this system."
::= { wfAtm 2 }
wfAtmOverallStatus OBJECT-TYPE
SYNTAX INTEGER {
healthy(1),
interfaceanomaly(2),
otheranomaly(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Overall status of ATM interfaces in the Wellfleet Router(entries
in the wfAtmInterfaceTable) present on this system. Healthy indicates
each configured interfaces are in the UP state. An interface
anomaly is indicative of one or more of the configured
interfaces being in the DOWN State. Other Anomaly is indicative
of one or more ATM interfaces being in the INIT or NOT PRESENT
state"
DEFVAL { healthy }
::= { wfAtm 3 }
wfAtmGlobalSigStkVersion OBJECT-TYPE
SYNTAX INTEGER {
u30(1),
u31(2),
sym(3),
u40(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Global signalling stack Version. This value will be used to
by management entities to know the global version of signalling.
The intent here is to have passive placeholder. Active versions
of signalling are maintained on a per ATM interface basis in
wfAtmSscopEntry and wfAtmSigEntry. If this is considered
of no value, please remove at your earliest convenience."
DEFVAL { u30 }
::= { wfAtm 4 }
wfAtmInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmInterfaceEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"ATM Interface Table - Router Resident
The statistical and configuration parameters for an ATM Interface.
There is one MIB instance of this record per Sync or HSSI line
configured for ATM DXI support. The Physical ATM DXI interface
is managed via this table."
::= { wfAtmGroup 2 }
wfAtmInterfaceEntry OBJECT-TYPE
SYNTAX WfAtmInterfaceEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The attributes for a particular ATM DXI Interface"
INDEX { wfAtmInterfaceLineNumber,
wfAtmInterfaceLLIndex }
::= { wfAtmInterfaceTable 1 }
WfAtmInterfaceEntry ::= SEQUENCE {
wfAtmInterfaceDelete
INTEGER,
wfAtmInterfaceDisable
INTEGER,
wfAtmInterfaceState
INTEGER,
wfAtmInterfaceCircuit
INTEGER,
wfAtmInterfaceMaxSupportedVCs
INTEGER,
wfAtmInterfaceVCsInUse
INTEGER,
wfAtmInterfaceDescr
DisplayString,
wfAtmInterfaceType
INTEGER,
wfAtmInterfaceLastChange
TimeTicks,
wfAtmInterfacePlcp
OBJECT IDENTIFIER,
wfAtmMpeNull
INTEGER,
wfAtmCsNull
INTEGER,
wfAtmInterfaceMulticast
INTEGER,
wfAtmDrops
Counter,
wfAtmInterfaceLmiDisable
INTEGER,
wfAtmInterfaceLineNumber
INTEGER,
wfAtmInterfaceLLIndex
INTEGER,
wfAtmInterfaceDxiMode
INTEGER,
wfAtmUnknownVCPkts
Counter
}
wfAtmInterfaceDelete OBJECT-TYPE
SYNTAX INTEGER {
created(1),
deleted(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indication to create or delete an ATM DXI interface. This will
remove ATMNET access over this interface The ATM Interface
entry instance is removed from the MIB in this case."
DEFVAL { created }
::= { wfAtmInterfaceEntry 1 }
wfAtmInterfaceDisable OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates when an ATM DXI interface is to be enabled or disabled.
Disabling will disable ATM Access over this interface. The ATM
Interface instance is NOT removed from the MIB in this case."
DEFVAL { enabled }
::= { wfAtmInterfaceEntry 2 }
wfAtmInterfaceState OBJECT-TYPE
SYNTAX INTEGER {
up(1),
down(2),
init(3),
notpresent(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the state for this interface.
The state indicates Not Present when the interface has been
configured but has not been initialized. Init state indicates
that the interface is in the process of being initialized by the
system. Up state indicates that the interface is operating
normally. Down state indicates that the ATM DXI interface is
physically or logically disabled."
DEFVAL { notpresent }
::= { wfAtmInterfaceEntry 3 }
wfAtmInterfaceCircuit OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Wellfleet circuit number of this entry"
::= { wfAtmInterfaceEntry 4 }
wfAtmInterfaceMaxSupportedVCs OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Maximum number of VCs allowed on this interface. Initially set by
configuration system for PVCs only"
DEFVAL { 512 }
::= { wfAtmInterfaceEntry 5 }
wfAtmInterfaceVCsInUse OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of VCs that are currently configured on this interface"
::= { wfAtmInterfaceEntry 6 }
wfAtmInterfaceDescr OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A textual string describing this ATM interface."
::= { wfAtmInterfaceEntry 7 }
wfAtmInterfaceType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
ds1(2),
ds3(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The transmission type used at the ATM interface."
DEFVAL { other }
::= { wfAtmInterfaceEntry 8 }
wfAtmInterfaceLastChange OBJECT-TYPE
SYNTAX TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of sysUpTime at the time the interface
entered its current operational state. If the current
state was entered prior to the last re-initialization
of the local network management subsystem, then this
object contains a zero value."
::= { wfAtmInterfaceEntry 9 }
wfAtmInterfacePlcp OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the OID of the PLCP object in the MIB
If no additional transmission and/or media
specific information is available, this object has
the value { 0 0 }. "
::= { wfAtmInterfaceEntry 10 }
wfAtmMpeNull OBJECT-TYPE
SYNTAX INTEGER {
mpe1294(1),
null(2),
mpe1483(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Used to select Null, Multi-Protocol Encapsulation
(RFC 1294) or Multi-Protocol Encapsulation (RFC 1483)
layer for this Interface. Null is considered VC Based
Multiplexing and is not supported for Bridging."
DEFVAL { mpe1483 }
::= { wfAtmInterfaceEntry 11 }
wfAtmCsNull OBJECT-TYPE
SYNTAX INTEGER {
aal34(1),
null(2),
aal5(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Used to configure the type of CS_PDU encapsulation supported on the ATM
DXI interface based on the ATM Forum's ATM DXI specification. This
configuration is on a per Interface basis. The supported values are
AAL3/4, AAL5 and Null (no CS_PDU encapsulation). Null is a propriatary
configurable value when no CS_PDU encapsulation is desired."
DEFVAL { aal5 }
::= { wfAtmInterfaceEntry 12 }
wfAtmInterfaceMulticast OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This indicates whether the ATM service provider offers multicast service"
DEFVAL { disabled }
::= { wfAtmInterfaceEntry 13 }
wfAtmDrops OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The cumulative count of packet drops on this ATM Interface."
::= { wfAtmInterfaceEntry 14 }
wfAtmInterfaceLmiDisable OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Indicates when an LMI entry is to be enabled or disabled. Disabling
will temporarily disable the ability to report
CSU/DSU traps and the ability to retrieve statistical information
from the CSU/DSU. The ATM LMI instance is NOT removed from the MIB
in this case."
DEFVAL { disabled }
::= { wfAtmInterfaceEntry 15 }
wfAtmInterfaceLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number of the
Wellfleet router."
::= { wfAtmInterfaceEntry 16 }
wfAtmInterfaceLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's
llindex number. The Lower layer index uniquely identifies the lower
layer in cases where the lower layer may be something other than the
physical layer."
::= { wfAtmInterfaceEntry 17 }
wfAtmInterfaceDxiMode OBJECT-TYPE
SYNTAX INTEGER {
mode1a(1),
mode1b(2),
mode2(3),
modep2(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"ATM DXI Mode. This attribute specifies the ATM DXI Mode for this
interface based on the ATM Forum's ATM DXI specification. Currently
supported is Modes 1a, 1b, 2 and Proprietary 2 (which is an earlier
version of Mode 2)."
DEFVAL { mode1a }
::= { wfAtmInterfaceEntry 18 }
wfAtmUnknownVCPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of packets received with an unknown VC"
::= { wfAtmInterfaceEntry 19 }
wfAtmLmiTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmLmiEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"ATM Local Management Interface Table - Router Resident
The statistical and configuration parameters for an ATM DXI
Local Management Interface. There is one LMI MIB instance per Sync
or HSSI line configured for ATM DXI support. The LMI interface is
managed via this table."
::= { wfAtmGroup 3 }
wfAtmLmiEntry OBJECT-TYPE
SYNTAX WfAtmLmiEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The attributes for a particular ATM Lmi"
INDEX { wfAtmLmiLineNumber,
wfAtmLmiLLIndex }
::= { wfAtmLmiTable 1 }
WfAtmLmiEntry ::= SEQUENCE {
wfAtmLmiState
INTEGER,
wfAtmLmiCircuit
INTEGER,
wfAtmLmiNoVCErrors
Counter,
wfAtmLmiProxyRequests
Counter,
wfAtmLmiCsuDsuResponses
Counter,
wfAtmLmiCsuDsuTraps
Counter,
wfAtmLmiOtherErrors
Counter,
wfAtmLmiLineNumber
INTEGER,
wfAtmLmiLLIndex
INTEGER
}
wfAtmLmiState OBJECT-TYPE
SYNTAX INTEGER {
up(1),
down(2),
init(3),
notpresent(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the state of the LMI for this interface
The state indicates Not Present when the LMI has been
configured but has not been initialized. Init state indicates
that the LMI is in the process of being initialized by the
system. Up state indicates that the LMI is operating
normally. Down state indicates that the LMI is
physically or logically disabled."
DEFVAL { notpresent }
::= { wfAtmLmiEntry 1 }
wfAtmLmiCircuit OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The circuit number of this entry"
::= { wfAtmLmiEntry 2 }
wfAtmLmiNoVCErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of Frames dropped that couldn't be associated with
the LMI VPI/VCI"
::= { wfAtmLmiEntry 3 }
wfAtmLmiProxyRequests OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of SNMP Proxy Requests"
::= { wfAtmLmiEntry 4 }
wfAtmLmiCsuDsuResponses OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of CSU/DSU SNMP Responses to Proxy Requests"
::= { wfAtmLmiEntry 5 }
wfAtmLmiCsuDsuTraps OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of CSU/DSU SNMP Traps Received"
::= { wfAtmLmiEntry 6 }
wfAtmLmiOtherErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of frames dropped to format or other errors."
::= { wfAtmLmiEntry 7 }
wfAtmLmiLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number of the
Wellfleet router."
::= { wfAtmLmiEntry 8 }
wfAtmLmiLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's llindex
number. The Lower layer index uniquely identifies the lower
layer in cases where the lower layer may be something other than the
physical layer."
::= { wfAtmLmiEntry 9 }
wfAtmPlcpTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmPlcpEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM PLCP Table - CSU/DSU Resident
The PLCP object reflects information about either DS1 or DS3
PLCP framing status and performance. There is one instance of
this object for every ATM DS1 or DS3 UNI.
The PLCP object is separated from the other ATM objects for
two reasons. First, there may be ATM UNIs which use physical
media other than DS1 or DS3, and thus the PLCP object may not
apply to them. Second, the PLCP object may also be applied
towards management of SMDS Interfaces (SIPs).
This PLCP object is essentially a superset of the PLCP object
described in the Internet Draft MIB for SMDS (SIPs). It contains
variables of interest to some ATM service providers and customers."
::= { wfAtmGroup 4 }
wfAtmPlcpEntry OBJECT-TYPE
SYNTAX WfAtmPlcpEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per linenumber/llindex PLCP objects"
INDEX { wfAtmPlcpLineNumber,
wfAtmPlcpLLIndex }
::= { wfAtmPlcpTable 1 }
WfAtmPlcpEntry ::= SEQUENCE {
wfAtmPlcpCct
INTEGER,
wfAtmPlcpPhysical
OBJECT IDENTIFIER,
wfAtmPlcpLof
INTEGER,
wfAtmPlcpLofCFA
INTEGER,
wfAtmPlcpYellow
INTEGER,
wfAtmPlcpYellowCFA
INTEGER,
wfAtmPlcpStatus
INTEGER,
wfAtmPlcpSeconds
Counter,
wfAtmPlcpBipErrors
Counter,
wfAtmPlcpBipESecs
Counter,
wfAtmPlcpBipSESecs
Counter,
wfAtmPlcpFebes
Counter,
wfAtmPlcpFebeESecs
Counter,
wfAtmPlcpFebeSESecs
Counter,
wfAtmPlcpFrameErrors
Counter,
wfAtmPlcpSevereFrameErrors
Counter,
wfAtmPlcpSEFS
Counter,
wfAtmPlcpUAS
Counter,
wfAtmPlcpLineNumber
INTEGER,
wfAtmPlcpLLIndex
INTEGER
}
wfAtmPlcpCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the DS1 or DS3 PLCP port for which this entry
contains information. This corresponds to the Wellfleet
circuit number"
::= { wfAtmPlcpEntry 1 }
wfAtmPlcpPhysical OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the OID of the first object in the standard
DS1 or DS3 MIB"
::= { wfAtmPlcpEntry 2 }
wfAtmPlcpLof OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"True if Loss of Frame has been detected"
DEFVAL { false }
::= { wfAtmPlcpEntry 3 }
wfAtmPlcpLofCFA OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"True if Loss of Frame has been detected over the CFA time
period"
DEFVAL { false }
::= { wfAtmPlcpEntry 4 }
wfAtmPlcpYellow OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"True if PLCP Yellow (Remote Alarm Indication) has been detected"
DEFVAL { false }
::= { wfAtmPlcpEntry 5 }
wfAtmPlcpYellowCFA OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"True if PLCP Yellow (Remote Alarm Indication) has been detected
over the CFA time period"
DEFVAL { false }
::= { wfAtmPlcpEntry 6 }
wfAtmPlcpStatus OBJECT-TYPE
SYNTAX INTEGER {
connected(1),
up(2),
down(3),
other(4),
outofframe(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this variable indicates the PLCP
status as indicated by the three-bit PLCP LSS
code received from the remote end. Connected is
LSS code #0, linkUp is LSS code #6, and linkDown is
code #3. OtherCode means that one of the other five
possible code values is being received. OutOfFrame
means that the PLCP is in the out of frame state,
and therefore there is no code being received."
DEFVAL { down }
::= { wfAtmPlcpEntry 7 }
wfAtmPlcpSeconds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of seconds elapsed since event counting
began or since the counters were last cleared. The
implementation may optionally allow this variable to
be set. If set, the set value is ignored, and this
variable and all other event counters for this
object are reset to zero."
::= { wfAtmPlcpEntry 8 }
wfAtmPlcpBipErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of PLCP Bit Interleaved Parity (BIP)
errors detected."
::= { wfAtmPlcpEntry 9 }
wfAtmPlcpBipESecs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BIP Errored Seconds. The count of seconds during
which one or more BIP errors were detected."
::= { wfAtmPlcpEntry 10 }
wfAtmPlcpBipSESecs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BIP Severely Errored Seconds. The count of seconds
during which five (5) or more BIP errors were detected."
::= { wfAtmPlcpEntry 11 }
wfAtmPlcpFebes OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of PLCP Far End Block Errors (FEBE)
detected."
::= { wfAtmPlcpEntry 12 }
wfAtmPlcpFebeESecs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"FEBE Errored Seconds. The count of seconds during
which one or more FEBE errors were detected."
::= { wfAtmPlcpEntry 13 }
wfAtmPlcpFebeSESecs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"FEBE Severely Errored Seconds. The count of seconds
during which five (5) or more FEBE errors were detected."
::= { wfAtmPlcpEntry 14 }
wfAtmPlcpFrameErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of PLCP Frame bit errors detected."
::= { wfAtmPlcpEntry 15 }
wfAtmPlcpSevereFrameErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of PLCP Severe Frame errors (aka Out Of
Frame Events) detected."
::= { wfAtmPlcpEntry 16 }
wfAtmPlcpSEFS OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Severely Errored Framing Seconds. The count of
seconds during which one or more PLCP Severe Frame
errors were detected."
::= { wfAtmPlcpEntry 17 }
wfAtmPlcpUAS OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unavailable Seconds. The count of seconds during
which the PLCP service was declared to be unavailable."
::= { wfAtmPlcpEntry 18 }
wfAtmPlcpLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number
of the Wellfleet router."
::= { wfAtmPlcpEntry 19 }
wfAtmPlcpLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's
llindex. The Lower layer index uniquely identifies the lower
layer in cases where the lower layer may be something other than the
physical layer."
::= { wfAtmPlcpEntry 20 }
wfAtmUniTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmUniEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM UNI Table - CSU/DSU Resident
The ATM User Network Interface (UNI) object reflects information
about a particular ATM UNI. In particular it contains information,
both configuration and performance, from the 'ATM' or Cell layer
of the ATM protocol hierarchy. It optionally keeps some information
on a per-VPI/VCI basis. It 'points to' its associated
physical layer object, for example the DS1 or DS3 PLCP object.
It also 'points to' the (one or more) higher layer object(s),
namely the ATM Adaptation Layer (AAL) object(s) which further
process the ATM Cells.
It should be noted that in the ATM UNI MIB, the receive (transmit)
direction refers to data received from (transmitted to)
the ATM UNI interface.
** For DL200 and DL3200 there is only one ATM UNI per DL unit
** and only one AAL object (specifically VBR) per ATM UNI.
"
::= { wfAtmGroup 5 }
wfAtmUniEntry OBJECT-TYPE
SYNTAX WfAtmUniEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per linenumber/llindex User Network Interface (UNI) objects -
wfAtmUniLineNumber and wfAtmUniLLIndex corresponds to Wellfleet
linenumber/llindex number"
INDEX { wfAtmUniLineNumber,
wfAtmUniLLIndex }
::= { wfAtmUniTable 1 }
WfAtmUniEntry ::= SEQUENCE {
wfAtmUniCct
INTEGER,
wfAtmUniPhysical
OBJECT IDENTIFIER,
wfAtmUniAal
OBJECT IDENTIFIER,
wfAtmUniSeconds
Counter,
wfAtmUniLineNumber
INTEGER,
wfAtmUniLLIndex
INTEGER
}
wfAtmUniCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This corresponds to the Wellfleet circuit number"
::= { wfAtmUniEntry 1 }
wfAtmUniPhysical OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the OID of the first object in the standard
DS1 or DS3 MIB corresponding to this ATM UNI port"
::= { wfAtmUniEntry 2 }
wfAtmUniAal OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the AAL MIB corresponding to this ATM UNI port.
There is only one AAL currently for the DXI application."
::= { wfAtmUniEntry 3 }
wfAtmUniSeconds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of seconds elapsed since event counting
began or since the counters were last cleared.The
implementation may optionally allow this variable to
be set.If set, the set value is ignored, and this
variable and all other event counters for this
object are reset to zero."
::= { wfAtmUniEntry 4 }
wfAtmUniLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number
of the Wellfleet router."
::= { wfAtmUniEntry 5 }
wfAtmUniLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's llindex.
The Lower layer index uniquely identifies the lower
layer in cases where the lower layer may be something other than the
physical layer."
::= { wfAtmUniEntry 6 }
wfAtmUniAtmTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmUniAtmEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM UNIATM Table CSU/DSU Resident
This list contains ATM Layer parameters, one entry
per ATM UNI port. The counts maintained in this table
are totals for the UNI, across all VPI/VCIs."
::= { wfAtmGroup 6 }
wfAtmUniAtmEntry OBJECT-TYPE
SYNTAX WfAtmUniAtmEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per linenumber/llindex UNI ATM Layer objects -
wfAtmUniAtmLineNumber and wfAtmUniAtmLLIndex corresponds to
Wellfleet linenumber/llindex number"
INDEX { wfAtmUniAtmLineNumber,
wfAtmUniAtmLLIndex }
::= { wfAtmUniAtmTable 1 }
WfAtmUniAtmEntry ::= SEQUENCE {
wfAtmUniAtmCct
INTEGER,
wfAtmUniAtmNoBuffers
Counter,
wfAtmUniAtmHECs
Counter,
wfAtmUniAtmCHECs
Counter,
wfAtmUniAtmNullCells
Counter,
wfAtmUniAtmMisdeliveredCells
Counter,
wfAtmUniAtmReceives
Counter,
wfAtmUniAtmTransmits
Counter,
wfAtmUniAtmLineNumber
INTEGER,
wfAtmUniAtmLLIndex
INTEGER
}
wfAtmUniAtmCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The ATM UNI port for which corresponds to the Wellfleet
circuit number"
::= { wfAtmUniAtmEntry 1 }
wfAtmUniAtmNoBuffers OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received ATM cells discarded due to the lack of
available cell buffers"
::= { wfAtmUniAtmEntry 2 }
wfAtmUniAtmHECs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received ATM cells discarded due to an uncorrected
HEC"
::= { wfAtmUniAtmEntry 3 }
wfAtmUniAtmCHECs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received ATM cells for which a HEC error was detected
and corrected"
::= { wfAtmUniAtmEntry 4 }
wfAtmUniAtmNullCells OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received Null (unassigned , empty) cells"
::= { wfAtmUniAtmEntry 5 }
wfAtmUniAtmMisdeliveredCells OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received cells with an invalid VPI/VCI and were discarded"
::= { wfAtmUniAtmEntry 6 }
wfAtmUniAtmReceives OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Valid (non-null) ATM Cells received at this layer and passed
up"
::= { wfAtmUniAtmEntry 7 }
wfAtmUniAtmTransmits OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Valid (non-null) ATM Cells transmitted at this layer and passed
down to the PLCP layer"
::= { wfAtmUniAtmEntry 8 }
wfAtmUniAtmLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number
of the Wellfleet router."
::= { wfAtmUniAtmEntry 9 }
wfAtmUniAtmLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's llindex.
The Lower layer index uniquely identifies the lower
layer in cases where the lower layer may be something other than the
physical layer."
::= { wfAtmUniAtmEntry 10 }
wfAtmVbrTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmVbrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM VBR Table - CSU/DSU Resident
The ATM Variable Bit Rate (VBR) object is one of several types
of ATM Adaptation Layer (AAL) objects.
The ATM VBR object reflects information about a VBR service
carried by an ATM UNI on behalf of a DTE interface (e.g. a DXI).
In particular, it contains both configuration and performance
information about the Segmentation and Reassembly (SAR) sublayer
and the Convergence Sublayer (CS).
Each instance of the VBR object has only one corresponding DTE
interface, and only one corresponding ATM UNI, although it may
correspond to several VPI/VCIs within a particular ATM UNI.
The VBR object optionally keeps some information
on a per-VPI/VCI basis.
It should be noted that in the ATM VBR MIB, the receive (transmit)
direction refers to data received from (transmitted to)
the ATM UNI interface.
** For DL200 and DL3200 DSUs, there is only one ATM UNI per DSU
** and only one AAL object (specifically VBR) per ATM UNI.
** For these products, the DSU does not perform the
** integrity checks for the VBR CS layer, and thus will not
** provide all variables for the VBR CS table. The Router/Host
** is expected to perform these checks and provide these variables.
"
::= { wfAtmGroup 8 }
wfAtmVbrEntry OBJECT-TYPE
SYNTAX WfAtmVbrEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per linenumber/llindex VBR AAL objects -
wfAtmVbrLineNumber and wfAtmVbrLLIndex corresponds to
Wellfleet linenumber/llindex number"
INDEX { wfAtmVbrLineNumber,
wfAtmVbrLLIndex }
::= { wfAtmVbrTable 1 }
WfAtmVbrEntry ::= SEQUENCE {
wfAtmVbrCct
INTEGER,
wfAtmVbrAtmUni
OBJECT IDENTIFIER,
wfAtmVbrDxi
OBJECT IDENTIFIER,
wfAtmVbrSeconds
Counter,
wfAtmVbrLineNumber
INTEGER,
wfAtmVbrLLIndex
INTEGER
}
wfAtmVbrCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the ATM VBR object which corresponds to the
Wellfleet circuit number"
::= { wfAtmVbrEntry 1 }
wfAtmVbrAtmUni OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the OID of the first object in the ATM UNI
MIB corresponding to this ATM VBR-AAL"
::= { wfAtmVbrEntry 2 }
wfAtmVbrDxi OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the DXI MIB corresponding to this ATM VBR-AAL.
There is only one AAL currently for the DXI application."
::= { wfAtmVbrEntry 3 }
wfAtmVbrSeconds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of seconds elapsed since event counting
began or since the counters were last cleared. The
implementation may optionally allow this variable to
be set. If set, the set value is ignored, and this
variable and all other event counters for this
object are reset to zero."
::= { wfAtmVbrEntry 4 }
wfAtmVbrLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number
of the Wellfleet router."
::= { wfAtmVbrEntry 5 }
wfAtmVbrLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's llindex.
The Lower layer index uniquely identifies the lower
layer in cases where the lower layer may be something other than the
physical layer."
::= { wfAtmVbrEntry 6 }
wfAtmVbrSarTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmVbrSarEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM VBR SAR Table CSU/DSU Resident
This table contains ATM VBR-AAL, SAR Layer parameters,
the entry per ATM VBR-AAL object. The counts maintained
in this table are totals for the VBR, across all
VPI/VCIs within the VBR."
::= { wfAtmGroup 9 }
wfAtmVbrSarEntry OBJECT-TYPE
SYNTAX WfAtmVbrSarEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per linenumber/llindex VBR AAL SAR sublayer objects -
wfAtmSarLineNumber and wfAtmSarLLIndex corresponds to
Wellfleet linenumber/llindex number"
INDEX { wfAtmVbrSarLineNumber,
wfAtmVbrSarLLIndex }
::= { wfAtmVbrSarTable 1 }
WfAtmVbrSarEntry ::= SEQUENCE {
wfAtmVbrSarCct
INTEGER,
wfAtmVbrSarAssemblyTimer
INTEGER,
wfAtmVbrSarCrc10Errors
Counter,
wfAtmVbrSarCellMidErrors
Counter,
wfAtmVbrSarCsPduSizeTooBigErrors
Counter,
wfAtmVbrSarNoBufferErrors
Counter,
wfAtmVbrSarComNoProcessErrors
Counter,
wfAtmVbrSarEomNoProcessErrors
Counter,
wfAtmVbrSarCellSequenceErrors
Counter,
wfAtmVbrSarCellLengthErrors
Counter,
wfAtmVbrSarBomBeforeEomErrors
Counter,
wfAtmVbrSarTimeouts
Counter,
wfAtmVbrSarLengthExceeds
Counter,
wfAtmVbrSarReceives
Counter,
wfAtmVbrSarTransmits
Counter,
wfAtmVbrSarLineNumber
INTEGER,
wfAtmVbrSarLLIndex
INTEGER
}
wfAtmVbrSarCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"identifies the VBR_SAR object which corresponds to the
Wellfleet circuit number"
::= { wfAtmVbrSarEntry 1 }
wfAtmVbrSarAssemblyTimer OBJECT-TYPE
SYNTAX INTEGER(1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The maximum time period (milliseconds) allowed for CS_PDU
assembly process to complete. This is the time between
receipt of a BOM and receipt of an EOM SAR_PDU."
::= { wfAtmVbrSarEntry 2 }
wfAtmVbrSarCrc10Errors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received SAR_PDUs discarded due to CRC10 error"
::= { wfAtmVbrSarEntry 3 }
wfAtmVbrSarCellMidErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received SAR_PDUs discarded due to an invalid
MID field value"
::= { wfAtmVbrSarEntry 4 }
wfAtmVbrSarCsPduSizeTooBigErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received SAR_PDUs discarded due to CS_PDU
size is too big . NOTE: This attribute needs to be moved to
router based CS object."
::= { wfAtmVbrSarEntry 5 }
wfAtmVbrSarNoBufferErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"No CS_PDU assembly buffer space"
::= { wfAtmVbrSarEntry 6 }
wfAtmVbrSarComNoProcessErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received COM SAR_PDUs discarded due to lack of an active
CS_PDU assembly process"
::= { wfAtmVbrSarEntry 7 }
wfAtmVbrSarEomNoProcessErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Received EOM SAR_PDUs discarded due to lack of an active
CS_PDU assembly process"
::= { wfAtmVbrSarEntry 8 }
wfAtmVbrSarCellSequenceErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of active CS_PDU assembly processes
closed (aborted, accumulation discarded) due to
detecting a SAR sequence number error in a
received SAR_PDU."
::= { wfAtmVbrSarEntry 9 }
wfAtmVbrSarCellLengthErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of active CS_PDU assembly processes
closed (aborted, accumulation discarded) due to
detecting a length field error in a
received SAR_PDU."
::= { wfAtmVbrSarEntry 10 }
wfAtmVbrSarBomBeforeEomErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of active CS_PDU assembly processes
closed (aborted, accumulation discarded) due to
receiving a new BOM or SSM SAR_PDU for the
same VPI/VCI (and MID) before receiving the
EOM SAR_PDU."
::= { wfAtmVbrSarEntry 11 }
wfAtmVbrSarTimeouts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of active CS_PDU assembly processes
closed (aborted, accumulation discarded) due to
expiration of the assembly timer."
::= { wfAtmVbrSarEntry 12 }
wfAtmVbrSarLengthExceeds OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of active CS_PDU assembly processes
closed (aborted, accumulation discarded) due to
receiving more SAR_PDUs (and their payloads)
than will fit in the CS_PDU assembly buffer."
::= { wfAtmVbrSarEntry 13 }
wfAtmVbrSarReceives OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received SAR_PDUs (all types,
i.e. BOM, COM, EOM, SSM) successfully
accumulated into a CS_PDU assembly buffer."
::= { wfAtmVbrSarEntry 14 }
wfAtmVbrSarTransmits OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of SAR_PDUs (all types, i.e. BOM,
COM, EOM, SSM) transmitted to the ATM layer
from a CS_PDU segmentation process."
::= { wfAtmVbrSarEntry 15 }
wfAtmVbrSarLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number
of the Wellfleet router."
::= { wfAtmVbrSarEntry 16 }
wfAtmVbrSarLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's llindex.
The Lower layer index uniquely identifies the lower layer in
cases where the lower layer may be something other than the
physical layer."
::= { wfAtmVbrSarEntry 17 }
wfAtmVbrCsTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmVbrCsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM VBR CS Table - Router Resident
This table contains ATM VBR-AAL, CS Layer parameters,
one entry per ATM VBR-AAL object. The counts maintained
in this table are totals for the VBR, across all
VPI/VCIs within the VBR."
::= { wfAtmGroup 11 }
wfAtmVbrCsEntry OBJECT-TYPE
SYNTAX WfAtmVbrCsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per linenumber/llindex VBR_CS objects -
wfAtmVbrCsLineNumber and wfAtmVbrCsLLIndex corresponds to
Wellfleet linenumber/llindex number"
INDEX { wfAtmVbrCsLineNumber,
wfAtmVbrCsLLIndex }
::= { wfAtmVbrCsTable 1 }
WfAtmVbrCsEntry ::= SEQUENCE {
wfAtmVbrCsCct
INTEGER,
wfAtmVbrCsBETagMismatches
Counter,
wfAtmVbrCsLengthMismatches
Counter,
wfAtmVbrCsMisdeliveredPdus
Counter,
wfAtmVbrCsReceives
Counter,
wfAtmVbrCsTransmits
Counter,
wfAtmVbrCsLineNumber
INTEGER,
wfAtmVbrCsLLIndex
INTEGER
}
wfAtmVbrCsCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the VBR_CS object which corresponds to the Wellfleet
circuit number"
::= { wfAtmVbrCsEntry 1 }
wfAtmVbrCsBETagMismatches OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received CS_PDUs discarded due to a mismatch when
comparing the BETag fields in the CS_PDU header and trailer."
::= { wfAtmVbrCsEntry 2 }
wfAtmVbrCsLengthMismatches OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received CS_PDUs discarded due to a mismatch when
comparing the CS_PDU header BASize field, the CS_PDU trailer length
field and the actual length of the CS_PDU received."
::= { wfAtmVbrCsEntry 3 }
wfAtmVbrCsMisdeliveredPdus OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received SAR_PDUs discarded due to an invalid
VPI/VCI detected at this layer."
::= { wfAtmVbrCsEntry 4 }
wfAtmVbrCsReceives OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of the valid CS_PDUs received from the SAR layer and
passed on to the next upper layer for further processing."
::= { wfAtmVbrCsEntry 5 }
wfAtmVbrCsTransmits OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of CS_PDUs received from upper layers and sent to the
SAR layer for segmentation and transmission"
::= { wfAtmVbrCsEntry 6 }
wfAtmVbrCsLineNumber OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the line number
of the Wellfleet router."
::= { wfAtmVbrCsEntry 7 }
wfAtmVbrCsLLIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Instance identifier. This value corresponds to the port's
llindex number. The Lower layer index uniquely identifies the
lower layer in cases where the lower layer may be something other
than the physical layer."
::= { wfAtmVbrCsEntry 8 }
wfAtmVbrCsVciTable OBJECT-TYPE
SYNTAX SEQUENCE OF WfAtmVbrCsVciEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ATM VBR CS_VCI Table - Router Resident
This table contains ATM VBR-AAL, CS Layer parameters,
one entry per ATM VPI/VCI for which information has been
recorded per ATM VBR-AAL object."
::= { wfAtmGroup 12 }
wfAtmVbrCsVciEntry OBJECT-TYPE
SYNTAX WfAtmVbrCsVciEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"per virtual circuit VBR_CS objects"
INDEX { wfAtmVbrCsVciLineNumber,
wfAtmVbrCsVciLLIndex,
wfAtmVbrCsVciIndex }
::= { wfAtmVbrCsVciTable 1 }
WfAtmVbrCsVciEntry ::= SEQUENCE {
wfAtmVbrCsVciVbrCct
INTEGER,
wfAtmVbrCsVciIndex
INTEGER,
wfAtmVbrCsVciBETagMismatches
Counter,
wfAtmVbrCsVciLengthMismatches
Counter,
wfAtmVbrCsVciMisdeliveredPdus
Counter,
wfAtmVbrCsVciReceives
Counter,
wfAtmVbrCsVciTransmits
Counter,
wfAtmVbrCsVciOctetReceives
Counter,
wfAtmVbrCsVciOctetTransmits
Counter,
wfAtmVbrCsVciLineNumber
INTEGER,
wfAtmVbrCsVciLLIndex
INTEGER
}
wfAtmVbrCsVciVbrCct OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the VBR_CS object which corresponds to the Wellfleet
circuit number"
::= { wfAtmVbrCsVciEntry 1 }
wfAtmVbrCsVciIndex OBJECT-TYPE
SYNTAX INTEGER(1..8388608)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the VPI/VCI object for which this entry
contains information."
::= { wfAtmVbrCsVciEntry 2 }
wfAtmVbrCsVciBETagMismatches OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received CSVCI_PDUs discarded due to a mismatch when
comparing the BETag fields in the CSVCI_PDU header and trailer."
::= { wfAtmVbrCsVciEntry 3 }
wfAtmVbrCsVciLengthMismatches OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received CSVCI_PDUs discarded due to a mismatch when
comparing the CSVCI_PDU header BASize field, the CSVCI_PDU trailer
length field and the actual length of the CSVCI_PDU received."
::= { wfAtmVbrCsVciEntry 4 }
wfAtmVbrCsVciMisdeliveredPdus OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of received SAR_PDUs discarded due to an invalid
VPI/VCI detected at this layer."
::= { wfAtmVbrCsVciEntry 5 }
wfAtmVbrCsVciReceives OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The count of the valid CSVCI_PDUs received from the SAR layer and
passed on to the next upper layer for further processing.