diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/pbn/PBN-ROOT | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/pbn/PBN-ROOT')
| -rw-r--r-- | MIBS/pbn/PBN-ROOT | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/MIBS/pbn/PBN-ROOT b/MIBS/pbn/PBN-ROOT new file mode 100644 index 0000000..556e7d2 --- /dev/null +++ b/MIBS/pbn/PBN-ROOT @@ -0,0 +1,27 @@ +-- **************************************************************************** +-- * +-- * +-- * File Status: ADOPTED JULY 11, 2010 +-- * +-- * This MIB provides the root object identifier for the +-- * Pacific Broadband Networks (PBN) as an enterprise, +-- * as assigned by the Internet Assigned Numbers Authority (IANA). +-- * +-- * +-- **************************************************************************** + +PBN-ROOT DEFINITIONS ::= BEGIN + +IMPORTS + enterprises + FROM RFC1155-SMI +; + +pbn OBJECT IDENTIFIER ::= { enterprises 11606 } + +-- DESCRIPTION +-- "pbn defines the main root of the PBN Enterprises MIB tree. " + + +END + |