1--**************************************************************************
2--
3--    Copyright 2007 Broadcom Corporation
4--    All Rights Reserved
5--    No portions of this material may be reproduced in any form without the
6--    written permission of:
7--             Broadcom Corporation
8--             16251 Laguna Canyon Road
9--             Irvine, California  92618
10--    All information contained in this document is Broadcom Corporation
11--    company private, proprietary, and trade secret.
12--
13--
14--
15--**************************************************************************
16--    Filename: brcm-v2-mgmt.mib
17--    Author:   Kevin O'Neal
18--    Creation Date: 6-march-2003
19--
20--**************************************************************************
21--    Description:
22--
23--		private MIB for runtime (not factory) V2 management
24--
25--**************************************************************************
26--    Revision History:
27--
28--**************************************************************************
29
30BRCM-V2-MGMT-MIB DEFINITIONS ::= BEGIN
31
32IMPORTS
33    MODULE-IDENTITY,
34    OBJECT-TYPE
35        FROM SNMPv2-SMI
36    cableDataMgmtMIBObjects
37        FROM BRCM-CABLEDATA-MGMT-MIB;
38
39v2Mgmt MODULE-IDENTITY
40    LAST-UPDATED "200702050000Z"
41    ORGANIZATION "Broadcom Corporation"
42    CONTACT-INFO
43        "	BANANA-CABLEDATA
44                (cableData branch of the
45                Broadcom Assigned Numbers and Naming Authority)
46                Broadcom Corporation
47
48        Postal: 4385 River Green Parkway
49                Duluth, GA  30096
50                USA
51
52           Tel: +1 770 232-0018
53
54        E-mail: banana-cabledata@broadcom.com"
55    DESCRIPTION
56        "Broadcom proprietary MIB for runtime management and configuration
57         of objects related to the V2 software architecture."
58    REVISION      "200702050000Z"
59    DESCRIPTION
60        "Module description was updated."
61    REVISION      "200303060000Z"
62    DESCRIPTION
63            "Initial version of this MIB module."
64    ::= { cableDataMgmtMIBObjects 4 }
65
66v2MgmtBase OBJECT IDENTIFIER ::= { v2Mgmt 1 }
67
68END
69