IEEE8021-DEVID-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IEEE8021-DEVID-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ieee8021DevIDMIB 1.3.111.2.802.1.1.17
This is the management module of the Secure Device Identifier (DevID) for managing IEEE 802.1AR. As specified in the current IEEE 802.1AR draft document. This is the management module of the Secure Device Identifier (DevID) for managing IEEE 802.1AR. A DevID is cryptographically bound to a device, and supports authentication of the device's identity. Locally significant identities can be securely associated with an initial manufacturer-provisioned DevID and used in provisioning and authentication protocols to allow a network administrator to establish the trustworthiness of a device and select appropriate policies for transmission and reception of data and control protocols to and from the device. A device indicates any entity in an IEEE 802 LAN that seeks to obtain services from the network. The use of a Secure Device Identifier (DevID) in a DevID module allows network entities to associate a DevID credential with devices that participate or wish to participate in authenticated access to one or more networks. A device with DevID capability incorporates a globally unique manufacturer provided Initial SecureDevice Identifier (IDevID), stored in a way that ensures it will remain unmodified in the absence of both unrestricted access to the device and extraordinary efforts by an attacker. The device may support the creation of Locally Signification Device Identifiers (LDevIDs) by network administrator. Each LDevID is bound to the device in a way that makes it impossible for it to be forged or transferred to a device with a different IDevID without knowledge of the private key used to effect the crytographic binding. LDevID can incorporate, and fully protect, additional information specified by the network administrator to support local authorization conventions. LDevIDs may also be used to entirely replace IDevIDs in such a way as to assure the privacy of the user of a LDevID and the equipment in which it is installed. Every device has exactly one (IDevID) and zero or more LDevIDs. The number of LDevIDs depends upon the capabilities of the DevID module and on the administrative policy of the network(s) in which the device is used
       devIDMIBNotifications 1.3.111.2.802.1.1.17.0
       devIDMIBObjects 1.3.111.2.802.1.1.17.1
           devIDGlobalMIBObjects 1.3.111.2.802.1.1.17.1.1
           devIDMgmtMIBObjects 1.3.111.2.802.1.1.17.1.2
               devIDPublicKeyCount 1.3.111.2.802.1.1.17.1.2.1 unsigned32 read-only
This gives the total number of DevID public keys installed in the DevID module.
               devIDPublicKeyTable 1.3.111.2.802.1.1.17.1.2.2 no-access
A table containing the public key, the keys keyIndex, a value indicating if the key is enabled. This allows the administrator to determine the DevID keys installed in the DevID module. The maximum number of entries in this table is limited by the value of devIDPublicKeyCount.
                   devIDPublicKeyEntry 1.3.111.2.802.1.1.17.1.2.2.1 no-access
An entry containing DevID public key, the keys keyIndex, a value indicating if the key is enabled
                       devIDPublicKeyIndex 1.3.111.2.802.1.1.17.1.2.2.1.1 unsigned32 no-access
All keys are indexed internally with this object. The value of this object is within 0..devIDPublicKeyCount. This is the keyIndex and operations on keys will use the keyIndex to address a specific key. The IDevID key shall only be at index 0. Any error in retrieving a key will be displayed in the devIDPublicKeyErrStatus object.
                       devIDPublicKeyEnabled 1.3.111.2.802.1.1.17.1.2.2.1.2 truthvalue read-write
The enable/disable state of this public key. This setting persists across restarts.
                       devIDPublicKeyAlgorithm 1.3.111.2.802.1.1.17.1.2.2.1.3 devidalgorithmidentifier read-only
The DevID PublicKey Algorithm field shall indicate the public key algorithm identifier. This object identifies the public key algorithm as either rsaEncryption or idecPublicKey
                       devIDPublicKeyPubkeySHA1Hash 1.3.111.2.802.1.1.17.1.2.2.1.4 snmpadminstring read-only
The SHA1 Hash of this DevID public key.
                       devIDPublicKeyErrStatus 1.3.111.2.802.1.1.17.1.2.2.1.5 deviderrorstatus read-only
The displays the status of an operation on the public key. The default value is none which means no error, indicating a successful operation.
               devIDCredentialCount 1.3.111.2.802.1.1.17.1.2.3 unsigned32 read-only
This gives the total number of DevID credentials installed in the DevID module.
               devIDCredentialTable 1.3.111.2.802.1.1.17.1.2.4 no-access
A table of current DevID credentials, where for each certificate the following are indicated: sha1 hash of the certificate, section7 defined fields of cert serial number, issuer, subject, HardwareModuleName, and pubkey.
                   devIDCredentialEntry 1.3.111.2.802.1.1.17.1.2.4.1 no-access
