Observium_CE/mibs/nokia/TIMETRA-SAS-PTP-MIB

104 lines
3.8 KiB
Plaintext

TIMETRA-SAS-PTP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
NOTIFICATION-TYPE, Unsigned32,
Counter32, Integer32 FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP,
NOTIFICATION-GROUP FROM SNMPv2-CONF
TEXTUAL-CONVENTION, RowStatus,
TimeStamp, TruthValue, RowPointer,
DateAndTime FROM SNMPv2-TC
InetAddressType, InetAddress FROM INET-ADDRESS-MIB
timetraSRMIBModules, tmnxSRObjs,
tmnxSRNotifyPrefix, tmnxSRConfs FROM TIMETRA-GLOBAL-MIB
tmnxChassisNotifyChassisId,
tmnxChassisNotifyHwIndex,
tmnxCpmCardEntry,
tmnxCpmCardOscillatorType FROM TIMETRA-CHASSIS-MIB
TmnxAdminState, TmnxOperState,
TItemDescription FROM TIMETRA-TC-MIB
vRtrID FROM TIMETRA-VRTR-MIB
TmnxPtpLogInterval FROM TIMETRA-PTP-MIB
timetraSASObjs, timetraSASNotifyPrefix,
timetraSASConfs, timetraSASModules FROM TIMETRA-SAS-GLOBAL-MIB
;
timetraSASPtpMIBModule MODULE-IDENTITY
LAST-UPDATED "201102010000Z"
ORGANIZATION "Alcatel-Lucent"
CONTACT-INFO
"Alcatel-Lucent SROS Support
Web: http://support.alcatel-lucent.com"
DESCRIPTION
"This document is the SNMP MIB module to manage and provision the
Precision Time Protocol (PTP) components of the Alcatel-Lucent
SROS device as defined in the IEEE Standard for a Precision Clock
Synchronization Protocol for Networked Measurement and Control Systems
(IEEE Std 1588-2008).
Copyright (c) 2011-2012 Alcatel-Lucent. All rights reserved.
Reproduction of this document is authorized on the condition that
the foregoing copyright notice is included.
This SNMP MIB module (Specification) embodies Alcatel-Lucent's
proprietary intellectual property. Alcatel-Lucent retains
all title and ownership in the Specification, including any
revisions.
Alcatel-Lucent grants all interested parties a non-exclusive
license to use and distribute an unmodified copy of this
Specification in connection with management of Alcatel-Lucent
products, and without fee, provided this copyright notice and
license appear on all copies.
This Specification is supplied 'as is', and Alcatel-Lucent
makes no warranty, either express or implied, as to the use,
operation, condition, or performance of the Specification."
--
-- Revision History
--
REVISION "201102010000Z"
DESCRIPTION "Rev 1.0 29 Oct 2012 00:00
Initial release of the TIMETRA-SAS-PTP-MIB."
::= { timetraSASModules 74 }
tmnxSASPtp1588Objs OBJECT IDENTIFIER ::= { timetraSASObjs 74 }
tmnxSASPtpClockConfig OBJECT IDENTIFIER ::= { tmnxSASPtp1588Objs 1 }
tmnxPtpLogSyncInterval OBJECT-TYPE
SYNTAX TmnxPtpLogInterval (-6..-3)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of tmnxPtpLogSyncInterval specifies the
sync/delay_req packet rates"
DEFVAL { -6 }
::= { tmnxSASPtpClockConfig 1 }
tmnxSASPtpGroups OBJECT IDENTIFIER ::= { timetraSASConfs 74 }
tmnxSASPtpV5v0Group OBJECT-GROUP
OBJECTS {
tmnxPtpLogSyncInterval
}
STATUS current
DESCRIPTION
"The group of objects supporting management of transport and
virtual routers on version 5.0 Alcatel 7210 SAS series systems."
::= { tmnxSASPtpGroups 1 }
END