summaryrefslogtreecommitdiff
path: root/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt')
-rw-r--r--contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt31
1 files changed, 29 insertions, 2 deletions
diff --git a/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt b/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt
index c5a449505c8a0..cfd2bc72f4750 100644
--- a/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt
+++ b/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt
@@ -26,7 +26,7 @@
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-- SUCH DAMAGE.
--
--- $Begemot: bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt,v 1.2 2005/04/26 13:38:01 brandt_h Exp $
+-- $Begemot: bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt,v 1.3 2005/10/04 08:13:41 brandt_h Exp $
--
-- Private MIB for NTP module.
--
@@ -35,11 +35,13 @@ BEGEMOT-NTP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, Counter64
FROM SNMPv2-SMI
+ TruthValue
+ FROM SNMPv2-TC
begemot
FROM BEGEMOT-MIB;
begemotNtp MODULE-IDENTITY
- LAST-UPDATED "200503210000Z"
+ LAST-UPDATED "200509300000Z"
ORGANIZATION "German Aerospace Center"
CONTACT-INFO
" Hartmut Brandt
@@ -114,4 +116,29 @@ begemotNtpStability OBJECT-TYPE
"Current stability in ppm multiplied by 2^32."
::= { begemotNtpObjects 6 }
+begemotNtpJitterThresh OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Jitter trap threshold in seconds multiplied by 2^32."
+ ::= { begemotNtpObjects 7 }
+
+begemotNtpStabilityThresh OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Stability trap threshold in ppm multiplied by 2^32."
+ ::= { begemotNtpObjects 8 }
+
+begemotNtpTrapEnable OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Enables the sending of traps when either the peer is lost/
+ found or one of the above thresholds is crossed."
+ ::= { begemotNtpObjects 9 }
+
END