From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/ciena/CIENA-GLOBAL-MIB | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 MIBS/ciena/CIENA-GLOBAL-MIB (limited to 'MIBS/ciena/CIENA-GLOBAL-MIB') diff --git a/MIBS/ciena/CIENA-GLOBAL-MIB b/MIBS/ciena/CIENA-GLOBAL-MIB new file mode 100644 index 0000000..444b1a4 --- /dev/null +++ b/MIBS/ciena/CIENA-GLOBAL-MIB @@ -0,0 +1,57 @@ +-- This file was included in WWP MIB release 04-16-00-0047 +-- +-- CIENA-GLOBAL-MIB.my +-- +-- + + CIENA-GLOBAL-MIB DEFINITIONS ::= BEGIN + + IMPORTS + Counter64, OBJECT-TYPE + FROM SNMPv2-SMI + MacAddress + FROM SNMPv2-TC + cienaCommon + FROM CIENA-SMI + CienaGlobalSeverity + FROM CIENA-TC; + + + cienaGlobal MODULE-IDENTITY + LAST-UPDATED "201003280000Z" + ORGANIZATION "Ciena, Inc." + CONTACT-INFO + " Mib Meister + 115 North Sullivan Road + Spokane Valley, WA 99037 + USA + Phone: +1 509 242 9000 + Email: support@ciena.com" + DESCRIPTION + "Initial creation. This module defines the object identifiers that are + common across all modules." + ::= { cienaCommon 3 } + + +-- +-- Node definitions +-- + + cienaGlobalSeverity OBJECT-TYPE + SYNTAX CienaGlobalSeverity + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "This object defines the severity of a trap and is a part of every trap defined in the system." + ::= { cienaGlobal 1 } + + + cienaGlobalMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "This object indicates the chassis MAC address." + ::= { cienaGlobal 2 } + + END -- cgit v1.2.3