diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/snmp/test/snmp_test_data/ERICSSON-TOP-MIB.mib | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/snmp/test/snmp_test_data/ERICSSON-TOP-MIB.mib')
-rw-r--r-- | lib/snmp/test/snmp_test_data/ERICSSON-TOP-MIB.mib | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/snmp/test/snmp_test_data/ERICSSON-TOP-MIB.mib b/lib/snmp/test/snmp_test_data/ERICSSON-TOP-MIB.mib new file mode 100644 index 0000000000..8b5f594426 --- /dev/null +++ b/lib/snmp/test/snmp_test_data/ERICSSON-TOP-MIB.mib @@ -0,0 +1,36 @@ +-- ERICSSON-TOP-MIB: Top-level MIB for Ericsson AB's +-- 193 branch of the enterprise MIB tree. +-- +-- ERICSSON-TOP-MIB.mib,v 1.1 2002/06/12 13:14:57 epkpart Exp +-- +-- ERICSSON-TOP-MIB.mib,v +-- Revision 1.1 2002/06/12 13:14:57 epkpart +-- Initial revision +-- +-- +-- Copyright (c) 2002 by Ericsson AB +-- All rights reserved. +-- + +ERICSSON-TOP-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, enterprises + FROM SNMPv2-SMI; + +ericsson MODULE-IDENTITY + LAST-UPDATED + "200205280000Z" + ORGANIZATION + "Ericsson AB " + CONTACT-INFO + "David Partain <[email protected]> + or + whoever is currently responsible for the Ericsson + enterprise MIB tree branch (enterprises.193)." + DESCRIPTION + "This very small module is made available so that + developers within the Ericsson community can import the + 'ericsson' name into their own MIB modules." + ::= { enterprises 193 } +END |