CISCOSB-DIGITALKEYMANAGE-MIB

File: CISCOSB-DIGITALKEYMANAGE-MIB.mib (5130 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

switch001 OBJECT-TYPE MODULE-IDENTITY
DisplayString RowStatus DateAndTime
TruthValue

Defined Types

RlMD5KeyChainEntry  
SEQUENCE    
  rlMD5KeyChainName DisplayString
  rlMD5KeyChainKeyId INTEGER
  rlMD5KeyChainKey DisplayString
  rlMD5KeyChainKeyStartAccept DateAndTime
  rlMD5KeyChainKeyStartGenerate DateAndTime
  rlMD5KeyChainKeyStopGenerate DateAndTime
  rlMD5KeyChainKeyStopAccept DateAndTime
  rlMD5KeyChainKeyValidForAccept TruthValue
  rlMD5KeyChainKeyValidForGenerate TruthValue
  rlMD5KeyChainRowStatus RowStatus

Defined Values

rlDigitalKeyManage 1.3.6.1.4.1.9.6.1.101.86
This private MIB module defines digital key manage private MIBs.
MODULE-IDENTITY    

rlMD5KeyChainTable 1.3.6.1.4.1.9.6.1.101.86.1
Key-chains and keys
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlMD5KeyChainEntry

rlMD5KeyChainEntry 1.3.6.1.4.1.9.6.1.101.86.1.1
Key-chain with key ID that belongs to this chain
Status: current Access: not-accessible
OBJECT-TYPE    
  RlMD5KeyChainEntry  

rlMD5KeyChainName 1.3.6.1.4.1.9.6.1.101.86.1.1.1
Name of the key-chain to which belongs the secret authentication key
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlMD5KeyChainKeyId 1.3.6.1.4.1.9.6.1.101.86.1.1.2
A 8-bit identifier for the secret authentication key. This identifier unique only for specific key chain
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

rlMD5KeyChainKey 1.3.6.1.4.1.9.6.1.101.86.1.1.3
The 128-bit secret authentication key
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

rlMD5KeyChainKeyStartAccept 1.3.6.1.4.1.9.6.1.101.86.1.1.4
The time that the router will start accepting packets that have been created with the given key
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

rlMD5KeyChainKeyStartGenerate 1.3.6.1.4.1.9.6.1.101.86.1.1.5
The time that the router will start using the key for packet generation
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

rlMD5KeyChainKeyStopGenerate 1.3.6.1.4.1.9.6.1.101.86.1.1.6
The time that the router will stop using the key for packet generation
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

rlMD5KeyChainKeyStopAccept 1.3.6.1.4.1.9.6.1.101.86.1.1.7
The time that the router will stop accepting packets that have been created with the given key
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

rlMD5KeyChainKeyValidForAccept 1.3.6.1.4.1.9.6.1.101.86.1.1.8
A value of 'true' indicates that given key is valid for accepting packets
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlMD5KeyChainKeyValidForGenerate 1.3.6.1.4.1.9.6.1.101.86.1.1.9
A value of 'true' indicates that given key is valid for packet generation
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlMD5KeyChainRowStatus 1.3.6.1.4.1.9.6.1.101.86.1.1.10
It is used to insert, update or delete an entry
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus