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/zyxel/ZYXEL-ES-SMI | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 MIBS/zyxel/ZYXEL-ES-SMI (limited to 'MIBS/zyxel/ZYXEL-ES-SMI') diff --git a/MIBS/zyxel/ZYXEL-ES-SMI b/MIBS/zyxel/ZYXEL-ES-SMI new file mode 100644 index 0000000..7f10e05 --- /dev/null +++ b/MIBS/zyxel/ZYXEL-ES-SMI @@ -0,0 +1,80 @@ +-- ********************************************** +-- ZyXEL Communications Corporation +-- +-- Enterprise Solution MIB definitions +-- Structure of Management Information (SMI) +-- +-- Julian Wu +-- +-- Copyright by ZyXEL Communications Corp. +-- All rights reserved. +-- ********************************************** + +ZYXEL-ES-SMI DEFINITIONS ::= BEGIN + +IMPORTS + + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises FROM SNMPv2-SMI; + + + +zyxel OBJECT IDENTIFIER ::= { enterprises 890 } +products OBJECT IDENTIFIER ::= { zyxel 1 } + + + +enterpriseSolution MODULE-IDENTITY + LAST-UPDATED "201009200000Z" + ORGANIZATION "Enterprise Solution ZyXEL" + CONTACT-INFO + "" + DESCRIPTION + "The Structure of Management Information + for Enterprise Solution ZyXEL" + ::= { products 15 } + + +esAgentCapability OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root object identifier for + AGENT-CAPABILITIES values" + ::= { enterpriseSolution 1 } + +esConformance OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root object identifier for + MODULE-COMPLIANCE values" + ::= { enterpriseSolution 2 } + +esMgmt OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The main subtree for MIBs" + ::= { enterpriseSolution 3 } + +esProductSpecific OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root of product-specific OID subtrees" + ::= { enterpriseSolution 4 } + +esPartnerProducts OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root for MIBs from partner products. + Followed by partner sysObjectID values" + ::= { enterpriseSolution 5 } + +tenders OBJECT IDENTIFIER ::= { esProductSpecific 4 } + +zyxelNAS OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root object identifier for zyxelNAS" + ::= { tenders 5 } + +END -- cgit v1.2.3