AcAtm

File: AcAtm.mib (34659 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1155-SMI
ATM-TC-MIB

Imported symbols

Unsigned32 OBJECT-TYPE MODULE-IDENTITY
TAddress DisplayString RowStatus
DateAndTime TEXTUAL-CONVENTION IpAddress
enterprises AtmAddr

Defined Types

AtmPortEntry  
SEQUENCE    
  atmPortAdministrativeState INTEGER
  atmPortOperationalState INTEGER
  atmPortNumber INTEGER
  atmPortAdminAddress AtmAddr
  atmPortOperationalAddress AtmAddr
  atmPortAlarmStatus INTEGER
  atmPortAddressMode INTEGER

AtmRemoteGatewayEntry  
SEQUENCE    
  atmRemoteGatewayRowStatus RowStatus
  atmRemoteGatewayAction INTEGER
  atmRemoteGatewayActionResult INTEGER
  atmRemoteGatewayIndex INTEGER
  atmRemoteGatewayName OCTET STRING
  atmRemoteGatewayNSAPAddress AtmAddr
  atmRemoteGatewayALCAPInstanceNum INTEGER

Aal2PVCEntry  
SEQUENCE    
  aal2PVCRowStatus RowStatus
  aal2PVCAction INTEGER
  aal2PVCActionResult INTEGER
  aal2PVCRemoteGatewayIndex INTEGER
  aal2PVCVCCIPATHID INTEGER
  aal2PVCPortNumber INTEGER
  aal2PVCVpi INTEGER
  aal2PVCVci INTEGER
  aal2PVCMaxNumOfCid INTEGER
  aal2PVCNumOfCidInUse INTEGER
  aal2PVCServiceCategory INTEGER
  aal2PVCPCR INTEGER
  aal2PVCSCR INTEGER
  aal2PVCMBS INTEGER

AtmPortLoopbackConfigEntry  
SEQUENCE    
  atmPortLoopbackConfigIsUsed INTEGER
  atmPortLoopbackConfigAction INTEGER
  atmPortLoopbackConfigActionResult INTEGER
  atmPortLoopbackConfigPortNumber INTEGER
  atmPortLoopbackConfigMode INTEGER
  atmPortLoopbackConfigOutBoundVirtualPath INTEGER
  atmPortLoopbackConfigInBoundVirtualPath INTEGER
  atmPortLoopbackConfigVciRangeFirst INTEGER
  atmPortLoopbackConfigVciRangeLast INTEGER
  atmPortLoopbackConfigServiceCategory INTEGER
  atmPortLoopbackConfigPCR INTEGER
  atmPortLoopbackConfigSCR INTEGER
  atmPortLoopbackConfigMBS INTEGER

AtmSvcProfileEntry  
SEQUENCE    
  atmSvcProfileIsUsed INTEGER
  atmSvcProfileIndex INTEGER
  atmSvcProfileMaxNumOfCids INTEGER
  atmSvcProfilePCR INTEGER
  atmSvcProfileSCR INTEGER
  atmSvcProfileMBS INTEGER
  atmSvcProfilePersistence INTEGER
  atmSvcProfileServiceCategory INTEGER

AtmSvcConnectionEntry  
SEQUENCE    
  atmSvcConnectionIndex INTEGER
  atmSvcConnectionRemoteGatewayAddress AtmAddr
  atmSvcConnectionPort INTEGER
  atmSvcConnectionVpi INTEGER
  atmSvcConnectionVci INTEGER
  atmSvcConnectionAALType INTEGER
  atmSvcConnectionDirection INTEGER
  atmSvcConnectionEecid Unsigned32
  atmSvcConnectionVcci INTEGER
  atmSvcConnectionMaxNumOfCid INTEGER
  atmSvcConnectionNumOfCidInUse INTEGER

Defined Values

audioCodes 1.3.6.1.4.1.5003
OBJECT IDENTIFIER    

acRegistrations 1.3.6.1.4.1.5003.7
OBJECT IDENTIFIER    

acGeneric 1.3.6.1.4.1.5003.8
OBJECT IDENTIFIER    

acProducts 1.3.6.1.4.1.5003.9
OBJECT IDENTIFIER    

acBoardMibs 1.3.6.1.4.1.5003.9.10
OBJECT IDENTIFIER    

acAtm 1.3.6.1.4.1.5003.9.10.6
The Audiocodes ATMMIB.
MODULE-IDENTITY    

acAtmConfiguration 1.3.6.1.4.1.5003.9.10.6.1
OBJECT IDENTIFIER    

atmGeneralParams 1.3.6.1.4.1.5003.9.10.6.1.1
OBJECT IDENTIFIER    

atmGeneralParamsAtmDefaultApplicationType 1.3.6.1.4.1.5003.9.10.6.1.1.1
This is the default application type used when the board cannot determine from the H248 add message which AAL type to use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER aal1(1), aal2-i-366-2(2), aal2-umts(3)  

atmGeneralParamsAtmTransmissionMode 1.3.6.1.4.1.5003.9.10.6.1.1.2
This is the ATM Port Optical Carrier type which indicates whether the European standard (SDH) is to be employed or the North American Standard (SONET)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sdh(0), sonet(1), none(2)  

atmPort 1.3.6.1.4.1.5003.9.10.6.1.2
OBJECT IDENTIFIER    

atmPortTable 1.3.6.1.4.1.5003.9.10.6.1.2.1
This table indicates general information about and alarm status of the ATM optical fiber ports. It is also used to configure the ATM address associated with the optical port and read that address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmPortEntry

atmPortEntry 1.3.6.1.4.1.5003.9.10.6.1.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmPortEntry  

atmPortAdministrativeState 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.1
This is the ATM Port Administrative State
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER locked(0), shuttingDown(1), unlocked(2)  

atmPortOperationalState 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.2
This is the Port Operational State
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

atmPortNumber 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.3
This is the ATM Port Number
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port0(0), port1(1), port2(2)  

atmPortAdminAddress 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.4
This is the Administrative ATM Port Address (20 octets in length - 40 hexadecimal characters). This address is manually configured. This address is used when ILMI is not available.
Status: current Access: read-write
OBJECT-TYPE    
  AtmAddr Size(0..40)  

atmPortOperationalAddress 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.5
This is the port ATM address currently in operation (i.e.:assigned to this port). This address is set to atmPortAdminAddress if no ILMI address is registered. If an ILMI address is successfully registered, then atmPortOperationalAddress will be set to the ILMI one, though an administrative address may have already been configured. Thus ILMI address always takes precedence over the administrative one. If both the administrative and ILMI addresses are unavailable then the operational address is left empty. Refer to atmPortAddressMode for which address is operational.
Status: current Access: read-only
OBJECT-TYPE    
  AtmAddr Size(0..40)  

atmPortAlarmStatus 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.6
This is the ATM Port Alarm Status. The possible values are: cleared(0) - LOS, AIS and RDI conditions are not present los(1) - the LOS condition is present ais(2) - AIS condition is present (LOS condition is not present) rdi(4) - RDI condition is present (LOS and AIS conditions are not present) Note: Alarm conditions (from the SONET/SDH standard documents) are: LOS - Loss Of Signal AIS - Alarm Indication Signal RDI - Remote Defect Indication
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cleared(0), los(1), ais(2), rdi(4)  

atmPortAddressMode 1.3.6.1.4.1.5003.9.10.6.1.2.1.1.7
The mode reflects the type of address in operation. addrModeNone(0) : No administrative address has been configured and no ILMI address has been registered. Thus no address is available to assign to the port. addrModeManual(1): An Administrative address has been configured and no ILMI address has been registered. Thus the port is assigned the manually configured address.addrModeILMI (2): An ILMI address has been registered. The port is assigned this address. The administrative address is ignored if it has been configured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER addrModeNone(0), addrModeManual(1), addrModeILMI(2)  

atmRemoteGateway 1.3.6.1.4.1.5003.9.10.6.1.3
OBJECT IDENTIFIER    

atmRemoteGatewayTable 1.3.6.1.4.1.5003.9.10.6.1.3.1
This includes the destination remote Gateways (and RNC) that the Media Gateway would have signaling contact with.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmRemoteGatewayEntry

atmRemoteGatewayEntry 1.3.6.1.4.1.5003.9.10.6.1.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmRemoteGatewayEntry  

atmRemoteGatewayRowStatus 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.1
The RowStatus textual convention is used to manage the creation and deletion and active of conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

atmRemoteGatewayAction 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.2
Development Pending -for future use
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

atmRemoteGatewayActionResult 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.3
Development Pending -future use
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

atmRemoteGatewayIndex 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.4
.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..99  

atmRemoteGatewayName 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.5
Remote Gateway name
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

atmRemoteGatewayNSAPAddress 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.6
This is the ATM Address associated with the remote Gateway to which this PVC connects (20 octets in length - 40 hexadecimal characters)
Status: current Access: read-write
OBJECT-TYPE    
  AtmAddr Size(0..40)  

atmRemoteGatewayALCAPInstanceNum 1.3.6.1.4.1.5003.9.10.6.1.3.1.1.7
ALCAP Instance number associated with the remote Gateway ( 3G only)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

aal2PVC 1.3.6.1.4.1.5003.9.10.6.1.4
OBJECT IDENTIFIER    

aal2PVCTable 1.3.6.1.4.1.5003.9.10.6.1.4.1
This table contains information referring to Permanent Virtual Channels connecting the AMS to the ATM Edge Switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Aal2PVCEntry

aal2PVCEntry 1.3.6.1.4.1.5003.9.10.6.1.4.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  Aal2PVCEntry  

aal2PVCRowStatus 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.1
The RowStatus textual convention is used to manage the creation and deletion and active of conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aal2PVCAction 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.2
Development Pending - for future use
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0)  

aal2PVCActionResult 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.3
Development Pending - for future use
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0)  

aal2PVCRemoteGatewayIndex 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.4
This is the gw index that associated with the remote Gateway table to which this PVC connects (20 octets in length - 40 hexadecimal characters)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..99  

aal2PVCVCCIPATHID 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.5
This is the range of Virtual Connection Channel Identifiers which is an end to end identifier for an AAL2 VC.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8191  

aal2PVCPortNumber 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.6
This is the port number associated with the PVC
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER port0(0), port1(1), port2(2)  

aal2PVCVpi 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.7
This is the VPI assigned to the PVC
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

aal2PVCVci 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.8
This is the VCI assigned to the PVC
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

aal2PVCMaxNumOfCid 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.9
This is the maximum number of CIDs for the AAL2 PVC.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..248  

aal2PVCNumOfCidInUse 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.10
This is the number of CIDs for AAL2 PVC currently in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..248  

aal2PVCServiceCategory 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.11
This is the Service Category which is either CBR (Constant Bit Rate) or rtVBR (realtime Variable Bit Rate)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cbr(1), rtVbr(2)  

aal2PVCPCR 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.12
This is the peak cell rate (PCR) associated with the provisioned virtual channel (PVC). Includes bandwidth for all CIDs within the PVC
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..49600  

aal2PVCSCR 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.13
This is the sustained cell rate (SCR) associated with the provisioned virtual channel (PVC). Includes bandwidth for all CIDs within the PVC.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..49600  

aal2PVCMBS 1.3.6.1.4.1.5003.9.10.6.1.4.1.1.14
This is the Maximum Burst Size (MBS) for the provisioned virtual channel (PVC).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

atmPortLoopbackConfig 1.3.6.1.4.1.5003.9.10.6.1.5
OBJECT IDENTIFIER    

atmPortLoopbackConfigTable 1.3.6.1.4.1.5003.9.10.6.1.5.1
This table gives the Loopback Configuration associated with a given Optical Fiber Port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmPortLoopbackConfigEntry

atmPortLoopbackConfigEntry 1.3.6.1.4.1.5003.9.10.6.1.5.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmPortLoopbackConfigEntry  

atmPortLoopbackConfigIsUsed 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.1
This tells whether or not the port loopback is used. If the port is available on the board, this is yes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

atmPortLoopbackConfigAction 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.2
Development Pending - for future use
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0)  

atmPortLoopbackConfigActionResult 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.3
Development Pending - for future use
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0)  

atmPortLoopbackConfigPortNumber 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.4
The port number associated with the optical port which is being described.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER port0(0), port1(1), port2(2)  

atmPortLoopbackConfigMode 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.5
This is the mode in which the loopback will work: no loopback, UNI loopback, or Virtual Path loopback
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), uni(1), vp(2)  

atmPortLoopbackConfigOutBoundVirtualPath 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.6
If the atmLoopback mode is VP, this specifies the VP identity for the cells going toward the ATM edge switch
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

atmPortLoopbackConfigInBoundVirtualPath 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.7
If the atmLoopback mode is VP, this specifies the VP identity for the cells coming from the ATM edge switch
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

atmPortLoopbackConfigVciRangeFirst 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.8
If the atmLoopback mode is VP, this specifies the minimum VCI within the inbound and outbound VP which may be used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 33..2047  

atmPortLoopbackConfigVciRangeLast 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.9
If the atmLoopback mode is VP, this specifies the maximum VCI within the inbound and outbound VP which may be used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 33..2047  

atmPortLoopbackConfigServiceCategory 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.10
This category is limited to Constant Bit Rate (CBR) traffic or realtime Variable Bit Rate (rtVBR) for this release.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cbr(1), rtVbr(2)  

atmPortLoopbackConfigPCR 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.11
This is the peak cell rate (PCR) associated with the switched virtual channel (SVC). This is used for Constant Bit Rate (CBR) traffic. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 171..59600  

atmPortLoopbackConfigSCR 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.12
This is the sustained cell rate (SCR) associated with the switched virtual channel (SVC). This is used for realtime Variable Bit Rate (rtVBR) traffice. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 171..59600  

