UM-PINGER-MIB DEFINITIONS ::= BEGIN IMPORTS experimental, Gauge FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212; Percentage ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-4" STATUS current DESCRIPTION "Percentage as a fixed-point integer with four decimals" SYNTAX INTEGER (0..1000000) umPinger OBJECT IDENTIFIER ::= { experimental 1001 } umPingerCheckFrom OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS current DESCRIPTION "Timestamp of the monitoring period start." ::= { umPinger 1 } umPingerCheckLast OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS current DESCRIPTION "Timestamp of the last ping." ::= { umPinger 2 } umPingerTimeTotal OBJECT-TYPE SYNTAX Integer32 UNITS "s" ACCESS read-only STATUS current DESCRIPTION "Total number of seconds the router is monitored." ::= { umPinger 3 } umPingerTimeUp OBJECT-TYPE SYNTAX Integer32 UNITS "s" ACCESS read-only STATUS current DESCRIPTION "Total number of seconds the router was running (uptime)." ::= { umPinger 4 } umPingerTimeOnline OBJECT-TYPE SYNTAX Integer32 UNITS "s" ACCESS read-only STATUS current DESCRIPTION "Total number of seconds the router was online." ::= { umPinger 5 } umPingerPctUp OBJECT-TYPE SYNTAX Percentage UNITS "%" ACCESS read-only STATUS current DESCRIPTION "Percentage of the total monitoring time for which the router was running." ::= { umPinger 6 } umPingerPctOnline OBJECT-TYPE SYNTAX Percentage UNITS "%" ACCESS read-only STATUS current DESCRIPTION "Percentage of the total monitoring time for which the router was online." ::= { umPinger 7 } umPingerTotalTx OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "The total amount of pings sent during the entire monitoring period." ::= { umPinger 8 } umPingerTotalRx OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "The total amount of received correct replies to pings sent during the entire monitoring period." ::= { umPinger 9 } umPingerTotalLost OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "The total amount of lost replies to pings sent during the entire monitoring period." ::= { umPinger 10 } umPingerTotalPctRx OBJECT-TYPE SYNTAX Percentage UNITS "%" ACCESS read-only STATUS current DESCRIPTION "Percentage of correct replies to pings sent during the entire monitoring period." ::= { umPinger 11 } umPingerTotalPctLost OBJECT-TYPE SYNTAX Percentage UNITS "%" ACCESS read-only STATUS current DESCRIPTION "Percentage of lost replies to pings sent during the entire monitoring period." ::= { umPinger 12 } umPingerTotalMinLatency OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The minimum latency (in microseconds) of the entire monitoring period. Lost packets do not affect this value." ::= { umPinger 13 } umPingerTotalMaxLatency OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The maximum latency (in microseconds) of the entire monitoring period. Lost packets do not affect this value." ::= { umPinger 14 } umPingerTotalAvgLatency OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The average latency (in microseconds) of the entire monitoring period. Lost packets do not affect this value." ::= { umPinger 15 } umPingerTotalJitter OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The jitter (in microseconds) of the entire monitoring period. Lost packets do not affect this value." ::= { umPinger 16 } umPingerCurRx OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "The amount of received correct replies to pings of the short-term period." ::= { umPinger 17 } umPingerCurLost OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "The amount of lost replies to pings of the short-term period." ::= { umPinger 18 } umPingerCurPctRx OBJECT-TYPE SYNTAX Percentage UNITS "%" ACCESS read-only STATUS current DESCRIPTION "Percentage of received correct replies to pings of the short-term period." ::= { umPinger 19 } umPingerCurPctLost OBJECT-TYPE SYNTAX Percentage UNITS "%" ACCESS read-only STATUS current DESCRIPTION "Percentage of lost replies to pings of the short-term period." ::= { umPinger 20 } umPingerCurMinLatency OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The minimum latency (in microseconds) of the short-term period. Lost packets do not affect this value." ::= { umPinger 21 } umPingerCurMaxLatency OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The maximum latency (in microseconds) of the short-term period. Lost packets do not affect this value." ::= { umPinger 22 } umPingerCurAvgLatency OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The average latency (in microseconds) of the short-term period. Lost packets do not affect this value." ::= { umPinger 23 } umPingerCurJitter OBJECT-TYPE SYNTAX Gauge32 UNITS "μs" ACCESS read-only STATUS current DESCRIPTION "The jitter (in microseconds) of the short-term period. Lost packets do not affect this value." ::= { umPinger 24 } END