Deleted Added
full compact
BEGEMOT-NTP-MIB.txt (145557) BEGEMOT-NTP-MIB.txt (150920)
1--
2-- Copyright (c) 2005
3-- Hartmut Brandt
4-- All rights reserved.
5--
6-- Author: Harti Brandt <harti@freebsd.org>
7--
8-- Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27-- SUCH DAMAGE.
28--
1--
2-- Copyright (c) 2005
3-- Hartmut Brandt
4-- All rights reserved.
5--
6-- Author: Harti Brandt <harti@freebsd.org>
7--
8-- Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27-- SUCH DAMAGE.
28--
29-- $Begemot: bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt,v 1.2 2005/04/26 13:38:01 brandt_h Exp $
29-- $Begemot: bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt,v 1.3 2005/10/04 08:13:41 brandt_h Exp $
30--
31-- Private MIB for NTP module.
32--
33BEGEMOT-NTP-MIB DEFINITIONS ::= BEGIN
34
35IMPORTS
36 MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, Counter64
37 FROM SNMPv2-SMI
30--
31-- Private MIB for NTP module.
32--
33BEGEMOT-NTP-MIB DEFINITIONS ::= BEGIN
34
35IMPORTS
36 MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, Counter64
37 FROM SNMPv2-SMI
38 TruthValue
39 FROM SNMPv2-TC
38 begemot
39 FROM BEGEMOT-MIB;
40
41begemotNtp MODULE-IDENTITY
40 begemot
41 FROM BEGEMOT-MIB;
42
43begemotNtp MODULE-IDENTITY
42 LAST-UPDATED "200503210000Z"
44 LAST-UPDATED "200509300000Z"
43 ORGANIZATION "German Aerospace Center"
44 CONTACT-INFO
45 " Hartmut Brandt
46
47 Postal: German Aerospace Center
48 Oberpfaffenhofen
49 82234 Wessling
50 Germany

--- 58 unchanged lines hidden (view full) ---

109begemotNtpStability OBJECT-TYPE
110 SYNTAX Counter64
111 MAX-ACCESS read-only
112 STATUS current
113 DESCRIPTION
114 "Current stability in ppm multiplied by 2^32."
115 ::= { begemotNtpObjects 6 }
116
45 ORGANIZATION "German Aerospace Center"
46 CONTACT-INFO
47 " Hartmut Brandt
48
49 Postal: German Aerospace Center
50 Oberpfaffenhofen
51 82234 Wessling
52 Germany

--- 58 unchanged lines hidden (view full) ---

111begemotNtpStability OBJECT-TYPE
112 SYNTAX Counter64
113 MAX-ACCESS read-only
114 STATUS current
115 DESCRIPTION
116 "Current stability in ppm multiplied by 2^32."
117 ::= { begemotNtpObjects 6 }
118
119begemotNtpJitterThresh OBJECT-TYPE
120 SYNTAX Counter64
121 MAX-ACCESS read-only
122 STATUS current
123 DESCRIPTION
124 "Jitter trap threshold in seconds multiplied by 2^32."
125 ::= { begemotNtpObjects 7 }
126
127begemotNtpStabilityThresh OBJECT-TYPE
128 SYNTAX Counter64
129 MAX-ACCESS read-only
130 STATUS current
131 DESCRIPTION
132 "Stability trap threshold in ppm multiplied by 2^32."
133 ::= { begemotNtpObjects 8 }
134
135begemotNtpTrapEnable OBJECT-TYPE
136 SYNTAX TruthValue
137 MAX-ACCESS read-only
138 STATUS current
139 DESCRIPTION
140 "Enables the sending of traps when either the peer is lost/
141 found or one of the above thresholds is crossed."
142 ::= { begemotNtpObjects 9 }
143
117END
144END