aclIpAceSourcePortOp
ECS3610-MIB ·
.1.3.6.1.4.1.259.10.1.6.1.17.7.1.1.12
Object
column r/w
Enumeration
Indicates how a packet's source TCP/UDP port number is to be compared. noOperator(1), which is the default value, means no comparison is to be made with the source TCP/UDP port number. equal(2), which is used the aclIpAceSourcePortBitmask and the aclIpAceMinSourcePort to match against. range(3),which is used the aclIpAceMinSourcePort and the aclIpAceMaxSourcePort 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.12- 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::aclIpAceSourcePortOp'
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::aclIpAceSourcePortOp.<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::aclIpAceSourcePortOp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOperator |
2 | equal |
3 | range |