blob: ca8735aea51078c5cbadd17556cf40386a164fd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
-- SIMPLE-MIB.
-- This is just a simple MIB used for testing!
--
SIMPLE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, enterprises
FROM SNMPv2-SMI;
ericsson MODULE-IDENTITY
LAST-UPDATED
"201403060000Z"
ORGANIZATION
"rebar"
CONTACT-INFO
"rebar <rebar@example.com>
or
whoever is currently responsible for the SIMPLE
enterprise MIB tree branch (enterprises.999)."
DESCRIPTION
"This very small module is made available
for mib-compilation testing."
::= { enterprises 999 }
END
|