Wellfleet-IKE-MIB

File: Wellfleet-IKE-MIB.mib (14556 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

IpAddress Opaque Counter
OBJECT-TYPE DisplayString wfIKEGroup

Defined Types

WfIkeDescriptorEntry  
SEQUENCE    
  wfIkeDescriptorCreate INTEGER
  wfIkeDescriptorStatus INTEGER
  wfIkeDescriptorLocalIpAddr IpAddress
  wfIkeDescriptorPeerIpAddr IpAddress
  wfIkeDescriptorIndex INTEGER
  wfIkeDescriptorExchange INTEGER
  wfIkeDescriptorProposals Opaque
  wfIkeDescriptorName DisplayString
  wfIkeDescriptorPreSharedSecret OCTET STRING
  wfIkeDescriptorExpiryMinutes INTEGER
  wfIkeDescriptorExpiryKBytes INTEGER
  wfIkeDescriptorExpiryPref INTEGER
  wfIkeDescriptorIdType INTEGER

WfIkeTransformEntry  
SEQUENCE    
  wfIkeTransformCreate INTEGER
  wfIkeTransformStatus INTEGER
  wfIkeTransformNumber INTEGER
  wfIkeTransformCipherAlg INTEGER
  wfIkeTransformDesKeyStrength INTEGER
  wfIkeTransformIntegrityAlg INTEGER

WfIkeSlotEntry  
SEQUENCE    
  wfIkeSlotCreate INTEGER
  wfIkeSlotNum INTEGER
  wfIkeSlotLogLevel INTEGER

WfIkeSaEntry  
SEQUENCE    
  wfIkeSaCreate INTEGER
  wfIkeSaSrc IpAddress
  wfIkeSaDest IpAddress
  wfIkeSaIndex INTEGER
  wfIkeSaCipherAlg INTEGER
  wfIkeSaIntegrityAlg INTEGER
  wfIkeSaExpiryUnits INTEGER
  wfIkeSaExpiryValue INTEGER
  wfIkeSaBadDecrypt Counter
  wfIkeSaBadPad Counter
  wfIkeSaTxPkts Counter
  wfIkeSaRxPkts Counter
  wfIkeSaTxOctets Counter
  wfIkeSaRxOctets Counter

Defined Values

wfIkeDescriptorTable 1.3.6.1.4.1.18.3.5.27.1
Table of Internet Key Exchange descriptors. The descriptors correspond to IKE Proposals in the IKE RFC.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIkeDescriptorEntry

wfIkeDescriptorEntry 1.3.6.1.4.1.18.3.5.27.1.1
An Internet Key Exchange Descriptor
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIkeDescriptorEntry  

wfIkeDescriptorCreate 1.3.6.1.4.1.18.3.5.27.1.1.1
Create/Delete parameter. Default is created.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfIkeDescriptorStatus 1.3.6.1.4.1.18.3.5.27.1.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notpresent(3)  

wfIkeDescriptorLocalIpAddr 1.3.6.1.4.1.18.3.5.27.1.1.3
The address of the local IP interface to which this instance applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIkeDescriptorPeerIpAddr 1.3.6.1.4.1.18.3.5.27.1.1.4
The address of the remote IP interface to which this instance applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIkeDescriptorIndex 1.3.6.1.4.1.18.3.5.27.1.1.5
Differentiates instances with same peer IP addr
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfIkeDescriptorExchange 1.3.6.1.4.1.18.3.5.27.1.1.6
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER main(1), aggressive(2)  

wfIkeDescriptorProposals 1.3.6.1.4.1.18.3.5.27.1.1.7
an ordered, logically OR'ed list of IKE proposals
Status: mandatory Access: read-write
OBJECT-TYPE    
  Opaque  

wfIkeDescriptorName 1.3.6.1.4.1.18.3.5.27.1.1.8
Name of Ike Descriptor Entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfIkeDescriptorPreSharedSecret 1.3.6.1.4.1.18.3.5.27.1.1.9
IKE Pre shared secret
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfIkeDescriptorExpiryMinutes 1.3.6.1.4.1.18.3.5.27.1.1.10
The value used to determine when the keys for this SA expire due to the passage of time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfIkeDescriptorExpiryKBytes 1.3.6.1.4.1.18.3.5.27.1.1.11
The value used to determine when the keys for this SA expire due to the number of bytes processed. The units are kilobytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfIkeDescriptorExpiryPref 1.3.6.1.4.1.18.3.5.27.1.1.12
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER minutes(1), kbytes(2)  

wfIkeDescriptorIdType 1.3.6.1.4.1.18.3.5.27.1.1.13
Controls the ID type sent in the ID payload. Use subnet if the peer cannot interpret the range type
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER range(1), subnet(2), host(3)  

wfIkeTransformTable 1.3.6.1.4.1.18.3.5.27.2
Table of Internet Key Exchange Transforms
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIkeTransformEntry

wfIkeTransformEntry 1.3.6.1.4.1.18.3.5.27.2.1
An Internet Key Exchange Transform
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIkeTransformEntry  

wfIkeTransformCreate 1.3.6.1.4.1.18.3.5.27.2.1.1
Create/Delete parameter. Default is created.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfIkeTransformStatus 1.3.6.1.4.1.18.3.5.27.2.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), notpresent(3)  

