pingTimeout
BRCM-PING-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.1.5.8
Object
scalar r/w
millisecondsInteger32
Allows the client to set the amount of time (in milliseconds) that the
device should wait for a reply after sending a ping.
If set to any non-negative value, then the device will send a ping and
wait for a response for the specified amount of time. Event if
set to 0, the thread will check for and process a reply packet.
If set to -1, then the device will not wait at all, and won't even
check for any replies.
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.8- Type
- scalar
- Access
- readwrite
- Status
- current
- Units
- milliseconds
- Parent
- pingMgmt
Net-SNMP examples
How SNMP and these commands workScalars 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::pingTimeout.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::pingTimeout'
Syntax
millisecondsInteger32
Values & Constraints
No enumerated values or constraints recorded.