All MIBs › DECATM-MIB
Category: ATM, Vendor: DEC/Digital
Description:
Tracks operation, connections, and performance statistics for DEC ATM switches.
Imported Objects
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| enterprises |
What Is DECATM-MIB?
DECATM-MIB is a Digital Equipment Corporation (DEC) vendor module for managing ATM switch hardware, covering switch-level identity, port inventory, and connection/virtual-circuit handling. It exposes objects describing switch and port counts, ATM-specific capabilities like escape support and flow-mastering, and per-port type/subtype configuration. Its monitoring value is in tracking the operational hardware status of ATM ports and connections — how many ports exist, what type each is, and which switch element is acting as flow master — useful for detecting misconfigured or failed ATM interfaces on legacy DEC ATM gear. It follows the conventions of the DEC private enterprise MIB tree and complements the standard ATM-MIB (RFC 1695) rather than replacing it. It would be deployed on legacy DEC ATM switching equipment in older enterprise or carrier backbone networks, and loading DECATM-MIB in a MIB Browser exposes the switch/port inventory and per-port type/subtype objects described above for direct polling on that legacy DEC ATM hardware.
IPNetwork Monitor allows you to monitor SNMP objects defined in DECATM-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
- total ATM port count
- per-port type and subtype
- flow master/escape support status
- restricted virtual circuit (RVC) configuration
Supported Devices
- DEC (Digital Equipment Corporation) ATM switch
Monitoring Examples
An admin would poll adPortTable/adPortTableEntry, keyed by adpPortIndex, to check adpType and adpSubType for each ATM port and compare the count against adNumPorts to confirm all expected ports are enumerated. A mismatch, or a change in which unit reports adFlowMaster, would reveal a failed port card or an unexpected flow-master failover on the ATM switch.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| dec | 1.3.6.1.4.1.36 | |||
| ema | 1.3.6.1.4.1.36.2 | |||
| sysobjid | 1.3.6.1.4.1.36.2.15 | |||
| atmSwitch | 1.3.6.1.4.1.36.2.15.14 | |||
| atmSwitch1 | 1.3.6.1.4.1.36.2.15.14.1 | |||
| atmversion1 | 1.3.6.1.4.1.36.2.15.14.1.1 | |||
| atmSwitch2 | 1.3.6.1.4.1.36.2.15.14.2 | |||
| atmversion2 | 1.3.6.1.4.1.36.2.15.14.2.1 | |||
| decMIBextension | 1.3.6.1.4.1.36.2.18 | |||
| atmExpand | 1.3.6.1.4.1.36.2.18.17 | |||
| ad | 1.3.6.1.4.1.36.2.18.17.1 | |||
| OCT adUID | 1.3.6.1.4.1.36.2.18.17.1.1 | OCTET STRING | read-only | 48 bit User Identification number assigned to the ATM device. |
| INT adEscapeSupport | 1.3.6.1.4.1.36.2.18.17.1.2 | INTEGER | read-only | Indicates if the VCI 16 can be used to carry configuration management traffic with a escape sequence 0x55 (instead of SNMP ASN.1 header). |
| INT adFlowMaster | 1.3.6.1.4.1.36.2.18.17.1.3 | INTEGER | read-only | Indicates if FLOWmaster flow control is supported on this device. |
| INT adRVC | 1.3.6.1.4.1.36.2.18.17.1.4 | INTEGER | read-only | Indicates if Resilient Virtual Circuits (RVCs) are supported on this device. |
| INT adObjectId | 1.3.6.1.4.1.36.2.18.17.1.5 | INTEGER | read-only | Switch, none, unknown. |
| INT adObjectSubId | 1.3.6.1.4.1.36.2.18.17.1.6 | INTEGER | read-only | an3, an2, none, unknown. |
| INT adNumPorts | 1.3.6.1.4.1.36.2.18.17.1.7 | INTEGER | read-only | Indicates number of ATM ports on this device. adNumLinks is the number of rows in the adPortTable. |
| adPortTable | 1.3.6.1.4.1.36.2.18.17.1.8 | not-accessible | A list of the link attributes on a per port basis. The number of entries is given in adNumPorts. | |
| adPortTableEntry | 1.3.6.1.4.1.36.2.18.17.1.8.1 | not-accessible | Contains the characteristics of ATM ports. | |
| INT adpPortIndex | 1.3.6.1.4.1.36.2.18.17.1.8.1.1 | INTEGER | not-accessible | A unique value which identifies the ATM Port Number. The value 0 has a special meaning and identifies the local port |
| INT adpType | 1.3.6.1.4.1.36.2.18.17.1.8.1.2 | INTEGER | read-only | Type: qlv1, none, unknown. |
| INT adpSubType | 1.3.6.1.4.1.36.2.18.17.1.8.1.3 | INTEGER | read-only | Subtye: ver0, none, unknown. |
| INT adpFlowMaster | 1.3.6.1.4.1.36.2.18.17.1.8.1.4 | INTEGER | read-only | Indicates if FLOWmaster flow control is supported on this device. |
| INT adpCreditResync | 1.3.6.1.4.1.36.2.18.17.1.8.1.5 | INTEGER | read-only | The type of the credit resynchronization used by the flow control on this link. |
| INT adpResyncVCI | 1.3.6.1.4.1.36.2.18.17.1.8.1.6 | INTEGER | read-only | The VCI used to send credit resynchronization requests and response cells. |
| INT adpReceiveBuffers | 1.3.6.1.4.1.36.2.18.17.1.8.1.7 | INTEGER | read-only | The amount of buffering available on this port in cells. |
| INT adpPVCMin | 1.3.6.1.4.1.36.2.18.17.1.8.1.8 | INTEGER | read-only | The lowest VCI value which can be assigned for PVCs. |
| INT adpPVCMax | 1.3.6.1.4.1.36.2.18.17.1.8.1.9 | INTEGER | read-only | The highest VCI value which can be assigned for PVCs. |
| INT adpSVCMin | 1.3.6.1.4.1.36.2.18.17.1.8.1.10 | INTEGER | read-only | The lowest VCI value which can be assigned for SVCs. |
| INT adpSVCMax | 1.3.6.1.4.1.36.2.18.17.1.8.1.11 | INTEGER | read-only | The highest VCI value which can be assigned for SVCs. |
| INT adpRVCMin | 1.3.6.1.4.1.36.2.18.17.1.8.1.12 | INTEGER | read-only | The lowest VCI value which can be assigned for RVCs. |
| INT adpRVCMax | 1.3.6.1.4.1.36.2.18.17.1.8.1.13 | INTEGER | read-only | The highest VCI value which can be assigned for RVCs. |
| INT adpBroadcastVCI | 1.3.6.1.4.1.36.2.18.17.1.8.1.14 | INTEGER | read-only | The VCI used for broadcast on this port. The value of 2 will be used to be UNI compliant. |
| INT adpArpVCI | 1.3.6.1.4.1.36.2.18.17.1.8.1.15 | INTEGER | read-only | The VCI used to resolve addresses (ARP broadcasts). adpArpVCI will have a value of 2 in UNI compliant implementations. |
| INT adpHomeVCI | 1.3.6.1.4.1.36.2.18.17.1.8.1.16 | INTEGER | read-only | The Home VCI . |
| INT adpMaxReceiveBufferCounter | 1.3.6.1.4.1.36.2.18.17.1.8.1.17 | INTEGER | read-only | Although the transmitter can allocate the adpReciveBuffers however it wants to VCs, it will not allocate more than adpMaxReciveBufferCounter to any individual VC |
| INT adpUsedReceiveBuffers | 1.3.6.1.4.1.36.2.18.17.1.8.1.18 | INTEGER | read-only | The current number of of free buffers for the link |
| INT adpRemoteFlowMaster | 1.3.6.1.4.1.36.2.18.17.1.8.1.19 | INTEGER | read-only | Indicates if FLOWmaster flow control is supported on this device. |
| INT adpOutputBandwidth | 1.3.6.1.4.1.36.2.18.17.1.8.1.20 | INTEGER | read-only | Total CBR output bandwidth in cells per second |
| INT adpAvailableOutputBandwidth | 1.3.6.1.4.1.36.2.18.17.1.8.1.21 | INTEGER | read-only | Available CBR output bandwidth in cells per second |
| dxatm | 1.3.6.1.4.1.36.2.18.17.2 | |||
| dxatmPvcTable | 1.3.6.1.4.1.36.2.18.17.2.1 | not-accessible | The point-to-point ATM PVC Cross Connect table. A bi-directional PVC cross-connect which cross-connects two end points (i.e., VCLs) is modeled as one entry in this table. | |
| dxatmPvcEntry | 1.3.6.1.4.1.36.2.18.17.2.1.1 | not-accessible | similar to atm mib description | |
| INT dxatmPvcLowIfIndex | 1.3.6.1.4.1.36.2.18.17.2.1.1.1 | INTEGER | not-accessible | The value of this object is equal to MIB II's ifIndex value of the ATM interface port for this cross-connect. The term low implies that this ATM interface has the numerically lower ifIndex value than the other ATM interface identified in the same dxatmPvcEntry. |
| INT dxatmPvcLowVpi | 1.3.6.1.4.1.36.2.18.17.2.1.1.2 | INTEGER | not-accessible | The value of this object is equal to the VPI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcLowIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVpiBits at the low ATM interface port. |
| INT dxatmPvcLowVci | 1.3.6.1.4.1.36.2.18.17.2.1.1.3 | INTEGER | not-accessible | The value of this object is equal to the VCI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcLowIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVciBits at the low ATM interface port. |
| INT dxatmPvcHighIfIndex | 1.3.6.1.4.1.36.2.18.17.2.1.1.4 | INTEGER | not-accessible | The value of this object is equal to MIB II's ifIndex value of the ATM interface port for this cross-connect. The term high implies that this ATM interface has the numerically higher ifIndex value than the other ATM interface identified in the same dxatmPvcEntry. |
| INT dxatmPvcHighVpi | 1.3.6.1.4.1.36.2.18.17.2.1.1.5 | INTEGER | not-accessible | The value of this object is equal to the VPI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcHighIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVpiBits at the high ATM interface port. |
| INT dxatmPvcHighVci | 1.3.6.1.4.1.36.2.18.17.2.1.1.6 | INTEGER | not-accessible | The value of this object is equal to the VCI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcHighIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVciBits at the high ATM interface port. |
| INT dxatmPvcAdminStatus | 1.3.6.1.4.1.36.2.18.17.2.1.1.7 | INTEGER | read-write | The value of this object identifies the desired administrative status of this bi-directional cross-connect. The up and down states indicate that the traffic flow is enabled and disabled respectively on this VP cross-connect. |
| INT dxatmPvcL2HOperStatus | 1.3.6.1.4.1.36.2.18.17.2.1.1.8 | INTEGER | read-only | The value of this object identifies the current operational status of the cross-connect in one direction; (i.e., from the low to high direction). The up and down states indicate that this cross-connect from low to high direction is operational or not operational respectively. The unknown state indicates that the state of it cannot be determined. |
| INT dxatmPvcH2LOperStatus | 1.3.6.1.4.1.36.2.18.17.2.1.1.9 | INTEGER | read-only | The value of this object identifies the current operational status of the cross-connect in one direction; (i.e., from the high to low direction). The up and down states indicate that this cross-connect from high to low direction is operational or not operational respectively. The unknown state indicates that the state of it cannot be determined. |
| INT dxatmPvcL2HFCStatus | 1.3.6.1.4.1.36.2.18.17.2.1.1.10 | INTEGER | read-only | The value of this object identifies the current status of the flow control mecahnism across cross-connect in one direction; (i.e., from the low to high direction). The enabled and disabled states indicate that this flow control from low to high direction is operational or not operational respectively. The notApplicable state indicates that traffic in this direction is not subject to flow control. |
| INT dxatmPvcH2LFCStatus | 1.3.6.1.4.1.36.2.18.17.2.1.1.11 | INTEGER | read-only | The value of this object identifies the current status of the flow control mecahnism across cross-connect in one direction; (i.e., from the high to low direction). The enabled and disabled states indicate that this flow control from high to low direction is operational or not operational respectively. The notApplicable state indicates that traffic in this direction is not subject to flow control. |
| OID dxatmPvcL2HTrafficDescriptorType | 1.3.6.1.4.1.36.2.18.17.2.1.1.12 | OBJECT IDENTIFIER | read-write | The type of traffic management, aplicable to the L2H direction of this PVC. The type may indicate none, or a type with one or more parameters. These parameters are specified as a parameter vector, in the corresponding instances of the objects: dxatmPvcL2HTrafficDescriptorParam1, dxatmPvcL2HTrafficDescriptorParam2, dxatmPvcL2HTrafficDescriptorParam3, dxatmPvcL2HTrafficDescriptorParam4, and dxatmPvcL2HTrafficDescriptorParam5. |
| INT dxatmPvcL2HTrafficDescriptorParam1 | 1.3.6.1.4.1.36.2.18.17.2.1.1.13 | INTEGER | read-write | The first parameter of the L2H parameter vector for this PVC, used according to the value of dxatmPvcL2HTrafficDescriptorType. |
| INT dxatmPvcL2HTrafficDescriptorParam2 | 1.3.6.1.4.1.36.2.18.17.2.1.1.14 | INTEGER | read-write | The second parameter of the L2H parameter vector for this PVC, used according to the value of dxatmPvcL2HTrafficDescriptorType. |
| INT dxatmPvcL2HTrafficDescriptorParam3 | 1.3.6.1.4.1.36.2.18.17.2.1.1.15 | INTEGER | read-write | The third parameter of the L2H parameter vector for this PVC, used according to the value of dxatmPvcL2HTrafficDescriptorType. |
| INT dxatmPvcL2HTrafficDescriptorParam4 | 1.3.6.1.4.1.36.2.18.17.2.1.1.16 | INTEGER | read-write | The fourth parameter of the L2H parameter vector for this PVC, used according to the value of dxatmPvcL2HTrafficDescriptorType. |
| INT dxatmPvcL2HTrafficDescriptorParam5 | 1.3.6.1.4.1.36.2.18.17.2.1.1.17 | INTEGER | read-write | The fifth parameter of the L2H parameter vector for this PVC, used according to the value of dxatmPvcL2HTrafficDescriptorType. |
| OID dxatmPvcH2LTrafficDescriptorType | 1.3.6.1.4.1.36.2.18.17.2.1.1.18 | OBJECT IDENTIFIER | read-write | The type of traffic management, aplicable to the H2L direction of this PVC. The type may indicate none, or a type with one or more parameters. These parameters are specified as a parameter vector, in the corresponding instances of the objects: dxatmPvcH2LTrafficDescriptorParam1, dxatmPvcH2LTrafficDescriptorParam2, dxatmPvcH2LTrafficDescriptorParam3, dxatmPvcH2LTrafficDescriptorParam4, and dxatmPvcH2LTrafficDescriptorParam5. |
| INT dxatmPvcH2LTrafficDescriptorParam1 | 1.3.6.1.4.1.36.2.18.17.2.1.1.19 | INTEGER | read-write | The first parameter of the H2L parameter vector for this PVC, used according to the value of dxatmPvcH2LTrafficDescriptorType. |
| INT dxatmPvcH2LTrafficDescriptorParam2 | 1.3.6.1.4.1.36.2.18.17.2.1.1.20 | INTEGER | read-write | The second parameter of the H2L parameter vector for this PVC, used according to the value of dxatmPvcH2LTrafficDescriptorType. |
| INT dxatmPvcH2LTrafficDescriptorParam3 | 1.3.6.1.4.1.36.2.18.17.2.1.1.21 | INTEGER | read-write | The third parameter of the H2L parameter vector for this PVC, used according to the value of dxatmPvcH2LTrafficDescriptorType. |
| INT dxatmPvcH2LTrafficDescriptorParam4 | 1.3.6.1.4.1.36.2.18.17.2.1.1.22 | INTEGER | read-write | The fourth parameter of the H2L parameter vector for this PVC, used according to the value of dxatmPvcH2LTrafficDescriptorType. |
| INT dxatmPvcH2LTrafficDescriptorParam5 | 1.3.6.1.4.1.36.2.18.17.2.1.1.23 | INTEGER | read-write | The fifth parameter of the H2L parameter vector for this PVC, used according to the value of dxatmPvcH2LTrafficDescriptorType. |
| INT dxatmPvcL2HQoSClass | 1.3.6.1.4.1.36.2.18.17.2.1.1.24 | INTEGER | read-write | The QoS Class, as defined in section 4 of Apendix A, for the L2H direction of this PVC connection at the local UNI. |
| INT dxatmPvcH2LQoSClass | 1.3.6.1.4.1.36.2.18.17.2.1.1.25 | INTEGER | read-write | The QoS Class, as defined in section 4 of Apendix A, for the H2L direction of this PVC connection at the local UNI. |
| INT dxatmPvcRowStatus | 1.3.6.1.4.1.36.2.18.17.2.1.1.26 | INTEGER | read-write | This object is used to create a new row or modify or delete an existing row in this table. |
| dxatmPvcMpTable | 1.3.6.1.4.1.36.2.18.17.2.2 | not-accessible | The ATM Multipoint PVC Cross Connect table. A point-to-multipoint PVC cross-connect is modeled as a set of entries in this table having a common root and multiple leaves. | |
| dxatmPvcMpEntry | 1.3.6.1.4.1.36.2.18.17.2.2.1 | not-accessible | similar to atm mib description | |
| INT dxatmPvcMpRootIfIndex | 1.3.6.1.4.1.36.2.18.17.2.2.1.1 | INTEGER | not-accessible | The value of this object is equal to MIB II's ifIndex value of the ATM interface port for the root end of the multipoint cross-connect. |
| INT dxatmPvcMpRootVpi | 1.3.6.1.4.1.36.2.18.17.2.2.1.2 | INTEGER | not-accessible | The value of this object is equal to the VPI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcMpRootIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVpiBits at the Root ATM interface port. |
| INT dxatmPvcMpRootVci | 1.3.6.1.4.1.36.2.18.17.2.2.1.3 | INTEGER | not-accessible | The value of this object is equal to the VCI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcMpRootIfIndex. The VCI value cannot exceed the number supported by the atmInterfaceMaxVciBits at the Root ATM interface port. |
| INT dxatmPvcMpLeafIfIndex | 1.3.6.1.4.1.36.2.18.17.2.2.1.4 | INTEGER | not-accessible | The value of this object is equal to MIB II's ifIndex value of the ATM interface port for the leaf end of the multipoint cross-connect. |
| INT dxatmPvcMpLeafVpi | 1.3.6.1.4.1.36.2.18.17.2.2.1.5 | INTEGER | not-accessible | The value of this object is equal to the VPI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcMpLeafIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVpiBits at the Leaf ATM interface port. |
| INT dxatmPvcMpLeafVci | 1.3.6.1.4.1.36.2.18.17.2.2.1.6 | INTEGER | not-accessible | The value of this object is equal to the VCI value at the ATM interface associated with the cross-connect that is identified by dxatmPvcMpLeafIfIndex. The VPI value cannot exceed the number supported by the atmInterfaceMaxVciBits at the Leaf ATM interface port. |
| INT dxatmPvcMpAdminStatus | 1.3.6.1.4.1.36.2.18.17.2.2.1.7 | INTEGER | read-write | The value of this object identifies the desired administrative status of this point-to-multipoint cross-connect branch. The up and down states indicate that the traffic is enabled and disabled respectively on this branch of the cross-connect. |
| INT dxatmPvcMpOperStatus | 1.3.6.1.4.1.36.2.18.17.2.2.1.8 | INTEGER | read-only | The value of this object identifies the current operational status of this branch of the point-to- multipoint cross-connect. The up and down states indicate that this branch of cross-connect is operational or not operational respectively. The unknown state indicates that the state of it cannot be determined. |
| INT dxatmPvcMpFCStatus | 1.3.6.1.4.1.36.2.18.17.2.2.1.9 | INTEGER | read-only | The value of this object identifies the current status of the flow control mecahnism across PM. The enabled and disabled states indicate that this flow control is operational or not operational respectively. The notApplicable state indicates that traffic is not subject to flow control. |
| OID dxatmPvcMpTrafficDescriptorType | 1.3.6.1.4.1.36.2.18.17.2.2.1.10 | OBJECT IDENTIFIER | read-write | The type of traffic management, aplicable to the transmit from Root to Leaf. The type may indicate none, or a type with one or more parameters. These parameters are specified as a parameter vector, in the corresponding instances of the objects: dxatmPvcMpTrafficDescriptorParam1, dxatmPvcMpTrafficDescriptorParam2, dxatmPvcMpTrafficDescriptorParam3, dxatmPvcMpTrafficDescriptorParam4, and dxatmPvcMpTrafficDescriptorParam5. |
| INT dxatmPvcMpTrafficDescriptorParam1 | 1.3.6.1.4.1.36.2.18.17.2.2.1.11 | INTEGER | read-write | The first parameter of the parameter vector for this PvcMp, used according to the value of dxatmPvcMpTrafficDescriptorType. |
| INT dxatmPvcMpTrafficDescriptorParam2 | 1.3.6.1.4.1.36.2.18.17.2.2.1.12 | INTEGER | read-write | The second parameter of the parameter vector for this PvcMp, used according to the value of dxatmPvcMpTrafficDescriptorType. |
| INT dxatmPvcMpTrafficDescriptorParam3 | 1.3.6.1.4.1.36.2.18.17.2.2.1.13 | INTEGER | read-write | The third parameter of the parameter vector for this PvcMp, used according to the value of dxatmPvcMpTrafficDescriptorType. |
| INT dxatmPvcMpTrafficDescriptorParam4 | 1.3.6.1.4.1.36.2.18.17.2.2.1.14 | INTEGER | read-write | The fifth parameter of the parameter vector for this PvcMp, used according to the value of dxatmPvcMpTrafficDescriptorType. |
| INT dxatmPvcMpTrafficDescriptorParam5 | 1.3.6.1.4.1.36.2.18.17.2.2.1.15 | INTEGER | read-write | The fifth parameter of the parameter vector for this PvcMp, used according to the value of dxatmPvcMpXmtTrafficDescriptorType. |
| INT dxatmPvcMpQoSClass | 1.3.6.1.4.1.36.2.18.17.2.2.1.16 | INTEGER | read-write | The QoS Class, as defined in section 4 of Apendix A, of this PvcMp connection at the local UNI. |
| INT dxatmPvcMpRowStatus | 1.3.6.1.4.1.36.2.18.17.2.2.1.17 | INTEGER | read-write | This object is used to create a new row or modify or delete an existing row in this table. |
| dxatmVirtualPathObjects | 1.3.6.1.4.1.36.2.18.17.2.3 | |||
| dxatmVpModeTable | 1.3.6.1.4.1.36.2.18.17.2.3.1 | not-accessible | A table describing the desired and actual virtual path mode of each line card. | |
| dxatmVpModeEntry | 1.3.6.1.4.1.36.2.18.17.2.3.1.1 | not-accessible | Each entry describes one line card. | |
| INT dxatmVpModeSlot | 1.3.6.1.4.1.36.2.18.17.2.3.1.1.1 | INTEGER | read-only | The front-panel slot number for the line card whose virtual path mode is to be examined or modified. |
| INT dxatmVpModeDesired | 1.3.6.1.4.1.36.2.18.17.2.3.1.1.2 | INTEGER | read-write | The desired virtual path mode for the line card in this slot. On a Version 2.0 line card, on (1) lets you use virtual path terminations - but restricts you to the use of one port. off(2) lets you use all four mod-PHY ports - but only with VPI zero. Line cards which can't support VPs or which can support them without such tradeoffs will ignore this setting. |
| INT dxatmVpModeActual | 1.3.6.1.4.1.36.2.18.17.2.3.1.1.3 | INTEGER | read-only | The actual virtual path mode for this slot. |
| dxatmVpTermTable | 1.3.6.1.4.1.36.2.18.17.2.3.2 | not-accessible | The ATM permanent virtual path termination table. | |
| dxatmVpTermEntry | 1.3.6.1.4.1.36.2.18.17.2.3.2.1 | not-accessible | Each entry describes one virtual path termination. | |
| INT dxatmVpTermIfIndex | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.1 | INTEGER | read-only | The value of the MIB II ifIndex object for the 'atm' port on which the virtual path is located. |
| INT dxatmVpTermVpi | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.2 | INTEGER | read-only | The virtual path index. |
| INT dxatmVpTermAdminStatus | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.3 | INTEGER | read-write | The desired state of this virtual path termination. The up and down states indicate respectively that the traffic flow is enabled and disabled. |
| INT dxatmVpTermOperStatus | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.4 | INTEGER | read-only | The current operational state of the virtual path connection. The up and down states indicate respectively that this VP is operational or not operational. The unknown state indicates that the state of it cannot be determined. |
| INT dxatmVpTermPcr | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.5 | INTEGER | read-write | The peak cell rate for the virtual path, in cells per second. If this is set to 0 (or left unset) when the VP is created, the peak cell rate will default to the link bandwidth. |
| INT dxatmVpTermScr | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.6 | INTEGER | read-write | The sustained cell rate for the virtual path, in cells per second. |
| INT dxatmVpTermMbs | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.7 | INTEGER | read-write | The maximum burst size. |
| INT dxatmVpTermRowStatus | 1.3.6.1.4.1.36.2.18.17.2.3.2.1.8 | INTEGER | read-write | This object is used to create a new row, or modify or delete an existing row in this table. |
RFC description
Manages DEC ATM switch operation, connections, and performance statistics.
Start monitoring DEC (Digital Equipment Corporation) ATM switch (legacy) 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.