ASCEND-MIBIPSECPOLICY-MIB

File: ASCEND-MIBIPSECPOLICY-MIB.mib (3984 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibmibProfIpsecPolicyEntry  
SEQUENCE    
  mibProfIpsecPolicy-PolicyName DisplayString
  mibProfIpsecPolicy-FilterName DisplayString
  mibProfIpsecPolicy-KeyManagement INTEGER
  mibProfIpsecPolicy-IpsecProposals DisplayString
  mibProfIpsecPolicy-PrimaryTunnelAddress IpAddress
  mibProfIpsecPolicy-SecondaryTunnelAddress IpAddress
  mibProfIpsecPolicy-Action-o INTEGER

Defined Values

mibmibProfIpsecPolicy 1.3.6.1.4.1.529.23.167
OBJECT IDENTIFIER    

mibmibProfIpsecPolicyTable 1.3.6.1.4.1.529.23.167.1
A list of mibmibProfIpsecPolicy profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibmibProfIpsecPolicyEntry

mibmibProfIpsecPolicyEntry 1.3.6.1.4.1.529.23.167.1.1
A mibmibProfIpsecPolicy entry containing objects that maps to the parameters of mibmibProfIpsecPolicy profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibmibProfIpsecPolicyEntry  

mibProfIpsecPolicy-PolicyName 1.3.6.1.4.1.529.23.167.1.1.1
The name of this IPSEC Policy.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mibProfIpsecPolicy-FilterName 1.3.6.1.4.1.529.23.167.1.1.2
The name of the Filter containing the IPSec selectors for this Policy. Current IPSec policy will be applied only to the traffic that the filter forwards. Traffic not forwarded by the filter will not necessarily be dropped, it may have a chance to match another policy.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

mibProfIpsecPolicy-KeyManagement 1.3.6.1.4.1.529.23.167.1.1.3
This determines whether static key or dynamic key (IKE) is used for this policy.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), ike(2)  

mibProfIpsecPolicy-IpsecProposals 1.3.6.1.4.1.529.23.167.1.1.4
The name of the IPSEC Protection Suite profile to be used for IPSec SAs negotiation for the traffic encompassed by this policy. This may be a unique proposal or the first element of a list of proposals.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

mibProfIpsecPolicy-PrimaryTunnelAddress 1.3.6.1.4.1.529.23.167.1.1.5
IP address of the primary IPSEC peer (tunnel mode only).
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mibProfIpsecPolicy-SecondaryTunnelAddress 1.3.6.1.4.1.529.23.167.1.1.6
IP address of the secondary IPSEC peer (tunnel mode only).
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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