CIENA-WS-ENCRYPTION-MIB

File: CIENA-WS-ENCRYPTION-MIB.mib (9778 bytes)

Imported modules

CIENA-WS-MIB CIENA-WS-TYPEDEFS-MIB SNMPv2-CONF
SNMPv2-SMI SNMPv2-TC

Imported symbols

cienaWsConfig PortId StringMaxl32
MODULE-COMPLIANCE OBJECT-GROUP Integer32
MODULE-IDENTITY OBJECT-TYPE Unsigned32
TruthValue

Defined Types

CwsEncryptionPortEncryptionEntry  
SEQUENCE    
  cwsEncryptionPortEncryptionTableSnmpKey Integer32
  cwsEncryptionPortEncryptionPeerAuthenticationStatus INTEGER

CwsEncryptionPreSharedKeyEntry  
SEQUENCE    
  cwsEncryptionPreSharedKeyTableSnmpKey Integer32
  cwsEncryptionPreSharedKeyValue OCTET STRING
  cwsEncryptionPreSharedKeyFingerprint StringMaxl32
  cwsEncryptionPreSharedKeyStatus TruthValue
  cwsEncryptionPreSharedKeyDescription OCTET STRING

CwsEncryptionReAuthenticationEntry  
SEQUENCE    
  cwsEncryptionReAuthenticationTableSnmpKey Integer32
  cwsEncryptionReAuthenticationPeriod Unsigned32
  cwsEncryptionReAuthenticationFailureMode INTEGER

CwsEncryptionEncryptionStateEntry  
SEQUENCE    
  cwsEncryptionEncryptionStateTableSnmpKey Integer32
  cwsEncryptionEncryptionStateLicenseState INTEGER
  cwsEncryptionEncryptionStateFeatureState INTEGER

Defined Values

cienaWsEncryptionMIB 1.3.6.1.4.1.1271.3.4.23
Datapath encryption support on Waveserver. Encryption support includes a global encryption state and per-port pre-shared-key provisioning, authentication, and state.
MODULE-IDENTITY    

cwsEncryptionPortEncryptionTable 1.3.6.1.4.1.1271.3.4.23.3
Data Path Encryption properties for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwsEncryptionPortEncryptionEntry

cwsEncryptionPortEncryptionEntry 1.3.6.1.4.1.1271.3.4.23.3.1
Entry for cwsEncryptionPortEncryptionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwsEncryptionPortEncryptionEntry  

cwsEncryptionPortEncryptionTableSnmpKey 1.3.6.1.4.1.1271.3.4.23.3.1.1
Unique key for cwsEncryptionPortEncryption
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

cwsEncryptionPortEncryptionPeerAuthenticationStatus 1.3.6.1.4.1.1271.3.4.23.3.1.2
Whether the port is authenticated with its peer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), pass(1), fail(2)  

cwsEncryptionPreSharedKeyTable 1.3.6.1.4.1.1271.3.4.23.4
Port data path encryption pre-shared-key properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwsEncryptionPreSharedKeyEntry

cwsEncryptionPreSharedKeyEntry 1.3.6.1.4.1.1271.3.4.23.4.1
Entry for cwsEncryptionPreSharedKeyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwsEncryptionPreSharedKeyEntry  

cwsEncryptionPreSharedKeyTableSnmpKey 1.3.6.1.4.1.1271.3.4.23.4.1.1
Unique key for cwsEncryptionPreSharedKey
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

cwsEncryptionPreSharedKeyValue 1.3.6.1.4.1.1271.3.4.23.4.1.2
Value for a pre-shared-key (PSK). The value must be specified as a hexadecimal encoded string. The string must be 32 characters to 512 characters consisting of (0-9, a-f, A-F). This is for support of 128bit key to 2048bit key in increment of 8 bits. Setting this attribute to an empty or blank string will clear the PSK. A read of this attribute will always return empty to protect the plaintext value. Note: This is a write-only attribute.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

cwsEncryptionPreSharedKeyFingerprint 1.3.6.1.4.1.1271.3.4.23.4.1.3
A system generated hash value based on the provisioned pre-shared-key. If no key is provisioned, the fingerprint is empty.
Status: current Access: read-only
OBJECT-TYPE    
  StringMaxl32  

cwsEncryptionPreSharedKeyStatus 1.3.6.1.4.1.1271.3.4.23.4.1.4
Boolean value to indicate whether the pre-shared-key has been setup by user or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cwsEncryptionPreSharedKeyDescription 1.3.6.1.4.1.1271.3.4.23.4.1.5
A human-readable description for the applied pre-shared-key. Eg. 'PSK for site 1 and site 2'
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..60)  

cwsEncryptionReAuthenticationTable 1.3.6.1.4.1.1271.3.4.23.5
Port data path encryption re-authentication properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwsEncryptionReAuthenticationEntry

cwsEncryptionReAuthenticationEntry 1.3.6.1.4.1.1271.3.4.23.5.1
Entry for cwsEncryptionReAuthenticationTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwsEncryptionReAuthenticationEntry  

cwsEncryptionReAuthenticationTableSnmpKey 1.3.6.1.4.1.1271.3.4.23.5.1.1
Unique key for cwsEncryptionReAuthentication
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

cwsEncryptionReAuthenticationPeriod 1.3.6.1.4.1.1271.3.4.23.5.1.2
This determines how often peer re-authentication will be performed. Default is 1 hour. Range is 1 to 24 hours in increment of 1 hour.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cwsEncryptionReAuthenticationFailureMode 1.3.6.1.4.1.1271.3.4.23.5.1.3
This attribute is useful for hitless per-shared-key renewal. It determines what the system would do when peer re-authentication fails. If this is set to allow, then traffic will be maintained using the last known good encryption key. If this is set to drop, then traffic will be down until peer re-authentication passes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), drop(1), allow(2)  

cwsEncryptionEncryptionStateTable 1.3.6.1.4.1.1271.3.4.23.6
Chassis level data path encryption properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwsEncryptionEncryptionStateEntry

cwsEncryptionEncryptionStateEntry 1.3.6.1.4.1.1271.3.4.23.6.1
Entry for cwsEncryptionEncryptionStateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwsEncryptionEncryptionStateEntry  

cwsEncryptionEncryptionStateTableSnmpKey 1.3.6.1.4.1.1271.3.4.23.6.1.1
Unique key for cwsEncryptionEncryptionState
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

cwsEncryptionEncryptionStateLicenseState 1.3.6.1.4.1.1271.3.4.23.6.1.2
Datapath license feature state of this Waveserver.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER missing(0), available(1), held(2), na(3)  

cwsEncryptionEncryptionStateFeatureState 1.3.6.1.4.1.1271.3.4.23.6.1.3
Datapath encryption feature state of this Waveserver.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(0), notReady(1), ready(2), na(3)  

cienaWsEncryptionObjects 1.3.6.1.4.1.1271.3.4.23.1
OBJECT IDENTIFIER    

cienaWsEncryptionConformance 1.3.6.1.4.1.1271.3.4.23.2
OBJECT IDENTIFIER    

cienaWsEncryptionGroups 1.3.6.1.4.1.1271.3.4.23.2.1
OBJECT IDENTIFIER    

cienaWsEncryptionGroup 1.3.6.1.4.1.1271.3.4.23.2.1.1
Conformance Group
Status: current Access: read-only
OBJECT-GROUP    

cienaWsEncryptionCompliances 1.3.6.1.4.1.1271.3.4.23.2.2
OBJECT IDENTIFIER    

cienaWsEncryptionCompliance 1.3.6.1.4.1.1271.3.4.23.2.2.1
Compliance
Status: current Access: read-only
MODULE-COMPLIANCE