XYLAN-ATM-CE-MIB

File: XYLAN-ATM-CE-MIB.mib (35444 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB XYLAN-BASE-MIB

Imported symbols

Counter OBJECT-TYPE TRAP-TYPE
DisplayString xylanAtmArch

Defined Types

AtmxCesServiceEntry  
SEQUENCE    
  atmxCesServiceSlotIndex INTEGER
  atmxCesServicePortIndex INTEGER
  atmxCesServiceDescription DisplayString
  atmxCesServiceAdminStatus INTEGER
  atmxCesServiceOperStatus INTEGER
  atmxCesServiceServiceMode INTEGER
  atmxCesServiceServiceClock INTEGER
  atmxCesServiceAvailTimeSlot OCTET STRING

AtmxCesVccEntry  
SEQUENCE    
  atmxCesVccSlotIndex INTEGER
  atmxCesVccPortIndex INTEGER
  atmxCesVccVpi INTEGER
  atmxCesVccVci INTEGER
  atmxCesVccAtmUplinkSlotIndex INTEGER
  atmxCesVccAtmUplinkPortIndex INTEGER
  atmxCesVccDescription DisplayString
  atmxCesVccAdminStatus INTEGER
  atmxCesVccOperStatus INTEGER
  atmxCesVccConnType INTEGER
  atmxCesVccPartialFill INTEGER
  atmxCesVccBufMaxSize INTEGER
  atmxCesVccCDVT INTEGER
  atmxCesVccCellLossIntegrationPeriod INTEGER
  atmxCesVccIdleCode INTEGER
  atmxCesVccTimeSlots OCTET STRING
  atmxCesVccAtmUplinkVccVpi INTEGER
  atmxCesVccAtmUplinkVccVci INTEGER
  atmxCesVccLocalAtmAddr OCTET STRING

AtmxCesVccStatsEntry  
SEQUENCE    
  atmxCesVccStatsSlotIndex INTEGER
  atmxCesVccStatsPortIndex INTEGER
  atmCesVccStatsVci INTEGER
  atmxCesVccStatsTxDataCells Counter
  atmxCesVccStatsTxCondCells Counter
  atmxCesVccStatsSuppressedTxCells Counter
  atmxCesVccStatsRxCells Counter
  atmxCesVccStatsSnpErrors Counter
  atmxCesVccStatsSeqNumErrors Counter
  atmxCesVccStatsDroppedRxCellUnderrun Counter
  atmxCesVccStatsDroppedRxCellOverrun Counter
  atmxCesVccStatsCellLossStatus INTEGER

AtmxCesVccRateEntry  
SEQUENCE    
  atmxCesVccRateSlotIndex INTEGER
  atmxCesVccRatePortIndex INTEGER
  atmCesVccRateVci INTEGER
  atmxCesVccRateTxDataCells Counter
  atmxCesVccRateTxCondCells Counter
  atmxCesVccRateSuppressedTxCells Counter
  atmxCesVccRateRxCells Counter
  atmxCesVccRateSnpErrors Counter
  atmxCesVccRateSeqNumErrors Counter
  atmxCesVccRateDroppedRxCellUnderrun Counter
  atmxCesVccRateDroppedRxCellOverrun Counter

AtmxCesSvcConfigEntry  
SEQUENCE    
  atmxCesSvcSlotIndex INTEGER
  atmxCesSvcPortIndex INTEGER
  atmxCesSvcVciIndex INTEGER
  atmxCesSvcRemoteAddr OCTET STRING
  atmxCesSvcRemoteVpi INTEGER
  atmxCesSvcRemoteVci INTEGER
  atmxCesSvcFirstRetryInterval INTEGER
  atmxCesSvcRetryTimer INTEGER
  atmxCesSvcRetryLimit INTEGER
  atmxCesSvcRetryFailures INTEGER
  atmxCesSvcConfigRestart INTEGER
  atmxCesSvcConfigOperStatus INTEGER
  atmxCesSvcLastReleaseCause INTEGER
  atmxCesSvcLastReleaseDiagnostics OCTET STRING

Defined Values

atmxCesGroup 1.3.6.1.4.1.800.2.4.10
OBJECT IDENTIFIER    

atmxCesMIBObjects 1.3.6.1.4.1.800.2.4.10.1
OBJECT IDENTIFIER    

atmxCesMIBTraps 1.3.6.1.4.1.800.2.4.10.2
OBJECT IDENTIFIER    

atmxCesService 1.3.6.1.4.1.800.2.4.10.1.1
OBJECT IDENTIFIER    

atmxCesVccGroup 1.3.6.1.4.1.800.2.4.10.1.2
OBJECT IDENTIFIER    

atmxCesVccStatsGroup 1.3.6.1.4.1.800.2.4.10.1.3
OBJECT IDENTIFIER    

atmxCesSvcConfigGroup 1.3.6.1.4.1.800.2.4.10.1.4
OBJECT IDENTIFIER    

atmxCesServiceTable 1.3.6.1.4.1.800.2.4.10.1.1.1
This table defines ATM circuit emulation service configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmxCesServiceEntry

atmxCesServiceEntry 1.3.6.1.4.1.800.2.4.10.1.1.1.1
An entry in the table, containing information about service configuration of a service interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmxCesServiceEntry  

atmxCesServiceSlotIndex 1.3.6.1.4.1.800.2.4.10.1.1.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

atmxCesServicePortIndex 1.3.6.1.4.1.800.2.4.10.1.1.1.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

atmxCesServiceDescription 1.3.6.1.4.1.800.2.4.10.1.1.1.1.3
A description for this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

atmxCesServiceAdminStatus 1.3.6.1.4.1.800.2.4.10.1.1.1.1.4
The desired state of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

atmxCesServiceOperStatus 1.3.6.1.4.1.800.2.4.10.1.1.1.1.5
The current operational state of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

atmxCesServiceServiceMode 1.3.6.1.4.1.800.2.4.10.1.1.1.1.6
Define if this interface as structured or not. A structured(2) interface is some nx64 Kbps and passes data bits and signalling bits through the ATM network. An unstructured(2) passes all bits including framing bits through the ATM network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unstructured(1), structured(2)  

atmxCesServiceServiceClock 1.3.6.1.4.1.800.2.4.10.1.1.1.1.7
This object defines service clocking mode of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER synchronous(1), srts(2), adaptive(3)  

atmxCesServiceAvailTimeSlot 1.3.6.1.4.1.800.2.4.10.1.1.1.1.8
The availiable time slots of this interface. Each octet indicates an available time slot (1 to 32 decimal). It's terminated by an octet 0xFF if less than 32 time slots available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(32)  

atmxCesVccTable 1.3.6.1.4.1.800.2.4.10.1.2.1
A table of ATM virtual channel connections status and parameter information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmxCesVccEntry

atmxCesVccEntry 1.3.6.1.4.1.800.2.4.10.1.2.1.1
An entry in the table, containing information about the ATM circuit emulation virtual channel connections.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmxCesVccEntry  

atmxCesVccSlotIndex 1.3.6.1.4.1.800.2.4.10.1.2.1.1.1
A unique value which identifies the HSM board slot of the service interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

atmxCesVccPortIndex 1.3.6.1.4.1.800.2.4.10.1.2.1.1.2
A unique value which identifies the service interface port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

atmxCesVccVpi 1.3.6.1.4.1.800.2.4.10.1.2.1.1.3
The virtual path identifier associated with this virtual connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..128  

atmxCesVccVci 1.3.6.1.4.1.800.2.4.10.1.2.1.1.4
The virtual channel identifier associated with the virtual connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1023  

atmxCesVccAtmUplinkSlotIndex 1.3.6.1.4.1.800.2.4.10.1.2.1.1.5
A unique value which identifies the HSM board slot of the ATM uplink port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..9  

atmxCesVccAtmUplinkPortIndex 1.3.6.1.4.1.800.2.4.10.1.2.1.1.6
A unique value which identifies the the ATM uplink port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

atmxCesVccDescription 1.3.6.1.4.1.800.2.4.10.1.2.1.1.7
A description for this virtual connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

atmxCesVccAdminStatus 1.3.6.1.4.1.800.2.4.10.1.2.1.1.8
The desired state of this virtual circuit. Status delete(3) deletes the virtual circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), delete(3)  

atmxCesVccOperStatus 1.3.6.1.4.1.800.2.4.10.1.2.1.1.9
The current operational state of this virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

atmxCesVccConnType 1.3.6.1.4.1.800.2.4.10.1.2.1.1.10
The type of ATM connectivity between associated CES IWF's. Valid values are: other - none of the types specified below. pvc - supporting connectivity is permanent virtual connection. activeSvc - attempt calls whenever non is established, passiveSvc - accept calls. initialSvc - attempt calls initially, but eventually cease
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), pvc(2), activeSvc(3), passiveSvc(4), initialSvc(5)  

atmxCesVccPartialFill 1.3.6.1.4.1.800.2.4.10.1.2.1.1.11
If partial cell fill is used, the number of user octets per cell must be set with this parameter. Setting this parameter to zero disables partial cell fill, and causes all cells to be completely filled before they are sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..47  

atmxCesVccBufMaxSize 1.3.6.1.4.1.800.2.4.10.1.2.1.1.12
The maximum size of reassembly buffer in frames. In unstructured mode, a frame is 256 bits. In structured mode, a frame is number of time slots assigned to this virtual circuit. For examples, if 5 time slots assigned to this virtual circuit and this object is set to 50 then buffer size is 250 octets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..512  

atmxCesVccCDVT 1.3.6.1.4.1.800.2.4.10.1.2.1.1.13
This object defines the maximum cell delay variation delay in frame increments that the reassembly process will tolerate in the cell stream without producing errors on the Circuit Emulation interface. In structured mode, a frame equates to 125 microseconds in T1 or E1. In unstructured mode, a frame equates to 256/rate seconds; where rate is the line rate of the Circuit Emulation interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2400  

