-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-VMPS-MIB-V1SMI.my
690 lines (630 loc) · 21 KB
/
CISCO-VMPS-MIB-V1SMI.my
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
-- MIB file created 13-Jan-2005 20:25:07, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-VMPS-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-VMPS-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
RowStatus, TimeStamp, MacAddress, DisplayString, TruthValue
FROM SNMPv2-TC-v1
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
ciscoMgmt
FROM CISCO-SMI
Counter, IpAddress
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoVmpsMIB OBJECT IDENTIFIER ::= { ciscoMgmt 53 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200401200000Z
-- OrgName
-- Cisco System Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected],
-- Descr
-- The MIB module for the management of the
-- VLAN Membership Policy Server.
-- RevDate
-- 200401200000Z
-- RevDescr
-- Added new object vmpsRcpRemoteUserName2 and
-- deprecated the object vmpsRcpRemoteUserName.
-- RevDate
-- 200310161000Z
-- RevDescr
-- Added following objects:
-- vmpsAutoBackupEnable and
-- vmpsAutoBackupFileName.
-- RevDate
-- 200206191000Z
-- RevDescr
-- Corrected description of vmpsLastFailClient.
-- RevDate
-- 200204041000Z
-- RevDescr
-- Added new object vmpsRcpRemoteUserName to support
-- RCP download of VMPS database.
-- RevDate
-- 200101301304Z
-- RevDescr
-- Corrected description of vmpsTriggerDownload
ciscoVlanMemberPolicyServerMIBObjects OBJECT IDENTIFIER ::= { ciscoVmpsMIB 1 }
vmpsInfo OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBObjects 1 }
vmpsDatabase OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBObjects 2 }
vmpsGlobalConfig OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBObjects 3 }
ciscoVlanMemberPolicyServerMIBNotifications OBJECT IDENTIFIER ::= { ciscoVmpsMIB 2 }
ciscoVlanMemberPolicyServerMIBConformance OBJECT IDENTIFIER ::= { ciscoVmpsMIB 3 }
ciscoVlanMemberPolicyServerMIBCompliances OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBConformance 1 }
ciscoVlanMemberPolicyServerMIBGroups OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBConformance 2 }
VlanName ::= OCTET STRING(SIZE(0..32))
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- The user friendly ASCII string associated with a VLAN.
vmpsConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF VmpsConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table for creating and controling an instance of
the VMPS."
::= { vmpsInfo 1 }
vmpsConfigEntry OBJECT-TYPE
SYNTAX VmpsConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in the vmpsConfigTable."
INDEX { vmpsIndex }
::= { vmpsConfigTable 1 }
VmpsConfigEntry ::= SEQUENCE {
vmpsIndex INTEGER,
vmpsAdminStatus INTEGER,
vmpsDownloadServerAddress IpAddress,
vmpsConfigFileName DisplayString,
vmpsTriggerDownload INTEGER,
vmpsFallbackVlan VlanName,
vmpsSecureMode INTEGER,
vmpsManagementDomain DisplayString,
vmpsRowStatus RowStatus,
vmpsRcpRemoteUserName SnmpAdminString,
vmpsRcpRemoteUserName2 SnmpAdminString
}
vmpsIndex OBJECT-TYPE
SYNTAX INTEGER(1..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An arbitrary index identifying this particular
instance of the VMPS. This index need not be
consistent across reboots. For devices only
supporting one instance of the VMPS this object need
only accept the value of 1. Different instances of
the VMPS of one device will presumable be for
different management domains."
::= { vmpsConfigEntry 1 }
vmpsAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
inactive(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The desired state of the VMPS as prescribed by the
operator. The actions of the agent will, if at all
possible, eventually result in the desired state being
reflected in the lecsOperStatus."
DEFVAL { active }
::= { vmpsConfigEntry 2 }
vmpsDownloadServerAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The IP address of the host supplying the TFTP configuration
data for the VMPS. If this value of this object is 0.0.0.0
then the VMPS will not attempt to download configuration
information."
DEFVAL { '00000000'H }
::= { vmpsConfigEntry 3 }
vmpsConfigFileName OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The filename of the configuration file the VMPS will
attempt to download."
DEFVAL { ''H }
::= { vmpsConfigEntry 4 }
vmpsTriggerDownload OBJECT-TYPE
SYNTAX INTEGER {
noOperation(1),
loadDatabase(2),
loadRcpDataBase(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"When set to `loadDatabase' this object will cause the VMPS
to initiate a TFTP download of the configuration tables
stored at the host identified by the
vmpsDownloadServerAddress. Setting to 'loadRcpDataBase'
will cause the VMPs to initiate RCP download. A download
cannot be preformed unless the host address is properly
set. This object will always return noOperation(1) when
read. Setting this object to loadDatabase(2) while the
vmpsOperStatus is loading(3) is effectively a no-op."
::= { vmpsConfigEntry 5 }
vmpsFallbackVlan OBJECT-TYPE
SYNTAX VlanName
-- Rsyntax OCTET STRING(SIZE(0..32))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This is the VLAN returned in the configuration response
when a given configuration request contains data that
matches nothing in the VMPS database (given the specified
classifiers). A value of the empty string signifies that
there is no fall-back VLAN."
DEFVAL { ''H }
::= { vmpsConfigEntry 6 }
vmpsSecureMode OBJECT-TYPE
SYNTAX INTEGER {
secure(1),
open(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If in secure mode the VMPS will instruct the requesting
device to shutdown a port as a result of a match
failure."
DEFVAL { open }
::= { vmpsConfigEntry 7 }
vmpsManagementDomain OBJECT-TYPE
SYNTAX DisplayString(SIZE(1..32))
-- Rsyntax OCTET STRING(SIZE(1..32))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The management domain this VMPS is servicing."
::= { vmpsConfigEntry 8 }
vmpsRowStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of the conceptual row. A valid value of
vmpsManagementDomain must be set before the row can
become active. Devices that only support one instance
of the VMPS may opt to always have a row in this table
instantiated and not allow row manipulations."
::= { vmpsConfigEntry 9 }
vmpsRcpRemoteUserName OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(1..255))
-- Rsyntax OCTET STRING(SIZE(1..255))
ACCESS read-write
STATUS deprecated
DESCRIPTION
"Remote username for download of the VMPS database
file via RCP protocol. This object must be set when
vmpsTriggerDownload is set to loadRcpDataBase(3).
This object will be have no effect for protocols
other than RCP."
::= { vmpsConfigEntry 10 }
vmpsRcpRemoteUserName2 OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object deprecates the object vmpsRcpRemoteUserName to
support full range, i.e. SIZE(0..255), of
TEXTUAL-CONVENTION SnmpAdminString.
The object indicates remote username for download of the
VMPS database file via RCP protocol. This object must be
set when vmpsTriggerDownload is to loadRcpDataBase(3).
This object will be have no effect for protocols
other than RCP."
::= { vmpsConfigEntry 11 }
vmpsStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF VmpsStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Statistics relating to this instance of the VMPS."
::= { vmpsInfo 2 }
vmpsStatsEntry OBJECT-TYPE
SYNTAX VmpsStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in the vmpsStatsTable."
INDEX { vmpsIndex }
-- Augments vmpsConfigEntry
::= { vmpsStatsTable 1 }
VmpsStatsEntry ::= SEQUENCE {
vmpsLastRestart TimeStamp,
vmpsInConfigReqs Counter,
vmpsInConfigErrors Counter,
vmpsOutConfigFails Counter,
vmpsLastFailClient MacAddress,
vmpsOperStatus INTEGER
}
vmpsLastRestart OBJECT-TYPE
SYNTAX TimeStamp
-- Rsyntax TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of sysUpTime when the VMPS was last
restarted."
::= { vmpsStatsEntry 1 }
vmpsInConfigReqs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of configure requests, including
vmpsInConfigErrors, that have been received by the VMPS."
::= { vmpsStatsEntry 2 }
vmpsInConfigErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Then number of packets received by the VMPS but which
were not correctly formatted configure requests."
::= { vmpsStatsEntry 3 }
vmpsOutConfigFails OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of configure responses sent by this
particular VMPS whose status was other than success."
::= { vmpsStatsEntry 4 }
vmpsLastFailClient OBJECT-TYPE
SYNTAX MacAddress
-- Rsyntax OCTET STRING(SIZE(6))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The MAC address of the VLAN client whose last
configuration request was rejected. This MAC address
will be for the VLAN client who was delivered the last
configure response that caused the vmpsOutConfigFails
object to increment. This value is taken directly
from the configure request and is not guaranteed to
be correctly identify a client."
::= { vmpsStatsEntry 5 }
vmpsOperStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
inactive(2),
loading(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object reflects the actual state of the VMPS
which may differ from that of the vmpsAdminStatus
object. This can occur when the configuration database
fails to load but the corresponding vmpsAdminStatus is
`active'. The state loading(3) indicates that the VMPS
is currently loading the configuration database from
the TFTP server."
::= { vmpsStatsEntry 6 }
vmpsAutoBackupEnable OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object enables or disables the auto-save of the
downloaded VMPS configuration on to a local storage of
the device. If the value is set to 'true', the VMPS
configuration will be backed up into the location
specified by vmpsAutoBackupFileName everytime the
configuration file is downloaded."
::= { vmpsGlobalConfig 1 }
vmpsAutoBackupFileName OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the VMPS back-up configuration
location, in the format of <devices>:[<filename>].
<device> can be (but not limited to): flash, bootflash,
slot0, slot1, disk0."
::= { vmpsGlobalConfig 2 }
vmpsMacConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF VmpsMacConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A (conceptual) table utilized by a VMPS to map a MAC
address of a end station to a VLAN."
::= { vmpsDatabase 1 }
vmpsMacConfigEntry OBJECT-TYPE
SYNTAX VmpsMacConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) of a mapping between a MAC
address in utilization by an end station and a VLAN."
INDEX { vmpsIndex, vmpsMacConfigAddress }
::= { vmpsMacConfigTable 1 }
VmpsMacConfigEntry ::= SEQUENCE {
vmpsMacConfigAddress MacAddress,
vmpsMacConfigVlan VlanName,
vmpsMacConfigLastAccessed TimeStamp,
vmpsMacConfigLastRequestor IpAddress,
vmpsMacConfigLastRequestPortId DisplayString,
vmpsMacConfigLastResponseStatus INTEGER,
vmpsMacConfigStatus RowStatus
}
vmpsMacConfigAddress OBJECT-TYPE
SYNTAX MacAddress
-- Rsyntax OCTET STRING(SIZE(6))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The MAC address of an end station to be associated
with an VLAN."
::= { vmpsMacConfigEntry 1 }
vmpsMacConfigVlan OBJECT-TYPE
SYNTAX VlanName
-- Rsyntax OCTET STRING(SIZE(0..32))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A VLAN that will be returned to an end
station that provides the corresponding MAC address in
a configuration request. A zero length string
indicates that the corresponding MAC address is not
permitted on any VLANs, including the fall-back."
::= { vmpsMacConfigEntry 2 }
vmpsMacConfigLastAccessed OBJECT-TYPE
SYNTAX TimeStamp
-- Rsyntax TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of sysUpTime when this entry was last used
to map a MAC address to a VLAN name. Managers may
opt to use this object to garbage collect entries that
have not been used for a prolonged period of time."
::= { vmpsMacConfigEntry 3 }
vmpsMacConfigLastRequestor OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The IP address of the device that requested the VLAN
associated with the MAC of this row. The manager may use
this object in an attempt to locate where a dynamic host
currently resides."
::= { vmpsMacConfigEntry 4 }
vmpsMacConfigLastRequestPortId OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The ID of the port included in the configuration request
that corresponded to the designated entry in this table."
::= { vmpsMacConfigEntry 5 }
vmpsMacConfigLastResponseStatus OBJECT-TYPE
SYNTAX INTEGER {
success(1),
versionNotSupported(2),
insufficientResources(3),
accessDenied(4),
portShutdown(5),
unknownManagementDomain(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of the status field in the response for the last
configure request for this MAC-address."
::= { vmpsMacConfigEntry 6 }
vmpsMacConfigStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The row cannot be set to `active' until an
appropriate value exists for vmpsMacConfigVlan."
::= { vmpsMacConfigEntry 7 }
vmpsVlanConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF VmpsVlanConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of VLANs with restricted access from dynamic
ports. This list takes the form of a group of VLANs
and a group of ports permitted for those VLANs. If no
entry exists for a particular VLAN then there are no
restrictions as to what ports are allowed to access
that VLAN. If entries exist for a VLAN, then all ports
not explicitly permitted for that VLAN are denied
access (in the form of a failed configuration
response)."
::= { vmpsDatabase 2 }
vmpsVlanConfigEntry OBJECT-TYPE
SYNTAX VmpsVlanConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry (conceptual row) in the vmpsVlanConfigTable."
INDEX { vmpsIndex, vmpsVlanName, vmpsDeviceId, vmpsPortName }
::= { vmpsVlanConfigTable 1 }
VmpsVlanConfigEntry ::= SEQUENCE {
vmpsVlanName VlanName,
vmpsDeviceId IpAddress,
vmpsPortName DisplayString,
vmpsVlanConfigStatus RowStatus
}
vmpsVlanName OBJECT-TYPE
SYNTAX VlanName
-- Rsyntax OCTET STRING(SIZE(0..32))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The VLAN name associated with a group of ports which
are allowed access to that VLAN dynamically."
::= { vmpsVlanConfigEntry 1 }
vmpsDeviceId OBJECT-TYPE
SYNTAX IpAddress
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The IP address of the device containing the
permitted ports."
::= { vmpsVlanConfigEntry 2 }
vmpsPortName OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The ifName of the port on which dynamic access to
the specified VLAN is allowed."
::= { vmpsVlanConfigEntry 3 }
vmpsVlanConfigStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status object associated with the conceptual row."
::= { vmpsVlanConfigEntry 4 }
ciscoVlanMemberPolicyServerGroup OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects for the managing of VMPS
-- operation.
-- objects
-- vmpsLastRestart, vmpsInConfigReqs, vmpsInConfigErrors,
-- vmpsOutConfigFails, vmpsLastFailClient, vmpsOperStatus,
-- vmpsAdminStatus, vmpsDownloadServerAddress,
-- vmpsConfigFileName, vmpsTriggerDownload, vmpsFallbackVlan,
-- vmpsSecureMode, vmpsManagementDomain, vmpsRowStatus,
-- vmpsMacConfigVlan, vmpsMacConfigLastAccessed,
-- vmpsMacConfigLastRequestor, vmpsMacConfigLastRequestPortId,
-- vmpsMacConfigLastResponseStatus, vmpsMacConfigStatus,
-- vmpsVlanConfigStatus
ciscoVlanMemberPolicyServerRcpGroup OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- Group to support RCP downnload of VMPS database.
-- objects
-- vmpsRcpRemoteUserName
ciscoVmpsAutoBackupGroup OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Group to support auto backup of downloaded VMPS
-- configuration.
-- objects
-- vmpsAutoBackupEnable, vmpsAutoBackupFileName
ciscoVlanMemberPolicyServerRcpGroup2 OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBGroups 4 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Group to support RCP downnload of VMPS database.
-- objects
-- vmpsRcpRemoteUserName2
ciscoVlanMemberPolicyServerMIBCompliance OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for entities which
-- implement the VMPS MIB. This statement is replaced by
-- ciscoVmpsMIBCompliance2.
-- Module
-- >>current<<
-- MandGroup
-- ciscoVlanMemberPolicyServerGroup
ciscoVmpsMIBCompliance2 OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for entities which
-- implement the VMPS MIB. This statement is replaced by
-- ciscoVmpsMIBCompliance3.
-- Module
-- >>current<<
-- MandGroup
-- ciscoVlanMemberPolicyServerGroup
-- OptGroup
-- ciscoVlanMemberPolicyServerRcpGroup
-- OptGroup
-- ciscoVmpsAutoBackupGroup
ciscoVmpsMIBCompliance3 OBJECT IDENTIFIER ::= { ciscoVlanMemberPolicyServerMIBCompliances 3 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for entities which
-- implement the VMPS MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoVlanMemberPolicyServerGroup
-- OptGroup
-- ciscoVmpsAutoBackupGroup
-- OptGroup
-- ciscoVlanMemberPolicyServerRcpGroup2
END