aclIpAceDestPortOp
ECS3610-MIB ·
.1.3.6.1.4.1.259.10.1.6.1.17.7.1.1.16
Object
column r/w
Enumeration
Indicates how a packet's destination TCP/UDP port number is to be compared. noOperator(1), which is the default value, means that no comparison is to be made with the destination TCP/UDP port number. equal(2), which is used the aclIpAceSourcePortBitmask and the aclIpAceMinDestPort to match against. range(3),which is used the aclIpAceMinDestPort and the aclIpAceMaxDestPort to match against. This object may not be modified if the associated aclIpAceType object is equal to standard(1).
Context
- MIB
- ECS3610-MIB
- OID
.1.3.6.1.4.1.259.10.1.6.1.17.7.1.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- aclIpAceEntry
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 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::aclIpAceDestPortOp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::aclIpAceDestPortOp.<aclIpAceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS3610-MIB::aclIpAceDestPortOp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOperator |
2 | equal |
3 | range |