An entry containing DevID Credential information
                       devIDCredentialIndex 1.3.111.2.802.1.1.17.1.2.4.1.1 unsigned32 no-access
All credentials are indexed internally with this object. The value of this object is within [0..devIDCredentialCount]. This is the credentialIndex and operations on credentials will use the credentialIndex to address a specific crdential. The IDevID credential shall only be at index 0. Additional operations on credentials use the credentialIndex to address a specific credential.
                       devIDCredentialEnabled 1.3.111.2.802.1.1.17.1.2.4.1.2 truthvalue read-write
The enable/disable state of this credential. This setting persists across restarts.
                       devIDCredentialSHA1Hash 1.3.111.2.802.1.1.17.1.2.4.1.3 snmpadminstring read-only
The SHA1 Hash of this DevID credential.
                       devIDCredentialSerialNumber 1.3.111.2.802.1.1.17.1.2.4.1.4 snmpadminstring read-only
The serial number of the credential.
                       devIDCredentialIssuer 1.3.111.2.802.1.1.17.1.2.4.1.5 snmpadminstring read-only
The issuer field of the credential.
                       devIDCredentialSubject 1.3.111.2.802.1.1.17.1.2.4.1.6 snmpadminstring read-only
The subject field of the credential.
                       devIDCredentialSubjectAltName 1.3.111.2.802.1.1.17.1.2.4.1.7 snmpadminstring read-only
The subjectaltname field of the credential
                       devIDCredentialEntityIndex 1.3.111.2.802.1.1.17.1.2.4.1.8 physicalindex read-only
This refers to the entPhysicalIndex in entPhysicalTable to identify the associated physical entity.
                       devIDCredentialPubkeyIndex 1.3.111.2.802.1.1.17.1.2.4.1.9 unsigned32 read-only
Has the appropriate devIDPublicKeyIndex value from devIDPublicKeyTable to identify the public key information.
                       devIDCredentialErrStatus 1.3.111.2.802.1.1.17.1.2.4.1.10 deviderrorstatus read-only
The displays the status of an operation on the credential. The default value is none which means no error, indicating a successful operation.
               devIDStatisticsTable 1.3.111.2.802.1.1.17.1.2.5 no-access
A table containing statistics information.
                   devIDStatisticsEntry 1.3.111.2.802.1.1.17.1.2.5.1 no-access
An entry containing DevID statistics.
                       devIDStatisticKeyGenerationCount 1.3.111.2.802.1.1.17.1.2.5.1.1 counter32 read-only
This gives the total number of additional LDevID key material generation within the DevID module. Discontinuities occur at system restart and counter rollover.
                       devIDStatisticKeyInsertionCount 1.3.111.2.802.1.1.17.1.2.5.1.2 counter32 read-only
This gives the total number of additional LDevID key material generation followed by an insertion within the DevID module. Discontinuities occur at system restart and counter rollover.
                       devIDStatisticKeyDeletionCount 1.3.111.2.802.1.1.17.1.2.5.1.3 counter32 read-only
This gives the total number of LDevID keypair deletions within the DevID module. Discontinuities occur at system restart and counter rollover.
                       devIDStatisticCSRGenerationCount 1.3.111.2.802.1.1.17.1.2.5.1.4 counter32 read-only
This gives the total number of Certificate Signing Request (CSR) generation as defined in RFC2986. Discontinuities occur at system restart and counter rollover.
                       devIDStatisticCredentialInsertionCount 1.3.111.2.802.1.1.17.1.2.5.1.5 counter32 read-only
This gives the total number of LDevID credentials installed into the DevID module. Discontinuities occur at system restart and counter rollover.
                       devIDStatisticCredentialDeletionCount 1.3.111.2.802.1.1.17.1.2.5.1.6 counter32 read-only
This gives the total number of LDevID credentials deletions into the DevID module. Discontinuities occur at system restart and counter rollover.
           devIDStatsMIBObjects 1.3.111.2.802.1.1.17.1.3
       devIDMIBConformance 1.3.111.2.802.1.1.17.2
           devIDMIBCompliances 1.3.111.2.802.1.1.17.2.1
               devIDMIBModuleCompliance 1.3.111.2.802.1.1.17.2.1.1
Module Compliance for this mib.
           devIDMIBGroups 1.3.111.2.802.1.1.17.2.2
               devIDMIBObjectGroup 1.3.111.2.802.1.1.17.2.2.1
A collection of objects providing public key manageability, credential manageability and stats.