MIB Viewer

ipExternDstOp

OBJECT-TYPE
1.3.6.1.4.1.7840.2.1.100.10.1.3.4.1.14
Access
read-write
Status
current
Source
ZELAX-MIB
Sub-identifiers
0
Indicates how a packet's Destination TCP/UDP port number is to be compared. If the numIpExternProtocol object in the same row does not indicate TCP or UDP, this object has to be 'noOperator(0)' and cannot be changed while this row is active, i.e., the value of numIpExternStatus in the same row has the value 'active(1)'. 'noOperator(0)', which is the default value, means that no comparison is to be made with the source TCP/UDP port number. eq(1)means equal, This operators are using the numIpExternDestPort object as an operand which is the only one needed. range(5) 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 numIpExternSrcPort object, and the other operand is the ending port number of the range which the numIpExternDestPortRange object is in. Now support(3)eq,(5)range.
INTEGER{ noOperator(0), eq(1), range(2) }