pingPktStepSize

BRCM-PING-MGMT-MIB · .1.3.6.1.4.1.4413.2.2.2.1.1.5.6

Object

scalar r/w bytesInteger32
Specifies the number of bytes by which each subsequent ping packet
is incremented.
          
The step amount can be any number from 0 (which leaves the ping size
constant) up to (2^32 - 1).  Note that after adding the step amount to
the current ping size, if this is greater than the end size, then the
current size will be wrapped around to the start size.
          
If you want to send ping packets of the same size every time, set
the start and end size to be equal, and the step amount to be 0.
          
To do a sweeping ping of every packet size, set start to 64, end to
1518, and step amount to 1.  You can set step amount to -1 to sweep in
the other direction.
          
This object may be changed while a ping is in progress.

Context

MIB
BRCM-PING-MGMT-MIB
OID
.1.3.6.1.4.1.4413.2.2.2.1.1.5.6
Type
scalar
Access
readwrite
Status
current
Units
bytes
Parent
pingMgmt

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-PING-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-PING-MGMT-MIB::pingPktStepSize.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-PING-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-PING-MGMT-MIB::pingPktStepSize'

Syntax

bytesInteger32

Values & Constraints

No enumerated values or constraints recorded.