Wellfleet-WEP-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
60
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
60 total| Object Name |
|---|
RFC1155-SMIThe line table contains line entries. SEQUENCE OF WfWepLineEntry .1.3.6.1.4.1.18.3.4.28.1 |
wfWepCircuitTableThe circuit table contains circuit entries. SEQUENCE OF WfWepCircuitEntry .1.3.6.1.4.1.18.3.4.28.2 |
wfWepCircuitEntryA circuit entry corresponds to a circuit. WfWepCircuitEntry .1.3.6.1.4.1.18.3.4.28.2.1 |
wfWepCircuitDeleteIndicates whether the instance has been created or deleted.rw Enumeration .1.3.6.1.4.1.18.3.4.28.2.1.1 |
wfWepCircuitDisableIndicates whether the instance has been enabled or disabled.ro Enumeration .1.3.6.1.4.1.18.3.4.28.2.1.2 |
wfWepCircuitIdIndicates the circuit ID of this entry.ro INTEGER .1.3.6.1.4.1.18.3.4.28.2.1.3 |
wfWepCircuitCipherModeIndicates 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 0x10000000ro Enumeration .1.3.6.1.4.1.18.3.4.28.2.1.4 |
wfWepCircuitTekChangeByteFrequency 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.ro INTEGER .1.3.6.1.4.1.18.3.4.28.2.1.5 |
wfWepCircuitTekChangeTimeFrequency 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.ro INTEGER .1.3.6.1.4.1.18.3.4.28.2.1.6 |
wfWepVcTableThe VC table contains VC entries SEQUENCE OF WfWepVcEntry .1.3.6.1.4.1.18.3.4.28.3 |
wfWepVcEntryA VC entry corresponds to a logical connection of the WEP. WfWepVcEntry .1.3.6.1.4.1.18.3.4.28.3.1 |
wfWepVcLineNumberIndicates the line number of this VC entry. This is part of
the instance ID.ro INTEGER .1.3.6.1.4.1.18.3.4.28.3.1.1 |
wfWepVcLLIndexIndicates the lower layer index of this VC entry. This is
part of the instance ID.ro INTEGER .1.3.6.1.4.1.18.3.4.28.3.1.2 |
wfWepVcCircuitIdIndicates the circuit ID of this VC entry. This is part of
the instance ID.ro INTEGER .1.3.6.1.4.1.18.3.4.28.3.1.3 |
wfWepVcIdIndicates the ID of this VC entry. This is part of the
instance ID.ro INTEGER .1.3.6.1.4.1.18.3.4.28.3.1.4 |
wfWepVcConnectionStateIndicates the VC state of the WEP logical connection.ro Enumeration .1.3.6.1.4.1.18.3.4.28.3.1.5 |
wfWepVcCipherModeIndicates 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 3ro Enumeration .1.3.6.1.4.1.18.3.4.28.3.1.6 |
wfWepVcTekChangeByteFrequency 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.ro INTEGER .1.3.6.1.4.1.18.3.4.28.3.1.7 |
wfWepVcTekChangeTimeFrequency 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.ro INTEGER .1.3.6.1.4.1.18.3.4.28.3.1.8 |
wfWepVcBadMACReceivedsIndicates the number of received packets with an invalid MAC
value, following decryption.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.9 |
wfWepVcBadCipherReceivedsIndicates the number of received packets that failed
decryption. This class of error usually involves invalid
packet formats, etc.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.10 |
wfWepVcConnectionRetriesIndicates the number of timeouts which cause retransmission
of a connect request. This error means the router peer is
not responding.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.11 |
wfWepVcInvalidOpCodesIndicates the number of supposed wep packets received with
bad op-codes. This class of error usually involves invalid
packet formats, etc.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.12 |
wfWepVcPacketsDroppedNotUpIndicates the number of data packets dropped in the not-up
state. This error means the wep connection is not up yet for
some reason.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.13 |
wfWepVcPacketsDroppedBadNIndicates the number of packets dropped for N-value mismatch.
This error means the router peers are not N-time-synchronized.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.14 |
wfWepVcPacketsDroppedAuthenticatorIndicates the number of control packets dropped for bad
authenticators. This class of error usually involves invalid
packet formats, etc.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.15 |
wfWepVcBadAlgorithmValueReceivedsIndicates the number of control packets dropped for a bad
encryption algorithm value received. This class of error
usually involves invalid packet formats, etc.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.16 |
wfWepVcAlgorithmNoGCDsIndicates 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.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.17 |
wfWepVcAlgorithmMismatchesIndicates 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.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.18 |
wfWepVcUnexpectedStateIndicates internal errors for an unexpected state.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.19 |
wfWepVcPacketsDroppedBadMinorSeqIndicates the number of data packets dropped for minor
sequence number mismatch. This error may indicate a replay
attack.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.20 |
wfWepVcEncryptedBytesIndicates the number of bytes encrypted.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.21 |
wfWepVcDecryptedBytesIndicates the number of bytes decrypted.ro Counter .1.3.6.1.4.1.18.3.4.28.3.1.22 |
wfFrVCircuitLETableFrame Relay Circuit link encryption table gives attributs for the link
encryption for virtual circuits. SEQUENCE OF WfFrVCircuitLEEntry .1.3.6.1.4.1.18.3.4.28.4 |
wfFrVCircuitLEEntryAn entry in the Frame Relay Circuit table. An instance exists only if a
corresponding wfFrVCircuitEntry exists (e.g. for that same VC). WfFrVCircuitLEEntry .1.3.6.1.4.1.18.3.4.28.4.1 |
wfFrCircuitLEDeleteCreate/delete parameterrw Enumeration .1.3.6.1.4.1.18.3.4.28.4.1.1 |
wfFrCircuitLEDisableEnable/disable link encryption on this VCro Enumeration .1.3.6.1.4.1.18.3.4.28.4.1.2 |
wfFrCircuitLELineNumberInstance identifier. This is the line number on which the associated Frame
Relay interface resides.ro INTEGER .1.3.6.1.4.1.18.3.4.28.4.1.3 |
wfFrCircuitLELLIndexThe 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.ro INTEGER .1.3.6.1.4.1.18.3.4.28.4.1.4 |
wfFrCircuitLECircuitNumberThe circuit number of this interface.ro INTEGER .1.3.6.1.4.1.18.3.4.28.4.1.5 |
wfFrCircuitLEDlciOne of three instance identifier. This is the Frame Relay 'address'
of the virtual circuit.ro Enumeration .1.3.6.1.4.1.18.3.4.28.4.1.6 |
wfFrCircuitLEStateIndicates the state of the particular virtual circuit.ro Enumeration .1.3.6.1.4.1.18.3.4.28.4.1.7 |
wfFrCircuitLELtsSecretLong-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.ro OCTET STRING .1.3.6.1.4.1.18.3.4.28.4.1.8 |
wfFrCircuitLEMekChangeRateThe rate of change of the n counter in minutes, used in
generating the current master encryption key Kijn.ro INTEGER .1.3.6.1.4.1.18.3.4.28.4.1.9 |
wfPppCircuitLETableThe Wellfleet PPP Circuit Link Encryption Configuration Table contains
attributes for the link encryption mechanism. SEQUENCE OF WfPppCircuitLEEntry .1.3.6.1.4.1.18.3.4.28.5 |
wfPppCircuitLEEntryPer Wellfleet circuit PPP link encryption configuration parameters and
counters. An instance exists only if a corresponding wfPPPCircuitEntry
exists (e.g. for that same circuit). WfPppCircuitLEEntry .1.3.6.1.4.1.18.3.4.28.5.1 |
wfPppCircuitLEDeleteCreate/Delete parameterrw Enumeration .1.3.6.1.4.1.18.3.4.28.5.1.1 |
wfPppCircuitLEDisableEnable/disable link encryption on this circuit.ro Enumeration .1.3.6.1.4.1.18.3.4.28.5.1.2 |
wfPppCircuitLEStatePPP link encryption state variable, Not Present, Init, Down, Upro Enumeration .1.3.6.1.4.1.18.3.4.28.5.1.3 |
wfPppCircuitLECircuitIDcct number for this instancero INTEGER .1.3.6.1.4.1.18.3.4.28.5.1.4 |
wfPppCircuitLELtsSecretLong-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.ro OCTET STRING .1.3.6.1.4.1.18.3.4.28.5.1.5 |
wfPppCircuitLEMekChangeRateThe rate of change of the n counter in minutes, used in
generating the current master encryption key Kijn.ro INTEGER .1.3.6.1.4.1.18.3.4.28.5.1.6 |
wfWepLineEntryA line entry corresponds to a sync line. WfWepLineEntry .wfWepLineTable.1 |
wfWepLineDeleteIndicates whether the instance has been created or deleted.rw Enumeration .wfWepLineTable.1.1 |
wfWepLineDisableIndicates whether the instance has been enabled or disabled.ro Enumeration .wfWepLineTable.1.2 |
wfWepLineLineNumberIndicates the line number of this line entry. This is part
of the instance ID.ro INTEGER .wfWepLineTable.1.3 |
wfWepLineLLIndexIndicates the lower layer index of this line entry. This
is part of the instance ID.ro INTEGER .wfWepLineTable.1.4 |
wfWepLineCipherModeIndicates the encryption mode. This is represented by
the following 'bit mask' values:
DES 40-bit keys 0x20000000
DES 56-bit keys 0x10000000ro Enumeration .wfWepLineTable.1.5 |
wfWepLineTekChangeByteFrequency 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.ro INTEGER .wfWepLineTable.1.6 |
wfWepLineTekChangeTimeFrequency 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.ro INTEGER .wfWepLineTable.1.7 |