SYNTAX SEQUENCE OF AtmAal5VclStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides a collection of objects providing AAL5
configuration and performance statistics of a VCL."
::= { atm2MIBObjects 12 }
atmAal5VclStatEntry OBJECT-TYPE
SYNTAX AtmAal5VclStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry in this table represents an AAL5 VCL, and
is indexed by ifIndex values of AAL5 interfaces and
the associated VPI/VCI values."
INDEX { ifIndex, atmVclVpi, atmVclVci }
::= { atmAal5VclStatTable 1 }
AtmAal5VclStatEntry ::=
SEQUENCE {
atmAal5VclInPkts Counter32,
atmAal5VclOutPkts Counter32,
atmAal5VclInOctets Counter32,
atmAal5VclOutOctets Counter32
}
atmAal5VclInPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of AAL5 CPCS PDUs received on the AAL5 VCC at
the interface identified by the ifIndex."
::= { atmAal5VclStatEntry 1 }
atmAal5VclOutPkts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of AAL5 CPCS PDUs transmitted on the AAL5 VCC
at the interface identified by the ifIndex."
::= { atmAal5VclStatEntry 2 }
atmAal5VclInOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets contained in AAL5 CPCS PDUs received
on the AAL5 VCC at the interface identified by the ifIndex."
::= { atmAal5VclStatEntry 3 }
atmAal5VclOutOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets contained in AAL5 CPCS PDUs
transmitted on the AAL5 VCC at the interface identified by
the ifIndex."
::= { atmAal5VclStatEntry 4 }
-- 13. ATM VC General Information Table
atmVclGenTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmVclGenEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"General Information for each VC."
::= { atm2MIBObjects 13 }
atmVclGenEntry OBJECT-TYPE
SYNTAX AtmVclGenEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry with general information about the ATM VC."
AUGMENTS { atmVclEntry }
::= { atmVclGenTable 1 }
AtmVclGenEntry ::=
SEQUENCE {
atmVclGenSigDescrIndex AtmSigDescrParamIndex
}
atmVclGenSigDescrIndex OBJECT-TYPE
SYNTAX AtmSigDescrParamIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of this object identifies the row in the ATM
Signalling Descriptor Parameter Table which applies to this
VCL."
::= { atmVclGenEntry 1 }
-- 14. ATM Interface Configuration Extension Table
atmInterfaceExtTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmInterfaceExtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains ATM interface configuration and monitoring
information not defined in the atmInterfaceConfTable from the
ATM-MIB. This includes the type of connection setup procedures,
ILMI information, and information on the VPI/VCI range."
REFERENCE
"Tesink, K., Editor, Definitions of Managed Objects
for ATM Management, RFC 2515, Bell Communications
Research, February, 1999."
::= { atm2MIBObjects 14 }
atmInterfaceExtEntry OBJECT-TYPE
SYNTAX AtmInterfaceExtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry extends the atmInterfaceConfEntry defined in the ATM-
MIB. Each entry corresponds to an ATM interface."
REFERENCE
"Tesink, K., Editor, Definitions of Managed Objects
for ATM Management, RFC 2515, Bell Communications
Research, February, 1999."
AUGMENTS { atmInterfaceConfEntry }
::= { atmInterfaceExtTable 1 }
AtmInterfaceExtEntry ::= SEQUENCE {
atmIntfConfigType AtmInterfaceType,
atmIntfActualType AtmInterfaceType,
atmIntfConfigSide INTEGER,
atmIntfActualSide INTEGER,
atmIntfIlmiAdminStatus BITS,
atmIntfIlmiOperStatus BITS,
atmIntfIlmiFsmState INTEGER,
atmIntfIlmiEstablishConPollIntvl Integer32,
atmIntfIlmiCheckConPollIntvl Integer32,
atmIntfIlmiConPollInactFactor Integer32,
atmIntfIlmiPublicPrivateIndctr INTEGER,
atmInterfaceConfMaxSvpcVpi INTEGER,
atmInterfaceCurrentMaxSvpcVpi INTEGER,
atmInterfaceConfMaxSvccVpi INTEGER,
atmInterfaceCurrentMaxSvccVpi INTEGER,
atmInterfaceConfMinSvccVci INTEGER,
atmInterfaceCurrentMinSvccVci INTEGER,
atmIntfSigVccRxTrafficDescrIndex
AtmTrafficDescrParamIndex,
atmIntfSigVccTxTrafficDescrIndex
AtmTrafficDescrParamIndex,
atmIntfPvcFailures Counter32,
atmIntfCurrentlyFailingPVpls Gauge32,
atmIntfCurrentlyFailingPVcls Gauge32,
atmIntfPvcFailuresTrapEnable TruthValue,
atmIntfPvcNotificationInterval INTEGER,
atmIntfLeafSetupFailures Counter32,
atmIntfLeafSetupRequests Counter32 }
atmIntfConfigType OBJECT-TYPE
SYNTAX AtmInterfaceType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of connection setup procedures configured for the ATM
interface. Setting this variable to a value of ’other’ is not
allowed."
DEFVAL { autoConfig }
::= { atmInterfaceExtEntry 1 }
atmIntfActualType OBJECT-TYPE
SYNTAX AtmInterfaceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of connection setup procedures currently being used on
the interface. This may reflect a manually configured value for
the interface type, or may be determined by other means such as
auto-configuration. A value of `autoConfig’ indicates that
auto-configuration was requested but has not yet been completed."
::= { atmInterfaceExtEntry 2 }
atmIntfConfigSide OBJECT-TYPE
SYNTAX INTEGER {
other(1),
user(2),
network(3) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The configured role of the managed entity as one side of the ATM
interface. This value does not apply when the object
atmIntfConfigType is set to `autoConfig’, `atmfPnni1Dot0’, or
`atmfBici2Dot0’."
::= { atmInterfaceExtEntry 3 }
atmIntfActualSide OBJECT-TYPE
SYNTAX INTEGER {
other(1),
user(2),
network(3),
symmetric(4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current role used by the managed entity to represent one
side of the ATM interface."
::= { atmInterfaceExtEntry 4 }
atmIntfIlmiAdminStatus OBJECT-TYPE
SYNTAX BITS { ilmi(0),
ilmiAddressRegistration(1),
ilmiConnectivity(2),
ilmiPvcPvpMgmt(3),
ilmiSigVccParamNegotiation(4) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates which components of ILMI are administratively enabled
on this interface. If the ’ilmi’ bit is not set, then no ILMI
components are operational. ILMI components other than auto-
configuration that are not represented in the value have their
administrative status determined according to the ’ilmi’ bit.
The ILMI auto-configuration component is enabled/disabled by the
atmIntfConfigType object."
::= { atmInterfaceExtEntry 5 }
atmIntfIlmiOperStatus OBJECT-TYPE
SYNTAX BITS { ilmi(0),
ilmiAddressRegistration(1),
ilmiConnectivity(2),
ilmiPvcPvpMgmt(3),
ilmiSigVccParamNegotiation(4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates which components of ILMI are operational on this
interface."
::= { atmInterfaceExtEntry 6 }
atmIntfIlmiFsmState OBJECT-TYPE
SYNTAX INTEGER { stopped(1),
linkFailing(2),
establishing(3),
configuring(4),
retrievingNetworkPrefixes(5),
registeringNetworkPrefixes(6),
retrievingAddresses(7),
registeringAddresses(8),
verifying(9) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the state of the ILMI Finite State Machine associated
with this interface."
REFERENCE
"ATM Forum, Integrated Local Management Interface
(ILMI) Specification, Version 4.0, af-ilmi-0065.000,
September 1996, Appendix 1"
::= { atmInterfaceExtEntry 7 }
atmIntfIlmiEstablishConPollIntvl OBJECT-TYPE
SYNTAX Integer32 (1..65535)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The amount of time S between successive transmissions of ILMI
messages on this interface for the purpose of detecting
establishment of ILMI connectivity."
REFERENCE
"ATM Forum, Integrated Local Management Interface
(ILMI) Specification, Version 4.0, af-ilmi-0065.000,
September 1996, Section 8.3.1"
DEFVAL { 1 }
::= { atmInterfaceExtEntry 8 }
atmIntfIlmiCheckConPollIntvl OBJECT-TYPE
SYNTAX Integer32 (0..65535)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The amount of time T between successive transmissions of ILMI
messages on this interface for the purpose of detecting loss of
ILMI connectivity. The distinguished value zero disables ILMI
connectivity procedures on this interface."
REFERENCE
"ATM Forum, Integrated Local Management Interface
(ILMI) Specification, Version 4.0, af-ilmi-0065.000,
September 1996, Section 8.3.1"
DEFVAL { 5 }
::= { atmInterfaceExtEntry 9 }
atmIntfIlmiConPollInactFactor OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number K of consecutive polls on this interface for which no
ILMI response message is received before ILMI connectivity is
declared lost."
REFERENCE
"ATM Forum, Integrated Local Management Interface
(ILMI) Specification, Version 4.0, af-ilmi-0065.000,
September 1996, Section 8.3.1"
DEFVAL { 4 }
::= { atmInterfaceExtEntry 10 }
atmIntfIlmiPublicPrivateIndctr OBJECT-TYPE
SYNTAX INTEGER {
other(1),
public(2),
private(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies whether this end of the interface is advertised in
ILMI as a device of the `public’ or `private’ type."
DEFVAL { private }
::= { atmInterfaceExtEntry 11 }
atmInterfaceConfMaxSvpcVpi OBJECT-TYPE
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum VPI that the signalling stack on the ATM interface
is configured to support for allocation to switched virtual path
connections."
::= { atmInterfaceExtEntry 12 }
atmInterfaceCurrentMaxSvpcVpi OBJECT-TYPE
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum VPI that the signalling stack on the ATM interface
may currently allocate to switched virtual path connections.
This value is the minimum of atmInterfaceConfMaxSvpcVpi, and the
atmInterfaceMaxSvpcVpi of the interface’s UNI/NNI peer.
If the interface does not negotiate with its peer to determine
the maximum VPI that can be allocated to SVPCs on the interface,
then the value of this object must equal
atmInterfaceConfMaxSvpcVpi. "
::= { atmInterfaceExtEntry 13 }
atmInterfaceConfMaxSvccVpi OBJECT-TYPE
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum VPI that the signalling stack on the ATM interface
is configured to support for allocation to switched virtual
channel connections."
::= { atmInterfaceExtEntry 14 }
atmInterfaceCurrentMaxSvccVpi OBJECT-TYPE
SYNTAX INTEGER (0..4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum VPI that the signalling stack on the ATM interface
may currently allocate to switched virtual channel connections.
This value is the minimum of atmInterfaceConfMaxSvccVpi, and the
atmInterfaceConfMaxSvccVpi of the interface’s UNI/NNI peer.
If the interface does not negotiate with its peer to determine
the maximum VPI that can be allocated to SVCCs on the interface,
then the value of this object must equal
atmInterfaceConfMaxSvccVpi."
::= { atmInterfaceExtEntry 15 }
atmInterfaceConfMinSvccVci OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The minimum VCI that the signalling stack on the ATM interface
is configured to support for allocation to switched virtual
channel connections."
::= { atmInterfaceExtEntry 16 }
atmInterfaceCurrentMinSvccVci OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minimum VCI that the signalling stack on the ATM interface
may currently allocate to switched virtual channel connections.
This value is the maximum of atmInterfaceConfMinSvccVci, and the
atmInterfaceConfMinSvccVci of the interface’s UNI/NNI peer.
If the interface does not negotiate with its peer to determine
the minimum VCI that can be allocated to SVCCs on the interface,
then the value of this object must equal
atmInterfaceConfMinSvccVci."
::= { atmInterfaceExtEntry 17 }
atmIntfSigVccRxTrafficDescrIndex OBJECT-TYPE
SYNTAX AtmTrafficDescrParamIndex
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object identifies the row in the atmTrafficDescrParamTable
used during ILMI auto-configuration to specify the advertised
signalling VCC traffic parameters for the receive direction.
The traffic descriptor resulting from ILMI auto-configuration of
the signalling VCC is indicated in the atmVclTable."
::= { atmInterfaceExtEntry 18 }
atmIntfSigVccTxTrafficDescrIndex OBJECT-TYPE
SYNTAX AtmTrafficDescrParamIndex
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object identifies the row in the atmTrafficDescrParamTable
used during ILMI auto-configuration to specify the advertised
signalling VCC traffic parameters for the transmit direction.
The traffic descriptor resulting from ILMI auto-configuration of
the signalling VCC is indicated in the atmVclTable."
::= { atmInterfaceExtEntry 19 }
atmIntfPvcFailures OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the operational status of a PVPL or PVCL on
this interface has gone down."
::= { atmInterfaceExtEntry 20 }
atmIntfCurrentlyFailingPVpls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of VPLs on this interface for which there is
an active row in the atmVplTable having an atmVplConnKind value
of `pvc’ and an atmVplOperStatus with a value other than `up’."
::= { atmInterfaceExtEntry 21 }
atmIntfCurrentlyFailingPVcls OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current number of VCLs on this interface for which there is
an active row in the atmVclTable having an atmVclConnKind value
of `pvc’ and an atmVclOperStatus with a value other than `up’."
::= { atmInterfaceExtEntry 22 }
atmIntfPvcFailuresTrapEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Allows the generation of traps in response to PVCL or PVPL
failures on this interface."
DEFVAL { false }
::= { atmInterfaceExtEntry 23 }
atmIntfPvcNotificationInterval OBJECT-TYPE
SYNTAX INTEGER (1..3600)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The minimum interval between the sending of
atmIntfPvcFailuresTrap notifications for this interface."
DEFVAL { 30 }
::= { atmInterfaceExtEntry 24 }
atmIntfLeafSetupFailures OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of setup failures. For root, this is the number of
rejected setup requests and for leaf, this is the number of setup
failure received."
::= { atmInterfaceExtEntry 25 }
atmIntfLeafSetupRequests OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of setup requests. For root, this includes both incoming
setup request and root intiated setup requests."
::= { atmInterfaceExtEntry 26 }
-- 15. ATM ILMI Service Registry Table
atmIlmiSrvcRegTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtmIlmiSrvcRegEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains a list of all the ATM network services known
by this device.
The characteristics of these services are made available through
the ILMI, using the ILMI general-purpose service registry MIB.
These services may be made available to all ATM interfaces
(atmIlmiSrvcRegIndex = 0) or to some specific ATM interfaces only
(atmIlmiSrvcRegIndex = ATM interface index)."
::= { atm2MIBObjects 15 }
atmIlmiSrvcRegEntry OBJECT-TYPE
SYNTAX AtmIlmiSrvcRegEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about a single service provider that is available to
the user-side of an adjacent device through the ILMI.
Implementors need to be aware that if the size of the
atmIlmiSrvcRegServiceID exceeds 112 sub-identifiers then OIDs of
column instances in this table will have more than 128 sub-
identifiers and cannot be accessed using SNMPv1, SNMPv2, or
SNMPv3."
INDEX { atmIlmiSrvcRegIndex,
atmIlmiSrvcRegServiceID,
atmIlmiSrvcRegAddressIndex }