HH3C-RSA-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.23
- Last updated
- 2004-10-10 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2004-10-10 00:00
- Namespace
- comware
- Source file
HH3C-RSA-MIB- Digest
sha256:f36f2457e159cb2ef21af482f1665b3531b15cfd141d33b058e4608ce8423ded
Description
The HH3C-RSA-MIB contains objects to Manage RSA configuration.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, 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.
HH3C-OID-MIB HH3C-RSA-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| RSAKeyErrorCode TEXTUAL-CONVENTION Indicates the reason that SSH peer public key fails to config or that SSH local key pair fails to create/refresh/destroy. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cRSAMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.23.1 | |||
| hh3cRSAPeerPublicKeyTable OBJECT-TYPE The (conceptual) RSA Peer Public Key Table | 1.3.6.1.4.1.25506.2.23.1.1 | not-accessible | current | |
| hh3cRSAPeerPublicKeyEntry OBJECT-TYPE An entry (conceptual row) in the RSA Peer Public Key Table. | 1.3.6.1.4.1.25506.2.23.1.1.1 | not-accessible | current | |
| hh3cRSAPeerPublicKeyName OBJECT-TYPE The RSA peer public key name. | 1.3.6.1.4.1.25506.2.23.1.1.1.1 | OCTET STRING (SIZE(1..64)) | not-accessible | current |
| hh3cRSAPeerIpAddress OBJECT-TYPE Indicates the IP Address of RSA Peer machine. | 1.3.6.1.4.1.25506.2.23.1.1.1.2 | IpAddress | read-write | current |
| hh3cRSAPeerFQDN OBJECT-TYPE The Full Qualified Domain Name of RSA Peer Machine | 1.3.6.1.4.1.25506.2.23.1.1.1.3 | DisplayString | read-write | current |
| hh3cRSAPeerPublicKeyCode OBJECT-TYPE The code of RSA peer public key. | 1.3.6.1.4.1.25506.2.23.1.1.1.4 | OCTET STRING (SIZE(1..1024)) | read-create | current |
| hh3cRSAPeerPublicKeyStatus OBJECT-TYPE The status of this RSA peer public key entry. Support Active Status and CreateAndGo and Destroy Operation | 1.3.6.1.4.1.25506.2.23.1.1.1.5 | RowStatus | read-create | current |
| hh3cRSALocalKeyPairTable OBJECT-TYPE The (conceptual)RSA local Key Pair Table. | 1.3.6.1.4.1.25506.2.23.1.2 | not-accessible | current | |
| hh3cRSALocalKeyPairEntry OBJECT-TYPE An entry (conceptual row) in the RSA local Key Pair Table. | 1.3.6.1.4.1.25506.2.23.1.2.1 | not-accessible | current | |
| hh3cRSALocalKeyIndex OBJECT-TYPE The hh3cRSALocalKeyPairTable Table can only exist one entry at most. | 1.3.6.1.4.1.25506.2.23.1.2.1.1 | INTEGER (1) | not-accessible | current |
| hh3cRSALocalHostKeyName OBJECT-TYPE Indicates RSA Host local public key name.Its value is composed of systemname, a underscore and the string of 'Host' | 1.3.6.1.4.1.25506.2.23.1.2.1.2 | DisplayString | read-only | current |
| hh3cRSALocalHostKeyCode OBJECT-TYPE Indicates the code of RSA Host local pkey that the length is between 512 and 2048 bits. | 1.3.6.1.4.1.25506.2.23.1.2.1.3 | OCTET STRING (SIZE(512..1024)) | read-only | current |
| hh3cRSALocalHostKeyCreatedTime OBJECT-TYPE Indicates the created time of RSA local Host key. | 1.3.6.1.4.1.25506.2.23.1.2.1.4 | DateAndTime | read-only | current |
| hh3cRSALocalServerKeyName OBJECT-TYPE Indicates RSA Host local public key name.Its value is composed of systemname, a underscore and the string of 'Server' | 1.3.6.1.4.1.25506.2.23.1.2.1.5 | DisplayString | read-only | current |
| hh3cRSALocalServerKeyCode OBJECT-TYPE Indicates the code of RSA Host local pkey that the length is between 512 and 2048 bits. | 1.3.6.1.4.1.25506.2.23.1.2.1.6 | OCTET STRING (SIZE(512..1024)) | read-only | current |
| hh3cRSALocalServerKeyCreatedTime OBJECT-TYPE Indicates the created time of RSA local Host key. | 1.3.6.1.4.1.25506.2.23.1.2.1.7 | DateAndTime | read-only | current |
| hh3cRSALocalKeyPairBits OBJECT-TYPE The bits of RSA local key pair, ranging between 512 and 2048. By default, the value is 512. | 1.3.6.1.4.1.25506.2.23.1.2.1.8 | Integer32 (512..2048) | read-create | current |
| hh3cRSALocalKeyStatus OBJECT-TYPE The status column used for creating, deleting instances of the columnar objects in the hh3cRSALocalKeyPairTable table. | 1.3.6.1.4.1.25506.2.23.1.2.1.9 | RowStatus | read-create | current |
| hh3cRSAPeerKeyConfigFailReason OBJECT-TYPE The reason that RSA peer public key fails to config. | 1.3.6.1.4.1.25506.2.23.1.3 | RSAKeyErrorCode | accessible-for-notify | current |
| hh3cRSALocalKeyFailReason OBJECT-TYPE The reason that RSA local key pair fails to create, refresh and destroy. | 1.3.6.1.4.1.25506.2.23.1.4 | RSAKeyErrorCode | accessible-for-notify | current |
| hh3cRSANotifications OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.23.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cRSALocalKeyPairOpeFail NOTIFICATION-TYPE The trap is generated while the RSA local key pair fails to create, refresh and destory. | 1.3.6.1.4.1.25506.2.23.2.1 | current |
| hh3cRSAPeerKeyConfigFail NOTIFICATION-TYPE The trap is generated while the RSA peer public key fails to configure. | 1.3.6.1.4.1.25506.2.23.2.2 | current |