-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPALFRADER-MIB.txt
More file actions
39 lines (28 loc) · 905 Bytes
/
PALFRADER-MIB.txt
File metadata and controls
39 lines (28 loc) · 905 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
PALFRADER-MIB DEFINITIONS ::= BEGIN
--- Copyright (C) 2007 Luca Filipozzi
--- vim: set ft=mib ts=4 sw=4 et:
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC;
palfrader MODULE-IDENTITY
LAST-UPDATED "200704070000Z"
ORGANIZATION "Peter Palfrader"
CONTACT-INFO "iana@palfrader.org"
DESCRIPTION "Enterprise MIB for the Peter Palfrader."
::= { enterprises 12771 }
--
-- Additions to resolve some SNMP V2 dependencies so we don't
-- have to pull-in a lot of mib modules (the path to the root).
--
org OBJECT IDENTIFIER ::= { iso 3 }
dod OBJECT IDENTIFIER ::= { org 6 }
internet OBJECT IDENTIFIER ::= { dod 1 }
private OBJECT IDENTIFIER ::= { internet 4 }
enterprises OBJECT IDENTIFIER ::= { private 1 }
--
-- Open and Free Technolog Community
--
oftc OBJECT IDENTIFIER ::= { palfrader 7 }
END