This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathDEVHW-MIB
80 lines (70 loc) · 1.84 KB
/
DEVHW-MIB
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
DEVHW-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, Integer32, MODULE-IDENTITY
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
device
FROM ANIROOT-MIB;
-- the aniDevHardware group
aniDevHardware MODULE-IDENTITY
LAST-UPDATED "0105091130Z" -- Wed May 9 11:30:00 PDT 2001
ORGANIZATION "Aperto Networks"
CONTACT-INFO
"
Postal: Aperto Networks Inc
1637 S Main Street
Milpitas, California 95035
Tel: +1 408 719 9977
"
DESCRIPTION
"This group provides information specific to the device hardware.
These objects are common to both BSU and SU.
"
::= { device 3 }
aniDevHwRevision OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Hardware Revision Number.
"
--DEFAULT next-function-async std_next_async
::= { aniDevHardware 1 }
aniDevHwSpeed OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Hardware Speed.
"
--DEFAULT next-function-async std_next_async
::= { aniDevHardware 2 }
aniDevHwBuildDate OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..22))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Hardware Date.
"
--DEFAULT next-function-async std_next_async
::= { aniDevHardware 3 }
aniDevHwSerialNum OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Serial Number for the Hardware.
"
--DEFAULT next-function-async std_next_async
::= { aniDevHardware 4 }
aniDevHwBoardRevision OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Revision Number of the board.
"
--DEFAULT next-function-async std_next_async
::= { aniDevHardware 5 }
END