blob: 556e7d2429e8358d1fbcdb986608e074ca9d364c (
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
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
|