More MIB fixing (#14018)

* Split extreme mibs

* Split HP mibs

* Split juniper mibs

* Split junos mibs

* Split junose mibs

* Update Cisco mibs

* update comware mibs

* update transition mibs

* update extreme mibs

* Remove duplicate cambium mibs

* EXTREME-BASE-MIB > EXTREME-SYSTEM-MIB
This commit is contained in:
Jellyfrog
2022-06-22 16:46:12 +02:00
committed by GitHub
parent 6db382a27e
commit ec349f5369
132 changed files with 72296 additions and 78897 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,93 +0,0 @@
--
-- whisp-reg.mib
--
-- *************************************************************************************
-- Copyright 2005 - 2015 (c) Cambium Networks
-- Cambium Networks Confidential Proprietary
-- *************************************************************************************
--
-- This module contains registrations for Canopy related items such
-- as the identity of products, product components and other MIB
-- related items.
--
-- *************************************************************************************
-- $Id: WHISP-GLOBAL-REG-MIB.txt,v 1.2 2007/07/25 16:16:52 qa6656 Exp $
--
-- Revision History:
--
-- <Date> <Author> <Changes>
-- 01/31/2002 Y.G Initial release.
-- 08/24/2005 M.D Change OS type for ucos.
-- 05/02/2006 M.D Add new global OID definitions
-- 07/12/2006 V.G Add new global OIDs whispPlvModem and whispPlvGateway
-- 11/10/2006 V.G Add new global OID whispPlvRepeater and
-- whispPlvBridge
-- **************************************************************************************
WHISP-GLOBAL-REG-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises
FROM SNMPv2-SMI;
whispGlobalRegModule MODULE-IDENTITY
LAST-UPDATED "200304100000Z"
ORGANIZATION "Motorola"
CONTACT-INFO
"Canopy Technical Support
email: technical-support@canopywireless.com"
DESCRIPTION
"The Canopy central registration module."
::= {whispModules 1}
-- the root of the sub-tree for Canopy Radio Modem Product Line.
mot OBJECT IDENTIFIER ::= {enterprises 161}
whispRoot OBJECT IDENTIFIER ::= {mot 19}
-- sub-tree for registrations, which includes modules
whispReg OBJECT IDENTIFIER ::= {whispRoot 1}
-- sub-tree for WHiSP wide objects and events
whispGeneric OBJECT IDENTIFIER ::= {whispRoot 2}
-- sub-tree for WHiSP product specific objects and events
whispProducts OBJECT IDENTIFIER ::= {whispRoot 3}
-- Product registrations. The OIDs should be assigned to
-- sysObjectID of the system group in SNMPv2-MIB supported
-- by the agent. A manager needs to know the (unique) IP
-- address of the agent and get the value (OID value) of
-- sysObjectID to uniquely identify the agent type. Once the
-- agent type has been identified, the manager will know what
-- MIBs the agent supports (from agent capabilities).
whispAps OBJECT IDENTIFIER ::= {whispProducts 1}
whispSm OBJECT IDENTIFIER ::= {whispProducts 2}
whispBox OBJECT IDENTIFIER ::= {whispProducts 3}
whispCMM OBJECT IDENTIFIER ::= {whispProducts 4}
whispPlv OBJECT IDENTIFIER ::= {whispProducts 5}
whispCMM4 OBJECT IDENTIFIER ::= {whispProducts 6}
whispPlvModem OBJECT IDENTIFIER ::= {whispProducts 7}
whispPlvGateway OBJECT IDENTIFIER ::= {whispProducts 8}
whispPlvRepeater OBJECT IDENTIFIER ::= {whispProducts 9}
whispPlvBridge OBJECT IDENTIFIER ::= {whispProducts 10}
-- the Canopy modules registrations
whispModules OBJECT IDENTIFIER ::= {whispReg 1}
-- These are the returned values of the agent type.
-- returned to: .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0
--SNMP agent for Canopy units
canopySnmpAgent OBJECT IDENTIFIER ::= { whispRoot 250 }
--Canopy SNMP agent OID definition
ucos OBJECT IDENTIFIER ::= { canopySnmpAgent 256 }
-- prizm snmp agent
prizmSnmpAgent OBJECT IDENTIFIER ::= { whispRoot 1250 }
-- prizm managed object subtree
prizm OBJECT IDENTIFIER ::= {whispRoot 1000}
END

File diff suppressed because it is too large Load Diff

View File

@@ -1,69 +0,0 @@
--
-- whisp-tc.mib
--
-- ********************************************************************
-- Copyright 2005 - 2015 (c) Cambium Networks
-- Cambium Networks Confidential Proprietary
-- ********************************************************************
--
-- Contains SMIv2 Textual conventions for the Canopy Product Line.
--
-- ********************************************************************
-- $Id: WHISP-TCV2-MIB.txt,v 1.2 2009/10/06 16:45:08 aff003 Exp $
--
-- Revision History:
--
-- <Date> <Author> <Changes>
-- 17/May/2000 B.M Initial release.
-- 05/Nov/2001 Y.G Modification
-- 01/Oct/2009 Nando Corrected Module name
-- ********************************************************************
WHISP-TCV2-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
whispModules
FROM WHISP-GLOBAL-REG-MIB;
whispTextualConventionsModule MODULE-IDENTITY
LAST-UPDATED "200304170000Z"
ORGANIZATION "Motorola"
CONTACT-INFO
"Canopy Technical Support
email: technical-support@canopywireless.com"
DESCRIPTION
"This module contains textual conventions for the Canopy
product line."
::= {whispModules 3}
-- -------------------------------------------------------------------------
-- Start Textual Conventions Definitions.
-- -------------------------------------------------------------------------
-- Textual convention for MAC address
WhispMACAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This a WHiSP MAC address or ESN type."
SYNTAX OCTET STRING(SIZE(6))
--Textual convention for LUID
WhispLUID ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The 12 LUID (Local Unit Identification) assigned to each Canopy
Subscriber Modem (SM)."
SYNTAX INTEGER(0..4095)
-- Textual convention for Event Log
EventString ::= TEXTUAL-CONVENTION
DISPLAY-HINT "2048a"
STATUS current
DESCRIPTION
"The string used to display event log."
SYNTAX OCTET STRING(SIZE (0..2048))
END