CIENA-CES-ACCESS-LIST-MIB: View SNMP OID List / Download MIB

VENDOR: CIENA CORPORATION


 Home MIB: CIENA-CES-ACCESS-LIST-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
 cienaCesAccessListMIB 1.3.6.1.4.1.1271.2.1.35
This MIB module defines objects that describe Hardware ACLs (Access Control Lists). The MIB describes different objects that enable the network administrator to remotely view ACL profile/rule, configuration in addition to monitoring ACL rule statistics.
       cienaCesAccessListMIBObjects 1.3.6.1.4.1.1271.2.1.35.1
           cienaCesAclConfiguration 1.3.6.1.4.1.1271.2.1.35.1.1
               cienaCesAclGlobalConfig 1.3.6.1.4.1.1271.2.1.35.1.1.1
                   cienaCesAclAdminStatus 1.3.6.1.4.1.1271.2.1.35.1.1.1.1 cienaglobalstate read-only
Indicates whether the ACL feature is globally enabled or disabled.
                   cienaCesAclFilterMode 1.3.6.1.4.1.1271.2.1.35.1.1.1.2 integer read-only
Indicates which global ACL device mode is currently in use. Enumeration: 'l2l3combo': 1, 'l3only': 2.
                   cienaCesAclNumAclProfileDefs 1.3.6.1.4.1.1271.2.1.35.1.1.1.3 unsigned32 read-only
Indicates the total number of configured ACL profile definitions on the device.
                   cienaCesAclRemainingAclProfileDefs 1.3.6.1.4.1.1271.2.1.35.1.1.1.4 unsigned32 read-only
Indicates the number of remaining ACL profile definitions that can be configured on the device.
                   cienaCesAclNumAclRuleDefs 1.3.6.1.4.1.1271.2.1.35.1.1.1.5 unsigned32 read-only
Indicates the total number of configured ACL rule definitions on the device.
                   cienaCesAclRemainingAclRuleDefs 1.3.6.1.4.1.1271.2.1.35.1.1.1.6 unsigned32 read-only
Indicates the number of remaining ACL rule definitions that can be configured on the device.
               cienaCesAclProfileConfigTable 1.3.6.1.4.1.1271.2.1.35.1.1.2 no-access
A table of ACL profiles configured on the device. Each entry contains the ACL profile configuration data.
                   cienaCesAclProfileConfigTableEntry 1.3.6.1.4.1.1271.2.1.35.1.1.2.1 no-access
An entry containing the ACL profile configuration data.
                       cienaCesAclProfileId 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.1 integer32 no-access
The unique identifier of this ACL profile.
                       cienaCesAclProfileName 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.2 displaystring read-only
The unique name of this ACL profile.
                       cienaCesAclProfileAdminState 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.3 cienaglobalstate read-only
The configured administrative State of the ACL profile.
                       cienaCesAclProfileOperState 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.4 cienaglobalstate read-only
The Operational State of the ACL profile. A profile is operationally enabled if it is administratively enabled and attached to at least one interface. It is otherwise disabled. Note that the ACL feature must also be globally enabled for any profile to be operationally enabled.
                       cienaCesAclProfileDefaultFilterAction 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.5 aclfilteraction read-only
The configured default filter action for this ACL profile.
                       cienaCesAclProfileNumRules 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.6 integer32 read-only
The number of ACL rules configured in this profile. There will always be at least one rule defined in each profile - the default rule.
                       cienaCesAclProfileAttachedInterfaces 1.3.6.1.4.1.1271.2.1.35.1.1.2.1.7 unsigned32 read-only
The number of interfaces to which this profile is attached.
               cienaCesAclRuleConfigTable 1.3.6.1.4.1.1271.2.1.35.1.1.3 no-access
A table of ACL rules configured on the device. Each entry contains the ACL rule configuration data.
                   cienaCesAclRuleConfigTableEntry 1.3.6.1.4.1.1271.2.1.35.1.1.3.1 no-access
An entry containing the ACL rule configuration data.
                       cienaCesAclRulePrecedence 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.1 unsigned32 no-access
The unique precedence value (within the profile) of this ACL rule.
                       cienaCesAclRuleName 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.2 displaystring read-only
The unique name (within the profile) of this ACL rule.
                       cienaCesAclRuleFilterAction 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.3 aclfilteraction read-only
The configured filter action for this ACL rule.
                       cienaCesAclRuleMatchAny 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.4 truthvalue read-only
True if the ACL rule matches any traffic, False otherwise. Matching on any traffic automatically disregards all the remaining fields.
                       cienaCesAclRuleMatchSrcMacAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.5 truthvalue read-only
True if the ACL rule matches on the source MAC address, False otherwise. When True, the cienaCesAclRuleSrcMacAddr and cienaCesAclRuleSrcMacAddrMask fields will contain the source MAC address and mask that are to be matched by this rule.
                       cienaCesAclRuleSrcMacAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.6 macaddress read-only
Contains the source MAC address that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchSrcMacAddr field is set to False.
                       cienaCesAclRuleSrcMacAddrMask 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.7 macaddress read-only
Contains the source MAC address mask that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchSrcMacAddr field is set to False.
                       cienaCesAclRuleMatchDstMacAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.8 truthvalue read-only
True if the ACL rule matches on the destination MAC address, False otherwise. When True, the cienaCesAclRuleDstMacAddr and cienaCesAclRuleDstMacAddrMask fields will contain the destination MAC address and mask that are to be matched by this rule.
                       cienaCesAclRuleDstMacAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.9 macaddress read-only
Contains the destination MAC address that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchDstMacAddr field is set to False.
                       cienaCesAclRuleDstMacAddrMask 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.10 macaddress read-only
Contains the destination MAC address mask that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchDstMacAddr field is set to False.
                       cienaCesAclRuleMatchOuterVid 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.11 truthvalue read-only
True if the ACL rule matches on the outer VID, False otherwise. When True, the cienaCesAclRuleOuterVid and cienaCesAclRuleOuterVidMask fields will contain the outer VID value and mask that are to be matched by this rule.
                       cienaCesAclRuleOuterVid 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.12 unsigned32 read-only
Contains the outer VID that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchOuterVid field is set to False.
                       cienaCesAclRuleOuterVidMask 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.13 unsigned32 read-only
Contains the outer VID mask that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchOuterVid field is set to False.
                       cienaCesAclRuleMatchOuterPcp 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.14 truthvalue read-only
True if the ACL rule matches on the outer PCP, False otherwise. When True, the cienaCesAclRuleOuterPcp and cienaCesAclRuleOuterPcpMask fields will contain the outer PCP value and mask that are to be matched by this rule.
                       cienaCesAclRuleOuterPcp 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.15 unsigned32 read-only
Contains the outer PCP that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchOuterPcp field is set to False.
                       cienaCesAclRuleOuterPcpMask 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.16 unsigned32 read-only
Contains the outer PCP mask that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchOuterPcp field is set to False.
                       cienaCesAclRuleMatchOuterDei 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.17 truthvalue read-only
True if the ACL rule matches on the outer DEI bit, False otherwise. When True, the cienaCesAclRuleOuterDei field will contain the outer DEI value that is to be matched by this rule.
                       cienaCesAclRuleOuterDei 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.18 unsigned32 read-only
Contains the outer DEI bit that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchOuterDei field is set to False.
                       cienaCesAclRuleMatchBaseEtype 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.19 truthvalue read-only
True if the ACL rule matches on the base ethertype, False otherwise. When True, the cienaCesAclRuleBaseEtype field will contain the base ethertype value that is to be matched by this rule.
                       cienaCesAclRuleBaseEtype 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.20 unsigned32 read-only
Contains the base ethertype that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchBaseEtype field is set to False.
                       cienaCesAclRuleMatchSrcIpAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.21 truthvalue read-only
True if the ACL rule matches on the source IP address, False otherwise. When True, the cienaCesAclRuleSrcIpAddrType field will contain the IP address type (IPv4 or IPv6) and the cienaCesAclRuleSrcIpAddr and cienaCesAclRuleSrcIpAddrPrefixLength fields will contain the IP address value and mask that are to be matched by this rule.
                       cienaCesAclRuleSrcIpAddrType 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.22 inetaddresstype read-only
Identifies the address family of the source IP address (IPv4/IPv6). This field is not applicable when the cienaCesAclRuleMatchSrcIpAddr field is set to False
                       cienaCesAclRuleSrcIpAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.23 inetaddress read-only
Contains the source IP address that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchSrcIpAddr field is set to False.
                       cienaCesAclRuleSrcIpAddrPrefixLength 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.24 inetaddressprefixlength read-only
Contains the prefix length of the source IP address that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchSrcIpAddr field is set to False.
                       cienaCesAclRuleMatchDstIpAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.25 truthvalue read-only
True if the ACL rule matches on the destination IP address, False otherwise. When True, the cienaCesAclRuleDstIpAddrType field will contain the IP address type (IPv4 or IPv6) and the cienaCesAclRuleDstIpAddr and cienaCesAclRuleDstIpAddrPrefixLength fields will contain the IP address value and mask that are to be matched by this rule.
                       cienaCesAclRuleDstIpAddrType 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.26 inetaddresstype read-only
Identifies the address family of the destination IP address (IPv4/IPv6). This field is not applicable when the cienaCesAclRuleMatchDstIpAddr field is set to False
                       cienaCesAclRuleDstIpAddr 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.27 inetaddress read-only
Contains the destination IP address that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchDstIpAddr field is set to False.
                       cienaCesAclRuleDstIpAddrPrefixLength 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.28 inetaddressprefixlength read-only
Contains the prefix length of the destination IP address that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchDstIpAddr field is set to False.
                       cienaCesAclRuleMatchIpProtocol 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.29 truthvalue read-only
True if the ACL rule matches on the IP protocol, False otherwise. When True, the cienaCesAclRuleIpProtocol field will contain the IP protocol value that is to be matched by this rule.
                       cienaCesAclRuleIpProtocol 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.30 unsigned32 read-only
Contains the IP protocol value that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchIpProtocol field is set to False.
                       cienaCesAclRuleMatchDscp 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.31 truthvalue read-only
True if the ACL rule matches on the DSCP value, False otherwise. When True, the cienaCesAclRuleDscp and cienaCesAclRuleDscpMask fields will contain the DSCP value and mask that are to be matched by this rule.
                       cienaCesAclRuleDscp 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.32 unsigned32 read-only
Contains the DSCP value that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchDscp field is set to False.
                       cienaCesAclRuleDscpMask 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.33 unsigned32 read-only
Contains the outer DSCP mask that is to be matched by this rule. This field is not applicable when the cienaCesAclRuleMatchDscp field is set to False.
                       cienaCesAclRuleMatchL4SrcPort 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.34 acll4portmatchtype read-only
Indicates the type of L4 source port matching that the ACL rule is performing. A value of 'any' indicates that the rule matches any L4 source port. A value of 'single' indicates that the rules matches on a single L4 source port specified in the cienaCesAclRuleL4SrcPort field. A value of 'range' indicates that the rule matches on a range of ports, with the cienaCesAclRuleL4SrcPort field specifiying the lower bound and the cienaCesAclRuleL4SrcPortUpper specifying the upper bound of the range.
                       cienaCesAclRuleL4SrcPort 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.35 inetportnumber read-only
Contains the lower bound or single L4 source port value that is to be matched by this rule depending on the value of cienaCesAclRuleMatchL4SrcPort. This field is not applicable when the cienaCesAclRuleMatchL4SrcPort field is set to 'any'.
                       cienaCesAclRuleL4SrcPortUpper 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.36 inetportnumber read-only
Contains the upper bound of the L4 source port range that is to be matched by this rule depending on the value of cienaCesAclRuleMatchL4SrcPort. This field is not applicable when the cienaCesAclRuleMatchL4SrcPort field is set to 'any' or 'single'.
                       cienaCesAclRuleMatchL4DstPort 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.37 acll4portmatchtype read-only
Indicates the type of L4 destination port matching that the ACL rule is performing. A value of 'any' indicates that the rule matches any L4 destination port. A value of 'single' indicates that the rules matches on a single L4 destination port specified in the cienaCesAclRuleL4SrcPort field. A value of 'range' indicates that the rule matches on a range of ports, with the cienaCesAclRuleL4DstPort field specifiying the lower bound and the cienaCesAclRuleL4DstPortUpper specifying the upper bound of the range.
                       cienaCesAclRuleL4DstPort 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.38 inetportnumber read-only
Contains the lower bound or single L4 destination port value that is to be matched by this rule depending on the value of cienaCesAclRuleMatchL4DstPort. This field is not applicable when the cienaCesAclRuleMatchL4DstPort field is set to 'any'.
                       cienaCesAclRuleL4DstPortUpper 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.39 inetportnumber read-only
Contains the upper bound of the L4 destination port range that is to be matched by this rule depending on the value of cienaCesAclRuleMatchL4DstPort. This field is not applicable when the cienaCesAclRuleMatchL4DstPort field is set to 'any' or 'single'.
                       cienaCesAclRuleMatchL4DstProtocol 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.40 acll4dstprotocol read-only
Indicates the L4 destination protocol name that is to be matched by this rule. A value of 'any' indicates that the rule will match any protocol. Note that this field is mutually exclusive with cienaCesAclRuleMatchL4DstPort - i.e. only one of these fields can have a value different from 'any' at a given time.
                       cienaCesAclRuleMatchIpFragment 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.41 aclipfragmentmatchtype read-only
Indicates the type of IP fragment matching that is to be matched by this rule. A value of 'any' indicates that the rule will match both fragmented and non-fragmented packets. A value of 'fragment' indicates that the rule will match only fragmented packets. A value of 'nonfragment' indicates that the rule will match only non-fragmented (head) packets.
                       cienaCesAclRuleMatchTcpFlags 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.42 truthvalue read-only
True if the ACL rule matches on specific TCP Flags, False otherwise. When True, the cienaCesAclRuleTcpFlags field will contain the TCP Flags that are to be matched by this rule.
                       cienaCesAclRuleTcpFlags 1.3.6.1.4.1.1271.2.1.35.1.1.3.1.43 displaystring read-only
Contains a comma-separated uppercase string list of TCP Flags that are to be matched by this rule, i.e. 'SYN,ACK,RST,...'. This field is not applicable when the cienaCesAclRuleMatchTcpFlags field is set to False.
               cienaCesAclProfileAttachmentTable 1.3.6.1.4.1.1271.2.1.35.1.1.4 no-access
A table showing the interface attachments for each profile on the device. Each entry contains the name of the interface and the traffic direction on which the profile is applied.
                   cienaCesAclProfileAttachmentTableEntry 1.3.6.1.4.1.1271.2.1.35.1.1.4.1 no-access
An entry containing the ACL profile attachment data.
                       cienaCesAclInterfaceType 1.3.6.1.4.1.1271.2.1.35.1.1.4.1.1 aclinterfacetype no-access
The type of the interface to which this ACL profile is attached.
                       cienaCesAclInterfaceId 1.3.6.1.4.1.1271.2.1.35.1.1.4.1.2 integer32 no-access
The ID of the interface to which this ACL profile is attached.
                       cienaCesAclInterfaceName 1.3.6.1.4.1.1271.2.1.35.1.1.4.1.3 displaystring read-only
The name of the interface to which this ACL profile is attached.
                       cienaCesAclDirection 1.3.6.1.4.1.1271.2.1.35.1.1.4.1.4 acltrafficdirection read-only
The interface's traffic direction (ingress/egress) on which the ACL profile is applied.
           cienaCesAclStatistics 1.3.6.1.4.1.1271.2.1.35.1.2
               cienaCesAclProfileGlobalRuleStatsTable 1.3.6.1.4.1.1271.2.1.35.1.2.1 no-access
A table of global ACL profile rule statistics. Global ACL profile rule statistics are the aggregate counts of the hit statistics for all instances of the ACL profile's rules.
                   cienaCesAclProfileGlobalRuleStatsTableEntry 1.3.6.1.4.1.1271.2.1.35.1.2.1.1 no-access
An entry containing the ACL profile global rule hit statistics.
                       cienaCesAclGlobalRuleStatsPacketCount 1.3.6.1.4.1.1271.2.1.35.1.2.1.1.1 counter64 read-only
The number of packets that matched this ACL rule.
                       cienaCesAclGlobalRuleStatsByteCount 1.3.6.1.4.1.1271.2.1.35.1.2.1.1.2 counter64 read-only
The number of bytes that matched this ACL rule.
               cienaCesAclProfileRuleInstanceStatsTable 1.3.6.1.4.1.1271.2.1.35.1.2.2 no-access
A table of ACL profile rule instance statistics. These ACL rule hit statistics are specific to the rules applied on the particular interface.
                   cienaCesAclProfileRuleInstanceStatsTableEntry 1.3.6.1.4.1.1271.2.1.35.1.2.2.1 no-access
An entry containing the ACL profile rule instance hit statistics.
                       cienaCesAclRuleInstanceStatsPacketCount 1.3.6.1.4.1.1271.2.1.35.1.2.2.1.1 counter64 read-only
The number of packets that matched this ACL rule instance.
                       cienaCesAclRuleInstanceStatsByteCount 1.3.6.1.4.1.1271.2.1.35.1.2.2.1.2 counter64 read-only
The number of bytes that matched this ACL rule instance.
       cienaCesAccessListMIBConformance 1.3.6.1.4.1.1271.2.1.35.2
           cienaCesAccessListMIBCompliances 1.3.6.1.4.1.1271.2.1.35.2.1
           cienaCesAccessListMIBGroups 1.3.6.1.4.1.1271.2.1.35.2.2