Wellfleet-WEP-MIB

File: Wellfleet-WEP-MIB.mib (26442 bytes)

Imported modules

RFC1155-SMI RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

Counter OBJECT-TYPE wfLinkEncryptionGroup

Defined Types

WfWepLineEntry  
SEQUENCE    
  wfWepLineDelete INTEGER
  wfWepLineDisable INTEGER
  wfWepLineLineNumber INTEGER
  wfWepLineLLIndex INTEGER
  wfWepLineCipherMode INTEGER
  wfWepLineTekChangeByte INTEGER
  wfWepLineTekChangeTime INTEGER

WfWepCircuitEntry  
SEQUENCE    
  wfWepCircuitDelete INTEGER
  wfWepCircuitDisable INTEGER
  wfWepCircuitId INTEGER
  wfWepCircuitCipherMode INTEGER
  wfWepCircuitTekChangeByte INTEGER
  wfWepCircuitTekChangeTime INTEGER

WfWepVcEntry  
SEQUENCE    
  wfWepVcLineNumber INTEGER
  wfWepVcLLIndex INTEGER
  wfWepVcCircuitId INTEGER
  wfWepVcId INTEGER
  wfWepVcConnectionState INTEGER
  wfWepVcCipherMode INTEGER
  wfWepVcTekChangeByte INTEGER
  wfWepVcTekChangeTime INTEGER
  wfWepVcBadMACReceiveds Counter
  wfWepVcBadCipherReceiveds Counter
  wfWepVcConnectionRetries Counter
  wfWepVcInvalidOpCodes Counter
  wfWepVcPacketsDroppedNotUp Counter
  wfWepVcPacketsDroppedBadN Counter
  wfWepVcPacketsDroppedAuthenticator Counter
  wfWepVcBadAlgorithmValueReceiveds Counter
  wfWepVcAlgorithmNoGCDs Counter
  wfWepVcAlgorithmMismatches Counter
  wfWepVcUnexpectedState Counter
  wfWepVcPacketsDroppedBadMinorSeq Counter
  wfWepVcEncryptedBytes Counter
  wfWepVcDecryptedBytes Counter

WfFrVCircuitLEEntry  
SEQUENCE    
  wfFrCircuitLEDelete INTEGER
  wfFrCircuitLEDisable INTEGER
  wfFrCircuitLELineNumber INTEGER
  wfFrCircuitLELLIndex INTEGER
  wfFrCircuitLECircuitNumber INTEGER
  wfFrCircuitLEDlci INTEGER
  wfFrCircuitLEState INTEGER
  wfFrCircuitLELtsSecret OCTET STRING
  wfFrCircuitLEMekChangeRate INTEGER

WfPppCircuitLEEntry  
SEQUENCE    
  wfPppCircuitLEDelete INTEGER
  wfPppCircuitLEDisable INTEGER
  wfPppCircuitLEState INTEGER
  wfPppCircuitLECircuitID INTEGER
  wfPppCircuitLELtsSecret OCTET STRING
  wfPppCircuitLEMekChangeRate INTEGER

Defined Values

wfWepLineTable 1.3.6.1.4.1.18.3.4.28.1
The line table contains line entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfWepLineEntry

wfWepLineEntry 1.3.6.1.4.1.18.3.4.28.1.1
A line entry corresponds to a sync line.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfWepLineEntry  

wfWepLineDelete 1.3.6.1.4.1.18.3.4.28.1.1.1
Indicates whether the instance has been created or deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfWepLineDisable 1.3.6.1.4.1.18.3.4.28.1.1.2
Indicates whether the instance has been enabled or disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfWepLineLineNumber 1.3.6.1.4.1.18.3.4.28.1.1.3
Indicates the line number of this line entry. This is part of the instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepLineLLIndex 1.3.6.1.4.1.18.3.4.28.1.1.4
Indicates the lower layer index of this line entry. This is part of the instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepLineCipherMode 1.3.6.1.4.1.18.3.4.28.1.1.5
Indicates the encryption mode. This is represented by the following 'bit mask' values: DES 40-bit keys 0x20000000 DES 56-bit keys 0x10000000
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER des40bit(20000000), des56bit(10000000)  

wfWepLineTekChangeByte 1.3.6.1.4.1.18.3.4.28.1.1.6
Frequency of traffic encryption key change, based upon number of bytes encrypted; in operation, this is effectively rounded up to the next full packet. Note that the key change rate is also influenced by time. The so-called 'best' value will be dependent upon the algorithms that use the TEK; also, for a given algorithm the 'best' value will change over time due to the progresses made in cryptanalysis. The strongest value of this or the corresponding circuit setting will be used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 256..2147483647  

wfWepLineTekChangeTime 1.3.6.1.4.1.18.3.4.28.1.1.7
Frequency of traffic encryption key change, based upon number of seconds elapsed since last key change; in operation, this is effectively rounded up to the next full packet. Note that the key change rate is also influenced by number of bytes encrypted. The so-called 'best' value will be dependent upon the algorithms that use the TEK; also, for a given algorithm the 'best' value will change over time due to the progresses made in cryptanalysis. The strongest value of this or the corresponding circuit setting will be used. Units are seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wfWepCircuitTable 1.3.6.1.4.1.18.3.4.28.2
The circuit table contains circuit entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfWepCircuitEntry

wfWepCircuitEntry 1.3.6.1.4.1.18.3.4.28.2.1
A circuit entry corresponds to a circuit.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfWepCircuitEntry  

wfWepCircuitDelete 1.3.6.1.4.1.18.3.4.28.2.1.1
Indicates whether the instance has been created or deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfWepCircuitDisable 1.3.6.1.4.1.18.3.4.28.2.1.2
Indicates whether the instance has been enabled or disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfWepCircuitId 1.3.6.1.4.1.18.3.4.28.2.1.3
Indicates the circuit ID of this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepCircuitCipherMode 1.3.6.1.4.1.18.3.4.28.2.1.4
Indicates the encryption mode. This is represented by the following 'bit mask' values: Inherit from line 0x40000000 DES 40-bit keys 0x20000000 DES 56-bit keys 0x10000000
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inherit(40000000), des40bit(20000000), des56bit(10000000)  

wfWepCircuitTekChangeByte 1.3.6.1.4.1.18.3.4.28.2.1.5
Frequency of traffic encryption key change, based upon number of bytes encrypted; in operation, this is effectively rounded up to the next full packet. Note that the key change rate is also influenced by time. The so-called 'best' value will be dependent upon the algorithms that use the TEK; also, for a given algorithm the 'best' value will change over time due to the progresses made in cryptanalysis. The strongest value of this or the corresponding line setting will be used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 256..2147483647  

wfWepCircuitTekChangeTime 1.3.6.1.4.1.18.3.4.28.2.1.6
Frequency of traffic encryption key change, based upon number of seconds elapsed since last key change; in operation, this is effectively rounded up to the next full packet. Note that the key change rate is also influenced by number of bytes encrypted. The so-called 'best' value will be dependent upon the algorithms that use the TEK; also, for a given algorithm the 'best' value will change over time due to the progresses made in cryptanalysis. The strongest value of this or the corresponding line setting will be used. Units are seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wfWepVcTable 1.3.6.1.4.1.18.3.4.28.3
The VC table contains VC entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfWepVcEntry

wfWepVcEntry 1.3.6.1.4.1.18.3.4.28.3.1
A VC entry corresponds to a logical connection of the WEP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfWepVcEntry  

wfWepVcLineNumber 1.3.6.1.4.1.18.3.4.28.3.1.1
Indicates the line number of this VC entry. This is part of the instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepVcLLIndex 1.3.6.1.4.1.18.3.4.28.3.1.2
Indicates the lower layer index of this VC entry. This is part of the instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepVcCircuitId 1.3.6.1.4.1.18.3.4.28.3.1.3
Indicates the circuit ID of this VC entry. This is part of the instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepVcId 1.3.6.1.4.1.18.3.4.28.3.1.4
Indicates the ID of this VC entry. This is part of the instance ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfWepVcConnectionState 1.3.6.1.4.1.18.3.4.28.3.1.5
Indicates the VC state of the WEP logical connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), init(2), disconnected(3), nak(4)  

