CISCOSB-IPSTDACL-MIB

File: CISCOSB-IPSTDACL-MIB.mib (11100 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI INET-ADDRESS-MIB
CISCOSB-MIB

Imported symbols

TruthValue TEXTUAL-CONVENTION TimeStamp
DisplayString DateAndTime RowStatus
TimeTicks IpAddress NOTIFICATION-TYPE
MODULE-IDENTITY OBJECT-TYPE Unsigned32
InetAddress InetAddressType InetAddressPrefixLength
InetVersion InetZoneIndex switch001

Defined Types

RlIpStdAclActionType  
ACE action type. Drop action prevents packet forwarding. Permit action allows packet forwarding.
TEXTUAL-CONVENTION    
  INTEGER drop(1), permit(2)  

RlIpStdAclStdClassificationType  
Classification type is used to create ACL rule. ANY type means match all. IPv4 or IPv6 types mean match specified in rlIpStdAclIpAddr field address.
TEXTUAL-CONVENTION    
  INTEGER any(1), ipv4(2), ipv6any(3), ipv6(4)  

RlIpStdAclEntry  
SEQUENCE    
  rlIpStdAclAclName DisplayString
  rlIpStdAclAceIndex INTEGER
  rlIpStdAclSrcClassificationType RlIpStdAclStdClassificationType
  rlIpStdAclSrcIpAddrType InetAddressType
  rlIpStdAclSrcIpAddr InetAddress
  rlIpStdAclSrcPrefLen InetAddressPrefixLength
  rlIpStdAclDstClassificationType RlIpStdAclStdClassificationType
  rlIpStdAclDstIpAddrType InetAddressType
  rlIpStdAclDstIpAddr InetAddress
  rlIpStdAclDstPrefLen InetAddressPrefixLength
  rlIpStdAclAction RlIpStdAclActionType
  rlIpStdAclRowStatus RowStatus

RlIpStdAclNameToIndexEntry  
SEQUENCE    
  rlIpStdAclNameToIndexName DisplayString
  rlIpStdAclNameToIndexIndex INTEGER

RlIpStdPairAclEntry  
SEQUENCE    
  rlIpStdPairAclAclName DisplayString
  rlIpStdPairAclAceIndex INTEGER
  rlIpStdPairAclSrcIpAddrType InetAddressType
  rlIpStdPairAclSrcIpAddr InetAddress
  rlIpStdPairAclSrcPrefLen InetAddressPrefixLength
  rlIpStdPairAclDstIpAddrType InetAddressType
  rlIpStdPairAclDstIpAddr InetAddress
  rlIpStdPairAclDstPrefLen InetAddressPrefixLength
  rlIpStdPairAclAction RlIpStdAclActionType
  rlIpStdPairAclRowStatus RowStatus

Defined Values

rlIpStdAcl 1.3.6.1.4.1.9.6.1.101.207
The private MIB module definition for IP Standard ACL.
MODULE-IDENTITY    

rlIpStdAclTable 1.3.6.1.4.1.9.6.1.101.207.1
The IP Standard ACL table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIpStdAclEntry

rlIpStdAclEntry 1.3.6.1.4.1.9.6.1.101.207.1.1
An entry in the rlIpStdAclTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIpStdAclEntry  

rlIpStdAclAclName 1.3.6.1.4.1.9.6.1.101.207.1.1.1
ACL Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlIpStdAclAceIndex 1.3.6.1.4.1.9.6.1.101.207.1.1.2
ACE index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIpStdAclSrcClassificationType 1.3.6.1.4.1.9.6.1.101.207.1.1.3
Classification type.
Status: current Access: read-write
OBJECT-TYPE    
  RlIpStdAclStdClassificationType  

rlIpStdAclSrcIpAddrType 1.3.6.1.4.1.9.6.1.101.207.1.1.4
The address type of rlIpStdAclIpAddr.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlIpStdAclSrcIpAddr 1.3.6.1.4.1.9.6.1.101.207.1.1.5
IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlIpStdAclSrcPrefLen 1.3.6.1.4.1.9.6.1.101.207.1.1.6
The prefix length of this address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

rlIpStdAclDstClassificationType 1.3.6.1.4.1.9.6.1.101.207.1.1.7
Classification type.
Status: current Access: read-write
OBJECT-TYPE    
  RlIpStdAclStdClassificationType  

rlIpStdAclDstIpAddrType 1.3.6.1.4.1.9.6.1.101.207.1.1.8
The address type of rlIpStdAclIpAddr.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlIpStdAclDstIpAddr 1.3.6.1.4.1.9.6.1.101.207.1.1.9
IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlIpStdAclDstPrefLen 1.3.6.1.4.1.9.6.1.101.207.1.1.10
The prefix length of this address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

rlIpStdAclAction 1.3.6.1.4.1.9.6.1.101.207.1.1.11
Permit or deny action.
Status: current Access: read-write
OBJECT-TYPE    
  RlIpStdAclActionType  

rlIpStdAclRowStatus 1.3.6.1.4.1.9.6.1.101.207.1.1.12
Row status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlIpStdAclFreeAceIndex 1.3.6.1.4.1.9.6.1.101.207.2
Returns free ACE index which could be used in order to create new ACE entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIpStdAclNameToIndexTable 1.3.6.1.4.1.9.6.1.101.207.3
The IP Standard ACL name to index convert table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIpStdAclNameToIndexEntry

rlIpStdAclNameToIndexEntry 1.3.6.1.4.1.9.6.1.101.207.3.1
An entry in the rlIpStdAclNameToIndexTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIpStdAclNameToIndexEntry  

rlIpStdAclNameToIndexName 1.3.6.1.4.1.9.6.1.101.207.3.1.1
ACL Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlIpStdAclNameToIndexIndex 1.3.6.1.4.1.9.6.1.101.207.3.1.2
ACL index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIpStdPairAclTable 1.3.6.1.4.1.9.6.1.101.207.4
The IP Standard Pair ACL table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIpStdPairAclEntry

rlIpStdPairAclEntry 1.3.6.1.4.1.9.6.1.101.207.4.1
An entry in the rlIpStdPairAclTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIpStdPairAclEntry  

rlIpStdPairAclAclName 1.3.6.1.4.1.9.6.1.101.207.4.1.1
ACL Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlIpStdPairAclAceIndex 1.3.6.1.4.1.9.6.1.101.207.4.1.2
ACE index.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIpStdPairAclSrcIpAddrType 1.3.6.1.4.1.9.6.1.101.207.4.1.3
The address type of rlIpStdAclIpAddr.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlIpStdPairAclSrcIpAddr 1.3.6.1.4.1.9.6.1.101.207.4.1.4
IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlIpStdPairAclSrcPrefLen 1.3.6.1.4.1.9.6.1.101.207.4.1.5
The prefix length of this address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

rlIpStdPairAclDstIpAddrType 1.3.6.1.4.1.9.6.1.101.207.4.1.6
The address type of rlIpStdAclIpAddr.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlIpStdPairAclDstIpAddr 1.3.6.1.4.1.9.6.1.101.207.4.1.7
IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlIpStdPairAclDstPrefLen 1.3.6.1.4.1.9.6.1.101.207.4.1.8
The prefix length of this address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

rlIpStdPairAclAction 1.3.6.1.4.1.9.6.1.101.207.4.1.9
Permit or deny action.
Status: current Access: read-write
OBJECT-TYPE    
  RlIpStdAclActionType  

rlIpStdPairAclRowStatus 1.3.6.1.4.1.9.6.1.101.207.4.1.10
Row status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus