HH3C-RSA-MIB

File: HH3C-RSA-MIB.mib (12212 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

hh3cCommon IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
DisplayString RowStatus DateAndTime
TEXTUAL-CONVENTION

Defined Types

RSAKeyErrorCode  
Indicates the reason that SSH peer public key fails to config or that SSH local key pair fails to create/refresh/destroy.
TEXTUAL-CONVENTION    
  INTEGER rsaSuccess(1), rsaFailure(2), rsaErrNoMemory(3), rsaErrKeyNotReplaced(4), rsaErrKeyBackup(5), rsaErrKeySaved(6), rsaErrKeyGenerate(7), rsaErrKeyDestroy(8), rsaErrHostEncKeyBackup(9), rsaErrHostEncKeySave(10), rsaErrHostEncKeyGenerate(11), rsaErrHostEncKeyDestroy(12), rsaErrHostSigKeyBackup(13), rsaErrHostSigKeySave(14), rsaErrHostSigKeyGenerate(15), rsaErrHostSigKeyDestroy(16), rsaErrServerKeyBackup(17), rsaErrServerKeySave(18), rsaErrServerKeyGenerate(19), rsaErrServerKeyDestroy(20), rsaErrPeerKeyNotReplaced(21), rsaErrPeerKeyNumArriveMax(22), rsaErrPeerKeyNotRemoved(23), rsaErrPeerKeyNotExist(24), rsaStatusKeyExist(25), rsaStatusKeyNotExist(26), rsaStatusKeyInvalid(27), rsaStatusHostEncKeyExist(28), rsaStatusHostEncKeyNotExist(29), rsaStatusHostEncKeyInvalid(30), rsaStatusHostSigKeyExist(31), rsaStatusHostSigKeyNotExist(32), rsaStatusHostSigKeyInvalid(33), rsaStatusServerKeyExist(34), rsaStatusServerKeyNotExist(35), rsaStatusServerKeyInvalid(36)  

Hh3cRSAPeerPublicKeyEntry  
SEQUENCE    
  hh3cRSAPeerPublicKeyName OCTET STRING
  hh3cRSAPeerIpAddress IpAddress
  hh3cRSAPeerFQDN DisplayString
  hh3cRSAPeerPublicKeyCode OCTET STRING
  hh3cRSAPeerPublicKeyStatus RowStatus

Hh3cRSALocalKeyPairEntry  
SEQUENCE    
  hh3cRSALocalKeyIndex INTEGER
  hh3cRSALocalHostKeyName DisplayString
  hh3cRSALocalHostKeyCode OCTET STRING
  hh3cRSALocalHostKeyCreatedTime DateAndTime
  hh3cRSALocalServerKeyName DisplayString
  hh3cRSALocalServerKeyCode OCTET STRING
  hh3cRSALocalServerKeyCreatedTime DateAndTime
  hh3cRSALocalKeyPairBits Integer32
  hh3cRSALocalKeyStatus RowStatus

Defined Values

hh3cRSA 1.3.6.1.4.1.25506.2.23
The HH3C-RSA-MIB contains objects to Manage RSA configuration.
MODULE-IDENTITY    

hh3cRSAMIBObjects 1.3.6.1.4.1.25506.2.23.1
OBJECT IDENTIFIER    

hh3cRSAPeerPublicKeyTable 1.3.6.1.4.1.25506.2.23.1.1
The (conceptual) RSA Peer Public Key Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRSAPeerPublicKeyEntry

hh3cRSAPeerPublicKeyEntry 1.3.6.1.4.1.25506.2.23.1.1.1
An entry (conceptual row) in the RSA Peer Public Key Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRSAPeerPublicKeyEntry  

hh3cRSAPeerPublicKeyName 1.3.6.1.4.1.25506.2.23.1.1.1.1
The RSA peer public key name.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hh3cRSAPeerIpAddress 1.3.6.1.4.1.25506.2.23.1.1.1.2
Indicates the IP Address of RSA Peer machine.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hh3cRSAPeerFQDN 1.3.6.1.4.1.25506.2.23.1.1.1.3
The Full Qualified Domain Name of RSA Peer Machine
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

hh3cRSAPeerPublicKeyCode 1.3.6.1.4.1.25506.2.23.1.1.1.4
The code of RSA peer public key.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..1024)  

hh3cRSAPeerPublicKeyStatus 1.3.6.1.4.1.25506.2.23.1.1.1.5
The status of this RSA peer public key entry. Support Active Status and CreateAndGo and Destroy Operation
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cRSALocalKeyPairTable 1.3.6.1.4.1.25506.2.23.1.2
The (conceptual)RSA local Key Pair Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRSALocalKeyPairEntry

hh3cRSALocalKeyPairEntry 1.3.6.1.4.1.25506.2.23.1.2.1
An entry (conceptual row) in the RSA local Key Pair Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRSALocalKeyPairEntry  

hh3cRSALocalKeyIndex 1.3.6.1.4.1.25506.2.23.1.2.1.1
The hh3cRSALocalKeyPairTable Table can only exist one entry at most.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..1  

hh3cRSALocalHostKeyName 1.3.6.1.4.1.25506.2.23.1.2.1.2
Indicates RSA Host local public key name.Its value is composed of systemname, a underscore and the string of 'Host'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cRSALocalHostKeyCode 1.3.6.1.4.1.25506.2.23.1.2.1.3
Indicates the code of RSA Host local pkey that the length is between 512 and 2048 bits.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(512..1024)  

hh3cRSALocalHostKeyCreatedTime 1.3.6.1.4.1.25506.2.23.1.2.1.4
Indicates the created time of RSA local Host key.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hh3cRSALocalServerKeyName 1.3.6.1.4.1.25506.2.23.1.2.1.5
Indicates RSA Host local public key name.Its value is composed of systemname, a underscore and the string of 'Server'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cRSALocalServerKeyCode 1.3.6.1.4.1.25506.2.23.1.2.1.6
Indicates the code of RSA Host local pkey that the length is between 512 and 2048 bits.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(512..1024)  

hh3cRSALocalServerKeyCreatedTime 1.3.6.1.4.1.25506.2.23.1.2.1.7
Indicates the created time of RSA local Host key.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hh3cRSALocalKeyPairBits 1.3.6.1.4.1.25506.2.23.1.2.1.8
The bits of RSA local key pair, ranging between 512 and 2048. By default, the value is 512.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 512..2048  

hh3cRSALocalKeyStatus 1.3.6.1.4.1.25506.2.23.1.2.1.9
The status column used for creating, deleting instances of the columnar objects in the hh3cRSALocalKeyPairTable table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cRSAPeerKeyConfigFailReason 1.3.6.1.4.1.25506.2.23.1.3
The reason that RSA peer public key fails to config.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  RSAKeyErrorCode  

hh3cRSALocalKeyFailReason 1.3.6.1.4.1.25506.2.23.1.4
The reason that RSA local key pair fails to create, refresh and destroy.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  RSAKeyErrorCode  

hh3cRSANotifications 1.3.6.1.4.1.25506.2.23.2
OBJECT IDENTIFIER    

hh3cRSALocalKeyPairOpeFail 1.3.6.1.4.1.25506.2.23.2.1
The trap is generated while the RSA local key pair fails to create, refresh and destory.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cRSAPeerKeyConfigFail 1.3.6.1.4.1.25506.2.23.2.2
The trap is generated while the RSA peer public key fails to configure.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE