cienaCesAclRuleMatchL4DstPort
CIENA-CES-ACCESS-LIST-MIB ·
.1.3.6.1.4.1.1271.2.1.35.1.1.3.1.37
Object
column AclL4PortMatchType
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.
Context
- MIB
- CIENA-CES-ACCESS-LIST-MIB
- OID
.1.3.6.1.4.1.1271.2.1.35.1.1.3.1.37- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cienaCesAclRuleConfigTableEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CIENA-CES-ACCESS-LIST-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-ACCESS-LIST-MIB::cienaCesAclRuleMatchL4DstPort'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIENA-CES-ACCESS-LIST-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-ACCESS-LIST-MIB::cienaCesAclRuleMatchL4DstPort.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIENA-CES-ACCESS-LIST-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIENA-CES-ACCESS-LIST-MIB::cienaCesAclRuleMatchL4DstPort'
Syntax
- Source
- AclL4PortMatchType
- Base type
Enumeration
Values & Constraints
Type Values
1 | any |
2 | single |
3 | range |