Unisphere-Data-ATM-MIB

MIB Reference — IPNetwork Monitor

All MIBsUnisphere-Data-ATM-MIB

Organization: Juniper Networks, Inc.

Last Updated: 2002-08-09

Category: Juniper Unisphere ERX Routing

Description:

Manages Juniper/Unisphere ERX ATM interface configuration, virtual circuit status, and traffic shaping.

Imported Objects

From ATM-FORUM-SNMP-M4-MIB

atmfM4VcTestIdOBJECT-TYPE
atmfM4VcTestObjectOBJECT-TYPE
atmfM4VcTestResultOBJECT-TYPE
atmfM4VcTestTypeOBJECT-TYPE
atmfM4VpTestIdOBJECT-TYPE
atmfM4VpTestObjectOBJECT-TYPE
atmfM4VpTestResultOBJECT-TYPE
atmfM4VpTestTypeOBJECT-TYPE

From ATM-MIB

atmVclVciOBJECT-TYPE
atmVclVpiOBJECT-TYPE
atmVplVpiOBJECT-TYPE

From ATM-TC-MIB

AtmAddr
AtmVcIdentifier
AtmVorXAdminStatus
AtmVpIdentifier

From IF-MIB

InterfaceIndex
InterfaceIndexOrZero
ifIndexOBJECT-TYPE

From SNMPv2-CONF

MODULE-COMPLIANCE
NOTIFICATION-GROUP
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Counter64
Integer32
IpAddress
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-IDENTITY
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

RowStatus
TEXTUAL-CONVENTION
TimeStamp
TruthValue

From Unisphere-Data-MIBs

usDataMibsMODULE-IDENTITY

From Unisphere-Data-TC

UsdEnable
UsdNextIfIndex

What Is Unisphere-Data-ATM-MIB?

Unisphere-Data-ATM-MIB is a Unisphere Networks (later Juniper ERX platform) enterprise MIB managing ATM interface configuration, virtual circuit status, and traffic shaping on ERX edge routers. It exposes ATM interface table entries covering interface layering (usdAtmIfLowerIfIndex), ILMI (Interim Local Management Interface) parameters like VPI/VCI/VCD values and polling frequency, UNI version, and administrative row status for provisioning ATM sub-interfaces. Its monitoring focus is configuration and operational state of ATM circuits and layered interfaces: administrators can confirm an ATM interface's row status is active, verify ILMI negotiation parameters are correctly set, and detect stale or misconfigured VPI/VCI mappings that would break virtual circuit connectivity. It depends on and layers over the standard IF-MIB ifIndex model, since ATM interfaces are represented as stacked entries on top of underlying physical interfaces. It is deployed on Unisphere/Juniper ERX edge routers providing ATM-based broadband or carrier access aggregation. Engineers can download the Unisphere-Data-ATM-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in Unisphere-Data-ATM-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • ATM interface row status
  • ILMI VPI/VCI/VCD values
  • ILMI admin state
  • ILMI poll frequency
  • UNI version

Supported Devices

  • Unisphere ERX edge router
  • Juniper ERX edge router

Monitoring Examples

An operator would poll usdAtmIfTable/usdAtmIfEntry for a given usdAtmIfIndex to check usdAtmIfRowStatus is active and usdAtmIfLowerIfIndex correctly references the underlying physical port. Checking usdAtmIfIlmiVpi, usdAtmIfIlmiVci, and usdAtmIfIlmiVcd together reveals whether ILMI has negotiated a valid virtual circuit; a stuck or zeroed usdAtmIfIlmiAdminState would indicate ILMI negotiation failure and consequent loss of the ATM circuit. usdAtmIfUniVersion helps confirm the interface is using the expected UNI signaling version for interoperability with the carrier's ATM switch.

OIDs
OID symbolicOID numericTypeAccessDescription
usdAtmMIB1.3.6.1.4.1.4874.2.2.8The ATM MIB for the Unisphere Networks Inc. enterprise.
usdAtmObjects1.3.6.1.4.1.4874.2.2.8.1
usdAtmIfLayer1.3.6.1.4.1.4874.2.2.8.1.1
USD usdAtmNextIfIndex1.3.6.1.4.1.4874.2.2.8.1.1.1UsdNextIfIndexread-onlyCoordinate ifIndex value allocation for entries in usdAtmIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
usdAtmIfTable1.3.6.1.4.1.4874.2.2.8.1.1.2not-accessibleThis table contains entries for ATM interfaces present in the system.
usdAtmIfEntry1.3.6.1.4.1.4874.2.2.8.1.1.2.1not-accessibleEach entry describes the characteristics of an ATM interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable.
NUM usdAtmIfIndex1.3.6.1.4.1.4874.2.2.8.1.1.2.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM interface. When creating entries in this table, suitable values for this object are determined by reading usdAtmNextIfIndex.
ROW usdAtmIfRowStatus1.3.6.1.4.1.4874.2.2.8.1.1.2.1.2RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdAtmIfRowStatus usdAtmIfLowerIfIndex In addition, when creating an entry the following condition must hold: A value for usdAtmIfIndex must have been determined previously, by reading usdAtmNextIfIndex. A corresponding entry in ifTable/ifXTable/usdIfTable is created or destroyed as a result of creating/destroying an entry in this table.
NUM usdAtmIfLowerIfIndex1.3.6.1.4.1.4874.2.2.8.1.1.2.1.3InterfaceIndexOrZeroread-createThe ifIndex of an interface over which this ATM interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
OID usdAtmIfIlmiVpi1.3.6.1.4.1.4874.2.2.8.1.1.2.1.4AtmVpIdentifierread-createThe VPI of the ILMI of a major ATM interface.
OID usdAtmIfIlmiVci1.3.6.1.4.1.4874.2.2.8.1.1.2.1.5AtmVcIdentifierread-createThe VCI of the ILMI of a major ATM interface.
I32 usdAtmIfIlmiVcd1.3.6.1.4.1.4874.2.2.8.1.1.2.1.6Integer32read-createAn integer identifier for the ILMI, used in conjunction with the command-line interface. The value must be unique among VCs configured on the same ATM interface.
I32 usdAtmIfIlmiPollFrequency1.3.6.1.4.1.4874.2.2.8.1.1.2.1.7Integer32read-createThe amount of time in seconds 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.
INT usdAtmIfIlmiAdminState1.3.6.1.4.1.4874.2.2.8.1.1.2.1.8INTEGERread-createThe administrative status of ILMI in the ATM interface.
INT usdAtmIfUniVersion1.3.6.1.4.1.4874.2.2.8.1.1.2.1.9INTEGERread-createUse to specify the User Network Interface (UNI) the router should use when ILMI link auto determination is unsuccesful or ILMI is disabled.
INT usdAtmIfOamCellRxAdminState1.3.6.1.4.1.4874.2.2.8.1.1.2.1.10INTEGERread-createUse to specify the OAM Cell Receive Administrative state on this interface.
C64 usdAtmIfInCells1.3.6.1.4.1.4874.2.2.8.1.1.2.1.11Counter64read-onlyThe total number of cells received on this major interface.
C64 usdAtmIfOutCells1.3.6.1.4.1.4874.2.2.8.1.1.2.1.12Counter64read-onlyThe total number of cells transmitted on this major interface.
INT usdAtmIfVcCount1.3.6.1.4.1.4874.2.2.8.1.1.2.1.13INTEGERread-onlyThe total number of circuits configured on this interface.
USD usdAtmIfMapGroup1.3.6.1.4.1.4874.2.2.8.1.1.2.1.14UsdAtmNbmaMapNameOrNullread-createThe NBMA map group this interface is associated with.
USD usdAtmIfCacAdminState1.3.6.1.4.1.4874.2.2.8.1.1.2.1.15UsdEnableread-createThe administrative staus of CAC on this ATM major interface.
I32 usdAtmIfCacUbrWeight1.3.6.1.4.1.4874.2.2.8.1.1.2.1.16Integer32read-createThe bandwidth associated with every UBR and UBR with PCR connection configured on the ATM major interface. This value is used for CAC computation. The units are kilo-bits per second (kbps).
I32 usdAtmIfCacSubscriptionBandwidth1.3.6.1.4.1.4874.2.2.8.1.1.2.1.17Integer32read-createThe subscribed bandwidth of the ATM major interface. If this value is not specified or set to 0, the effective port bandwidth is used. When a Get operation is performed the current effective bandwidth is returned. The units are kilo-bits per second (kbps).
I32 usdAtmIfCacAvailableBandwidth1.3.6.1.4.1.4874.2.2.8.1.1.2.1.18Integer32read-onlyThe available bandwidth of the ATM major interface. As connections are added or deleted on the interface, this value is updated. The units are kilo-bits per second (kbps).
INT usdAtmIfOamCellFilter1.3.6.1.4.1.4874.2.2.8.1.1.2.1.23INTEGERread-createThe type of OAM cells to discard when usdAtmIfOamCellRxAdminState is set to oamCellAdminStateDisabled. The value oamCellFilterAlarm discards received OAM AIS and RDI cells. The value oamCellFilterAll discards all received OAM cells. Note that when usdAtmIfOamCellRxAdminState is set to oamCellAdminStateEnabled, this object has no effect.
U32 usdAtmIfCacUsedBandwidthUpper1.3.6.1.4.1.4874.2.2.8.1.1.2.1.24Unsigned32read-onlyThe most significant 32 bits of the CAC used bandwidth on the ATM major interface. The least significant 32 bits of the CAC used bandwidth are specified by usdAtmIfCacUsedBandwidthLower.
U32 usdAtmIfCacUsedBandwidthLower1.3.6.1.4.1.4874.2.2.8.1.1.2.1.25Unsigned32read-onlyThe least significant 32 bits of the CAC used bandwidth on the ATM major interface. The most significant 32 bits of the CAC used bandwidth are specified by usdAtmIfCacUsedBandwidthUpper.
usdAtmPvcStatisticsTable1.3.6.1.4.1.4874.2.2.8.1.1.3not-accessibleThis table contains statistics for PVC entries.
usdAtmPvcStatisticsEntry1.3.6.1.4.1.4874.2.2.8.1.1.3.1not-accessibleEach entry provides statistics on an ATM PVC.
NUM usdAtmPvcStatsIfIndex1.3.6.1.4.1.4874.2.2.8.1.1.3.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM interface.
OID usdAtmPvcStatsVpi1.3.6.1.4.1.4874.2.2.8.1.1.3.1.2AtmVpIdentifiernot-accessibleThe VPI of the ATM VCC used by this ATM interface and PVC.
OID usdAtmPvcStatsVci1.3.6.1.4.1.4874.2.2.8.1.1.3.1.3AtmVcIdentifiernot-accessibleThe VCI of the ATM VCC used by this ATM interface and PVC.
C64 usdAtmPvcStatsInCells1.3.6.1.4.1.4874.2.2.8.1.1.3.1.4Counter64read-onlyReceived cells.
C64 usdAtmPvcStatsInCellOctets1.3.6.1.4.1.4874.2.2.8.1.1.3.1.5Counter64read-onlyReceived cells octets.
C64 usdAtmPvcStatsInPackets1.3.6.1.4.1.4874.2.2.8.1.1.3.1.6Counter64read-onlyReceived AAL PDUs.
C64 usdAtmPvcStatsInPacketOctets1.3.6.1.4.1.4874.2.2.8.1.1.3.1.7Counter64read-onlyReceived AAL PDU octets.
C64 usdAtmPvcStatsOutCells1.3.6.1.4.1.4874.2.2.8.1.1.3.1.8Counter64read-onlyTransmitted cells.
C64 usdAtmPvcStatsOutCellOctets1.3.6.1.4.1.4874.2.2.8.1.1.3.1.9Counter64read-onlyTransmitted cell octets.
C64 usdAtmPvcStatsOutPackets1.3.6.1.4.1.4874.2.2.8.1.1.3.1.10Counter64read-onlyTransmitted AAL PDUs.
C64 usdAtmPvcStatsOutPacketOctets1.3.6.1.4.1.4874.2.2.8.1.1.3.1.11Counter64read-onlyTransmitted AAL PDU octets.
C32 usdAtmPvcStatsInCellErrors1.3.6.1.4.1.4874.2.2.8.1.1.3.1.12Counter32read-onlyReceived cells dropped due to errors.
C32 usdAtmPvcStatsinPacketErrors1.3.6.1.4.1.4874.2.2.8.1.1.3.1.13Counter32read-onlyReceived packets dropped due to errors.
C32 usdAtmPvcStatsOutCellErrors1.3.6.1.4.1.4874.2.2.8.1.1.3.1.14Counter32read-onlyCells not transmitted due to errors.
C32 usdAtmPvcStatsOutPacketErrors1.3.6.1.4.1.4874.2.2.8.1.1.3.1.15Counter32read-onlyPackets not transmitted due to errors.
C32 usdAtmPvcStatsInPacketDiscards1.3.6.1.4.1.4874.2.2.8.1.1.3.1.16Counter32read-onlyReceived packets w/o errors discarded.
C32 usdAtmPvcStatsInPacketOctetDiscards1.3.6.1.4.1.4874.2.2.8.1.1.3.1.17Counter32read-onlyReceived bytes w/o errors discarded.
C32 usdAtmPvcStatsInPacketUnknownProtocol1.3.6.1.4.1.4874.2.2.8.1.1.3.1.18Counter32read-onlyReceived packets that are discarded because the interface can not discern or is not configured to support this protocol.
usdAtmVpTunnelTable1.3.6.1.4.1.4874.2.2.8.1.1.4not-accessibleThis table contains entries for ATM VP Tunnels present in the system.
usdAtmVpTunnelEntry1.3.6.1.4.1.4874.2.2.8.1.1.4.1not-accessibleEach entry describes the characteristics of an ATM VP Tunnel.
NUM usdAtmVpTunnelIfIndex1.3.6.1.4.1.4874.2.2.8.1.1.4.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM interface. The value of this object is the same as the usdAtmIfIndex object in the usdAtmIfTable. Entries in this table cannot be created unless the underlying ATM interface entry is created first in the usdAtmIfTable.
OID usdAtmVpTunnelVpi1.3.6.1.4.1.4874.2.2.8.1.1.4.1.2AtmVpIdentifiernot-accessibleThe VPI value for this VP tunnel entry.
I32 usdAtmVpTunnelKbps1.3.6.1.4.1.4874.2.2.8.1.1.4.1.3Integer32read-createThe tunnel rate in kilobits per second (kbps) for this entry.
ROW usdAtmVpTunnelRowStatus1.3.6.1.4.1.4874.2.2.8.1.1.4.1.4RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdAtmVpTunnelRowStatus usdAtmVpTunnelKbps In addition, when creating an entry the following condition must hold: A correponding usdAtmVpTunnelIfIndex value must have been created in the usdAtmIfTable previously.
INT usdAtmVpTunnelServiceCategory1.3.6.1.4.1.4874.2.2.8.1.1.4.1.5INTEGERread-createThe ATM service category for the tunnel.
usdAtmIfCapabilityTable1.3.6.1.4.1.4874.2.2.8.1.1.5not-accessibleThis table contains entries for ATM interfaces present in the system.
usdAtmIfCapabilityEntry1.3.6.1.4.1.4874.2.2.8.1.1.5.1not-accessibleEach entry describes the capabilities of an ATM interface. A management client can use this table to determine differences in the configurable level of support across entries in this table.
NUM usdAtmIfCapabilityIndex1.3.6.1.4.1.4874.2.2.8.1.1.5.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM interface. The value of this object is the same as usdAtmIfIndex in the usdAtmIfTable.
T/F usdAtmIfCapabilityTrafficShaping1.3.6.1.4.1.4874.2.2.8.1.1.5.1.2TruthValueread-onlyIndicates whether traffic shaping is supported on this interface; true(1) indicates that it is, false(2) indicates that it is not.
T/F usdAtmIfCapabilityOam1.3.6.1.4.1.4874.2.2.8.1.1.5.1.3TruthValueread-onlyIndicates whether OAM is supported on this interface; true(1) indicates that it is, false(2) indicates that it is not.
INT usdAtmIfCapabilityDefaultVcPerVp1.3.6.1.4.1.4874.2.2.8.1.1.5.1.4INTEGERread-onlyThe default number of VCs per VP for this interface.
INT usdAtmIfCapabilityNumVpiVciBits1.3.6.1.4.1.4874.2.2.8.1.1.5.1.5INTEGERread-onlyThe total range of bits used for constructing VPI/VCI identifiers for this interface.
I32 usdAtmIfCapabilityMaxVcd1.3.6.1.4.1.4874.2.2.8.1.1.5.1.6Integer32read-onlyThe maximum configurable value for a VCD on this interface.
OID usdAtmIfCapabilityMaxVpi1.3.6.1.4.1.4874.2.2.8.1.1.5.1.7AtmVpIdentifierread-onlyThe maximum configurable value for a VPI on this interface.
OID usdAtmIfCapabilityMaxVci1.3.6.1.4.1.4874.2.2.8.1.1.5.1.8AtmVcIdentifierread-onlyThe maximum configurable value for a VCI on this interface.
T/F usdAtmIfCapabilityOamCellFilter1.3.6.1.4.1.4874.2.2.8.1.1.5.1.9TruthValueread-onlyIndicates whether OAM cell filter is supported on this interface; true(1) indicates that it is, false(2) indicates that it is not.
usdAtmIfSvcSignallingTable1.3.6.1.4.1.4874.2.2.8.1.1.6not-accessibleThis table contains entries for extending the usdAtmIfTable for configuring signalling information for switched virtual connection (SVC).
usdAtmIfSvcSignallingEntry1.3.6.1.4.1.4874.2.2.8.1.1.6.1not-accessibleEach entry provides configuration parameters for ATM signalling on the interface.
OID usdAtmIfSvcSignallingVpi1.3.6.1.4.1.4874.2.2.8.1.1.6.1.1AtmVpIdentifierread-writeThe VPI identifier of the ATM circuit used for signalling for this interface.
OID usdAtmIfSvcSignallingVci1.3.6.1.4.1.4874.2.2.8.1.1.6.1.2AtmVcIdentifierread-writeThe VCI identifier of the ATM circuit used for signalling for this interface.
OID usdAtmIfSvcSignallingVcd1.3.6.1.4.1.4874.2.2.8.1.1.6.1.3AtmVcIdentifierread-writeThe VCI identifier of the ATM circuit used for signalling for this interface.
ATM usdAtmIfSvcSignallingAdminStatus1.3.6.1.4.1.4874.2.2.8.1.1.6.1.4AtmVorXAdminStatusread-writeThe administrative status of signalling in the ATM interface.
usdAtmAal5IfLayer1.3.6.1.4.1.4874.2.2.8.1.2
USD usdAtmAal5NextIfIndex1.3.6.1.4.1.4874.2.2.8.1.2.1UsdNextIfIndexread-onlyCoordinate ifIndex value allocation for entries in usdAtmAal5IfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
usdAtmAal5IfTable1.3.6.1.4.1.4874.2.2.8.1.2.2not-accessibleThis table contains entries for ATM AAL5 interfaces present in the system.
usdAtmAal5IfEntry1.3.6.1.4.1.4874.2.2.8.1.2.2.1not-accessibleEach entry describes the characteristics of an ATM AAL5 interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable.
NUM usdAtmAal5IfIndex1.3.6.1.4.1.4874.2.2.8.1.2.2.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM AAL5 interface. When creating entries in this table, suitable values for this object are determined by reading usdAtmAal5NextIfIndex.
ROW usdAtmAal5IfRowStatus1.3.6.1.4.1.4874.2.2.8.1.2.2.1.2RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdAtmAal5IfRowStatus usdAtmAal5IfLowerIfIndex In addition, when creating an entry the following condition must hold: A value for usdAtmAal5IfIndex must have been determined previously, by reading usdAtmAal5NextIfIndex. A corresponding entry in ifTable/ifXTable/usdIfTable is created or destroyed as a result of creating/destroying an entry in this table.
NUM usdAtmAal5IfLowerIfIndex1.3.6.1.4.1.4874.2.2.8.1.2.2.1.3InterfaceIndexOrZeroread-createThe ifIndex of an ATM interface over which this ATM AAL5 interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
usdAtmSubIfLayer1.3.6.1.4.1.4874.2.2.8.1.3
USD usdAtmSubIfNextIfIndex1.3.6.1.4.1.4874.2.2.8.1.3.1UsdNextIfIndexread-onlyCoordinate ifIndex value allocation for entries in usdAtmSubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
usdAtmSubIfTable1.3.6.1.4.1.4874.2.2.8.1.3.2not-accessibleThis table contains entries for ATM Subinterfaces present in the system.
usdAtmSubIfEntry1.3.6.1.4.1.4874.2.2.8.1.3.2.1not-accessibleEach entry describes the characteristics of an ATM Subinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable.
NUM usdAtmSubIfIndex1.3.6.1.4.1.4874.2.2.8.1.3.2.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM Subinterface. When creating entries in this table, suitable values for this object are determined by reading usdAtmSubNextIfIndex.
ROW usdAtmSubIfRowStatus1.3.6.1.4.1.4874.2.2.8.1.3.2.1.2RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdAtmSubIfRowStatus usdAtmSubIfLowerIndex In addition, when creating an entry the following condition must hold: A value for usdAtmSubIfIndex must have been determined previously, by reading usdAtmSubIfNextIfIndex. A corresponding entry in ifTable/ifXTable/usdIfTable is created or destroyed as a result of creating/destroying an entry in this table.
I32 usdAtmSubIfDistinguisher1.3.6.1.4.1.4874.2.2.8.1.3.2.1.3Integer32read-createAn integer identifier for the subinterface, used in conjunction with the command-line interface. It is provided here for cross-reference purposes only. The value must be unique among subinterfaces configured on the same underlying ATM adaptation layer. The upper bound for the value is further constrained to be identical with the maximum number of subinterfaces supported by the lower interface. If this object is not configured, a value will be allocated internally and can be queried after table entry creation has succeeded.
NUM usdAtmSubIfLowerIfIndex1.3.6.1.4.1.4874.2.2.8.1.3.2.1.4InterfaceIndexOrZeroread-createThe ifIndex of an ATM AAL5 interface over which this ATM subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
T/F usdAtmSubIfNbma1.3.6.1.4.1.4874.2.2.8.1.3.2.1.5TruthValueread-createThe NBMA administrative setting. Setting this value of this object to true(1) will enable multipoint access on this interface. Setting the value to false(2), will enable point to point access on this interface.
ATM usdAtmSubIfAddress1.3.6.1.4.1.4874.2.2.8.1.3.2.1.6AtmAddrread-createSpecifies the local ATM NSAP address of the circuit. A GET operation returns a full 20-octet NSAP. A SET operation only requires 7 octets, since the prefix can be implied.
usdAtmSubIfVccTable1.3.6.1.4.1.4874.2.2.8.1.3.3not-accessibleThis table contains entries for ATM VCCs configured on ATM subinterfaces present in the system. An implementation may constrain the number of VCCs permitted to be configured per ATM Subinterface; in particular, an implementation may restrict each ATM Subinterface to have a single VCC. Attributes in this entry can only be configured at entry creation, and remain fixed for the lifetime of the entry.
usdAtmSubIfVccEntry1.3.6.1.4.1.4874.2.2.8.1.3.3.1not-accessibleEach entry describes the characteristics of an ATM subinterface VCC.
OID usdAtmSubIfVccVpi1.3.6.1.4.1.4874.2.2.8.1.3.3.1.1AtmVpIdentifiernot-accessibleThe VPI of the ATM VCC used by this subinterface.
OID usdAtmSubIfVccVci1.3.6.1.4.1.4874.2.2.8.1.3.3.1.2AtmVcIdentifiernot-accessibleThe VCI of the ATM VCC used by this subinterface.
ROW usdAtmSubIfVccRowStatus1.3.6.1.4.1.4874.2.2.8.1.3.3.1.3RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdAtmSubIfVccRowStatus In addition, when creating an entry the following conditions must hold: The ATM Subinterface identified by usdAtmSubIfIndex must exist. A positive value configured for usdAtmSubIfVccVcd must not already be assigned to an existing VCC. For each value of usdAtmSubIfVccServiceCategory, additional dependent objects in the entry require configuration as identified here: usdAtmSubIfVccServiceCategory Requires configuration of: ------------------------------------------------------------ ubr ubrPcr usdAtmSubIfVccPcr nrtVbr usdAtmSubIfVccPcr usdAtmSubIfVccScr usdAtmSubIfVccMbs cbr usdAtmSubIfVccPcr rtVbr usdAtmSubIfVccPcr usdAtmSubIfVccScr usdAtmSubIfVccMbs ------------------------------------------------------------ Attributes in this entry can only be configured at entry creation, and remain fixed for the lifetime of the entry.
I32 usdAtmSubIfVccVcd1.3.6.1.4.1.4874.2.2.8.1.3.3.1.4Integer32read-createAn integer identifier for the circuit, used in conjunction with the command-line interface. It is provided here for cross-reference purposes only. The value must be unique among VCCs configured on the same underlying ATM interface. If this object is not configured, or is configured with a value of zero, a value will be allocated internally and can be queried after table entry creation has succeeded.
INT usdAtmSubIfVccType1.3.6.1.4.1.4874.2.2.8.1.3.3.1.5INTEGERread-createSpecifies the encapsulation used by the circuit to carry IP datagrams. Encapsulations are as specified in RFC1483 Multiprotocol Interconnect over ATM. 'autoconfig' will recognize both VcMux and LLC formats.
INT usdAtmSubIfVccServiceCategory1.3.6.1.4.1.4874.2.2.8.1.3.3.1.6INTEGERread-createService category for this circuit: ubr Unspecified Bit Rate (best effort). ubrPcr Unspecified Bit Rate with Peak Cell Rate limit. nrtVbr Non-RealTime Variable Bit Rate. cbr Constant Bit Rate. rtVbr Realtime Variable Bit Rate.
I32 usdAtmSubIfVccPcr1.3.6.1.4.1.4874.2.2.8.1.3.3.1.7Integer32read-createPeak Cell Rate, in kilobits per second (kbps), of this circuit. This parameter is only required when usdAtmSubIfVccServiceCategory is configured to have one of the following values: ubrPcr nrtVbr cbr rtVbr
I32 usdAtmSubIfVccScr1.3.6.1.4.1.4874.2.2.8.1.3.3.1.8Integer32read-createSustained Cell Rate, in kilobits per second (kbps), of this circuit. This parameter is only required when usdAtmSubIfVccServiceCategory is configured to have the following value: nrtVbr rtVbr
I32 usdAtmSubIfVccMbs1.3.6.1.4.1.4874.2.2.8.1.3.3.1.9Integer32read-createMaximum Burst Size, in cells, of this circuit. This parameter is only required when usdAtmSubIfVccServiceCategory is configured to have the following value: nrtVbr rtVbr
T/F usdAtmSubIfInverseArp1.3.6.1.4.1.4874.2.2.8.1.3.3.1.10TruthValueread-createEnables the inverse ARP protocol on this VCC; true(1) enables the protocol, false(2) disables it.
I32 usdAtmSubIfInverseArpRefresh1.3.6.1.4.1.4874.2.2.8.1.3.3.1.11Integer32read-createThe refresh rate in minutes between inverse ARP protocol messages.
usdAtmCircuitOamTable1.3.6.1.4.1.4874.2.2.8.1.3.4not-accessibleThis table contains circuit OAM data for a PVC.
usdAtmCircuitOamEntry1.3.6.1.4.1.4874.2.2.8.1.3.4.1not-accessibleEach entry provides OAM data on an ATM PVC.
NUM usdAtmCircuitOamIfIndex1.3.6.1.4.1.4874.2.2.8.1.3.4.1.1InterfaceIndexnot-accessibleThe ifIndex of the ATM subinterface.
OID usdAtmCircuitOamVpi1.3.6.1.4.1.4874.2.2.8.1.3.4.1.2AtmVpIdentifiernot-accessibleThe VPI of the ATM VCC used by this ATM interface and PVC.
OID usdAtmCircuitOamVci1.3.6.1.4.1.4874.2.2.8.1.3.4.1.3AtmVcIdentifiernot-accessibleThe VCI of the ATM VCC used by this ATM interface and PVC.
INT usdAtmCircuitOamAdminStatus1.3.6.1.4.1.4874.2.2.8.1.3.4.1.4INTEGERread-writeThe administrative state of OAM for the interface identified by this entry.
INT usdAtmCircuitOamLoopbackOperStatus1.3.6.1.4.1.4874.2.2.8.1.3.4.1.5INTEGERread-onlyThe operational status of OAM for the interface identified by this entry. oamOperStatusNotSupported(0) - OAM not supported on this interface oamOperStatusDisabled(1) - VC integrity disabled oamOperStatusSent(2) - Loopback sent, awaiting response oamOperStatusReceived(3) - Loopback response received, awaiting frequency oamOperStatusFailed(4) - Loopback response not received, or invalid response received
INT usdAtmCircuitVcOamOperStatus1.3.6.1.4.1.4874.2.2.8.1.3.4.1.6INTEGERread-onlyThe OAM VC operational status of this entry. oamVcOperStateAisState(0) - AIS cell received or underlying physical layer reporting transmission path AIS oamVcOperStateRdiState(1) - RDI cell received oamVcOperStateDownRetry(2) - OAM loopback failed, using retry frequency to verify that the VC is really down oamVcOperStateUpRetry(3) - OAM loopback successful, using retry frequency to verify that the VC is really up oamVcOperStateUp(4) - OAM loopback successful after up retry verification oamVcOperStateDown(5) - OAM loopback failed after down retry verification oamVcOperStateNotManaged(6)- No verification via loopback cells being performed.
I32 usdAtmCircuitOamLoopbackFrequency1.3.6.1.4.1.4874.2.2.8.1.3.4.1.7Integer32read-writeThe OAM loopback frequency for the interface identified by this entry.
C32 usdAtmCircuitInOamF5Cells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.8Counter32read-onlyReceived OAM F5 cells.
C32 usdAtmCircuitInOamCellsDropped1.3.6.1.4.1.4874.2.2.8.1.3.4.1.9Counter32read-onlyReceived OAM cells that were dropped.
C32 usdAtmCircuitOutOamF5Cells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.10Counter32read-onlyTransmitted OAM F5 cells.
C32 usdAtmCircuitInOamF5EndToEndLoopbackCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.11Counter32read-onlyReceived OAM F5 end-to-end loopback cells.
C32 usdAtmCircuitInOamF5SegmentLoopbackCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.12Counter32read-onlyReceived OAM F5 segment loopback cells.
C32 usdAtmCircuitInOamF5AisCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.13Counter32read-onlyReceived OAM F5 AIS cells.
C32 usdAtmCircuitInOamF5RdiCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.14Counter32read-onlyReceived OAM F5 RDI cells.
C32 usdAtmCircuitOutOamF5EndToEndLoopbackCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.15Counter32read-onlyTransmitted OAM F5 end-to-end loopback cells.
C32 usdAtmCircuitOutOamF5SegmentLoopbackCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.16Counter32read-onlyTransmitted OAM F5 segment loopback cells.
C32 usdAtmCircuitOutOamF5RdiCells1.3.6.1.4.1.4874.2.2.8.1.3.4.1.17Counter32read-onlyTransmitted OAM F5 RDI cells.
usdAtmSubIfVccTrafficShapingTable1.3.6.1.4.1.4874.2.2.8.1.3.5not-accessibleThis table contains entries for traffic shaping of ATM VCCs configured on ATM subinterfaces present in the system. This table augments the usdAtmSubIfVccTable only for VCCs that support traffic shapping. Attributes in this entry can only be configured at entry creation, and remain fixed for the lifetime of the entry.
usdAtmSubIfVccTrafficShapingEntry1.3.6.1.4.1.4874.2.2.8.1.3.5.1not-accessibleEach entry describes the traffic shping characteristics of an ATM subinterface VCC.
U32 usdAtmSubIfVccTrafficShapingCdvt1.3.6.1.4.1.4874.2.2.8.1.3.5.1.1Unsigned32read-createThe network cell delay variation tolerance (CDVT) in tenths of a microsecond.
T/F usdAtmSubIfVccTrafficShapingClp01.3.6.1.4.1.4874.2.2.8.1.3.5.1.2TruthValueread-createSpecifies whether or not only CLP0 cells are to be policed according to the traffic contract. CLP1 cells are forwarded on a best-effort basis CLP-significant model for (VBR.2, VBR.3 conformance). Applicable only for VBR circuits.
T/F usdAtmSubIfVccTrafficShapingTagging1.3.6.1.4.1.4874.2.2.8.1.3.5.1.3TruthValueread-createSpecifies whether or not CLP0 cells should be tagged for SCR policing (VBR.3 conformance). Applicable only for VBR circuits.
T/F usdAtmSubIfVccTrafficShapingPoliceObserve1.3.6.1.4.1.4874.2.2.8.1.3.5.1.4TruthValueread-createSpecifies whether of not no policing action is to be taken (note the double negative; if true(1) then no policing action will be taken; if false(2) then policing action will be taken). Regardless of the state of this object, all counters will be incremented.
T/F usdAtmSubIfVccTrafficShapingPacketShaping1.3.6.1.4.1.4874.2.2.8.1.3.5.1.5TruthValueread-createSpecifies whether of not to shape output traffic on a packet boundary.
usdAtmSubIfSvcConfigTable1.3.6.1.4.1.4874.2.2.8.1.3.6not-accessibleThis table contains entries for extending the usdAtmSubIfTable to configure switched virtual connection (SVC)on the subinterfaces.
usdAtmSubIfSvcConfigEntry1.3.6.1.4.1.4874.2.2.8.1.3.6.1not-accessibleEach entry provides configuration parameters for an ATM SVC on the subinterface.
ROW usdAtmSubIfSvcRowStatus1.3.6.1.4.1.4874.2.2.8.1.3.6.1.1RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
ATM usdAtmSubIfSvcConfigDestAtmAddress1.3.6.1.4.1.4874.2.2.8.1.3.6.1.2AtmAddrread-createSpecifies the destination ATM NSAP address of the circuit.
INT usdAtmSubIfSvcConfigCircuitType1.3.6.1.4.1.4874.2.2.8.1.3.6.1.3INTEGERread-createSpecifies the encapsulation used by the circuit to carry IP datagrams. Encapsulations are as specified in RFC1483 Multiprotocol Interconnect over ATM.
INT usdAtmSubIfSvcConfigServiceCategory1.3.6.1.4.1.4874.2.2.8.1.3.6.1.4INTEGERread-createService category for this circuit: ubr Unspecified Bit Rate (best effort). ubrPcr Unspecified Bit Rate with Peak Cell Rate limit. nrtVbr Non-RealTime Variable Bit Rate. cbr Constant Bit Rate. rtVbr Realtime Variable Bit Rate.
U32 usdAtmSubIfSvcConfigPcr1.3.6.1.4.1.4874.2.2.8.1.3.6.1.5Unsigned32read-createPeak Cell Rate, in kilo-bits per second (kbps), of this circuit.
U32 usdAtmSubIfSvcConfigScr1.3.6.1.4.1.4874.2.2.8.1.3.6.1.6Unsigned32read-createSustained Cell Rate, in kilo-bits per second (kbps), of this circuit.
U32 usdAtmSubIfSvcConfigMbs1.3.6.1.4.1.4874.2.2.8.1.3.6.1.7Unsigned32read-createMaximum Burst Size, in cells, of this circuit.
U32 usdAtmSubIfSvcConfigCdvt1.3.6.1.4.1.4874.2.2.8.1.3.6.1.8Unsigned32read-createSpecify the network Cell Delay Variation Tolerance.
T/F usdAtmSubIfSvcConfigClp01.3.6.1.4.1.4874.2.2.8.1.3.6.1.9TruthValueread-createSpecify that only CLP0 cells are to be policed according to the traffic contract. CLP1 cells are forwarded on a best-effort basis CLP-significant model for (VBR.2, VBR.3 conformance).
T/F usdAtmSubIfSvcConfigTagging1.3.6.1.4.1.4874.2.2.8.1.3.6.1.10TruthValueread-createSpecify that CLP0 cells should be tagged for SCR policing (VBR.3 conformance).
T/F usdAtmSubIfSvcConfigObserve1.3.6.1.4.1.4874.2.2.8.1.3.6.1.11TruthValueread-createSpecify that no policing action is to be taken; only counters are incremented.
T/F usdAtmSubIfSvcConfigPacketDiscard1.3.6.1.4.1.4874.2.2.8.1.3.6.1.12TruthValueread-createEnable early packet Discard for this circuit.
usdAtmNbma1.3.6.1.4.1.4874.2.2.8.1.4
usdAtmNbmaMapTable1.3.6.1.4.1.4874.2.2.8.1.4.1not-accessibleThis table contains entries for ATM NBMA maps.
usdAtmNbmaMapEntry1.3.6.1.4.1.4874.2.2.8.1.4.1.1not-accessibleEach entry describes the characteristics of an ATM NBMA map.
USD usdAtmNbmaMapName1.3.6.1.4.1.4874.2.2.8.1.4.1.1.1UsdAtmNbmaMapNamenot-accessibleThe NBMA map name.
I32 usdAtmNbmaMapVcd1.3.6.1.4.1.4874.2.2.8.1.4.1.1.2Integer32not-accessibleAn integer identifier for the ATM circuit, used in conjunction with the command-line interface. The value must be unique among VCs configured on the same ATM interface.
IP usdAtmNbmaMapIpAddress1.3.6.1.4.1.4874.2.2.8.1.4.1.1.3IpAddressread-createThe IP address associated with this entry.
OID usdAtmNbmaMapVpi1.3.6.1.4.1.4874.2.2.8.1.4.1.1.4AtmVpIdentifierread-onlyThe VPI identifier of the ATM circuit.
OID usdAtmNbmaMapVci1.3.6.1.4.1.4874.2.2.8.1.4.1.1.5AtmVcIdentifierread-onlyThe VCI identifier of the ATM circuit.
NUM usdAtmNbmaMapIfIndex1.3.6.1.4.1.4874.2.2.8.1.4.1.1.6InterfaceIndexOrZeroread-onlyThe ifIndex of the ATM major interface associated with this entry. The value of this object will be zero when the map is not applied to an interface.
T/F usdAtmNbmaMapBroadcast1.3.6.1.4.1.4874.2.2.8.1.4.1.1.7TruthValueread-createThe broadcast enable/disable setting for this entry. The value true(1) enable broadcast support; disable(2) disabled broadcast support for this entry.
ROW usdAtmNbmaMapRowStatus1.3.6.1.4.1.4874.2.2.8.1.4.1.1.8RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy Additional notes to aid the network manager: - NBMA maps are not supported on dynamic interface. - NBMA maps can only be applied to a single major ATM interface at a time. - NBMA maps cannot be deleted unless the map is removed from the ATM interface (usdAtmNbmaMapIfIndex = 0). - The values of usdAtmNbmaMapVpi, usdAtmNbmaMapVci and usdAtmNbmaMapIfIndex are zero until the map is applied to a major ATM interface. - To create an entry in this table, the following objects must be present in the set PDU: usdAtmNbmaMapIpAddress usdAtmNbmaMapBroadcast usdAtmNbmaMapRowStatus - Once created, only the following objects can be modified: usdAtmNbmaMapBroadcast
usdAtmNbmaMapListTable1.3.6.1.4.1.4874.2.2.8.1.4.2not-accessibleThis table contains entries for ATM NBMA map lists.
usdAtmNbmaMapListEntry1.3.6.1.4.1.4874.2.2.8.1.4.2.1not-accessibleEach entry describes the characteristics of an ATM NBMA map.
USD usdAtmNbmaMapListName1.3.6.1.4.1.4874.2.2.8.1.4.2.1.1UsdAtmNbmaMapNamenot-accessibleThe NBMA Map List name.
ROW usdAtmNbmaMapListRowStatus1.3.6.1.4.1.4874.2.2.8.1.4.2.1.2RowStatusread-createControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
usdAtmPing1.3.6.1.4.1.4874.2.2.8.1.5
usdAtmPingTestTypes1.3.6.1.4.1.4874.2.2.8.1.5.1
usdAtmPingTestOamSeg1.3.6.1.4.1.4874.2.2.8.1.5.1.1This identifies an OAM Ping (multiple loopbacks) Test on a VPL, VPC, VCL, or VCC termination point, using segment OAM cells. The test type must have appended to it a code that uniquely identifies an intermediate point responsible for looping back each cell. If this is absent, the loopbacks are performed at the end of the segment or connection. E.g., the OID { usdAtmPingTestOamSeg 5 } identifies that the loopbacks should be performed at the intermediate point labeled 5.
usdAtmPingTestOamE2E1.3.6.1.4.1.4874.2.2.8.1.5.1.2This identifies an OAM Ping (multiple loopbacks) Test on a VPL, VPC, VCL, or VCC termination point, using end-to-end OAM cells.
usdAtmVpPingTable1.3.6.1.4.1.4874.2.2.8.1.5.2not-accessibleThis table contains entries for extending the ATM-FORUM-SNMP-M4-MIB atmM4VpTestTable to do ping (multiple loopback) type testing.
usdAtmVpPingEntry1.3.6.1.4.1.4874.2.2.8.1.5.2.1not-accessibleEach entry describes the characteristics, status and results of the most recent ATM ping test.
U32 usdAtmVpPingProbeCount1.3.6.1.4.1.4874.2.2.8.1.5.2.1.1Unsigned32read-writeThe number of ping probes (OAM cells) to be sent to complete the test.
U32 usdAtmVpPingTimeOut1.3.6.1.4.1.4874.2.2.8.1.5.2.1.2Unsigned32read-writeSpecifies the time-out value, in seconds, for a remote ping operation.
BIT usdAtmVpPingCtlTrapGeneration1.3.6.1.4.1.4874.2.2.8.1.5.2.1.3Bitsread-writeThe value of this object determines when and if to generate a notification for this entry: testCompletion(0) - Generate a usdPingTestCompleted notification. The value of this object defaults to zero, indicating that no notification has been selected.
U32 usdAtmVpPingSentProbes1.3.6.1.4.1.4874.2.2.8.1.5.2.1.4Unsigned32read-onlyThe number of ping probes (OAM cells) that have been sent thus far for this test. The value of this object MUST be set to zero when the atmfM4VpTestStatus object transitions from notInUse(0) to inUse(1).
U32 usdAtmVpPingProbeResponses1.3.6.1.4.1.4874.2.2.8.1.5.2.1.5Unsigned32read-onlyThe number of ping responses that have been received thus far for this test. The value of this object MUST be set to zero when the atmfM4VpTestStatus object transitions from notInUse(0) to inUse(1).
TIM usdAtmVpPingStartTime1.3.6.1.4.1.4874.2.2.8.1.5.2.1.6TimeStampread-onlyThe time (sysUpTime) when the test started.
U32 usdAtmVpPingMinRtt1.3.6.1.4.1.4874.2.2.8.1.5.2.1.7Unsigned32read-onlyThe shortest round-trip-time (RTT) for the pings that have received responses. The value of this object MUST be set to zero when the atmfM4VpTestStatus object transitions from notInUse(0) to inUse(1). A value of zero for this object implies that no ping responses have been received for the current test.
U32 usdAtmVpPingMaxRtt1.3.6.1.4.1.4874.2.2.8.1.5.2.1.8Unsigned32read-onlyThe longest round-trip-time (RTT) for the pings that have received responses. The value of this object MUST be set to zero when the atmfM4VpTestStatus object transitions from notInUse(0) to inUse(1). A value of zero for this object implies that no ping responses have been received for the current test.
U32 usdAtmVpPingAverageRtt1.3.6.1.4.1.4874.2.2.8.1.5.2.1.9Unsigned32read-onlyThe average round-trip-time (RTT) for all the pings that have received responses. The value of this object MUST be set to zero when the atmfM4VpTestStatus object transitions from notInUse(0) to inUse(1). A value of zero for this object implies that no ping responses have been received for the current test.
usdAtmVcPingTable1.3.6.1.4.1.4874.2.2.8.1.5.3not-accessibleThis table contains entries for extending the ATM-FORUM-SNMP-M4-MIB atmM4VcTestTable to do ping (multiple loopback) type testing.
usdAtmVcPingEntry1.3.6.1.4.1.4874.2.2.8.1.5.3.1not-accessibleEach entry describes the characteristics, status and results of the most recent ATM ping test.
U32 usdAtmVcPingProbeCount1.3.6.1.4.1.4874.2.2.8.1.5.3.1.1Unsigned32read-writeThe number of ping probes (OAM cells) to be sent to complete the test.
U32 usdAtmVcPingTimeOut1.3.6.1.4.1.4874.2.2.8.1.5.3.1.2Unsigned32read-writeSpecifies the time-out value, in seconds, for a remote ping operation.
BIT usdAtmVcPingCtlTrapGeneration1.3.6.1.4.1.4874.2.2.8.1.5.3.1.3Bitsread-writeThe value of this object determines when and if to generate a notification for this entry: testCompletion(0) - Generate a usdPingTestCompleted notification. The value of this object defaults to zero, indicating that no notification has been selected.
U32 usdAtmVcPingSentProbes1.3.6.1.4.1.4874.2.2.8.1.5.3.1.4Unsigned32read-onlyThe number of ping probes (OAM cells) that have been sent thus far for this test. The value of this object MUST be set to zero when the atmfM4VcTestStatus object transitions from notInUse(0) to inUse(1).
U32 usdAtmVcPingProbeResponses1.3.6.1.4.1.4874.2.2.8.1.5.3.1.5Unsigned32read-onlyThe number of ping responses that have been received thus far for this test. The value of this object MUST be set to zero when the atmfM4VcTestStatus object transitions from notInUse(0) to inUse(1).
TIM usdAtmVcPingStartTime1.3.6.1.4.1.4874.2.2.8.1.5.3.1.6TimeStampread-onlyThe time (sysUpTime) when the test started.
U32 usdAtmVcPingMinRtt1.3.6.1.4.1.4874.2.2.8.1.5.3.1.7Unsigned32read-onlyThe shortest round-trip-time (RTT) for the pings that have received responses. The value of this object MUST be set to zero when the atmfM4VcTestStatus object transitions from notInUse(0) to inUse(1). A value of zero for this object implies that no ping responses have been received for the current test.
U32 usdAtmVcPingMaxRtt1.3.6.1.4.1.4874.2.2.8.1.5.3.1.8Unsigned32read-onlyThe longest round-trip-time (RTT) for the pings that have received responses. The value of this object MUST be set to zero when the atmfM4VcTestStatus object transitions from notInUse(0) to inUse(1). A value of zero for this object implies that no ping responses have been received for the current test.
U32 usdAtmVcPingAverageRtt1.3.6.1.4.1.4874.2.2.8.1.5.3.1.9Unsigned32read-onlyThe average round-trip-time (RTT) for all the pings that have received responses. The value of this object MUST be set to zero when the atmfM4VcTestStatus object transitions from notInUse(0) to inUse(1). A value of zero for this object implies that no ping responses have been received for the current test.
usdAtmTraps1.3.6.1.4.1.4874.2.2.8.3
usdAtmTrapPrefix1.3.6.1.4.1.4874.2.2.8.3.0
NTF usdAtmVpPingTestCompleted1.3.6.1.4.1.4874.2.2.8.3.0.1Generated at the completion of a AtmfM4VpTest when the corresponding usdAtmVpPingCtlTrapGeneration object has the testCompletion(0) bit set.
NTF usdAtmVcPingTestCompleted1.3.6.1.4.1.4874.2.2.8.3.0.2Generated at the completion of a AtmfM4VcTest when the corresponding usdAtmVcPingCtlTrapGeneration object has the testCompletion(0) bit set.
usdAtmConformance1.3.6.1.4.1.4874.2.2.8.4
usdAtmCompliances1.3.6.1.4.1.4874.2.2.8.4.1
usdAtmCompliance1.3.6.1.4.1.4874.2.2.8.4.1.1Obsolete compliance statement for entities which implement the Unisphere ATM MIB. This statement became obsolete when support was added for NBMA map lists and ATM ping.
usdAtmCompliance21.3.6.1.4.1.4874.2.2.8.4.1.2Obsolete compliance statement for entities which implement the Unisphere ATM MIB. This statement became obsolete when support was added for traffic shapping on VCC subinterfaces.
usdAtmCompliance31.3.6.1.4.1.4874.2.2.8.4.1.3Obsolete compliance statement for entities which implement the Unisphere ATM MIB. This statement became obsolete when support was added for connection admission control (CAC).
usdAtmCompliance41.3.6.1.4.1.4874.2.2.8.4.1.4Obsolete compliance statement for entities which implement the Unisphere ATM MIB. This statement became obsolete when ATM SVC, CAC used bandwidth and sub-interface address objects were added.
usdAtmCompliance51.3.6.1.4.1.4874.2.2.8.4.1.5The compliance statement for entities which implement the Unisphere ATM MIB.
usdAtmGroups1.3.6.1.4.1.4874.2.2.8.4.2
usdAtmGroup1.3.6.1.4.1.4874.2.2.8.4.2.1Obsolete collection of objects providing management of ATM interfaces in a Unisphere product. This group became obsolete when the usdAtmIfMapGroup object was added.
usdAtmAal5Group1.3.6.1.4.1.4874.2.2.8.4.2.2A collection of objects providing management of AAL5 interfaces in a Unisphere product.
usdAtmSubIfGroup1.3.6.1.4.1.4874.2.2.8.4.2.3Obsolete collection of objects providing management of ATM subinterfaces in a Unisphere product. This group became obsolete when usdAtmSubIfNbma, usdAtmSubIfInverseArp, and usdAtmSubIfInverseArpRefresh were added.
usdAtmVpTunnelGroup1.3.6.1.4.1.4874.2.2.8.4.2.4A collection of objects providing management of VP tunnels in a Unisphere product.
usdAtmNbmaMapGroup1.3.6.1.4.1.4874.2.2.8.4.2.5A collection of object providing management of NBMA in a Unisphere product.
usdAtmSubIfGroup21.3.6.1.4.1.4874.2.2.8.4.2.6Obsolete collection of objects providing management of ATM subinterfaces in a Unisphere product. This group became obsolete when usdAtmSubIfAddress was added.
usdAtmVpPingControlGroup1.3.6.1.4.1.4874.2.2.8.4.2.7A collection of object providing management of ATM VPL Ping testing in a Unisphere product.
usdAtmVcPingControlGroup1.3.6.1.4.1.4874.2.2.8.4.2.8A collection of object providing management of ATM VCL Ping testing in a Unisphere product.
usdAtmPingTrapGroup1.3.6.1.4.1.4874.2.2.8.4.2.9A collection of notifications supporting ATM Ping testing in a Unisphere product.
usdAtmGroup21.3.6.1.4.1.4874.2.2.8.4.2.10Obsolete collection of objects providing management of ATM interfaces in a Unisphere product. This group became obsolete when support was added for connection admission control (CAC).
usdAtmTrafficShapingGroup1.3.6.1.4.1.4874.2.2.8.4.2.11A collection of objects providing management of ATM traffic shaping in a Unisphere product.
usdAtmGroup31.3.6.1.4.1.4874.2.2.8.4.2.12Obsolete collection of objects providing management of ATM interfaces in a Unisphere product. This group became obsolete when support was added for connection admission control (CAC) used bandwidth.
usdAtmGroup41.3.6.1.4.1.4874.2.2.8.4.2.13A collection of objects providing management of ATM interfaces in a Unisphere product.
usdAtmSvcGroup1.3.6.1.4.1.4874.2.2.8.4.2.14A collection of objects providing management of ATM SVC interfaces in a Unisphere product.
usdAtmSubIfGroup31.3.6.1.4.1.4874.2.2.8.4.2.15A collection of objects providing management of ATM subinterfaces in a Unisphere product.

RFC description

Comprehensive ATM network management covering interfaces, virtual connections, CAC, and traffic shaping.

Start monitoring Unisphere ERX edge router, Juniper ERX edge router (ATM interface/ILMI provisioning status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download Unisphere-Data-ATM-MIB