hpnicfAcfpRuleTCPFlag

HPN-ICF-ACFP-MIB · .1.3.6.1.4.1.11.2.14.11.15.2.74.1.1.4.1.1.27

Object

column r/w Integer32
TCP Flag.
<0>       don't care for TCP flag to match packets
<1-65535> care for TCP flag to match packets,
          the value is combination of next list.
          URG_VALID (1 << 13)
          URG_SET   (1 << 5)
          ACK_VALID (1 << 12)
          ACK_SET   (1 << 4)
          PSH_VALID (1 << 11)
          PSH_SET   (1 << 3)
          RST_VALID (1 << 10)
          RST_SET   (1 << 2)
          SYN_VALID (1 << 9)
          SYN_SET   (1 << 1)
          FIN_VALID (1 << 8)
          FIN_SET   1
              
Matches the TCP packets with the URG and/or
ACK and/or PSH and/or RST and/or SYN and/or FIN flag,
including the TCP packets of these
types: SYN+ACK, ACK, FIN+ACK, RST, RST+ACK.

Context

MIB
HPN-ICF-ACFP-MIB
OID
.1.3.6.1.4.1.11.2.14.11.15.2.74.1.1.4.1.1.27
Type
column
Access
readwrite
Status
current
Parent
hpnicfAcfpRuleEntry

Walk 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 'HPN-ICF-ACFP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-ACFP-MIB::hpnicfAcfpRuleTCPFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-ACFP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-ACFP-MIB::hpnicfAcfpRuleTCPFlag.<hpnicfAcfpClientID>.<hpnicfAcfpPolicyIndex>.<hpnicfAcfpRuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-ACFP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-ACFP-MIB::hpnicfAcfpRuleTCPFlag'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 0-65535