wfWepVcCipherMode 1.3.6.1.4.1.18.3.4.28.3.1.6
Indicates the encryption mode. This is only valid in the 'up' state. The values are: No algorithm yet 1 DES 40-bit keys 2 DES 56-bit keys 3
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), des40bit(2), des56bit(3)  

wfWepVcTekChangeByte 1.3.6.1.4.1.18.3.4.28.3.1.7
Frequency of traffic encryption key change, based upon number of bytes encrypted; in operation, this is effectively rounded up to the next full packet. Note that the key change rate is also influenced by time. The so-called 'best' value will be dependent upon the algorithms that use the TEK; also, for a given algorithm the 'best' value will change over time due to the progresses made in cryptanalysis. This is the value used, which is the strongest value of the corresponding line or circuit setting.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 256..2147483647  

wfWepVcTekChangeTime 1.3.6.1.4.1.18.3.4.28.3.1.8
Frequency of traffic encryption key change, based upon number of bytes encrypted; in operation, this is effectively rounded up to the next full packet. Note that the key change rate is also influenced by time. The so-called 'best' value will be dependent upon the algorithms that use the TEK; also, for a given algorithm the 'best' value will change over time due to the progresses made in cryptanalysis. This is the value used, in units of seconds, which is the strongest value of the corresponding line or circuit setting.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wfWepVcBadMACReceiveds 1.3.6.1.4.1.18.3.4.28.3.1.9
Indicates the number of received packets with an invalid MAC value, following decryption.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcBadCipherReceiveds 1.3.6.1.4.1.18.3.4.28.3.1.10
Indicates the number of received packets that failed decryption. This class of error usually involves invalid packet formats, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcConnectionRetries 1.3.6.1.4.1.18.3.4.28.3.1.11
Indicates the number of timeouts which cause retransmission of a connect request. This error means the router peer is not responding.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcInvalidOpCodes 1.3.6.1.4.1.18.3.4.28.3.1.12
Indicates the number of supposed wep packets received with bad op-codes. This class of error usually involves invalid packet formats, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcPacketsDroppedNotUp 1.3.6.1.4.1.18.3.4.28.3.1.13
Indicates the number of data packets dropped in the not-up state. This error means the wep connection is not up yet for some reason.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcPacketsDroppedBadN 1.3.6.1.4.1.18.3.4.28.3.1.14
Indicates the number of packets dropped for N-value mismatch. This error means the router peers are not N-time-synchronized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcPacketsDroppedAuthenticator 1.3.6.1.4.1.18.3.4.28.3.1.15
Indicates the number of control packets dropped for bad authenticators. This class of error usually involves invalid packet formats, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcBadAlgorithmValueReceiveds 1.3.6.1.4.1.18.3.4.28.3.1.16
Indicates the number of control packets dropped for a bad encryption algorithm value received. This class of error usually involves invalid packet formats, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcAlgorithmNoGCDs 1.3.6.1.4.1.18.3.4.28.3.1.17
Indicates the number of control packets dropped when there is no encryption algorithm commonality between the 2 sides. This would usually be due to not choosing any common encryption algorithms for the two sides.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcAlgorithmMismatches 1.3.6.1.4.1.18.3.4.28.3.1.18
Indicates the number of control packets dropped because a matching algorithm was arbitrated in one direction and then a different algorithm was requested in the other direction. However, both sides should be agreeing to the same algorithm in both directions. This class of error usually involves invalid packet formats, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcUnexpectedState 1.3.6.1.4.1.18.3.4.28.3.1.19
Indicates internal errors for an unexpected state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcPacketsDroppedBadMinorSeq 1.3.6.1.4.1.18.3.4.28.3.1.20
Indicates the number of data packets dropped for minor sequence number mismatch. This error may indicate a replay attack.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcEncryptedBytes 1.3.6.1.4.1.18.3.4.28.3.1.21
Indicates the number of bytes encrypted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfWepVcDecryptedBytes 1.3.6.1.4.1.18.3.4.28.3.1.22
Indicates the number of bytes decrypted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfFrVCircuitLETable 1.3.6.1.4.1.18.3.4.28.4
Frame Relay Circuit link encryption table gives attributs for the link encryption for virtual circuits.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfFrVCircuitLEEntry

wfFrVCircuitLEEntry 1.3.6.1.4.1.18.3.4.28.4.1
An entry in the Frame Relay Circuit table. An instance exists only if a corresponding wfFrVCircuitEntry exists (e.g. for that same VC).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfFrVCircuitLEEntry  

wfFrCircuitLEDelete 1.3.6.1.4.1.18.3.4.28.4.1.1
Create/delete parameter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfFrCircuitLEDisable 1.3.6.1.4.1.18.3.4.28.4.1.2
Enable/disable link encryption on this VC
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfFrCircuitLELineNumber 1.3.6.1.4.1.18.3.4.28.4.1.3
Instance identifier. This is the line number on which the associated Frame Relay interface resides.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFrCircuitLELLIndex 1.3.6.1.4.1.18.3.4.28.4.1.4
The Lower layer index uniquely identifies the lower layer in cases where the lower layer may be something other than the physical layer. For example if Frame Relay is running over an ATM VC, the LLIndex identifies the ATM VC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFrCircuitLECircuitNumber 1.3.6.1.4.1.18.3.4.28.4.1.5
The circuit number of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfFrCircuitLEDlci 1.3.6.1.4.1.18.3.4.28.4.1.6
One of three instance identifier. This is the Frame Relay 'address' of the virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER twobyteminimum(16), twobytemaximum(1007), threebyteminimum(1024), threebytemaximum(64511), fourbyteminimum(131072), fourbytemaximum(8257535)  

wfFrCircuitLEState 1.3.6.1.4.1.18.3.4.28.4.1.7
Indicates the state of the particular virtual circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), inactive(2), invalid(3), failed(4)  

wfFrCircuitLELtsSecret 1.3.6.1.4.1.18.3.4.28.4.1.8
Long-term shared secret, used to generate a series of key encryption keys for use during the connection. This value contained in the MIB is itself encrypted under the router's Node Protection Key, and includes a cryptographic MAC to verify successful decryption.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfFrCircuitLEMekChangeRate 1.3.6.1.4.1.18.3.4.28.4.1.9
The rate of change of the n counter in minutes, used in generating the current master encryption key Kijn.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

wfPppCircuitLETable 1.3.6.1.4.1.18.3.4.28.5
The Wellfleet PPP Circuit Link Encryption Configuration Table contains attributes for the link encryption mechanism.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfPppCircuitLEEntry

wfPppCircuitLEEntry 1.3.6.1.4.1.18.3.4.28.5.1
Per Wellfleet circuit PPP link encryption configuration parameters and counters. An instance exists only if a corresponding wfPPPCircuitEntry exists (e.g. for that same circuit).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfPppCircuitLEEntry  

wfPppCircuitLEDelete 1.3.6.1.4.1.18.3.4.28.5.1.1
Create/Delete parameter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfPppCircuitLEDisable 1.3.6.1.4.1.18.3.4.28.5.1.2
Enable/disable link encryption on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfPppCircuitLEState 1.3.6.1.4.1.18.3.4.28.5.1.3
PPP link encryption state variable, Not Present, Init, Down, Up
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), invalid(4), notpresent(5)  

wfPppCircuitLECircuitID 1.3.6.1.4.1.18.3.4.28.5.1.4
cct number for this instance
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1023  

wfPppCircuitLELtsSecret 1.3.6.1.4.1.18.3.4.28.5.1.5
Long-term shared secret, used to generate a series of key encryption keys for use during the connection. This value contained in the MIB is itself encrypted under the router's Node Protection Key, and includes a cryptographic MAC to verify successful decryption.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfPppCircuitLEMekChangeRate 1.3.6.1.4.1.18.3.4.28.5.1.6
The rate of change of the n counter in minutes, used in generating the current master encryption key Kijn.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535