CIENA-CES-ACL-MIB: View SNMP OID List / Download MIB

VENDOR: CIENA CORPORATION


 Home MIB: CIENA-CES-ACL-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
 cienaCesAclMIB 1.3.6.1.4.1.1271.2.1.25
This module defines the ACL details and the associated notifications.
       cienaCesAclMIBObjects 1.3.6.1.4.1.1271.2.1.25.1
           cienaCesAclGlobal 1.3.6.1.4.1.1271.2.1.25.1.1
               cienaCesAclAdminState 1.3.6.1.4.1.1271.2.1.25.1.1.1 cienaglobalstate read-only
This object indicates the global IP ACL state.
               cienaCesAclCacheHit 1.3.6.1.4.1.1271.2.1.25.1.1.2 counter32 read-only
This object indicates the number of lookups satisfied by a cache hit.
               cienaCesAclNoHit 1.3.6.1.4.1.1271.2.1.25.1.1.3 counter32 read-only
This object indicates the number of lookups that failed because the source ip address did not match a table entry.
               cienaCesAclBadPort 1.3.6.1.4.1.1271.2.1.25.1.1.4 counter32 read-only
This object indicates the number of lookups that failed because the ingress port was disallowed by a table entry.
               cienaCesAclBadDscp 1.3.6.1.4.1.1271.2.1.25.1.1.5 counter32 read-only
This object indicates the number of lookups that failed because the ingress DSCP value was disallowed by a table entry.
               cienaCesAclOperState 1.3.6.1.4.1.1271.2.1.25.1.1.6 cienaglobalstate read-only
This object indicates the current operational state of the IP ACL system.
               cienaCesAclInUseEntries 1.3.6.1.4.1.1271.2.1.25.1.1.7 counter32 read-only
This object indicates the number of IP ACL rules that are currently configured.
               cienaCesAclMaxEntries 1.3.6.1.4.1.1271.2.1.25.1.1.8 counter32 read-only
This object indicates the maximum number of IP ACL rules that can be configured.
               cienaCesAclBadProtocol 1.3.6.1.4.1.1271.2.1.25.1.1.9 counter32 read-only
This object indicates the number of lookups that failed because protocol didn't match protocol allowed for matching src/dst subnet
           cienaCesAclRules 1.3.6.1.4.1.1271.2.1.25.1.2
               cienaCesAclTable 1.3.6.1.4.1.1271.2.1.25.1.2.1 no-access
The (conceptual) table listing the parameters for the IP ACL table.
                   cienaCesAclEntry 1.3.6.1.4.1.1271.2.1.25.1.2.1.1 no-access
An entry (conceptual row) in the cienaCesAclTable.
                       cienaCesAclEntryInetAddrType 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.1 inetaddresstype no-access
This object indicates the IP network type which will be authorized. This OID specifies the Inet address type of the OIDs cienaCesAclEntryInetAddr and cienaCesAclEntryInetPrefixLength. When representing: ipv4 : cienaCesAclEntryInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : cienaCesAclEntryInetAddr should be compliant with InetAddressIPv6 from RFC 4001
                       cienaCesAclEntryInetAddr 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.2 inetaddress read-only
This object indicates the source IP network address that will be authorized. This OID should be used in conjunction with cienaCesAclEntryInetAddrType and should be compliant with RFC 4001 InetAddressType.
                       cienaCesAclEntryInetPrefixLength 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.3 inetaddressprefixlength no-access
This object indicates the prefix length for the source IP network that will be authorized. This OID should be used in conjunction with cienaCesAclEntryInetAddrType.
                       cienaCesAclEntryHits 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.4 counter32 read-only
This object indicates the number of lookups that matched the table entry.
                       cienaCesAclEntryBadPort 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.5 counter32 read-only
This object indicates the number of lookups that failed because the ingress port was disallowed by the table entry.
                       cienaCesAclEntryDscpMask 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.6 octet string read-only
