>> MIB - Management Information Base

>> Table: ipsecAlgorithmTable - (.1.3.6.1.4.1.272.4.26.17.1)

Description: This object contains an IPSec algorithm.

ipsecAlgorithmTable
OIDNameTypeAccess
.1IdENUMR
.3MinKeySizeINTEGERR
.4DefKeySizeINTEGERR
.5MaxKeySizeINTEGERR
.6UseMinKeySizeINTEGERRW
.7UseDefKeySizeINTEGERRW
.8UseMaxKeySizeINTEGERRW

Id
The id of the algorithm.
Possible values:
rijndael(1),	-- AES cipher alg
twofish(2),	-- Twofish cipher alg
blowfish(3),	-- Blowfish cipher alg
cast(4),	-- Cast cipher alg
des3(5),	-- Triple DES cipher alg
des(6),	-- DES cipher alg
null(7)	-- NULL pseudo cipher.
Enumerations:
  • rijndael (1)
  • twofish (2)
  • blowfish (3)
  • cast (4)
  • des3 (5)
  • des (6)
  • null (7)
MinKeySize
The minimum key length possible for this algorithm
unless configured in ipsecAlgUseMinKeySize
DefKeySize
The default key length used for this algorithm 
unless configured in ipsecAlgUseDefKeySize
MaxKeySize
The maximum key length possible for this algorithm
unless configured in ipsecAlgUseMaxKeySize
UseMinKeySize
The minimum key length allowed for this algorithm.
If set to zero or out of range ipsecAlgMinKeySize is assumed.
UseDefKeySize
The default key length used for initiator operation.
If set to zero or out of range ipsecAlgDefKeySize is assumed.
UseMaxKeySize
The maximum key length allowed for this algorithm.
If set to zero or out of range ipsecAlgMaxKeySize is assumed.


Copyright ©2003 by BinTec Access Networks GmbH