ACLEXT-MIB: View SNMP OID List / Download MIB

VENDOR: ARROWPOINT COMMUNICATIONS INC.


 Home MIB: ACLEXT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 apAclExtMib 1.3.6.1.4.1.2467.1.23.1
The MIB module used to describe the ArrowPoint Control List clause table
 apAclExtEnable 1.3.6.1.4.1.2467.1.23.2 integer read-write
The global state of the ACLs, either enabled or disabled Enumeration: 'enable': 1, 'disable': 0.
 apAclExtLogEnable 1.3.6.1.4.1.2467.1.23.3 integer read-write
This MIB is Obsoleted Enumeration: 'enable': 1, 'disable': 0.
 apMainAclTable 1.3.6.1.4.1.2467.1.23.4 no-access
A list of ACLs.
     apMainAclEntry 1.3.6.1.4.1.2467.1.23.4.1 no-access
A set of parameters which describe an access control list.
         apMainAclIndex 1.3.6.1.4.1.2467.1.23.4.1.1 integer32 read-only
The ACL Index
         apMainAclStatus 1.3.6.1.4.1.2467.1.23.4.1.2 rowstatus read-only
Status entry for this row
         apMainAclCountZero 1.3.6.1.4.1.2467.1.23.4.1.3 integer read-only
Reset all clause hit counts for the ACL Enumeration: 'reset': 0.
 apAclTable 1.3.6.1.4.1.2467.1.23.5 no-access
A list of ACL clauses.
     apAclEntry 1.3.6.1.4.1.2467.1.23.5.1 no-access
A set of parameters which describe an access control list clause.
         apAclIndex 1.3.6.1.4.1.2467.1.23.5.1.1 integer32 read-only
The ACL Index
         apAclSubIndex 1.3.6.1.4.1.2467.1.23.5.1.2 integer32 read-only
The ACL Current line Index
         apAclAction 1.3.6.1.4.1.2467.1.23.5.1.3 integer read-only
The ACL Permit or Deny Action Enumeration: 'deny': 2, 'bypass': 3, 'permit': 1.
         apAclProtocol 1.3.6.1.4.1.2467.1.23.5.1.4 integer read-only
The IP Protocol Enumeration: 'udp': 17, 'igp': 9, 'tcp': 6, 'icmp': 1, 'ospf': 89, 'any': 0, 'igmp': 2.
         apAclSourceIpAddr 1.3.6.1.4.1.2467.1.23.5.1.5 ipaddress read-only
The source IP Address
         apAclSourceMask 1.3.6.1.4.1.2467.1.23.5.1.6 ipaddress read-only
The source IP Address Mask
         apAclSourceGroup 1.3.6.1.4.1.2467.1.23.5.1.7 displaystring read-only
The source group name
         apAclDestIpAddr 1.3.6.1.4.1.2467.1.23.5.1.8 ipaddress read-only
The destination IP Address
         apAclDestMask 1.3.6.1.4.1.2467.1.23.5.1.9 ipaddress read-only
The destination IP Address mask
         apAclDestContent 1.3.6.1.4.1.2467.1.23.5.1.10 displaystring read-only
The destination Content Rule name
         apAclPrecedence 1.3.6.1.4.1.2467.1.23.5.1.11 integer32 read-only
The IP precedence field
         apAclTOS 1.3.6.1.4.1.2467.1.23.5.1.12 integer32 read-only
The IP TOS field
         apAclLog 1.3.6.1.4.1.2467.1.23.5.1.13 integer read-only
Log hits on this clause Enumeration: 'enable': 1, 'disable': 2.
         apAclStartTime 1.3.6.1.4.1.2467.1.23.5.1.14 integer32 read-only
Time for this clause to take effect
         apAclStopTime 1.3.6.1.4.1.2467.1.23.5.1.15 integer32 read-only
Time for this clause to cease having an effect
         apAclQOSClass 1.3.6.1.4.1.2467.1.23.5.1.16 integer32 read-only
Log hits on this clause
         apAclSourcePortOperator 1.3.6.1.4.1.2467.1.23.5.1.17 integer read-only
Source Port Operator Enumeration: 'lt': 1, 'gt': 2, 'eq': 3, 'range': 5, 'neq': 4.
         apAclSourcePortStart 1.3.6.1.4.1.2467.1.23.5.1.18 integer32 read-only
Source Port Range Start
         apAclSourcePortEnd 1.3.6.1.4.1.2467.1.23.5.1.19 integer32 read-only
Source Port Range End
         apAclDestPortOperator 1.3.6.1.4.1.2467.1.23.5.1.20 integer read-only
Destination Port Operator Enumeration: 'lt': 1, 'gt': 2, 'eq': 3, 'range': 5, 'neq': 4.
         apAclDestPortEnum 1.3.6.1.4.1.2467.1.23.5.1.21 integer read-only
Destination Port Enumeration Enumeration: 'ftp': 21, 'none': 0, 'http': 80, 'ntp': 123, 'smtp': 25, 'domain': 53, 'telnet': 23, 'gopher': 70, 'bgp': 179, 'ftp-data': 20, 'pop': 110, 'https': 443, 'ldap': 389, 'nntp': 119.
         apAclDestPortStart 1.3.6.1.4.1.2467.1.23.5.1.22 integer32 read-only
Destination Port Range Start
         apAclDestPortEnd 1.3.6.1.4.1.2467.1.23.5.1.23 integer32 read-only
Destination Port Range End
         apAclEnable 1.3.6.1.4.1.2467.1.23.5.1.24 integer read-only
The state of the ACL, either enabled or disabled Enumeration: 'enable': 1, 'disable': 0.
         apAclProtocolNumber 1.3.6.1.4.1.2467.1.23.5.1.25 integer32 read-only
The IP Protocol
         apAclStatus 1.3.6.1.4.1.2467.1.23.5.1.26 rowstatus read-only
Status entry for this row
         apAclPreferredService 1.3.6.1.4.1.2467.1.23.5.1.27 displaystring read-only
Preferred Service based on hits on this ACL clause
         apAclSourceNQLName 1.3.6.1.4.1.2467.1.23.5.1.28 displaystring read-only
Network Qualifier List used in the source this ACL clause
         apAclDestNQLName 1.3.6.1.4.1.2467.1.23.5.1.29 displaystring read-only
Network Qualifier List used in the source this ACL clause
         apAclCountContentHits 1.3.6.1.4.1.2467.1.23.5.1.30 integer32 read-only
Count of content hits on this ACL clause
         apAclCountRouterHits 1.3.6.1.4.1.2467.1.23.5.1.31 integer32 read-only
Count of router hits on this ACL clause
         apAclCountDNSHits 1.3.6.1.4.1.2467.1.23.5.1.32 integer32 read-only
Count of DNS hits on this ACL clause