caAclIPV6ACEDestinationPortOperator
CISCO-ACL-MIB ·
.1.3.6.1.4.1.9.9.808.1.1.3.1.14
Object
This object defines the operation to be performed to the layer
destination port field. Source port fields are present only for
IGMP, ICMP, SCTP, TCP, and UDP protocols.
If caAclIPV6ACLProtocol is none of the ones listed above, this
field should set to noOperator(1), which means no comparison
is to be performed.
If this field is set to range(5) then two port numbers are
necessary. I.e., Both caAclIPV6ACLDestinationPort and
caAclIPV6ACLDestinationPortUpper need to be provided.
Context
- MIB
- CISCO-ACL-MIB
- OID
.1.3.6.1.4.1.9.9.808.1.1.3.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- caAclIPV6ACECfgTableEntry
- Groups
- 1
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 'CISCO-ACL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ACL-MIB::caAclIPV6ACEDestinationPortOperator'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ACL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ACL-MIB::caAclIPV6ACEDestinationPortOperator.<caAclIndex>.<caAclAddressType>.<caAclIPV6ACESequenceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ACL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ACL-MIB::caAclIPV6ACEDestinationPortOperator'
Syntax
- Source
- CaAclPortOperator
- Base type
Enumeration
Values & Constraints
Type Values
1 | lt |
2 | gt |
3 | eq |
4 | neq |
5 | range |
Conformance
Member of
Compliance refinements
caAclMIBCompliance
readonly
Write-access is not required.