ASCEND-MIBTACL-MIB

File: ASCEND-MIBTACL-MIB.mib (4443 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibtaclProfileEntry  
SEQUENCE    
  taclProfile-Index-o INTEGER
  taclProfile-EnablePermit INTEGER
  taclProfile-Action-o INTEGER

MibtaclProfile-PermitListEntry  
SEQUENCE    
  taclProfile-PermitList-Index-o INTEGER
  taclProfile-PermitList-Index1-o INTEGER
  taclProfile-PermitList-ValidEntry INTEGER
  taclProfile-PermitList-SourceAddress IpAddress
  taclProfile-PermitList-SourceAddressMask IpAddress

Defined Values

mibtaclProfile 1.3.6.1.4.1.529.23.128
OBJECT IDENTIFIER    

mibtaclProfileTable 1.3.6.1.4.1.529.23.128.1
A list of mibtaclProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibtaclProfileEntry

mibtaclProfileEntry 1.3.6.1.4.1.529.23.128.1.1
A mibtaclProfile entry containing objects that maps to the parameters of mibtaclProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibtaclProfileEntry  

taclProfile-Index-o 1.3.6.1.4.1.529.23.128.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

taclProfile-EnablePermit 1.3.6.1.4.1.529.23.128.1.1.2
When TRUE, the permit-list is used, when FALSE, the permit-list is skipped when filtering.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

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

mibtaclProfile-PermitListTable 1.3.6.1.4.1.529.23.128.2
A list of mibtaclProfile__permit_list profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibtaclProfile-PermitListEntry

mibtaclProfile-PermitListEntry 1.3.6.1.4.1.529.23.128.2.1
A mibtaclProfile__permit_list entry containing objects that maps to the parameters of mibtaclProfile__permit_list profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibtaclProfile-PermitListEntry  

taclProfile-PermitList-Index-o 1.3.6.1.4.1.529.23.128.2.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

taclProfile-PermitList-Index1-o 1.3.6.1.4.1.529.23.128.2.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

taclProfile-PermitList-ValidEntry 1.3.6.1.4.1.529.23.128.2.1.3
When TRUE, this entry is used, when FALSE, this entry is skipped when filtering.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

taclProfile-PermitList-SourceAddress 1.3.6.1.4.1.529.23.128.2.1.4
A value to compare with the masked source addresses.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

taclProfile-PermitList-SourceAddressMask 1.3.6.1.4.1.529.23.128.2.1.5
A mask to apply to a source address before comparison.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress