ATM-ADAPTER-MIB: View SNMP OID List / Download MIB
VENDOR: IBM
Home | MIB: ATM-ADAPTER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ibm | 1.3.6.1.4.1.2 | |||
ibmProd | 1.3.6.1.4.1.2.6 | |||
atmAdapter | 1.3.6.1.4.1.2.6.29 | |||
atmAdapterAdmin | 1.3.6.1.4.1.2.6.29.1 | |||
atmfTrap | 1.3.6.1.4.1.2.6.29.1.1 | |||
muxatmTrap | 1.3.6.1.4.1.2.6.29.1.1.1 | integer | read-only |
An enterprise-specific trap is generated when this MIB variable is read. If the trap is generated, the value of the MIB variable is 1. If the trap fails, the value of the MIB variable is 0. |
muxatmString | 1.3.6.1.4.1.2.6.29.1.1.2 | displaystring | read-only |
A simple string. It is the title of the ATM MIB. |
atmfTransmissionTypes | 1.3.6.1.4.1.2.6.29.1.2 | |||
atmfUnknownType | 1.3.6.1.4.1.2.6.29.1.2.1 | |||
atmfSonetSTS3c | 1.3.6.1.4.1.2.6.29.1.2.2 | |||
atmfDs3 | 1.3.6.1.4.1.2.6.29.1.2.3 | |||
atmf4B5B | 1.3.6.1.4.1.2.6.29.1.2.4 | |||
atmf8B10B | 1.3.6.1.4.1.2.6.29.1.2.5 | |||
atmfMediaTypes | 1.3.6.1.4.1.2.6.29.1.3 | |||
atmfMediaUnknownType | 1.3.6.1.4.1.2.6.29.1.3.1 | |||
atmfMediaCoaxCable | 1.3.6.1.4.1.2.6.29.1.3.2 | |||
atmfMediaSingleMode | 1.3.6.1.4.1.2.6.29.1.3.3 | |||
atmfMediaMultiMode | 1.3.6.1.4.1.2.6.29.1.3.4 | |||
atmfMediaStp | 1.3.6.1.4.1.2.6.29.1.3.5 | |||
atmfMediaUtp | 1.3.6.1.4.1.2.6.29.1.3.6 | |||
atmfTypes | 1.3.6.1.4.1.2.6.29.1.4 | |||
atmfUnknownAdapterType | 1.3.6.1.4.1.2.6.29.1.4.1 | |||
atmfTurbowaysATM_100 | 1.3.6.1.4.1.2.6.29.1.4.2 | |||
atmAdapterMib | 1.3.6.1.4.1.2.6.29.2 | |||
atmfAdapterGroup | 1.3.6.1.4.1.2.6.29.2.1 | |||
atmfAdapterTable | 1.3.6.1.4.1.2.6.29.2.1.1 | no-access |
A table containing all information about the adapter. |
|
1.3.6.1.4.1.2.6.29.2.1.1.1 | no-access |
An entry in the table containing information about the adapter. |
||
atmfAdapterIndex | 1.3.6.1.4.1.2.6.29.2.1.1.1.1 | integer | read-only |
A unique value which identifies this ATM adapter. |
atmfAdapterSerialNumber | 1.3.6.1.4.1.2.6.29.2.1.1.1.2 | integer | read-only |
The serial number from the VPD of the ATM adapter. |
atmfAdapterDiagVersion | 1.3.6.1.4.1.2.6.29.2.1.1.1.3 | integer | read-only |
The diagnostic version number from the VPD of the ATM adapter. |
atmfAdapterSoftwareVersion | 1.3.6.1.4.1.2.6.29.2.1.1.1.4 | integer | read-only |
The software version number from the VPD of the ATM adapter. |
atmfAdapterTransmitBufSize | 1.3.6.1.4.1.2.6.29.2.1.1.1.5 | integer | read-only |
The maximum transmit buffer size in bytes. |
atmfAdapterReceiveBufSize | 1.3.6.1.4.1.2.6.29.2.1.1.1.6 | integer | read-only |
The maximum receive buffer size in bytes. |
atmfAdapterTransmissionType | 1.3.6.1.4.1.2.6.29.2.1.1.1.7 | object identifier | read-only |
The Transmission type of this adapter. For example, for a adapter using the Sonet STS-3c physical layer at 155.52 Mbs, this object would have the Object Identifier Value:atmfSonetSTS3c. For the Turboways ATM 100 adapter this value shall be: atmf4B5B. |
atmfAdapterMediaType | 1.3.6.1.4.1.2.6.29.2.1.1.1.8 | object identifier | read-only |
The type of media used on this port. For example, for a adapter using coaxial cable, this object would have the Object Identifier value: atmfMediaCoaxCable. For the Turboways ATM 100 adapter the media type shall be: atmfMediaMultiMode |
atmfAdapterOperStatus | 1.3.6.1.4.1.2.6.29.2.1.1.1.9 | integer | read-only |
The operational (i.e., actual) state of this adapter. An alarm should not be generated on physical interface when the value of this object is outOfService(3). This capability is useful if equipment is to be disconnected, or for trouble shooting purposes. A value of loopBack(4) indicates that a local loopback is in place. Enumeration: 'outOfService': 3, 'loopBack': 4, 'other': 1, 'inService': 2. |
atmfAdapterType | 1.3.6.1.4.1.2.6.29.2.1.1.1.10 | object identifier | read-only |
The hardware type of this adapter. For example if the adapter is 100 Mbits MultiMode fiber adapter, then this object would have the Object Identifier value: atmfTurbowaysATM-100 |
atmfAtmLayerGroup | 1.3.6.1.4.1.2.6.29.2.2 | |||
atmfAtmLayerTable | 1.3.6.1.4.1.2.6.29.2.2.1 | no-access |
A table containing ATM layer configuration information |
|
1.3.6.1.4.1.2.6.29.2.2.1.1 | no-access |
An entry in the table containing configuration information about the adapter. |
||
atmfAtmLayerIndex | 1.3.6.1.4.1.2.6.29.2.2.1.1.1 | integer | read-only |
A unique value which identifies this ATM adapter. |
atmfAtmLayerMaxVPCs | 1.3.6.1.4.1.2.6.29.2.2.1.1.2 | integer | read-only |
The maximum number of VPCs supported on this User to Network Interface. |
atmfAtmLayerMaxVCCs | 1.3.6.1.4.1.2.6.29.2.2.1.1.3 | integer | read-only |
The maximum number of VCCs supported on this User to Network Interface. |
atmfAtmLayerConfiguredVPCs | 1.3.6.1.4.1.2.6.29.2.2.1.1.4 | integer | read-only |
The number of VPCs configured for use on this User to Network Interface. |
atmfAtmLayerConfiguredVCCs | 1.3.6.1.4.1.2.6.29.2.2.1.1.5 | integer | read-only |
The number of VCCs configured for use on this User to Network Interface. |
atmfAtmLayerMaxVpiBits | 1.3.6.1.4.1.2.6.29.2.2.1.1.6 | integer | read-only |
The number of active VPI bits on this interface. |
atmfAtmLayerMaxVciBits | 1.3.6.1.4.1.2.6.29.2.2.1.1.7 | integer | read-only |
The number of active VCI bits on this interface. |
atmfAtmLayerUniType | 1.3.6.1.4.1.2.6.29.2.2.1.1.8 | integer | read-only |
The type of the ATM User to Network Interface, either public or private. Enumeration: 'public': 1, 'private': 2. |
atmfAtmStatsGroup | 1.3.6.1.4.1.2.6.29.2.3 | |||
atmfAtmStatsTable | 1.3.6.1.4.1.2.6.29.2.3.1 | no-access |
A table containing ATM layer statistics information. |
|
1.3.6.1.4.1.2.6.29.2.3.1.1 | no-access |
An entry in the table containing information about statistics. |
||
atmfAtmStatsIndex | 1.3.6.1.4.1.2.6.29.2.3.1.1.1 | integer | read-only |
A unique value which identifies this ATM adapter. |
atmfAtmStatsReceivedCells | 1.3.6.1.4.1.2.6.29.2.3.1.1.2 | counter | read-only |
The accumulated number of ATM cells received on this interface which were assigned and not dropped. |
atmfAtmStatsDroppedPackets | 1.3.6.1.4.1.2.6.29.2.3.1.1.3 | counter | read-only |
The accumulated number of ATM packets which were dropped due to errors in the cell formatting. |
atmfAtmStatsTransmittedCells | 1.3.6.1.4.1.2.6.29.2.3.1.1.4 | counter | read-only |
The accumulated number of assigned ATM cells which were transmitted across this interface. |