![]()
|
-- -- Hartmut Brandt -- All rights reserved. -- IMPORTS MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, Counter64 FROM SNMPv2-SMI FROM SNMPv2-TC FROM BEGEMOT-MIB; begemotNtp MODULE-IDENTITY LAST-UPDATED "200509300000Z" " Hartmut Brandt Postal: German Aerospace Center Oberpfaffenhofen 82234 Wessling Germany Fax: +49 8153 28 2843 E-mail: harti@freebsd.org" DESCRIPTION "The MIB for the NTP control module for SNMP." ::= { begemot 201 } begemotNtpObjects OBJECT IDENTIFIER ::= { begemotNtp 1 } begemotNtpHost OBJECT-TYPE SYNTAX OCTET STRING "The name of the host where the NTP daemon is running that is to be connected." ::= { begemotNtpObjects 1 } begemotNtpPort OBJECT-TYPE SYNTAX OCTET STRING "The port of the host where the NTP daemon is running that is to be connected." ::= { begemotNtpObjects 2 } begemotNtpTimeout OBJECT-TYPE SYNTAX TimeTicks "The number of ticks to wait for the response from the NTP daemon to complete." ::= { begemotNtpObjects 3 } begemotNtpDebug OBJECT-TYPE SYNTAX Unsigned32 "Debug flags. The following flags are currently used: 0x01 - produce a dump of all received/sent NTP packets. 0x02 - print the variable names and values return by the daemon Other bits are ignored." ::= { begemotNtpObjects 4 } begemotNtpJitter OBJECT-TYPE SYNTAX Counter64 "Current jitter in seconds multiplied by 2^32." ::= { begemotNtpObjects 5 } begemotNtpStability OBJECT-TYPE SYNTAX Counter64 "Current stability in ppm multiplied by 2^32." ::= { begemotNtpObjects 6 } begemotNtpJitterThresh OBJECT-TYPE SYNTAX Counter64 "Jitter trap threshold in seconds multiplied by 2^32." ::= { begemotNtpObjects 7 } begemotNtpStabilityThresh OBJECT-TYPE SYNTAX Counter64 "Stability trap threshold in ppm multiplied by 2^32." ::= { begemotNtpObjects 8 } begemotNtpTrapEnable OBJECT-TYPE SYNTAX TruthValue "Enables the sending of traps when either the peer is lost/ found or one of the above thresholds is crossed." ::= { begemotNtpObjects 9 } END |