-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpicfInstMon.mib
220 lines (183 loc) · 7.45 KB
/
hpicfInstMon.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
HP-ICF-INST-MON DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
TruthValue, DisplayString
FROM SNMPv2-TC
InterfaceIndexOrZero
FROM IF-MIB
hpSwitch
FROM HP-ICF-OID;
hpicfInstMonMIB MODULE-IDENTITY
LAST-UPDATED "200812040000Z" --December 4, 2008
ORGANIZATION "HP Networking"
CONTACT-INFO "Hewlett-Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION "This MIB module contains HP proprietary
definitions for Instrumentation Monitor."
REVISION "200812040000Z" --December 4, 2008
DESCRIPTION "Added 'hpicfInstConfig' object."
REVISION "200601230000Z"
DESCRIPTION "Initial revision."
::= { hpSwitch 35 }
-- **********************************************************************
-- The Instrumentation Monitor MIB Groups
-- **********************************************************************
hpicfInstMonObjects OBJECT IDENTIFIER
::= { hpicfInstMonMIB 1 }
hpicfInstMonConformance OBJECT IDENTIFIER
::= { hpicfInstMonMIB 2 }
hpicfInstMonGroups OBJECT IDENTIFIER
::= { hpicfInstMonConformance 1 }
hpicfInstMonCompliances OBJECT IDENTIFIER
::= { hpicfInstMonConformance 2 }
-- **********************************************************************
-- Start of MIB objects
-- **********************************************************************
hpicfInstMonLogEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The operational status of the Instrumentation Monitor
on this switch."
DEFVAL { false }
::= { hpicfInstMonObjects 1 }
hpicfInstMonTrapEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The operational status of the Monitor notifications
on this switch."
DEFVAL { true }
::= { hpicfInstMonObjects 2 }
-- Start of hpicfInstMonParameterTable **********************************
hpicfInstMonParameterTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfInstMonParameterEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Configuration of monitored instrumentation parameters."
::= { hpicfInstMonObjects 3 }
hpicfInstMonParameterEntry OBJECT-TYPE
SYNTAX HpicfInstMonParameterEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry in the hpicfInstMonParameterTable."
INDEX { hpicfInstMonInterfaceIndex,
hpicfInstMonParameterIndex }
::= { hpicfInstMonParameterTable 1 }
HpicfInstMonParameterEntry ::= SEQUENCE {
hpicfInstMonInterfaceIndex InterfaceIndexOrZero,
hpicfInstMonParameterIndex Integer32,
hpicfInstMonParameterName DisplayString,
hpicfInstMonParameterThreshold Integer32 }
hpicfInstMonInterfaceIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "0 for global parameters, port number for per-port
parameters."
::= { hpicfInstMonParameterEntry 1 }
hpicfInstMonParameterIndex OBJECT-TYPE
SYNTAX Integer32( 1..'FFFF'h )
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index of the parameter."
::= { hpicfInstMonParameterEntry 2 }
hpicfInstMonParameterName OBJECT-TYPE
SYNTAX DisplayString( SIZE( 0..20 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The name of the parameter."
::= { hpicfInstMonParameterEntry 3 }
hpicfInstMonParameterThreshold OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Generate notification if the limit is not 0 and
parameter value is beyond this limit."
::= { hpicfInstMonParameterEntry 4 }
-- End of hpicfInstMonParameterTable ************************************
hpicfInstMonNotificationText OBJECT-TYPE
SYNTAX DisplayString( SIZE( 0..255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "This string is sent with hpicfInstMonNotification."
::= { hpicfInstMonObjects 4 }
hpicfInstMonNotification NOTIFICATION-TYPE
OBJECTS { hpicfInstMonNotificationText }
STATUS current
DESCRIPTION "This notification is generated when the monitored
parameter is beyond the configured threshold value."
::= { hpicfInstMonObjects 5 }
-- Configuration support for instrumentation
hpicfInstConfig OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object enables/disables instrumentation on the
switch. The value true(1) means that instrumentation is
enabled; the value false(2) means that instrumentation is
disabled."
DEFVAL { true }
::= { hpicfInstMonObjects 6 }
-- **********************************************************************
-- Conformance Information
-- **********************************************************************
hpicfInstMonNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { hpicfInstMonNotification }
STATUS current
DESCRIPTION "This notification is generated by Monitor when
parameter is beyond its threshold limit."
::= { hpicfInstMonGroups 1 }
hpicfInstMonBaseGroup OBJECT-GROUP
OBJECTS { hpicfInstMonLogEnable,
hpicfInstMonTrapEnable,
hpicfInstMonParameterName,
hpicfInstMonParameterThreshold }
STATUS current
DESCRIPTION "A collection of objects to support basic Instrumentation
Monitor configuration on HP switches."
::= { hpicfInstMonGroups 2 }
hpicfInstConfigGroup OBJECT-GROUP
OBJECTS { hpicfInstConfig }
STATUS current
DESCRIPTION "A collection of objects to support basic Instrumentation
Collection configuration on HP switches."
::= { hpicfInstMonGroups 3 }
hpicfInstMonNotifyGroup OBJECT-GROUP
OBJECTS { hpicfInstMonNotificationText }
STATUS current
DESCRIPTION "A collection of objects to support basic notification
details on HP switches."
::= { hpicfInstMonGroups 4 }
-- **********************************************************************
-- Compliance statements
-- **********************************************************************
hpicfInstMonBaseCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for HP switches running
Instrumentation Monitor and implementing the
HP-ICF-INST-MON MIB."
MODULE -- this module
MANDATORY-GROUPS { hpicfInstMonBaseGroup }
::= { hpicfInstMonCompliances 1 }
hpicfInstConfigCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for HP switches running
Instrumentation collection and implementing the
HP-ICF-INST-MON MIB."
MODULE -- this module
MANDATORY-GROUPS { hpicfInstConfigGroup }
::= { hpicfInstMonCompliances 2 }
hpicfInstMonNotifyCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for HP switches running
Instrumentation Monitor."
MODULE -- this module
MANDATORY-GROUPS { hpicfInstMonNotifyGroup }
::= { hpicfInstMonCompliances 3 }
END