summaryrefslogtreecommitdiff
path: root/MIBS/bdcom/BDCOM-SMI
blob: 54910805c965a5ef1c429a9078baa7f347395084 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
-- *****************************************************************
-- BDCOM-SMI.my:  BDCom Enterprise Structure of Management Information
--
-- June 2000
--
-- *****************************************************************

BDCOM-SMI DEFINITIONS ::= BEGIN

IMPORTS
	MODULE-IDENTITY,
	OBJECT-IDENTITY,
	enterprises
		FROM SNMPv2-SMI;

bdcom MODULE-IDENTITY
	LAST-UPDATED "200006280000Z"
	ORGANIZATION "BDCom, Inc."
	CONTACT-INFO
		" Tel:   +86-21-50800666  
		 Postal: No.123,Juli RD,Zhangjiang Hitech Park,
			 Shanghai Baud Data Communication Corporation Inc,
			 Shanghai City 201203,
		 	P.R.C "
	DESCRIPTION
		"Initial version of this MIB module.The Structure of
		 Management Information for the Bdcom enterprise."
	::= { enterprises 3320}	
	-- assigned by IANA


bdcomProducts OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Bdcom Products is the root OBJECT IDENTIFIER from
		which sysObjectID values are assigned."
	::= { bdcom 1 }

bdlocal OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Subtree beneath which pre-10.2 MIBS were built."
	::= { bdcom 2 }
	
bdtemporary OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"Subtree beneath which pre-10.2 experiments were
		placed."
	::= { bdcom 3 }
	
bdMgmt OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"bdMgmt is the main subtree for new mib development."
	::= { bdcom 9 }  
bdcomModules OBJECT-IDENTITY
	STATUS	current
	DESCRIPTION
		"bdcomModules provides a root object identifier
		from which MODULE-IDENTITY values may be assigned."
	::= { bdcom 12 } 
bdcomPolicyAuto OBJECT-IDENTITY
         STATUS current
         DESCRIPTION
                "bdcomPolicyAuto is the root of the BDCOM-assigned
                OID subtree for OIDs which are automatically assigned
                for use in Policy Management."
         ::= { bdcom 18 }

--  Note that 1.3.6.1.4.1.9.18.1 is currently unassigned

bdcomPibToMib OBJECT-IDENTITY
         STATUS current
         DESCRIPTION
                "bdcomPibToMib is the root of the BDCOM-assigned
                OID subtree for MIBs which are algorithmically
                generated/translated from BDCOM PIBs with OIDs
                assigned under the bdcomPIB subtree.
                These generated MIBs allow management
                entities (other the current Policy Server) to
                read the downloaded policy.  By convention, for PIB
                'bdcomPIB.x', the generated MIB shall have the
                name 'bdcomPibToMib.x'."
         ::= { bdcomPolicyAuto 2 }



END