-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
74,720 additions
and
3,863 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
---------------------------------------------------------------------- | ||
-- ACMEPACKET-SMI.mIB: Acme packet Enterprise Structure of Management | ||
-- Information | ||
-- | ||
-- February 2001, pzhou | ||
-- | ||
-- Copyright by Acme Packet, Inc. | ||
-- All rights reserved. | ||
-- | ||
------------------------------------------------------------------------ | ||
|
||
ACMEPACKET-SMI DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
MODULE-IDENTITY, | ||
OBJECT-IDENTITY, | ||
enterprises | ||
FROM SNMPv2-SMI; | ||
|
||
acmepacket MODULE-IDENTITY | ||
LAST-UPDATED "201202021800Z" | ||
ORGANIZATION "Acme Packet, Inc." | ||
CONTACT-INFO | ||
" Customer Service | ||
Postal: Acme Packet, Inc | ||
100 Crosby Drive | ||
Bedford, MA 01730 | ||
US | ||
Tel: 1-781-328-4400 | ||
E-mail: [email protected]" | ||
DESCRIPTION | ||
"Structure of Managed Information for Acme Packet Inc." | ||
REVISION "201202021800Z" | ||
DESCRIPTION | ||
"Updated new contact info." | ||
REVISION "200402261800Z" | ||
DESCRIPTION | ||
"The Structure of Management Information for the | ||
Acme Packet enterprise. Add acmepacketModules." | ||
REVISION "200109050000Z" | ||
DESCRIPTION | ||
"Initial version of this MIB module." | ||
::= { enterprises 9148 } -- assigned by IANA | ||
|
||
|
||
acmepacketProducts OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"acmepacketProducts is the root OBJECT IDENTIFIER from | ||
which sysObjectID values are assigned. This is reserved | ||
for future use." | ||
::= { acmepacket 1 } | ||
|
||
acmepacketAgentCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"acmepacketAgentCapability provides a root object identifier | ||
from which AGENT-CAPABILITIES values may be assigned." | ||
::= { acmepacket 2 } | ||
|
||
acmepacketMgmt OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"acmepacketMgmt is the main subtree for the management." | ||
::= { acmepacket 3 } | ||
|
||
acmepacketConfig OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"acmepacketConfig is the subtree for configuration mibs. | ||
This is reserved for future use." | ||
::= { acmepacket 4 } | ||
|
||
|
||
acmepacketExperiment OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"acmepacketExperiment provides a root object identifier | ||
from which experimental mibs may be temporarily | ||
based. support for mibs in the acmepacketExperiment | ||
subtree will be deleted when a permanent object | ||
identifier assignment is made. This is reserved | ||
for future use." | ||
::= { acmepacket 5 } | ||
|
||
acmepacketModules OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"acmepacketModules provides a root object identifier | ||
from which MODULE-IDENTITY values may be assigned." | ||
::= { acmepacket 6 } | ||
|
||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
-- **************************************************************************** | ||
-- ALVARION-SMI definitions | ||
-- | ||
-- Copyright (c) 2007, Alvarion Ltd. | ||
-- All Rights Reserved. | ||
-- | ||
-- Alvarion enterprise Structure of Management Information. | ||
-- | ||
-- **************************************************************************** | ||
|
||
|
||
ALVARION-SMI DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
MODULE-IDENTITY, OBJECT-IDENTITY, | ||
enterprises | ||
FROM SNMPv2-SMI | ||
; | ||
|
||
alvarionWireless MODULE-IDENTITY | ||
LAST-UPDATED "200710310000Z" | ||
ORGANIZATION "Alvarion Ltd." | ||
CONTACT-INFO "Alvarion Ltd. | ||
Postal: 21a HaBarzel St. | ||
P.O. Box 13139 | ||
Tel-Aviv 69710 | ||
Israel | ||
Phone: +972 3 645 6262" | ||
DESCRIPTION "Structure of Management Information for Alvarion | ||
enterprise MIBs." | ||
|
||
::= { enterprises 12394 1 10 } -- assigned by IANA | ||
|
||
|
||
alvarionProducts OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Root OID from which sysObjectID values are assigned. Actual | ||
values are defined in ALVARION-PRODUCTS-MIB." | ||
::= { alvarionWireless 1 } | ||
|
||
alvarionExperiment OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Main subtree for experimental mib development." | ||
::= { alvarionWireless 3 } | ||
|
||
alvarionModules OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Root OID from which alvarion MODULE-IDENTITY values may be | ||
assigned." | ||
::= { alvarionWireless 4 } | ||
|
||
alvarionMgmtV2 OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Main subtree for mib development." | ||
::= { alvarionWireless 5 } | ||
|
||
variation OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Main subtree for variation MIBs development." | ||
::= { alvarionWireless 7 } | ||
|
||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
|
||
-- *************************************************************** | ||
-- ************************************************************* | ||
-- *********************************************************** | ||
-- SIEMENS AG OEN AN | ||
-- | ||
-- This mib is the entry point in the SMI for | ||
-- Siemens OEN AN SNMP based products | ||
-- *********************************************************** | ||
-- ************************************************************* | ||
-- *************************************************************** | ||
-- | ||
-- | ||
-- HPOV_JOIN_BEGIN | ||
AN-MIB | ||
|
||
DEFINITIONS ::= BEGIN | ||
-- HPOV_JOIN_END | ||
|
||
IMPORTS | ||
enterprises | ||
FROM RFC1155-SMI | ||
|
||
OBJECT-TYPE | ||
FROM RFC-1212; | ||
|
||
|
||
-- LAST-UPDATED "99-09-01, Version 2.0" | ||
-- ORGANIZATION "Siemens AG, OEN AN BE" | ||
-- CONTACT-INFO | ||
-- " Angelika Svoboda | ||
-- ICN IB BA E 12 | ||
-- Tel.: +49 89 722 48063 | ||
-- | ||
-- Thomas Vetter | ||
-- ICN IB BA E 12 | ||
-- Tel.: +49 89 722 44323 | ||
-- | ||
|
||
-- ************************************************************** | ||
-- Versions and Revisions | ||
-- ************************************************************** | ||
-- | ||
-- ---------|--------|----------------------------|--------|----- | ||
-- 00-09-04 ADD: HPOV comment tags for HPVO - tools ..../tv | ||
-- -------------------------------------------------------------- | ||
-- 99-09-01 |/main/1 | Initial Version | V2.0 | tv | ||
-- ---------|--------|----------------------------|--------|----- | ||
-- ************************************************************** | ||
-- PLEASE CHANGE THE DATE OF LAST-UPDATE ABOVE !!! | ||
-- ************************************************************** | ||
|
||
-- | ||
-- Types | ||
-- | ||
|
||
-- The textual convention like SNMPv2-TC. See rfc1903. | ||
-- | ||
DisplayString ::= OCTET STRING (SIZE (0..255)) | ||
|
||
|
||
-- | ||
-- | ||
-- | ||
-- Definition of main groups of the XLD an.mib | ||
-- | ||
-- | ||
-- | ||
|
||
|
||
sni OBJECT IDENTIFIER ::= { enterprises 231 } | ||
|
||
siemensUnits OBJECT IDENTIFIER ::= { sni 7 } | ||
|
||
oenProductMibs OBJECT IDENTIFIER ::= { siemensUnits 1 } | ||
|
||
-- | ||
-- This is the OEN AN entry point | ||
-- | ||
an OBJECT IDENTIFIER ::= { oenProductMibs 2 } | ||
|
||
-- | ||
-- These are the nodes for current OEN AN products | ||
-- | ||
-- 1. XPressLink D | ||
-- A node to hold management information about fiber optic | ||
-- based ATM multiplexer systems with ADSL technology. | ||
-- | ||
xld OBJECT IDENTIFIER ::= { an 1 } | ||
|
||
onu OBJECT IDENTIFIER ::= { xld 1 } | ||
|
||
olt OBJECT IDENTIFIER ::= { xld 2 } | ||
|
||
|
||
|
||
|
||
|
||
|
||
xldOnuSnmVersion OBJECT IDENTIFIER ::= { onu 100 } | ||
|
||
xldSnmMibVersion OBJECT-TYPE | ||
SYNTAX DisplayString (SIZE (0..10)) | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
" Version of ONU SNMP MIB. The string is 'V1.0'. " | ||
|
||
--DEFAULT next-function-async fsnOnuSnmVersionNext | ||
--DEFAULT get-function-async fsnOnuSnmVersionGet | ||
|
||
::= { xldOnuSnmVersion 1 } | ||
|
||
xldSnmAgentVersion OBJECT-TYPE | ||
SYNTAX DisplayString (SIZE (0..10)) | ||
ACCESS read-only | ||
STATUS mandatory | ||
DESCRIPTION | ||
" Version of ONU SNMP agent. The string is 'V1.0'. " | ||
|
||
--DEFAULT next-function-async fsnOnuSnmVersionNext | ||
--DEFAULT get-function-async fsnOnuSnmVersionGet | ||
|
||
::= { xldOnuSnmVersion 2 } | ||
|
||
|
||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
-- | ||
-- Andrew.mib | ||
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253 | ||
-- Wednesday, August 06, 2003 at 14:09:47 | ||
-- | ||
|
||
ANDREW-MIB DEFINITIONS ::= BEGIN | ||
|
||
-- andrew.mib | ||
-- Revision: 1.00 | ||
-- Product No: UTMC Header MIB | ||
-- Date: 14th May 2003 | ||
-- Written: Douglas Dorst | ||
|
||
-- Revision History | ||
-- V1.00 14/5/2003 First Issue DMD | ||
-- V1.01 31/3/2005 add esaProducts branch BWW | ||
|
||
-- Andrew Corporation | ||
-- 2601 Telecom Parkway | ||
-- Richardson, TX. 75082-3521 | ||
-- USA | ||
-- Tel 972 952 9700 | ||
-- Fax 972 952 0004 | ||
|
||
|
||
-- This module provides the branching node definitions for the | ||
-- Andrew Corporation Enterprise MIB designation. | ||
|
||
-- Defined OIDs from RFC1155-SMI ; | ||
IMPORTS | ||
MODULE-IDENTITY | ||
FROM SNMPv2-SMI | ||
MODULE-COMPLIANCE, OBJECT-GROUP | ||
FROM SNMPv2-CONF | ||
enterprises | ||
FROM RFC1155-SMI | ||
; | ||
-- ccitt OBJECT IDENTIFIER ::= { 0 } | ||
-- null OBJECT IDENTIFIER ::= { ccitt 0 } | ||
|
||
-- iso OBJECT IDENTIFIER ::= { 1 } | ||
-- org OBJECT IDENTIFIER ::= { iso 3 } | ||
-- dod OBJECT IDENTIFIER ::= { org 6 } | ||
-- internet OBJECT IDENTIFIER ::= { dod 1 } | ||
-- directory OBJECT IDENTIFIER ::= { internet 1 } | ||
-- mgmt OBJECT IDENTIFIER ::= { internet 2 } | ||
-- experimental OBJECT IDENTIFIER ::= { internet 3 } | ||
-- private OBJECT IDENTIFIER ::= { internet 4 } | ||
-- enterprises OBJECT IDENTIFIER ::= { private 1 } | ||
andrew OBJECT IDENTIFIER ::= { enterprises 331 } | ||
andrewProducts OBJECT IDENTIFIER ::= { andrew 1 } | ||
esaSystems OBJECT IDENTIFIER ::= { andrewProducts 1 } | ||
wirelessInnovations OBJECT IDENTIFIER ::= { andrewProducts 2 } | ||
oneBase OBJECT IDENTIFIER ::= { andrewProducts 3 } | ||
esaProducts OBJECT IDENTIFIER ::= { andrewProducts 4 } | ||
bsaSystems OBJECT IDENTIFIER ::= { andrewProducts 5 } | ||
|
||
END |
Oops, something went wrong.