caAclIPV6ACESourcePortOperator
CISCO-ACL-MIB ·
.1.3.6.1.4.1.9.9.808.1.1.3.1.7
Object
This object defines the operation to be performed to the layer
source port field. Source port fields are present only for
IGMP, ICMP, SCTP, TCP, and UDP protocols.
If caAclIPV6ACLProtocol is none of the ones listed above, this
field should set to noOperator(1), which means not comparison
is to be performed.
If this field is set to range(5) then two port numbers are
necessary. I.e., Both caAclIPV6ACLSourcePort and
caAclIPV6ACLSourcePortUpper need to be provided.
Context
- MIB
- CISCO-ACL-MIB
- OID
.1.3.6.1.4.1.9.9.808.1.1.3.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- caAclIPV6ACECfgTableEntry
- Groups
- 1
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 'CISCO-ACL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ACL-MIB::caAclIPV6ACESourcePortOperator'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ACL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ACL-MIB::caAclIPV6ACESourcePortOperator.<caAclIndex>.<caAclAddressType>.<caAclIPV6ACESequenceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ACL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ACL-MIB::caAclIPV6ACESourcePortOperator'
Syntax
- Source
- CaAclPortOperator
- Base type
Enumeration
Values & Constraints
Type Values
1 | lt |
2 | gt |
3 | eq |
4 | neq |
5 | range |
Conformance
Member of
Compliance refinements
caAclMIBCompliance
readonly
Write-access is not required.