H3C-RSA-MIB

File: H3C-RSA-MIB.mib (9967 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

h3cCommon 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)  

H3cRSAPeerPublicKeyEntry  
SEQUENCE    
  h3cRSAPeerPublicKeyName OCTET STRING
  h3cRSAPeerIpAddress IpAddress
  h3cRSAPeerFQDN DisplayString
  h3cRSAPeerPublicKeyCode OCTET STRING
  h3cRSAPeerPublicKeyStatus RowStatus

H3cRSALocalKeyPairEntry  
SEQUENCE    
  h3cRSALocalKeyIndex INTEGER
  h3cRSALocalHostKeyName DisplayString
  h3cRSALocalHostKeyCode OCTET STRING
  h3cRSALocalHostKeyCreatedTime DateAndTime
  h3cRSALocalServerKeyName DisplayString
  h3cRSALocalServerKeyCode OCTET STRING
  h3cRSALocalServerKeyCreatedTime DateAndTime
  h3cRSALocalKeyPairBits Integer32
  h3cRSALocalKeyStatus RowStatus

Defined Values

h3cRSA 1.3.6.1.4.1.2011.10.2.23
The H3C-RSA-MIB contains objects to Manage RSA configuration.
MODULE-IDENTITY    

h3cRSAMIBObjects 1.3.6.1.4.1.2011.10.2.23.1
OBJECT IDENTIFIER    

h3cRSAPeerPublicKeyTable 1.3.6.1.4.1.2011.10.2.23.1.1
The (conceptual) RSA Peer Public Key Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRSAPeerPublicKeyEntry

h3cRSAPeerPublicKeyEntry 1.3.6.1.4.1.2011.10.2.23.1.1.1
An entry (conceptual row) in the RSA Peer Public Key Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRSAPeerPublicKeyEntry  

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

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

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

h3cRSAPeerPublicKeyCode 1.3.6.1.4.1.2011.10.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)  

h3cRSAPeerPublicKeyStatus 1.3.6.1.4.1.2011.10.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  

h3cRSALocalKeyPairTable 1.3.6.1.4.1.2011.10.2.23.1.2
The (conceptual)RSA local Key Pair Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRSALocalKeyPairEntry

h3cRSALocalKeyPairEntry 1.3.6.1.4.1.2011.10.2.23.1.2.1
An entry (conceptual row) in the RSA local Key Pair Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRSALocalKeyPairEntry  

h3cRSALocalKeyIndex 1.3.6.1.4.1.2011.10.2.23.1.2.1.1
The h3cRSALocalKeyPairTable Table can only exist one entry at most.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..1  

h3cRSALocalHostKeyName 1.3.6.1.4.1.2011.10.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  

h3cRSALocalHostKeyCode 1.3.6.1.4.1.2011.10.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)  

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

h3cRSALocalServerKeyName 1.3.6.1.4.1.2011.10.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  

h3cRSALocalServerKeyCode 1.3.6.1.4.1.2011.10.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)  

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

h3cRSALocalKeyPairBits 1.3.6.1.4.1.2011.10.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  

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

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

h3cRSALocalKeyFailReason 1.3.6.1.4.1.2011.10.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  

h3cRSANotifications 1.3.6.1.4.1.2011.10.2.23.2
OBJECT IDENTIFIER    

h3cRSALocalKeyPairOpeFail 1.3.6.1.4.1.2011.10.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    

h3cRSAPeerKeyConfigFail 1.3.6.1.4.1.2011.10.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