ACC-PING
AI MIB Summary
Standard SNMP MIB module defining data structures for ACC-PING.
17
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
17 total| Object Name |
|---|
accPing OBJECT IDENTIFIER .1.3.6.1.4.1.5.1.1.30 |
IMPORTS Unknown .1.3.6.1.4.1.5.1.1.30 |
accPingDestIP address of the destination
for generated Ping packets.rw IpAddress .1.3.6.1.4.1.5.1.1.30.1 |
accPingReqCntCount of Ping packets left to be
generated. Setting this variable to a nonzero value
causes the Ping generator to be (re)started. Setting
this variable to zero causes the Ping generator to be
stopped.rw INTEGER .1.3.6.1.4.1.5.1.1.30.2 |
accPingDataMinMinimum number of data bytes
included in the Ping packet. The first four bytes
of data always carry a timestamp, the remaining
data is an incrementing byte data pattern.rw INTEGER .1.3.6.1.4.1.5.1.1.30.3 |
accPingDataMaxMaximum number of data bytes
included in the Ping packet. If this value is
greater than accPingDataMin, the data field length
of the Ping packet is a random value between accPingDataMin
and accPingDataMax. Otherwise the data field length
is fixed and specified by accPingDataMin.rw INTEGER .1.3.6.1.4.1.5.1.1.30.4 |
accPingTimeMinTime (seconds) to delay before
generating the next Ping packet, after correctly
receiving the expected Ping response for the previously
generated Ping packet.rw INTEGER .1.3.6.1.4.1.5.1.1.30.5 |
accPingTimeMaxTime (seconds) to wait for a
correct Ping response before giving up and generating
the next Ping packet.rw INTEGER .1.3.6.1.4.1.5.1.1.30.6 |
accPingSndPktsNumber of Ping packets
generated since the current Ping activity was initiated.ro Counter .1.3.6.1.4.1.5.1.1.30.7 |
accPingSndBytesNumber of Ping data bytes
generated since the current Ping activity was initiated.ro Counter .1.3.6.1.4.1.5.1.1.30.8 |
accPingRcvPktsNumber of Ping responses
received since the current Ping activity was initiated.ro Counter .1.3.6.1.4.1.5.1.1.30.9 |
accPingRcvBytesNumber of Ping data bytes
received since the current Ping activity was initiated.ro Counter .1.3.6.1.4.1.5.1.1.30.10 |
accPingRcvOKsNumber of correct Ping
responses received since the current Ping activity was
initiated.ro Counter .1.3.6.1.4.1.5.1.1.30.11 |
accPingRcvBadsNumber of incorrect Ping
responses received since the current Ping activity was
initiated.ro Counter .1.3.6.1.4.1.5.1.1.30.12 |
accPingDelayMinMinimum round trip delay, in
milliseconds, experienced by the Ping packet and
the Ping response.ro INTEGER .1.3.6.1.4.1.5.1.1.30.13 |
accPingDelayMaxMaximum round trip delay, in
milliseconds, experienced by the Ping packet and
the Ping response.ro INTEGER .1.3.6.1.4.1.5.1.1.30.14 |
accPingDelayAvgAverage round trip delay, in
milliseconds, experienced by the Ping packet and
the Ping response.ro INTEGER .1.3.6.1.4.1.5.1.1.30.15 |