HPN-ICF-RSA-MIB

File: HPN-ICF-RSA-MIB.mib (12168 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

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

HpnicfRSAPeerPublicKeyEntry  
SEQUENCE    
  hpnicfRSAPeerPublicKeyName OCTET STRING
  hpnicfRSAPeerIpAddress IpAddress
  hpnicfRSAPeerFQDN DisplayString
  hpnicfRSAPeerPublicKeyCode OCTET STRING
  hpnicfRSAPeerPublicKeyStatus RowStatus

HpnicfRSALocalKeyPairEntry  
SEQUENCE    
  hpnicfRSALocalKeyIndex INTEGER
  hpnicfRSALocalHostKeyName DisplayString
  hpnicfRSALocalHostKeyCode OCTET STRING
  hpnicfRSALocalHostKeyCreatedTime DateAndTime
  hpnicfRSALocalServerKeyName DisplayString
  hpnicfRSALocalServerKeyCode OCTET STRING
  hpnicfRSALocalServerKeyCreatedTime DateAndTime
  hpnicfRSALocalKeyPairBits Integer32
  hpnicfRSALocalKeyStatus RowStatus

Defined Values

hpnicfRSA 1.3.6.1.4.1.11.2.14.11.15.2.23
The HPN-ICF-RSA-MIB contains objects to Manage RSA configuration.
MODULE-IDENTITY    

hpnicfRSAMIBObjects 1.3.6.1.4.1.11.2.14.11.15.2.23.1
OBJECT IDENTIFIER    

hpnicfRSAPeerPublicKeyTable 1.3.6.1.4.1.11.2.14.11.15.2.23.1.1
The (conceptual) RSA Peer Public Key Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRSAPeerPublicKeyEntry

hpnicfRSAPeerPublicKeyEntry 1.3.6.1.4.1.11.2.14.11.15.2.23.1.1.1
An entry (conceptual row) in the RSA Peer Public Key Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRSAPeerPublicKeyEntry  

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

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

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

hpnicfRSAPeerPublicKeyCode 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfRSAPeerPublicKeyStatus 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfRSALocalKeyPairTable 1.3.6.1.4.1.11.2.14.11.15.2.23.1.2
The (conceptual)RSA local Key Pair Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRSALocalKeyPairEntry

hpnicfRSALocalKeyPairEntry 1.3.6.1.4.1.11.2.14.11.15.2.23.1.2.1
An entry (conceptual row) in the RSA local Key Pair Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRSALocalKeyPairEntry  

hpnicfRSALocalKeyIndex 1.3.6.1.4.1.11.2.14.11.15.2.23.1.2.1.1
The hpnicfRSALocalKeyPairTable Table can only exist one entry at most.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..1  

hpnicfRSALocalHostKeyName 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfRSALocalHostKeyCode 1.3.6.1.4.1.11.2.14.11.15.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)  

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

hpnicfRSALocalServerKeyName 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfRSALocalServerKeyCode 1.3.6.1.4.1.11.2.14.11.15.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)  

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

hpnicfRSALocalKeyPairBits 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

hpnicfRSALocalKeyFailReason 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfRSANotifications 1.3.6.1.4.1.11.2.14.11.15.2.23.2
OBJECT IDENTIFIER    

hpnicfRSALocalKeyPairOpeFail 1.3.6.1.4.1.11.2.14.11.15.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    

hpnicfRSAPeerKeyConfigFail 1.3.6.1.4.1.11.2.14.11.15.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