summaryrefslogtreecommitdiff
path: root/MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB')
-rw-r--r--MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB106
1 files changed, 106 insertions, 0 deletions
diff --git a/MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB b/MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB
new file mode 100644
index 0000000..8c6ea9e
--- /dev/null
+++ b/MIBS/ciena/CIENA-WS-PTP-PLUGGABLE-MIB
@@ -0,0 +1,106 @@
+-- This file was automatically generated from ciena-ws-ptp-pluggable.yang. Do not edit.
+
+CIENA-WS-PTP-PLUGGABLE-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ cienaWsConfig
+ FROM CIENA-WS-MIB
+ cwsPtpTxStatusEntry
+ FROM CIENA-WS-PTP-MIB
+ ChannelsNumber, PtpId
+ FROM CIENA-WS-TYPEDEFS-MIB
+ MODULE-COMPLIANCE, OBJECT-GROUP
+ FROM SNMPv2-CONF
+ MODULE-IDENTITY, OBJECT-TYPE
+ FROM SNMPv2-SMI
+ TruthValue
+ FROM SNMPv2-TC;
+
+cienaWsPtpPluggableMIB MODULE-IDENTITY
+ LAST-UPDATED "201702280000Z"
+ ORGANIZATION "Ciena Corporation"
+ CONTACT-INFO "Web URL: http://www.ciena.com/
+Postal: 7035 Ridge Road
+ Hanover, Maryland 21076
+ U.S.A.
+Phone: +1 800-921-1144
+Fax: +1 410-694-5750"
+ DESCRIPTION "This YANG module defines Ciena's XCVR ptp pluggable specific data. It augments the ciena-ws-ptp module. The pluggable PTP is the signal carried by the pluggable transceiver at a client port. Automatically provisioned at transceiver installation."
+ REVISION "201702280000Z"
+ DESCRIPTION "Waveserver Release 1.4
+
+Aligned MIB files to respect YANG read/write status."
+ REVISION "201612120000Z"
+ DESCRIPTION "Waveserver Rel 1.3"
+ REVISION "201606140000Z"
+ DESCRIPTION "Waveserver Rel 1.2 revised.
+Major restructuring of this YANG module."
+ REVISION "201504290000Z"
+ DESCRIPTION "Initial version."
+ ::= { cienaWsConfig 10 }
+
+cwsPtpAugPtpPluggableTxStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF CwsPtpAugPtpPluggableTxStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "None"
+ ::= { cienaWsPtpPluggableMIB 3 }
+
+cwsPtpAugPtpPluggableTxStatusEntry OBJECT-TYPE
+ SYNTAX CwsPtpAugPtpPluggableTxStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION "Entry for cwsPtpAugPtpPluggableTxStatusTable."
+ AUGMENTS { cwsPtpTxStatusEntry }
+ ::= { cwsPtpAugPtpPluggableTxStatusTable 1 }
+
+CwsPtpAugPtpPluggableTxStatusEntry ::= SEQUENCE {
+ cwsPtpPluggableTxStatusLossOfSignal TruthValue,
+ cwsPtpPluggableTxStatusLossOfLock TruthValue
+}
+
+cwsPtpPluggableTxStatusLossOfSignal OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tx Loss of Signal. QSFP28 only attribute."
+ ::= { cwsPtpAugPtpPluggableTxStatusEntry 1 }
+
+cwsPtpPluggableTxStatusLossOfLock OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION "Tx Loss of Lock."
+ ::= { cwsPtpAugPtpPluggableTxStatusEntry 2 }
+
+
+
+-- Conformance statements
+cienaWsPtpPluggableObjects OBJECT IDENTIFIER
+ ::= { cienaWsPtpPluggableMIB 1 }
+
+cienaWsPtpPluggableConformance OBJECT IDENTIFIER
+ ::= { cienaWsPtpPluggableMIB 2 }
+
+cienaWsPtpPluggableGroups OBJECT IDENTIFIER
+ ::= { cienaWsPtpPluggableConformance 1 }
+
+cienaWsPtpPluggableGroup OBJECT-GROUP
+ OBJECTS {
+ cwsPtpPluggableTxStatusLossOfSignal,
+ cwsPtpPluggableTxStatusLossOfLock
+ }
+ STATUS current
+ DESCRIPTION "Conformance Group"
+ ::= { cienaWsPtpPluggableGroups 1 }
+
+cienaWsPtpPluggableCompliances OBJECT IDENTIFIER
+ ::= { cienaWsPtpPluggableConformance 2 }
+
+cienaWsPtpPluggableCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION "Compliance"
+ MODULE MANDATORY-GROUPS { cienaWsPtpPluggableGroup }
+ ::= { cienaWsPtpPluggableCompliances 1 }
+
+END -- End module