atmPortLoopbackConfigMBS 1.3.6.1.4.1.5003.9.10.6.1.5.1.1.13
This is the Maximum Burst Size (MBS) associated with the switched virtual channel (SVC). This is used in realtime Variable Bit Rate (rtVBR) traffice. The unit for this parameter is ATM cells.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

atmSvcProfile 1.3.6.1.4.1.5003.9.10.6.1.6
OBJECT IDENTIFIER    

atmSvcProfileTable 1.3.6.1.4.1.5003.9.10.6.1.6.1
This table indicates information about profiles associated with the creation of each new AAL2 SVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmSvcProfileEntry

atmSvcProfileEntry 1.3.6.1.4.1.5003.9.10.6.1.6.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmSvcProfileEntry  

atmSvcProfileIsUsed 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.1
This tells whether or not this SVC profile is used. If it is used, the value is yes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

atmSvcProfileIndex 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.2
Initially only one SVC Profile is supported. This parameter may be updated later as the table supports more profiles
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..550  

atmSvcProfileMaxNumOfCids 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.3
The CIDs fall in the range of 8 to 255, so there are a maximum of 248 CIDs possible. The assignment of CID #8 may be received but not initiated. Assignments from the low end of the CID range should start with 9 as there are some vendors who use 8 for a special OAM purpose.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..248  

atmSvcProfilePCR 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.4
This is the peak cell rate (PCR) associated with the switched virtual channel (SVC). This is used for Constant Bit Rate (CBR) traffic. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 171..59600  

atmSvcProfileSCR 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.5
This is the sustained cell rate (SCR) associated with the switched virtual channel (SVC). This is used for realtime Variable Bit Rate (rtVBR) traffice. For AAL2, this includes bandwidth for all CIDs within the SVC. For AAL1, there is only one channel per SVC (and no concept of a CID).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 171..59600  

atmSvcProfileMBS 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.6
This is the Maximum Burst Size (MBS) associated with the switched virtual channel (SVC). This is used in realtime Variable Bit Rate (rtVBR) traffice. The unit for this parameter is ATM cells.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

atmSvcProfilePersistence 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.7
This is the parameter which descirbes how long an AAL2 SVC will persist even when no CIDs are in use. Generally, this is on the order of 180 to 600 seconds. Non-persistent SVCs should have a value of 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..10000  

atmSvcProfileServiceCategory 1.3.6.1.4.1.5003.9.10.6.1.6.1.1.8
This category is limited to Constant Bit Rate (CBR) traffic or realtime Variable Bit Rate (rtVBR) for this release.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cbr(1), rtVbr(2)  

acAtmStatus 1.3.6.1.4.1.5003.9.10.6.2
OBJECT IDENTIFIER    

atmSvcConnection 1.3.6.1.4.1.5003.9.10.6.2.1
OBJECT IDENTIFIER    

atmSvcConnectionTable 1.3.6.1.4.1.5003.9.10.6.2.1.1
This is the table which describes the read only characteristics of a given AAL1 or AAL2 SVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmSvcConnectionEntry

atmSvcConnectionEntry 1.3.6.1.4.1.5003.9.10.6.2.1.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmSvcConnectionEntry  

atmSvcConnectionIndex 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.1
A unique index, that identifies the SVC on the system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..500  

atmSvcConnectionRemoteGatewayAddress 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.2
This is the ATM Address associated with the remote Gateway to which this SVC connects (20 octets in length - 40 hexadecimal characters)
Status: current Access: read-only
OBJECT-TYPE    
  AtmAddr Size(0..40)  

atmSvcConnectionPort 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.3
This is the port on which the SVC is connected
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port0(0), port1(1), port2(2)  

atmSvcConnectionVpi 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.4
This is the VPI associated with the SVC
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

atmSvcConnectionVci 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.5
This is the VCI associated with the SVC
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

atmSvcConnectionAALType 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.6
This is the Adaptation Layer type. It is either AAL1 or AAL2.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER aal1(1), aal2(2)  

atmSvcConnectionDirection 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.7
This is the direction in which the SVC was setup. Incoming means the this end received the SETUP. Outgoing means this end sent the SETUP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER incoming(0), outgoing(1)  

atmSvcConnectionEecid 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.8
This is the unique end to end identifier associated with the setup of AAL1 SVCs
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

atmSvcConnectionVcci 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.9
This is the unique identity of an SVC associated with an AAL2 connection
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

atmSvcConnectionMaxNumOfCid 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.10
This is the maximum number of CIDs for an AAL2 SVC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..248  

atmSvcConnectionNumOfCidInUse 1.3.6.1.4.1.5003.9.10.6.2.1.1.1.11
This is the number of channel Ids currently in use in a given SVC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..248