CISCO-ADAPTER-MIB
- Namespace
- cisco
- Source file
CISCO-ADAPTER-MIB- Digest
sha256:f45952f3066f5f1880747ea4c0e36c45a9336ecf43715cbd0ae7f72aca46c3d3
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-ADAPTER-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cisco OBJECT-IDENTITY | 1.3.6.1.4.1.9 | |||
| workgroup OBJECT-IDENTITY | 1.3.6.1.4.1.9.5 | |||
| adapterCard OBJECT-IDENTITY | 1.3.6.1.4.1.9.5.2 | |||
| adptrNumber OBJECT-TYPE The number of Cisco network adapter cards in the machine. | 1.3.6.1.4.1.9.5.2.1 | INTEGER (1..10) | read-only | mandatory |
| adptrTable OBJECT-TYPE A list of adapter table entries. The number of entries is given by adptrNumber. | 1.3.6.1.4.1.9.5.2.2 | not-accessible | mandatory | |
| adptrEntry OBJECT-TYPE An adapter table entry containing information about a Cisco network adapter card. | 1.3.6.1.4.1.9.5.2.2.1 | not-accessible | mandatory | |
| adptrIndex OBJECT-TYPE A unique value for each Cisco adapter card in the machine. The value ranges between 1 and the value of adptrNumber. The value for each adapter card must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. | 1.3.6.1.4.1.9.5.2.2.1.1 | INTEGER (1..10) | read-only | mandatory |
| adptrType OBJECT-TYPE The type of adapter card. | 1.3.6.1.4.1.9.5.2.2.1.2 | INTEGER {other(1), sBusCddi(2), sBusFddiSt(3), sBusFddi(4), mcaCddi(5), mcaFddiSt(6), mcaFddi(7), eisaCddi(8), eisaFddi(10)} | read-only | mandatory |
| adptrSerialNumber OBJECT-TYPE The serial number of the adapter card. | 1.3.6.1.4.1.9.5.2.2.1.3 | INTEGER (0..999999999) | read-only | mandatory |
| adptrHwHiVersion OBJECT-TYPE The high part of the hardware version of the adapter card. For example, if the hardware version is 3.1, the value of adptrHwHiVersion is 3. | 1.3.6.1.4.1.9.5.2.2.1.4 | INTEGER (0..65535) | read-only | mandatory |
| adptrHwLoVersion OBJECT-TYPE The low part of the hardware version of the adapter card. For example, if the hardware version is 3.1, the value of adptrHwLoVersion is 1. | 1.3.6.1.4.1.9.5.2.2.1.5 | INTEGER (0..65535) | read-only | mandatory |
| adptrFwHiVersion OBJECT-TYPE The high part of the firmware version of the adapter card. For example, if the firmware version is 3.1, the value of adptrFwHiVersion is 3. | 1.3.6.1.4.1.9.5.2.2.1.6 | INTEGER (0..65535) | read-only | mandatory |
| adptrFwLoVersion OBJECT-TYPE The low part of the firmware version of the adapter card. For example, if the firmware version is 3.1, the value of adptrFwLoVersion is 1. | 1.3.6.1.4.1.9.5.2.2.1.7 | INTEGER (0..65535) | read-only | mandatory |
| adptrSwHiVersion OBJECT-TYPE The high part of the software version number. For example, if the software version is 3.1, the value of adptrSwHiVersion is 3. | 1.3.6.1.4.1.9.5.2.2.1.8 | INTEGER (0..65535) | read-only | mandatory |
| adptrSwLoVersion OBJECT-TYPE The low part of the software version number. For example, if the software version is 3.1, the value of adptrSwLoVersion is 1. | 1.3.6.1.4.1.9.5.2.2.1.9 | INTEGER (0..65535) | read-only | mandatory |
| adptrStatus OBJECT-TYPE The operational status of the adapter card. If the status is not ok(2), the value of adptrSelfTestResult gives more detailed information about the adapter card's failure condition(s). | 1.3.6.1.4.1.9.5.2.2.1.10 | INTEGER {other(1), ok(2), minorFault(3), majorFault(4)} | read-only | mandatory |
| adptrSelfTestResult OBJECT-TYPE The result of the adapter card's self test. A zero indicates that the adapter passed all tests. Bits set in the result indicate error conditions. | 1.3.6.1.4.1.9.5.2.2.1.11 | INTEGER (0..65535) | read-only | mandatory |
| adptrDriverHiVersion OBJECT-TYPE The high part of the driver version number. For example, if the driver version is 3.1, the value of adptrDriverHiVersion is 3. | 1.3.6.1.4.1.9.5.2.2.1.13 | INTEGER (0..65535) | read-only | mandatory |
| adptrDriverLoVersion OBJECT-TYPE The low part of the driver version number. For example, if the driver version is 3.1, the value of adptrDriverLoVersion is 1. | 1.3.6.1.4.1.9.5.2.2.1.14 | INTEGER (0..65535) | read-only | mandatory |
| adptrMediaType OBJECT-TYPE The type of physical layer medium dependent interface on the adapter port(s). | 1.3.6.1.4.1.9.5.2.2.1.17 | INTEGER {other(1), cddi(2), fiber(3), tppmd(4), mlt3(5), sddi(6), smf(7)} | read-only | mandatory |
| adptrModel OBJECT-TYPE The manufacturer's model number for the adapter. | 1.3.6.1.4.1.9.5.2.2.1.18 | DisplayString (SIZE(0..8)) | read-only | mandatory |
| adptrTrapReceiverTable OBJECT-TYPE The adapter trap receiver table (0 to 10 entries). This table lists the addresses of Network Management Stations that should receive trap messages from this adapter when an exception condition occurs. | 1.3.6.1.4.1.9.5.2.3 | not-accessible | mandatory | |
| adptrTrapReceiverEntry OBJECT-TYPE A trap receiver table entry. | 1.3.6.1.4.1.9.5.2.3.1 | not-accessible | mandatory | |
| adptrTrapReceiverType OBJECT-TYPE Setting this object to invalid(2) removes the corresponding entry from the adptrTrapReceiverTable. To add a new entry to the adptrTrapReceiverTable, set the adptrTrapReceiverAddr to an IpAddress which is not already in the table. The adptrTrapReceiverType for that entry is automatically set to other(1). | 1.3.6.1.4.1.9.5.2.3.1.1 | INTEGER {other(1), invalid(2)} | read-write | mandatory |
| adptrTrapReceiverAddr OBJECT-TYPE IP address for trap receiver. | 1.3.6.1.4.1.9.5.2.3.1.2 | IpAddress | read-only | mandatory |
| adptrTrapReceiverComm OBJECT-TYPE Community string used for trap messages to this trap receiver. | 1.3.6.1.4.1.9.5.2.3.1.3 | DisplayString (SIZE(0..20)) | read-write | mandatory |
| adptrCommunityTable OBJECT-TYPE The adapter community table (4 entries). This table lists community strings and their access levels. When an SNMP message is received by this adapter, the community string in the message is compared with this table to determine access rights of the sender. | 1.3.6.1.4.1.9.5.2.4 | not-accessible | mandatory | |
| adptrCommunityEntry OBJECT-TYPE A community table entry. | 1.3.6.1.4.1.9.5.2.4.1 | not-accessible | mandatory | |
| adptrCommunityAccess OBJECT-TYPE A value of readWriteAll(4) allows the community to read and write all objects in the MIB. A value of readWrite(3) allows the community to read and write all objects except the adptrCommunityTable, which it cannot access at all. A value of readOnly(2) allows the community to read all objects except the adptrCommunityTable. A value of other(1) allows the community no access. | 1.3.6.1.4.1.9.5.2.4.1.1 | INTEGER {other(1), readOnly(2), readWrite(3), readWriteAll(4)} | read-only | mandatory |
| adptrCommunityString OBJECT-TYPE Configurable community string with access rights defined by the value of adptrCommunityAccess. | 1.3.6.1.4.1.9.5.2.4.1.2 | DisplayString (SIZE(0..20)) | read-write | mandatory |
| adptrMgmtType OBJECT-TYPE The type of network management for the adapter. | 1.3.6.1.4.1.9.5.2.5 | INTEGER {other(1), snmp(2), smux(3)} | read-only | mandatory |
| adptrMgmtHiVersion OBJECT-TYPE The high part of the network management version number. For example, if the network management version is 3.1, the value of adptrMgmtHiVersion is 3. | 1.3.6.1.4.1.9.5.2.6 | INTEGER (0..65535) | read-only | mandatory |
| adptrMgmtLoVersion OBJECT-TYPE The low part of the network management version number. For example, if the network management version is 3.1, the value of adptrMgmtLoVersion is 1. | 1.3.6.1.4.1.9.5.2.7 | INTEGER (0..65535) | read-only | mandatory |