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/calix/CALIX-SMI | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/calix/CALIX-SMI')
| -rw-r--r-- | MIBS/calix/CALIX-SMI | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/MIBS/calix/CALIX-SMI b/MIBS/calix/CALIX-SMI new file mode 100644 index 0000000..600af77 --- /dev/null +++ b/MIBS/calix/CALIX-SMI @@ -0,0 +1,78 @@ +-- ***************************************************************** +-- CALIX-SMI.my: Calix Networks Structure of Management Information +-- +-- Calix confidential and proprietary. +-- +-- Copyright (c) 2000 Calix Networks, Inc. +-- All rights reserved. +-- ***************************************************************** + +CALIX-SMI DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + + calixNetworks MODULE-IDENTITY + LAST-UPDATED "200008310026Z" + ORGANIZATION "Calix Networks, Inc." + CONTACT-INFO + " Calix Networks, Inc. + + Postal: 1035 North McDowell Boulevard + Petaluma, CA 94954-1173 + USA + + Phone: +1 707 766 3000 + Fax: +1 707 766 3100 + + E-mail: tech.support@calix.com" + DESCRIPTION + "The Structure of Management Information for + Calix Networks" + + REVISION "200008310026Z" + DESCRIPTION + "Initial release." + + ::= { enterprises 6321 } + + calixRegistrations OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for product registrations." + ::= { calixNetworks 1 } + + calixModules OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree to register the values assigned to modules with + the MODULE-IDENTITY construct." + ::= { calixRegistrations 1 } + + calixProducts OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree to register the values product families." + ::= { calixRegistrations 2 } + + calixManagement OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for specific object and event definitions." + ::= { calixNetworks 2 } + +-- calixCapabilities OBJECT-IDENTITY +-- STATUS current +-- DESCRIPTION +-- "Sub-tree for agent profiles." +-- ::= { calixNetworks 3 } + +-- calixExperimental OBJECT-IDENTITY +-- STATUS current +-- DESCRIPTION +-- "Sub-tree for experimental definitions." +-- ::= { calixNetworks 4 } + +END |