caqIpDownloadAceDestPortOp
CISCO-CATOS-ACL-QOS-MIB ·
.1.3.6.1.4.1.9.9.179.1.10.2.1.13
Object
column
Enumeration
Indicates how a packet's destination TCP/UDP port number is
to be compared.
'noOperator', which is the default value, means that no
comparison is to be made with the destination TCP/UDP port
number.
'lt' means less than.
'gt' means greater than.
'eq' means equal.
'neq' means not equal. Those 4 operators are using the
caqIpDownloadAceDestPort object as an operand which is the
only one needed.
'range' means that it compares the port value between two
numbers, so this operator needs 2 operands. One operand is the
starting port number of the range which is
caqIpDownloadAceDestPort object, and the other operand is the
ending port number of the range which the
caqIpDownloadAceDestPortRange object is in.
Context
- MIB
- CISCO-CATOS-ACL-QOS-MIB
- OID
.1.3.6.1.4.1.9.9.179.1.10.2.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- caqIpDownloadAceEntry
- Table
- caqIpDownloadAceTable
- Siblings
- 20
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOperator |
2 | lt |
3 | gt |
4 | eq |
5 | neq |
6 | range |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| caqIpDownloadAclName The name of a downloaded IP ACL. | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.9.9.179.1.10.2.1.1 |
| caqIpDownloadAceSrcPortRange The source port number of the TCP or UDP protocol. If the
caqIpDownloadAceSrcPortOp object in the same row is 'range',
this object will be the ending port number of the port range… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.4.1.9.9.179.1.10.2.1.10 |
| caqIpDownloadAceDestIp The specified destination IP address. The packet's destination
address is AND-ed with the value of caqIpDownloadAceDestIpMask
and then compared against the value of this object. I… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.179.1.10.2.1.11 |
| caqIpDownloadAceDestIpMask The specified destination IP address mask. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.179.1.10.2.1.12 |
| caqIpDownloadAceDestPort The destination port number of the TCP or UDP protocol.
If the caqIpDownloadAceDestPortOp object in the same row is
'range' this object will be the starting port number of the
por… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.4.1.9.9.179.1.10.2.1.14 |
| caqIpDownloadAceDestPortRange The destination port number of the TCP or UDP protocol.
If the caqIpDownloadAceDestPortOp object in the same row is
'range', this object will be the ending port number of the
port… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.4.1.9.9.179.1.10.2.1.15 |
| caqIpDownloadAceTosMatchCriteria Indicates what field of Tos octet in the packet header
to be matched.
'none' means that there is no need to match the ToS octet.
'matchDscp' means t… | column | Enumeration | .1.3.6.1.4.1.9.9.179.1.10.2.1.16 |
| caqIpDownloadAceIpPrec Specifies the IP precedence value to be matched against.
The value of this object is ignored whenever the value of
caqIpDownloadAceTosMatchCritial object is not 'm… | column | CaqIpPrecedence | .1.3.6.1.4.1.9.9.179.1.10.2.1.17 |
| caqIpDownloadAceDscp Specifies the Dscp value to be matched against.
Packets can be matched to DSCP value from 0 to 63.
The value of this object is ignored whenever the value of
caqIp… | column | CISCO-QOS-PIB-MIBDscp | .1.3.6.1.4.1.9.9.179.1.10.2.1.18 |
| caqIpDnldAcePrtocolMatchCriteria Indicates what field in the packet header for ICMP or IGMP
or TCP protocol to be matched.
'none' means no comparison is to be done for ICMP/TCP.
'ma… | column | Enumeration | .1.3.6.1.4.1.9.9.179.1.10.2.1.19 |
| caqIpDownloadAceIndex The index of an ACE within a downloaded ACL. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.179.1.10.2.1.2 |
| caqIpDownloadAceIcmpType Indicates the message type of ICMP packets. The type is
a number from 0 to 255.
The value of this object is ignored whenever the value of
caqIpDnldAcePrtocolMatch… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.179.1.10.2.1.20 |
| caqIpDownloadAceIcmpCode Indicates the message code of ICMP packets. The code is
a number from 0 to 255.
The value of this object is ignored whenever the value of
caqIpDnldAcePrtocolMatch… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.179.1.10.2.1.21 |
| caqIpDownloadAceMatchedAction Indicates the action to be taken if a packet matches this ACE.
If 'permit' is specified, the matched packet will be allowed
through the device.
If 'd… | column | Enumeration | .1.3.6.1.4.1.9.9.179.1.10.2.1.3 |
| caqIpDownloadAceProtocolType The protocol number field in the IP header used to indicate
the higher layer protocol as specified in RFC 1700. A value
value of 0 matches every IP packet.
For ex… | column | CISCO-TCCiscoIpProtocol | .1.3.6.1.4.1.9.9.179.1.10.2.1.4 |
| caqIpDownloadAceAddrType The type of IP address used by this ACE entry. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.179.1.10.2.1.5 |
| caqIpDownloadAceSrcIp The specified source IP address. The packet's source address
is AND-ed with the value of caqIpDownloadAceSrcIpMask and then
compared against the value of this object. If this obje… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.179.1.10.2.1.6 |
| caqIpDownloadAceSrcIpMask The specified source IP address mask. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.179.1.10.2.1.7 |
| caqIpDownloadAceSrcPortOp Indicates how a packet's source TCP/UDP port number is
to be compared.
'noOperator', which is the default value, means that no
comparison is to be made with the sou… | column | Enumeration | .1.3.6.1.4.1.9.9.179.1.10.2.1.8 |
| caqIpDownloadAceSrcPort The source port number of the TCP or UDP protocol. If the
caqIpDownloadAceSrcPortOp object in the same row is 'range',
this object will be the starting port number of the port
ran… | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.4.1.9.9.179.1.10.2.1.9 |