OID | 1.3.6.1.4.1.9.9.179.1.10.2.1.13 |
Module | CISCO-CATOS-ACL-QOS-MIB (CISCO) |
Nom | caqIpDownloadAceDestPortOp |
Acces | readonly |
Status | current |
Description | 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. |
Syntaxe | Enumeration (1-noOperator, 2-lt, 3-gt, 4-eq, 5-neq, 6-range) |