blob: 20463ec42711dc0e4841b3a97b13b07c285be4bd (
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
|
MDS-ORBIT-SMI-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-IDENTITY
FROM SNMPv2-SMI
mdsRoot
FROM MDS-REG-MIB;
mdsOrbit MODULE-IDENTITY
LAST-UPDATED "201304220000Z" -- Apr 22, 2013
ORGANIZATION
"GE MDS LLC
http://www.gemds.com"
CONTACT-INFO
"T 1-800-474-0694 (Toll Free in North America)
T 585-242-9600
F 585-242-9620
175 Science Parkway
Rochester, New York 14620
USA"
DESCRIPTION
"The structure of Management Information for the GE MDS."
REVISION "201304220000Z"
DESCRIPTION
"Initial version."
::= { mdsRoot 10 }
mdsSystem OBJECT-IDENTITY
STATUS current
DESCRIPTION
"mdsSystem provides root Object Identifier for Management
Information Base for system related configuration like
NTP, DNS etc"
::= { mdsOrbit 1 }
mdsInterfaces OBJECT-IDENTITY
STATUS current
DESCRIPTION
"mdsInterfaces provides root Object Identifier for Management
Information Base for extended information about various
wired/wireless/virtual interfaces on MDS products."
::= { mdsOrbit 2 }
mdsServices OBJECT-IDENTITY
STATUS current
DESCRIPTION
"mdsServices provides root Object Identifier for Management
Information Base for various network and application services
on MDS products."
::= { mdsOrbit 3 }
mdsLogging OBJECT-IDENTITY
STATUS current
DESCRIPTION
"mdsLogging provides root Object Identifier for Management
Information Base for logging functionality on MDS products."
::= { mdsOrbit 4 }
END
|