This object indicates the DSCP values for which IP packets are allowed to ingress. The mask is big endian and each bit, numbered from 0 to 63, represents a DSCP value numbered from 0 to 63. A value of 0xFFFFFFFFFFFFFFFF may be used to specify all.
                       cienaCesAclEntryBadDscp 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.7 counter32 read-only
This object indicates the number of lookups that failed because the ingress DSCP value was disallowed by the table entry.
                       cienaCesAclEntryPortBitMask 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.8 octet string read-only
This object indicates the physical ports on which frames will be allowed to ingress from. The mask is big endian and each bit, numbered from 0 to 63, represents a physical port numbered from 1 to 64. A value of 0xFFFFFFFFFFFFFFFF may be used to specify all ports.
                       cienaCesAclEntryNotifInetAddrType 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.9 inetaddresstype read-only
This object indicates the IP network type which will be authorized. This OID specifies the Inet address type of the OIDs cienaCesAclEntryNotifInetAddr and cienaCesAclEntryNotifInetPrefixLength. When representing: ipv4 : cienaCesAclEntryInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : cienaCesAclEntryInetAddr should be compliant with InetAddressIPv6 from RFC 4001
                       cienaCesAclEntryNotifInetAddr 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.10 inetaddress read-only
This object indicates the IP network address that will be authorized. This OID should be used in conjunction with cienaCesAclEntryNotifInetAddrType and should be compliant with RFC 4001 InetAddressType.
                       cienaCesAclEntryNotifInetPrefixLength 1.3.6.1.4.1.1271.2.1.25.1.2.1.1.11 inetaddressprefixlength read-only
This object indicates the prefix length for the IP network that will be authorized. This OID should be used in conjunction with cienaCesAclEntryNotifInetAddrType.
               cienaCesExtAclTable 1.3.6.1.4.1.1271.2.1.25.1.2.2 no-access
The (conceptual) table listing the parameters for the extended IP ACL table.
                   cienaCesExtAclEntry 1.3.6.1.4.1.1271.2.1.25.1.2.2.1 no-access
An entry (conceptual row) in the cienaCesExtAclTable.
                       cienaCesExtAclEntrySrcInetAddrType 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.1 inetaddresstype no-access
This object indicates the IP network type which will be authorized. This OID specifies the Inet address type of the OIDs cienaCesExtAclEntrySrcInetAddr and cienaCesExtAclEntrySrcInetPrefixLen. When representing: ipv4 : cienaCesExtAclEntrySrcInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : cienaCesExtAclEntrySrcInetAddr should be compliant with InetAddressIPv6 from RFC 4001
                       cienaCesExtAclEntrySrcInetAddr 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.2 inetaddress no-access
This object indicates the source IP network address that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntrySrcInetAddrType and should be compliant with RFC 4001 InetAddressType.
                       cienaCesExtAclEntrySrcInetPrefixLen 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.3 inetaddressprefixlength no-access
This object indicates the prefix length for the source IP network that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntrySrcInetAddrType.
                       cienaCesExtAclEntryDstInetAddrType 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.4 inetaddresstype no-access
This object indicates the IP network type which will be authorized. This OID specifies the Inet address type of the OIDs cienaCesExtAclEntryDstInetAddr and cienaCesExtAclEntryDstInetPrefixLen. When representing: ipv4 : cienaCesExtAclEntryDstInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : cienaCesExtAclEntryDstInetAddr should be compliant with InetAddressIPv6 from RFC 4001
                       cienaCesExtAclEntryDstInetAddr 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.5 inetaddress no-access
This object indicates the destination IP network address that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntryDstInetAddrType and should be compliant with RFC 4001 InetAddressType.
                       cienaCesExtAclEntryDstInetPrefixLen 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.6 inetaddressprefixlength no-access
This object indicates the prefix length for the destination IP network that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntryDstInetAddrType.
                       cienaCesExtAclEntryNotifSrcInetAddrType 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.7 inetaddresstype read-only
Duplicate of cienaCesExtAclEntrySrcInetAddrType for display purposes. This object indicates the IP network type which will be authorized. This OID specifies the Inet address type of the OIDs cienaCesExtAclEntrySrcInetAddr and cienaCesExtAclEntrySrcInetPrefixLen. When representing: ipv4 : cienaCesExtAclEntrySrcInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : cienaCesExtAclEntrySrcInetAddr should be compliant with InetAddressIPv6 from RFC 4001
                       cienaCesExtAclEntryNotifSrcInetAddr 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.8 inetaddress read-only
Duplicate of cienaCesExtAclEntrySrcInetAddr for display purposes. This object indicates the source IP network address that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntryNotifSrcInetAddrType and should be compliant with RFC 4001 InetAddressType.
                       cienaCesExtAclEntryNotifSrcInetPrefixLen 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.9 inetaddressprefixlength read-only
Duplicate of cienaCesExtAclEntrySrcInetPrefixLen for display purposes. This object indicates the prefix length for the source IP network that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntryNotifSrcInetAddrType.
                       cienaCesExtAclEntryNotifDstInetAddrType 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.10 inetaddresstype read-only
Duplicate of cienaCesExtAclEntryDstInetAddrType for display purposes. This object indicates the IP network type which will be authorized. This OID specifies the Inet address type of the OIDs cienaCesExtAclEntryNotifDstInetAddr and cienaCesExtAclEntryNotifDstInetPrefixLen. When representing: ipv4 : cienaCesExtAclEntryNotifDstInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : cienaCesExtAclEntryNotifDstInetAddr should be compliant with InetAddressIPv6 from RFC 4001
                       cienaCesExtAclEntryNotifDstInetAddr 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.11 inetaddress read-only
Duplicate of cienaCesExtAclEntryDstInetAddr for display purposes. This object indicates the destination IP network address that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntryNotifDstInetAddrType and should be compliant with RFC 4001 InetAddressType.
                       cienaCesExtAclEntryNotifDstInetPrefixLen 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.12 inetaddressprefixlength read-only
Duplicate of cienaCesExtAclEntryDstInetPrefixLen for display purposes. This object indicates the prefix length for the destination IP network that will be authorized. This OID should be used in conjunction with cienaCesExtAclEntryNotifDstInetAddrType.
                       cienaCesExtAclEntryHits 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.13 counter32 read-only
This object indicates the number of lookups that matched the table entry.
                       cienaCesExtAclEntryBadPort 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.14 counter32 read-only
This object indicates the number of lookups that failed because the ingress port was disallowed by the table entry.
                       cienaCesExtAclEntryDscpMask 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.15 octet string read-only
This object indicates the DSCP values for which IP packets are allowed to ingress. The mask is big endian and each bit, numbered from 0 to 63, represents a DSCP value numbered from 0 to 63. A value of 0xFFFFFFFFFFFFFFFF may be used to specify all.
                       cienaCesExtAclEntryBadDscp 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.16 counter32 read-only
This object indicates the number of lookups that failed because the ingress DSCP value was disallowed by the table entry.
                       cienaCesExtAclEntryPortBitMask 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.17 octet string read-only
This object indicates the physical ports on which frames will be allowed to ingress from. The mask is big endian and each bit, numbered from 0 to 63, represents a physical port numbered from 1 to 64. A value of 0xFFFFFFFFFFFFFFFF may be used to specify all ports.
                       cienaCesExtAclEntryProtocol 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.18 bits read-only
List of protocols allowed for the ACL entry. Bits: 'udp': 2, 'icmp': 0, 'all': 15, 'tcp': 1.
                       cienaCesExtAclEntryBadProtocol 1.3.6.1.4.1.1271.2.1.25.1.2.2.1.19 counter32 read-only
This object indicates the number of lookups that failed because the protocol value did't match what was in the ACL entry with IP address(es) matching
       cienaCesAclMIBConformance 1.3.6.1.4.1.1271.2.1.25.3
           cienaCesAclMIBCompliances 1.3.6.1.4.1.1271.2.1.25.3.1
           cienaCesAclMIBGroups 1.3.6.1.4.1.1271.2.1.25.3.2