ASCEND-MIBIKE-MIB

File: ASCEND-MIBIKE-MIB.mib (5539 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibmibProfIkeEntry  
SEQUENCE    
  mibProfIke-IkeProtectionSuiteName DisplayString
  mibProfIke-Phase1Mode INTEGER
  mibProfIke-EncryptionAlgorithm INTEGER
  mibProfIke-HashAlgorithm INTEGER
  mibProfIke-AuthenticationMethod INTEGER
  mibProfIke-DiffieHellmanGroup INTEGER
  mibProfIke-SaLife-TimeLimit INTEGER
  mibProfIke-SaLife-SizeLimit INTEGER
  mibProfIke-SaLife-AnticipateRekey INTEGER
  mibProfIke-SaLife-LifeNegotiationFallback INTEGER
  mibProfIke-SaLife-IdleTimeout INTEGER
  mibProfIke-SaLimit INTEGER
  mibProfIke-Next DisplayString
  mibProfIke-Action-o INTEGER

Defined Values

mibmibProfIke 1.3.6.1.4.1.529.23.165
OBJECT IDENTIFIER    

mibmibProfIkeTable 1.3.6.1.4.1.529.23.165.1
A list of mibmibProfIke profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibmibProfIkeEntry

mibmibProfIkeEntry 1.3.6.1.4.1.529.23.165.1.1
A mibmibProfIke entry containing objects that maps to the parameters of mibmibProfIke profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibmibProfIkeEntry  

mibProfIke-IkeProtectionSuiteName 1.3.6.1.4.1.529.23.165.1.1.1
The name of this IKE protection suite.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mibProfIke-Phase1Mode 1.3.6.1.4.1.529.23.165.1.1.2
IKE Phase 1 mode, for ISAKMP Security Association establishment.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER main(1), aggressive(2)  

mibProfIke-EncryptionAlgorithm 1.3.6.1.4.1.529.23.165.1.1.3
Encryption algorithm to be used by IKE.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER desCbc(1), n-3desCbc(2)  

mibProfIke-HashAlgorithm 1.3.6.1.4.1.529.23.165.1.1.4
Hash algorithm to be used by IKE.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER md5(1), sha(2), tiger(3)  

mibProfIke-AuthenticationMethod 1.3.6.1.4.1.529.23.165.1.1.5
Authentication method for ISAKMP messages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER presharedKey(1)  

mibProfIke-DiffieHellmanGroup 1.3.6.1.4.1.529.23.165.1.1.6
Diffie-Hellman group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER n-1(1), n-2(2)  

mibProfIke-SaLife-TimeLimit 1.3.6.1.4.1.529.23.165.1.1.7
Lifetime of the SA in seconds. The SA will expire at the end of the lifetime. The value of 0 disables the timer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mibProfIke-SaLife-SizeLimit 1.3.6.1.4.1.529.23.165.1.1.8
Maximum number of kilobytes (KB) covered by the SA before it expires. The value of 0 disables the counter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mibProfIke-SaLife-AnticipateRekey 1.3.6.1.4.1.529.23.165.1.1.9
A percentage of lifetime or lifesize to trigger negotiation of a new SA before the old one expires (a.k.a. soft lifetime).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mibProfIke-SaLife-LifeNegotiationFallback 1.3.6.1.4.1.529.23.165.1.1.10
What to do when local policy requires a shorter life than what is proposed by SA initiator. Applies to IPSec SAs only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fail(1), complete(2), notification(3)  

mibProfIke-SaLife-IdleTimeout 1.3.6.1.4.1.529.23.165.1.1.11
SA lifetime without traffic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mibProfIke-SaLimit 1.3.6.1.4.1.529.23.165.1.1.12
Maximum number of IPSec SAs that can be negotiated under cover of the IKE SA before it expires. The value of 0 disables the limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mibProfIke-Next 1.3.6.1.4.1.529.23.165.1.1.13
The name of the next IKE protection suite.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

mibProfIke-Action-o 1.3.6.1.4.1.529.23.165.1.1.14
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)