diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/junose/Juniper-System-Clock-CONF | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/junose/Juniper-System-Clock-CONF')
| -rw-r--r-- | MIBS/junose/Juniper-System-Clock-CONF | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/MIBS/junose/Juniper-System-Clock-CONF b/MIBS/junose/Juniper-System-Clock-CONF new file mode 100644 index 0000000..7401fe5 --- /dev/null +++ b/MIBS/junose/Juniper-System-Clock-CONF @@ -0,0 +1,144 @@ + +-- ***************************************************************************** +-- Juniper-System-Clock-CONF +-- +-- SNMP Agent Capabilities definitions for the System Clock MIB. +-- +-- Copyright (c) 2002 Unisphere Networks, Inc. +-- Copyright (c) 2002, 2003 Juniper Networks, Inc. +-- All rights reserved. +-- ***************************************************************************** + +Juniper-System-Clock-CONF DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY + FROM SNMPv2-SMI + AGENT-CAPABILITIES + FROM SNMPv2-CONF + juniAgents + FROM Juniper-Agents; + +juniSysClockAgent MODULE-IDENTITY + LAST-UPDATED "200512141401Z" -- 14-Dec-05 10:01 AM EDT + ORGANIZATION "Juniper Networks, Inc." + CONTACT-INFO + " Juniper Networks, Inc. + Postal: 10 Technology Park Drive + Westford, MA 01886-3146 + USA + Tel: +1 978 589 5800 + E-mail: mib@Juniper.net" + DESCRIPTION + "The agent capabilities definitions for the system clock component of + the SNMP agent in the Juniper E-series family of products." + -- Revision History + REVISION "200512141401Z" -- 14-Dec-05 10:01 AM EDT - JUNOSe 7.0 + DESCRIPTION + "Added rsNtpPeerLastUpdateTime to Peer Table." + REVISION "200309151403Z" -- 15-Sep-03 10:03 AM EDT - JUNOSe 5.0 + DESCRIPTION + "Replaced Unisphere names with Juniper names." + REVISION "200309121439Z" -- 12-Sep-03 10:39 AM EDT - JUNOSe 4.1 + DESCRIPTION + "Added an indicator to stratum number that no stratum is set. + Added traps for significant NTP state changes. + Added replacement clock offset and frequency error objects with + DisplaySting syntax." + REVISION "200204041847Z" -- 04-Apr-02 01:47 PM EST - JUNOSe 4.0 + DESCRIPTION + "The initial release of this management information module." + ::= { juniAgents 52 } + + +-- ***************************************************************************** +-- System Clock SNMP Agent Capabilities definitions +-- ***************************************************************************** +juniSysClockAgentV1 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 1 of the system clock component of the JUNOSe SNMP agent. This + version of the system clock component was supported in JUNOSe 4.0 system + releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the system clock application in + JUNOSe. These capabilities became obsolete when NTP trap support was + added." + SUPPORTS Juniper-System-Clock-MIB + INCLUDES { + juniSysClockTimeGroup, + juniSysClockDstGroup, + juniNtpSysClockGroup, + juniNtpClientGroup, + juniNtpServerGroup, + juniNtpPeersGroup, + juniNtpAccessGroupGroup } + ::= { juniSysClockAgent 1 } + +juniSysClockAgentV2 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 2 of the system clock component of the JUNOSe SNMP agent. This + version of the system clock component was supported in early JUNOSe 4.1 + and 5.0 system releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the system clock application in + JUNOSe. These capabilities became obsolete when new frequency and + offset error obejects support were added." + SUPPORTS Juniper-System-Clock-MIB + INCLUDES { + juniSysClockTimeGroup, + juniSysClockDstGroup, + juniNtpSysClockGroup, + juniNtpClientGroup, + juniNtpServerGroup, + juniNtpPeersGroup, + juniNtpAccessGroupGroup, + juniNtpNotificationGroup } + ::= { juniSysClockAgent 2 } + +juniSysClockAgentV3 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 3 of the system clock component of the JUNOSe SNMP agent. This + version of the system clock component is supported in JUNOSe 4.1.2, + 5.0.2 and subsequent system releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the system clock application in + JUNOSe." + SUPPORTS Juniper-System-Clock-MIB + INCLUDES { + juniSysClockTimeGroup, + juniSysClockDstGroup, + juniNtpSysClockGroup2, + juniNtpClientGroup, + juniNtpServerGroup, + juniNtpPeersGroup, + juniNtpAccessGroupGroup, + juniNtpNotificationGroup, + juniNtpSysClockDeprecatedGroup } + ::= { juniSysClockAgent 3 } + +juniSysClockAgentV4 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 4 of the system clock component of the JUNOSe SNMP agent. This + version of the system clock component is supported in JUNOSe 7.0 and + subsequent system releases." + STATUS current + DESCRIPTION + "The MIB supported by the SNMP agent for the system clock application in + JUNOSe." + SUPPORTS Juniper-System-Clock-MIB + INCLUDES { + juniSysClockTimeGroup, + juniSysClockDstGroup, + juniNtpSysClockGroup2, + juniNtpClientGroup, + juniNtpServerGroup, + juniNtpPeersGroup1, + juniNtpAccessGroupGroup, + juniNtpNotificationGroup, + juniNtpSysClockDeprecatedGroup } + ::= { juniSysClockAgent 4 } + +END |