wfIkeTransformNumber 1.3.6.1.4.1.18.3.5.27.2.1.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfIkeTransformCipherAlg 1.3.6.1.4.1.18.3.5.27.2.1.4
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER des(1), desede(5)  

wfIkeTransformDesKeyStrength 1.3.6.1.4.1.18.3.5.27.2.1.5
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fortybit(1), fiftysixbit(2)  

wfIkeTransformIntegrityAlg 1.3.6.1.4.1.18.3.5.27.2.1.6
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER md5(1), sha1(2)  

wfIkeSlotTable 1.3.6.1.4.1.18.3.5.27.3
Per slot IKE configuration information
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIkeSlotEntry

wfIkeSlotEntry 1.3.6.1.4.1.18.3.5.27.3.1
Defines per slot cfg info such as log level
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIkeSlotEntry  

wfIkeSlotCreate 1.3.6.1.4.1.18.3.5.27.3.1.1
Specifies wfIkeEntry instantiation status
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfIkeSlotNum 1.3.6.1.4.1.18.3.5.27.3.1.2
The slot number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfIkeSlotLogLevel 1.3.6.1.4.1.18.3.5.27.3.1.3
Specifies the level(s) of log messages specified
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfIkeSaTable 1.3.6.1.4.1.18.3.5.27.4
The IKE security association table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfIkeSaEntry

wfIkeSaEntry 1.3.6.1.4.1.18.3.5.27.4.1
Entry in IKE security association table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfIkeSaEntry  

wfIkeSaCreate 1.3.6.1.4.1.18.3.5.27.4.1.1
Create/Delete parameter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfIkeSaSrc 1.3.6.1.4.1.18.3.5.27.4.1.2
The IP address of the SA's source.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIkeSaDest 1.3.6.1.4.1.18.3.5.27.4.1.3
The IP address of the SA's destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfIkeSaIndex 1.3.6.1.4.1.18.3.5.27.4.1.4
The index that differentiates IKE SAs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfIkeSaCipherAlg 1.3.6.1.4.1.18.3.5.27.4.1.5
Identifies cipher algorithm for this SA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER des(2), des3(3)  

wfIkeSaIntegrityAlg 1.3.6.1.4.1.18.3.5.27.4.1.6
The algorithm for ESP Auth.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER md5(2), sha1(3)  

wfIkeSaExpiryUnits 1.3.6.1.4.1.18.3.5.27.4.1.7
The units used to interpret the expiry value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER minutes(1), kilobytes(2)  

wfIkeSaExpiryValue 1.3.6.1.4.1.18.3.5.27.4.1.8
The value used to determine when the keys for this SA expire.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfIkeSaBadDecrypt 1.3.6.1.4.1.18.3.5.27.4.1.9
The number of received packets that could not be properly decrypted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIkeSaBadPad 1.3.6.1.4.1.18.3.5.27.4.1.10
The number of received packets that contained bad padding information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIkeSaTxPkts 1.3.6.1.4.1.18.3.5.27.4.1.11
The number of packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIkeSaRxPkts 1.3.6.1.4.1.18.3.5.27.4.1.12
The number of packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIkeSaTxOctets 1.3.6.1.4.1.18.3.5.27.4.1.13
The number of octets transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfIkeSaRxOctets 1.3.6.1.4.1.18.3.5.27.4.1.14
The number of octets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter