snmp-armada-app/stx-snmp-helm/docker/stx-snmp/mibs/wrsEnterpriseReg.mib.txt
Agustin Carranza 9f42416c15 Remove orphan node OID definitions from mibs
Apparently the changes introduced by
https://review.opendev.org/c/starlingx/snmp-armada-app/+/814634
requires not only to remove the top node for the TMS MIB structure
but also the child node OID definitions.
If not, several warnings are returned when issuing any tipe of snmp
commands.

Test Plan
PASS: Install mibs on user host.
      Issue snmpget/snmpwalk/snmpgetnext/snmpbulkget commands to a
      deployment with snmp application uploaded and applied.
      No warnings related to OID parent 'TMS' are shown.

Closes-bug: 1992826

Signed-off-by: Agustin Carranza <agustin.carranza@windriver.com>
Change-Id: Ib9553b74e8afcc4b7d40ae8d78158c63cb08618d
2022-10-13 15:22:16 -03:00

99 lines
3.4 KiB
Plaintext
Executable File

------------------------------------------------------------------------------
--
-- File : wrsEnterpriseReg.mib
-- Description : Wind River Enterprise Registration Hierarchy MIB
-- Version : 1.2.0
-- Date : June 2, 2017
-- OBSOLETES : wrsMasterMib.mib v0.6 (August 29, 2000)
--
-- Copyright (c) 2014-2017 Wind River Systems, Inc. All Rights Reserved.
--
-- This module defines the Wind River Systems (WRS) registration hierarchy,
--
-- The Wind River Systems registration tree is administered with the following
-- hierarchy:
-- iso(1).org(3).dod(6).internet(1).private(4).enterprise(1)
-- .wrs(731)
-- .wrs(731).wrsCommon(1)
-- .wrs(731).wrsCommon(1).wrs<Module>(1-...) ... cont'd in wrsCommon<Module>.mib
-- .wrs(731).wrs<Product>(2-...) ... cont'd in wrs<Product>.mib
--
-- Reproduction of this document is authorized on condition that this
-- copyright notice is included. This Wind River Enterprise Registration MIB
-- embodies proprietary intellectual property of Wind River Systems (WRS).
-- WRS retains all title and ownership in the specification, including any
-- revisions.
--
-- It is the intent of WRS to encourage the widespread use of this
-- specification in connection with the management of Wind River products.
-- WRS grants vendors, end-users, and other interested parties a
-- non-exclusive license to use this specification in connection with the
-- management of Wind River products.
--
-- This specification is supplied "AS IS", and WRS makes no warranty,
-- either express or implied, as to the use, operations, condition,
-- or performance of this specification.
--
------------------------------------------------------------------------------
WRS-ENTERPRISE-REG-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
wrs MODULE-IDENTITY
LAST-UPDATED "201407100000Z" -- July 10, 2014
ORGANIZATION "Wind River Systems, Inc."
CONTACT-INFO "Wind River Systems, Inc.
500 Wind River Way
Alameda, CA 94501, USA
Contact: Wind River Systems Support
E-mail : support@windriver.com
Phone : 510.748.4100"
DESCRIPTION "This module defines the Wind River Systems, Inc. Registration hierarchy."
-- Revision history
REVISION "201407100000Z" -- July 10, 2014
DESCRIPTION "Initial Version of MIB."
::= { enterprises 731 }
-- WRS Common Enterprise MIB Modules
wrsCommon OBJECT IDENTIFIER ::= { wrs 1 }
wrsAlarms OBJECT IDENTIFIER ::= { wrsCommon 1 } -- Common WRS Enterprise Alarm MIB
-- WRS Products
---------------------------------------------------------------------------
-- General Textual Conventions
--
WrsUUID ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Universally Unique IDentifier;
format is typically XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX ,
where X is a hex-digit."
SYNTAX OCTET STRING (SIZE (0..36))
WrsBoolean ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Boolean type."
SYNTAX INTEGER
{
false (0),
true (1)
}
--
-- END of WRS-ENTERPRISE-REG-MIB
--
END