atmxCesVccCellLossIntegrationPeriod 1.3.6.1.4.1.800.2.4.10.1.2.1.1.14
The time in seconds for the cell loss integration period. If one of more cells is lost for this period of time, then atmxCesVccCellLossStatus is set to loss(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

atmxCesVccIdleCode 1.3.6.1.4.1.800.2.4.10.1.2.1.1.15
The idle character sent to service emulation interface or to ATM uplink if data is not available.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..ff  

atmxCesVccTimeSlots 1.3.6.1.4.1.800.2.4.10.1.2.1.1.16
The list of time slots configured for this virtual circuit. Each octet indicates an available time slot (1 to 32 decimal). It's terminated by an octet 0xFF if less than 32 time slots. If this object only contains octet 0xff then all free time slots of this port are assigned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(32)  

atmxCesVccAtmUplinkVccVpi 1.3.6.1.4.1.800.2.4.10.1.2.1.1.17
The virtual path identifier associated with the ATM uplink port's virtual connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

atmxCesVccAtmUplinkVccVci 1.3.6.1.4.1.800.2.4.10.1.2.1.1.18
The virtual channel identifier associated with the ATM uplink port's virtual connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

atmxCesVccLocalAtmAddr 1.3.6.1.4.1.800.2.4.10.1.2.1.1.19
The ATM address of the local CES IWF process. This object is a 20 bytes hex number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(20)  

atmxCesVccStatsTable 1.3.6.1.4.1.800.2.4.10.1.3.1
The Circuit Emulation Service statistical data table for virtual circuits.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmxCesVccStatsEntry

atmxCesVccStatsEntry 1.3.6.1.4.1.800.2.4.10.1.3.1.1
An entry in the table, containing statistics of CES virtual connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmxCesVccStatsEntry  

atmxCesVccStatsSlotIndex 1.3.6.1.4.1.800.2.4.10.1.3.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

atmxCesVccStatsPortIndex 1.3.6.1.4.1.800.2.4.10.1.3.1.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

atmCesVccStatsVci 1.3.6.1.4.1.800.2.4.10.1.3.1.1.3
The virtual channel identifier associated with the virtual connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmxCesVccStatsTxDataCells 1.3.6.1.4.1.800.2.4.10.1.3.1.1.4
The total number of successfully transmitted cells which assembled from actual data instead of conditioned data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsTxCondCells 1.3.6.1.4.1.800.2.4.10.1.3.1.1.5
The total number of successfully transmitted cells which assembled from conditioned data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsSuppressedTxCells 1.3.6.1.4.1.800.2.4.10.1.3.1.1.6
The total number of cells that are not sent because of line resynchronization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsRxCells 1.3.6.1.4.1.800.2.4.10.1.3.1.1.7
The total number of cells received and played out to circuit emulation port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsSnpErrors 1.3.6.1.4.1.800.2.4.10.1.3.1.1.8
The total number of cells received with uncorrectable Sequence Number Protection (SNP).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsSeqNumErrors 1.3.6.1.4.1.800.2.4.10.1.3.1.1.9
The total number of cells received with unexpected sequence number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsDroppedRxCellUnderrun 1.3.6.1.4.1.800.2.4.10.1.3.1.1.10
The total number of cells dropped due to receive queue underrun.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsDroppedRxCellOverrun 1.3.6.1.4.1.800.2.4.10.1.3.1.1.11
The total number of cells dropped due to receive queue overrun.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccStatsCellLossStatus 1.3.6.1.4.1.800.2.4.10.1.3.1.1.12
When cells are lost for the number of milliseconds specified be atmxCesVccCellLossIntegrationPeriod, the value is set to loss(2). When cells are no longer lost, the value is set to noLoss(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noLoss(1), loss(2)  

atmxCesVccRateTable 1.3.6.1.4.1.800.2.4.10.1.3.2
The Circuit Emulation Service statistical rate for virtual circuits.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmxCesVccRateEntry

atmxCesVccRateEntry 1.3.6.1.4.1.800.2.4.10.1.3.2.1
An entry in the table, containing statistical rate of CES virtual connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmxCesVccRateEntry  

atmxCesVccRateSlotIndex 1.3.6.1.4.1.800.2.4.10.1.3.2.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

atmxCesVccRatePortIndex 1.3.6.1.4.1.800.2.4.10.1.3.2.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

atmCesVccRateVci 1.3.6.1.4.1.800.2.4.10.1.3.2.1.3
The virtual channel identifier associated with the virtual connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmxCesVccRateTxDataCells 1.3.6.1.4.1.800.2.4.10.1.3.2.1.4
The rate of successfully transmitted cells which assembled from actual data instead of conditioned data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateTxCondCells 1.3.6.1.4.1.800.2.4.10.1.3.2.1.5
The rate of successfully transmitted cells which assembled from conditioned data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateSuppressedTxCells 1.3.6.1.4.1.800.2.4.10.1.3.2.1.6
The rate of cells that are not sent because of line resynchronization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateRxCells 1.3.6.1.4.1.800.2.4.10.1.3.2.1.7
The rate of cells received and played out to circuit emulation port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateSnpErrors 1.3.6.1.4.1.800.2.4.10.1.3.2.1.8
The rate of cells received with uncorrectable Sequence Number Protection (SNP).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateSeqNumErrors 1.3.6.1.4.1.800.2.4.10.1.3.2.1.9
The rate of cells received with unexpected sequence number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateDroppedRxCellUnderrun 1.3.6.1.4.1.800.2.4.10.1.3.2.1.10
The rate of cells dropped due to receive queue underrun.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesVccRateDroppedRxCellOverrun 1.3.6.1.4.1.800.2.4.10.1.3.2.1.11
The rate of cells dropped due to receive queue overrun.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmxCesSvcConfigTable 1.3.6.1.4.1.800.2.4.10.1.4.1
The table used to manage SVCs established across ATM networks between CES entities.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmxCesSvcConfigEntry

atmxCesSvcConfigEntry 1.3.6.1.4.1.800.2.4.10.1.4.1.1
An entry in the CES SVC table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmxCesSvcConfigEntry  

atmxCesSvcSlotIndex 1.3.6.1.4.1.800.2.4.10.1.4.1.1.1
A unique value which identifies this HSM board slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

atmxCesSvcPortIndex 1.3.6.1.4.1.800.2.4.10.1.4.1.1.2
A unique value which identifies this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

atmxCesSvcVciIndex 1.3.6.1.4.1.800.2.4.10.1.4.1.1.3
The virtual channel identifier associated with the virtual connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmxCesSvcRemoteAddr 1.3.6.1.4.1.800.2.4.10.1.4.1.1.4
The ATM address supporting the corresponding far end CES IWF process. If no address is supplied, no attempts to establish the active SVC are initiated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(20)  

atmxCesSvcRemoteVpi 1.3.6.1.4.1.800.2.4.10.1.4.1.1.5
The VPI number of the corresponding far end CES IWF process
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmxCesSvcRemoteVci 1.3.6.1.4.1.800.2.4.10.1.4.1.1.6
The VCI number of the corresponding far end CES IWF process
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmxCesSvcFirstRetryInterval 1.3.6.1.4.1.800.2.4.10.1.4.1.1.7
The time (in 10ths of a second unit) to wait before attempting to establish the SVC after the first failed call attempt. Zero represents an infinite interval indicating no retries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..36000  

atmxCesSvcRetryTimer 1.3.6.1.4.1.800.2.4.10.1.4.1.1.8
Indicates the current value of the retry timer (in seconds) for this connection. When the value reaches zero an attempt will be made to establish the active SVC. When the timer is not running, the value zero shall be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..86400  

atmxCesSvcRetryLimit 1.3.6.1.4.1.800.2.4.10.1.4.1.1.9
Sets a maximum limit on how many consecutive unsuccessful call setup attempts can be made before stopping the attempt to set up the connection. If this limit is reached then management action will be required (e.g. setting atmxCesSvcConfigRestart to 'restart') to initiate a new attempt to establish the connection. A value of zero indicates no limit - the attempts will continue until successful. If this object is not present, no limit on call attempts is assumed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

atmxCesSvcRetryFailures 1.3.6.1.4.1.800.2.4.10.1.4.1.1.10
Indicates how many attempts to establish the connection have failed. This count is reset whenever a connection is successfully established or the active SVC is restarted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmxCesSvcConfigRestart 1.3.6.1.4.1.800.2.4.10.1.4.1.1.11
When the value is set to 'restart' the active SVC is released if necessary and a new setup procedure is begun. As a result of this action, the atmxCesSvcConfigOperStatus object transitions to 'establishmentInProgress' (if not already in this state) and the atmxCesRetryFailures object is cleared. When the value is set to 'noop' no operation is performed. When read, the value 'noop' is returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER restart(1), noop(2)  

atmxCesSvcConfigOperStatus 1.3.6.1.4.1.800.2.4.10.1.4.1.1.12
Describes the status of the active SVC. Valid values are: other - none of the types specified below establishmentInProgress - connection is not operational, but call attempts are ongoing connected - connection is currently operational retriesExhausted - retry limit has been reached and call attempts have ceased noAddressSupplied - no remote address has been configured, so no call attempts are initiated lowerLayerDown - underlying CES IWF is not operational When the entry is not 'active', the value of this object is 'other'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), establishmentInProgress(2), connected(3), retriesExhausted(4), noAddressSupplied(5), lowerLayerDown(6)  

atmxCesSvcLastReleaseCause 1.3.6.1.4.1.800.2.4.10.1.4.1.1.13
Value of the Cause field of the Cause information element in the last RELEASE signalling message received for this SVC. Indicates the reason for the release.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..127  

atmxCesSvcLastReleaseDiagnostics 1.3.6.1.4.1.800.2.4.10.1.4.1.1.14
Value of the first 8 bytes of diagnostic information from the Cause field of the Cause information element in the last RELEASE signalling message received for this active SVC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

atmxCesVccTraps 1.3.6.1.4.1.800.2.4.10.2.1
OBJECT IDENTIFIER    

atmCesVccCreate 1
The ATM circuit emulation virtual circuit is created.
TRAP-TYPE    

atmCesVccDelete 2
The ATM circuit emulation virtual circuit is deleted.
TRAP-TYPE