-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpicfFtrCo.mib
395 lines (351 loc) · 14.8 KB
/
hpicfFtrCo.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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
HP-ICF-FTRCO DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, MODULE-IDENTITY, Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
RowStatus,
TruthValue,
DateAndTime,
TEXTUAL-CONVENTION
FROM SNMPv2-TC
PortList
FROM Q-BRIDGE-MIB
hpSwitch
FROM HP-ICF-OID;
hpicfFtrCo MODULE-IDENTITY
LAST-UPDATED "201006010000Z" -- June 1, 2010
ORGANIZATION "HP Networking"
CONTACT-INFO "Hewlett Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION "This MIB module manages Application
Coordination Restriction Policies"
REVISION "201006010000Z" -- June 1, 2010
DESCRIPTION "Added aclPermitLogging."
REVISION "200908280002Z" -- Aug 28, 2009
DESCRIPTION "Initial revision."
::= { hpSwitch 46 }
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
VidList ::= TEXTUAL-CONVENTION
DISPLAY-HINT "512x"
STATUS current
DESCRIPTION
"Each octet within this value specifies a set of eight
VlanIIndex (VID), with the first octet specifying VIDs 1
through 8, the second octet specifying VIDs 9 through 16,
etc. Within each octet, the most significant bit represents
the lowest numbered VID, and the least significant bit
represents the highest numbered VID. Thus, each VID
is represented by a single bit within the value of this
object. If that bit has a value of 1 then that VID is
included in the set of VIDs; the VID is not included if its
bit has a value of 0. This list represents the entire
range of VlanIndex values defined in the scope of IEEE
802.1Q."
SYNTAX OCTET STRING (SIZE (512))
IndexName ::= TEXTUAL-CONVENTION
DISPLAY-HINT "32a"
STATUS current
DESCRIPTION
"This object is valid when used as an index - an IndexName
is similar to a DisplayString, except that it does allow
a tilde ('~') and spaces within ts definition. Otherwise
it fully follows the textual-convention of the standard
DisplayString definition."
SYNTAX OCTET STRING (SIZE (0..32))
-- -------------------------------------------------------------
-- Start of MIB Objects
-- -------------------------------------------------------------
hpicfFtrcoObjects OBJECT IDENTIFIER ::= { hpicfFtrCo 1 }
hpFtrCoEntityTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpFtrcoEntityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all Entities setting restrictions, as set by some external
entity. Any restriction for an Entity can be deleted by deleting the
Entity name, by deleting a specific restriction, or by any expiration
value. Once an Entity name has been added to the table, it exist until
the name has specifically been removed. Entity rows also maintain the
'next-index' value for any restriction table entry."
::= { hpicfFtrcoObjects 1 }
hpFtrCoEntityEntry OBJECT-TYPE
SYNTAX HpFtrcoEntityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A row entry in the table for a specific entity user of the Feature
Coordinator facility. Entries in this table are created and removed
dynamically. An entity can add and remove a restriction regarding
some pre-defined facility in the switch and it will only be for a
specific Entity name. If the Entity name is removed, so are all of
its restrictions."
INDEX { hpFtrCoEntityName }
::= { hpFtrCoEntityTable 1 }
HpFtrcoEntityEntry ::=
SEQUENCE {
hpFtrCoEntityName IndexName,
hpFtrCoRestrictNextIndex Integer32,
hpFtrCoEntityDate DateAndTime,
hpFtrCoEntityStatus RowStatus
}
hpFtrCoEntityName OBJECT-TYPE
SYNTAX IndexName (SIZE(1..32))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An administratively assigned string, which may be used to identify
the unique owner of a set of restrictions."
::= { hpFtrCoEntityEntry 1 }
hpFtrCoRestrictNextIndex OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Is the next indexing parameter that allows multiple, like
restrictions. It is has a default value of 1 and is incremented
each time its index value is used. This is an independent value
and must be specified as the next added index (regardless of the
restriction type). In the event there is a collision due to a race
with reading the current value, the 'losing' restriction is denied
and the value should be re-read for a next attempt. The value is
always 1 whenever a new Entity record is created."
DEFVAL { 1 }
::= { hpFtrCoEntityEntry 2 }
hpFtrCoEntityDate OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This represents the switch's understanding of the current UTC time.
It should be used when setting an restriction expiration
DateAndTime value. Please note that this value is uniquely
determined each time the object is read (dynamic) and is
subject to changing when a change is made to the switch's
configuration (e.g. setting the local time-zone)."
::= { hpFtrCoEntityEntry 3 }
hpFtrCoEntityStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Administrative status of this Entity entry."
::= { hpFtrCoEntityEntry 4 }
hpFtrCoRestrictionTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpFtrCoRestrictEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of all restrictions, set by an external entity. The restrictions
can be deleted by deleting the entity name or by the restriction
expiration value. Expiration policies are logically ORed so that any policy
expiration that is met causes the restriction to be removed."
::= { hpicfFtrcoObjects 2 }
hpFtrCoRestrictEntry OBJECT-TYPE
SYNTAX HpFtrCoRestrictEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the table for a specific Entity user of the Feature
Coordinator facility. Entries in this table are created and removed
dynamically. An entity can add and remove a restriction to some
facility in the switch. These entries can also expire, based on
entity specified criteria. A restriction is never modified (all
restrictions are only created or deleted). If a value needs to be
modified, a new restriction could be added and then the old one
deleted (e.g. adding or removing an interface)."
INDEX { hpFtrCoEntityName,
hpFtrCoRestrictId,
hpFtrCoRestrictIndex }
::= { hpFtrCoRestrictionTable 1 }
HpFtrCoRestrictEntry ::=
SEQUENCE {
hpFtrCoRestrictId INTEGER,
hpFtrCoRestrictIndex Integer32,
hpFtrCoRestrictIdParm Integer32,
hpFtrCoRestrictStatus RowStatus,
hpFtrCoRestrictMessage SnmpAdminString,
hpFtrCoRestrictPorts PortList,
hpFtrCoRestrictVlans VidList,
hpFtrCoExpireSlot Integer32,
hpFtrCoExpireApplication IndexName,
hpFtrCoExpireVidDelete Integer32,
hpFtrCoExpireDate DateAndTime,
hpFtrCoExpireBoot TruthValue
}
hpFtrCoRestrictId OBJECT-TYPE
SYNTAX INTEGER {
vidIpConfig(1),
vidDelete(2),
portSecurity(3),
portAcl(4),
portSourcePortFilter(5),
portMeshing(6),
portLacp(7),
distributedTrunk(8),
portVirusThrottling(9),
portSflow(10),
portDhcpSnoop(11),
portLoopDetection(12),
portBpduPvstGuard(13),
qinq(14),
portQos(15),
portRateLimit(16),
portStaticMac(17),
portIpLockdown(18),
portIgmp(19),
portMirrorDestination(20),
portLinkConfig(21),
portLldp(22),
portKeepalive(23),
aclPermitLogging(24)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Restriction enumeration (Id). Expect this list to grow as are
more restrictions are developed (and needed)."
::= { hpFtrCoRestrictEntry 1}
hpFtrCoRestrictIndex OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An indexing parameter to allow multiple, like restrictions. It is
created by the Entity portion of MIB and used for addressing an
individual restriction rule. Any new restriction added to a
restriction table must be equal to the current 'next-restriction'
value."
::= { hpFtrCoRestrictEntry 2 }
hpFtrCoRestrictIdParm OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"An optional parameter for the restriction enumeration."
::= { hpFtrCoRestrictEntry 3 }
hpFtrCoRestrictStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Administrative status of this entry."
::= { hpFtrCoRestrictEntry 4 }
hpFtrCoRestrictMessage OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"An error message containing information about the restriction that
can be used by the caller, indicating the reason for this restriction
being in place. It is occasionally referred to as a friendly error
message. SIZE reflects that a message must exist and that it has
a maximum 'String' length of 255 character."
::= { hpFtrCoRestrictEntry 5 }
hpFtrCoRestrictPorts OBJECT-TYPE
SYNTAX PortList
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A list of ports, if applicable to the restriction."
::= { hpFtrCoRestrictEntry 6 }
hpFtrCoRestrictVlans OBJECT-TYPE
SYNTAX VidList
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A VidList of vlan IDs, if applicable to the restriction."
::= { hpFtrCoRestrictEntry 7 }
hpFtrCoExpireSlot OBJECT-TYPE
SYNTAX Integer32 (0..2147483647)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Setting this value will cause this restriction to expire when
corresponding switch slot is signaled to be down. Note, if the slot
never comes up, there will be no slot-down signal."
::= { hpFtrCoRestrictEntry 8 }
hpFtrCoExpireApplication OBJECT-TYPE
SYNTAX IndexName (SIZE (0..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This setting will cause the restriction to expire whenever a signal
is received that this application-name has gone down."
::= { hpFtrCoRestrictEntry 9 }
hpFtrCoExpireVidDelete OBJECT-TYPE
SYNTAX Integer32 (0..4096)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A signal indicating this VlanIndex has been deleted will cause this
restriction to expire. The specified VID record must exist in the
switch configuration for this policy to be set. NOTE: ExpireVidDelete
is unused in this release; it is available, you can set it; but it is
totally ignored with current processing."
::= { hpFtrCoRestrictEntry 10 }
hpFtrCoExpireDate OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This expiration event occurs whenever it is determined that the
switch-time exceeds this setting. The switches sw_time() represents
the UTC time value (relative to Jan 1, 1990) used with this comparison
(compare with sw_localtime). NOTE: ExpireDate is unused in this release;
it is available, you can set it; but it is totally ignored with current
processing."
::= { hpFtrCoRestrictEntry 11 }
hpFtrCoExpireBoot OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When specified as 'true', this expiration event occurs whenever the
switch reboots. It is a necessary expiration policy since all
restrictions are persistent and it is possible that we can have an
obsolete policy (slot-down) following a power-fail condition."
DEFVAL { false }
::= { hpFtrCoRestrictEntry 12 }
-- **********************************************************************
-- Conformance Information
-- **********************************************************************
hpicfFtrCoConformance OBJECT IDENTIFIER ::= { hpicfFtrCo 2 }
hpicfFtrCoCompliances OBJECT IDENTIFIER ::= { hpicfFtrCoConformance 1 }
hpicfFtrCoGroups OBJECT IDENTIFIER ::= { hpicfFtrCoConformance 2 }
hpicfFtrCoCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for HP switches
implementing the HP-ICF-FTRCO-MIB."
MODULE
MANDATORY-GROUPS { hpicfFtrCoGroup }
GROUP hpicfFtrCoGroup
DESCRIPTION "Support for this group is required for HP switches
that implement Feature Coordinator."
::= { hpicfFtrCoCompliances 1 }
hpicfFtrCoGroup OBJECT-GROUP
OBJECTS {
hpFtrCoRestrictNextIndex,
hpFtrCoEntityDate,
hpFtrCoEntityStatus,
hpFtrCoRestrictIdParm,
hpFtrCoRestrictStatus,
hpFtrCoRestrictMessage,
hpFtrCoRestrictPorts,
hpFtrCoRestrictVlans,
hpFtrCoExpireSlot,
hpFtrCoExpireApplication,
hpFtrCoExpireVidDelete,
hpFtrCoExpireDate,
hpFtrCoExpireBoot
}
STATUS current
DESCRIPTION "A collection of HP proprietary objects to support
Feature Coordinator."
::= { hpicfFtrCoGroups 1 }
END