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/ciena/CIENA-WWP-SMI | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/ciena/CIENA-WWP-SMI')
| -rw-r--r-- | MIBS/ciena/CIENA-WWP-SMI | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/MIBS/ciena/CIENA-WWP-SMI b/MIBS/ciena/CIENA-WWP-SMI new file mode 100644 index 0000000..80bf058 --- /dev/null +++ b/MIBS/ciena/CIENA-WWP-SMI @@ -0,0 +1,76 @@ +WWP-SMI DEFINITIONS ::= BEGIN + + IMPORTS + enterprises, MODULE-IDENTITY, OBJECT-IDENTITY + FROM SNMPv2-SMI; + +-- +-- Node definitions +-- + -- 1.3.6.1.4.1.6141 + wwp MODULE-IDENTITY + LAST-UPDATED "201304230000Z" -- April 23, 2013 at 00:00 GMT (201304230000Z) + 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 + "Top-level WWP node definitions." + REVISION "201304230000Z" -- April 23, 2013 at 00:00 GMT (201304230000Z) + DESCRIPTION + "Miscellaneous spelling and description corrections." + REVISION "201212260000Z" -- December 26, 2012 at 00:00 GMT (201212260000Z) + DESCRIPTION + "Fixed the initial creation revision date. + Changed from erroneous 201608161804Z to the actual date." + REVISION "200507280000Z" -- July 28, 2005 at 00:00 GMT (200507280000Z) + DESCRIPTION + "Initial Creation. + MIB Version: 04-15-01-0017" + ::= { enterprises 6141 } + + -- 1.3.6.1.4.1.6141.1 + wwpProducts OBJECT-IDENTITY + STATUS current + DESCRIPTION + "wwpProducts is the root OBJECT-IDENTIFIER for all + Ciena Packet Networking products. sysObjectID values are assigned the OID + representing the product specified in WWP-PRODUCTS-MIB.my." + ::= { wwp 1 } + + + -- 1.3.6.1.4.1.6141.2 + wwpModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "wwpModules provides a root object identifier that can be + used to assign MODULE-IDENTIFY values." + ::= { wwp 2 } + + + -- 1.3.6.1.4.1.6141.2.60 + wwpModulesLeos OBJECT-IDENTITY + STATUS current + DESCRIPTION + "wwpModulesLeos provides a root object identifier for leos that can be + used to assign MODULE-IDENTIFY values." + ::= { wwpModules 60 } + + + -- 1.3.6.1.4.1.6141.2.61 + wwpModulesLeosTce OBJECT-IDENTITY + STATUS current + DESCRIPTION + "wwpModulesLeosTce provides a root object identifier for leos TCE that can be + used to assign MODULE-IDENTIFY values." + ::= { wwpModules 61 } + + +END + + |