1	-- ======================================================== --
2	-- NetApp Custom MIB                                        --
3	--                                                          --
4	-- This MIB contains only information specific to           --
5	-- NetApp products. Other supported mibs are                --
6	-- not included in this file.                               --
7	-- =======================================================  --
8
9	-- Version 2.4, March 2014 (See NOTE below)
10
11	-- Copyright (c) 1995-2014 NetApp, Inc.
12	-- All rights reserved.
13
14	-- This NetApp SNMP Management Information Base
15	-- (Specification) embodies NetApp's confidential
16	-- and proprietary intellectual property.  NetApp
17	-- retains all title and ownership in the Specification,
18	-- including any revisions.
19
20	-- This Specification is supplied "AS IS," and NetApp
21	-- makes no warranty, either express or implied, as to the use,
22	-- operation, condition, or performance of the Specification.
23
24	-- NOTE:   Please maintain the format of the line above
25		-- containing the MIB's version number as:
26		--
27		-- Version <version #>, <Date> (See NOTE below)
28		--
29		-- This line is parsed during the release process
30		-- to extract the version of the MIB.
31	        -- Keep the MODULE-IDENTITY in sync with the Version Date.
32	        --
33
34	-- =======================================================  --
35	-- List of modifications for upgrade to SMIv2 (RFC2578):
36	--
37	-- Standardized capitalization for grmMonitor
38	-- subtyping not allowed in SEQUENCE
39	-- hyphens not allowed in value types.
40	-- Changed dmpSubtreeEntry to dmpEntry
41	-- Removed lastdump and placed entries in dmpEntry
42	-- Removed lastsuccess and placed entries in dmpEntry
43	-- Renamed initiatorListMemberEntry to initiatorListEntry
44	-- Moved enclTempSensorsCurrentTemp to correct location in enclEntry
45	-- Add enclSASConn... to enclEntry
46	-- Added Counter64 support
47	-- Renamed the following netcache OIDS:
48	--  ncStreamingOndemandBytesToClients to ncStreamingOBTClients
49	--  ncStreamingOndemandBytesFromClients to ncStreamingOBFClients
50	--  ncStreamingOndemandBytesToServers to ncStreamingOBTServers
51	--  ncStreamingOndemandBytesFromServers to ncStreamingOBFServers
52	--  ncStreamingQuickTimeBytesToClients to ncStreamingQTBTClients
53	--  ncStreamingQuickTimeBytesFromClients to ncStreamingQTBFClients
54	--  ncStreamingQuickTimeBytesToServers to ncStreamingQTBTServers
55	--  ncStreamingQuickTimeBytesFromServers to ncStreamingQTBFServers
56	--  ncStreamingRtspWMBytesFromClients to ncStreamingRtspWMBFClients
57	--  ncStreamingRtspWMBytesFromServers to ncStreamingRtspWMBFServers
58
59	-- Conform to RFC3584 "Coexistence between V1, V2, and V3 of
60	--         the Internet-standard Network Management Framework
61	-- 2.1.1. Required changes
62	-- 1 - IMPORTS statement must reference SNMPv2-SMI
63	-- 2 - The MODULE-IDENTITY macro must be invoked.
64	-- 3 - SYNTAX Counter32 replaces Counter
65	-- 4 - SYNTAX Gauge32 replaces Gauge
66	-- 5 - MAX-ACCESS replaces ACCESS
67	-- 6 - STATUS current replaces STATUS mandatory
68	--     STATUS current replaces STATUS optional
69	-- 2.1.1 - Desirable changes
70	-- 2 - Integer32 replaces INTEGER in places that don't have ranges
71	-- 2.1.2 - Trap and Notification Definitions
72	-- 1 - IMPORTS must reference SMIv2-SMI
73	-- 2 - ENTERPRISE is removed
74	-- 3 - VARIABLES clause must be renamed to OBJECTS clause
75	-- 4 - STATUS clause must be added
76
77	-- Add enclXXXpart
78	-- =======================================================  --
79
80	NETAPP-MIB DEFINITIONS ::= BEGIN
81
82        IMPORTS
83	        MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, IpAddress, enterprises,
84		TimeTicks, Gauge32, Counter32, Counter64, Integer32, Unsigned32, snmpModules, mib-2
85		        FROM SNMPv2-SMI
86		TEXTUAL-CONVENTION, DisplayString, TestAndIncr, TimeStamp, PhysAddress, DateAndTime
87		        FROM SNMPv2-TC
88		MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
89		        FROM SNMPv2-CONF
90		CounterBasedGauge64, ZeroBasedCounter64
91			FROM HCNUM-TC;
92
93        netappModuleId  MODULE-IDENTITY
94	LAST-UPDATED      "201403050000Z"
95        ORGANIZATION      "NetApp"
96        CONTACT-INFO      "www.netapp.com"
97        DESCRIPTION       "The mib module for NetApp SNMPv2 entities"
98
99	::= { snmpModules 789 }
100
101        Boolean ::= TEXTUAL-CONVENTION
102	    STATUS   current
103	    DESCRIPTION
104		"false|true"
105	    SYNTAX   INTEGER {
106                false(0),
107		true(1)
108	    }
109
110	Uuid ::= TEXTUAL-CONVENTION
111	    STATUS   current
112	    DESCRIPTION
113		"Universally Unique Identifier"
114	    SYNTAX   OCTET STRING (SIZE (16))
115
116	TimeTicks64 ::= TEXTUAL-CONVENTION
117	    STATUS   current
118	    DESCRIPTION
119		"Represents time in hundredths (1/100) of a second since an epoch."
120	    SYNTAX   Counter64
121
122	--  MIB-II (same prefix as MIB-I)
123
124	-- the NetApp MIB
125
126	-- NetApp conventions
127
128	netapp OBJECT IDENTIFIER ::= { enterprises 789 }
129
130	netapp0 OBJECT IDENTIFIER ::= { netapp 0 }
131
132	-- the current netapp mib
133
134	netapp1	OBJECT IDENTIFIER ::= { netapp 1 }
135
136	--
137	-- This is the tree under which values for the sysObjectID
138	-- are allocated.
139	--
140
141	netappProducts OBJECT IDENTIFIER ::= { netapp 2 }
142
143	--
144	-- This is the tree under which values for the DataFabric Manager
145	-- are allocated. Those values are defined in separate mib file,
146	-- distributed with DataFabric Manager product.
147	--
148
149	netappDataFabricManager OBJECT IDENTIFIER ::= { netapp 3 }
150
151	--
152	-- This is the tree under which values for the NetApp Support Console
153	-- are allocated. Those values are defined in separate mib file,
154	-- distributed with the Support Console
155	--
156
157	netappSupportConsole OBJECT IDENTIFIER ::= { netapp 4 }
158
159	--
160	-- This is the tree under which values for the OnCommand
161	-- management software from Unified Manager version 6.0 onwards
162	-- are allocated.
163	-- Those values are defined in separate OCUM MIB file, distributed
164	-- with OnCommand product.
165	--
166
167	netappOnCommand OBJECT IDENTIFIER ::= { netapp 5 }
168
169	--
170	-- We distinguish between filers and NetCaches.
171	--
172
173	netappFiler	OBJECT IDENTIFIER ::= { netappProducts 1 }
174	netappNetCache	OBJECT IDENTIFIER ::= { netappProducts 2 }
175	netappClusteredFiler	OBJECT IDENTIFIER ::= { netappProducts 3 }
176	netappNode	OBJECT IDENTIFIER ::= { netappProducts 4 }
177	netappCluster	OBJECT IDENTIFIER ::= { netappProducts 5 }
178	netappVserver	OBJECT IDENTIFIER ::= { netappProducts 6 }
179
180
181	-- top-level netapp groups
182
183	product	                        OBJECT IDENTIFIER ::= { netapp1 1 }
184
185	sysStat	                        OBJECT IDENTIFIER ::= { netapp1 2 }
186
187	nfs	                        OBJECT IDENTIFIER ::= { netapp1 3 }
188
189	quota	                        OBJECT IDENTIFIER ::= { netapp1 4 }
190
191	filesys	                        OBJECT IDENTIFIER ::= { netapp1 5 }
192
193	raid	                        OBJECT IDENTIFIER ::= { netapp1 6 }
194
195	cifs	                        OBJECT IDENTIFIER ::= { netapp1 7 }
196
197	netcache      	                OBJECT IDENTIFIER ::= { netapp1 8 }
198
199	snapmirror     	                OBJECT IDENTIFIER ::= { netapp1 9 }
200
201	ndmp     	                OBJECT IDENTIFIER ::= { netapp1 10 }
202
203	fabric     	                OBJECT IDENTIFIER ::= { netapp1 11 }
204
205	dafs		                OBJECT IDENTIFIER ::= { netapp1 12 }
206
207	vi		                OBJECT IDENTIFIER ::= { netapp1 13 }
208
209	backup		                OBJECT IDENTIFIER ::= { netapp1 14 }
210
211        vfiler                          OBJECT IDENTIFIER ::= { netapp1 16 }
212
213	blocks		                OBJECT IDENTIFIER ::= { netapp1 17 }
214
215	nfscache	                OBJECT IDENTIFIER ::= { netapp1 18 }
216
217	snapvault     	                OBJECT IDENTIFIER ::= { netapp1 19 }
218
219	ftpd		                OBJECT IDENTIFIER ::= { netapp1 20 }
220
221	storage   	                OBJECT IDENTIFIER ::= { netapp1 21 }
222
223	network		                OBJECT IDENTIFIER ::= { netapp1 22 }
224
225	sis		                OBJECT IDENTIFIER ::= { netapp1 23 }
226
227	compress			OBJECT IDENTIFIER ::= { netapp1 24 }
228
229	cluster         		OBJECT IDENTIFIER ::= { netapp1 25 }
230
231	extcache 			OBJECT IDENTIFIER ::= { netapp1 26 }
232
233	vserver				OBJECT IDENTIFIER ::= { netapp1 27 }
234
235	qos	                        OBJECT IDENTIFIER ::= { netapp1 28 }
236
237	sm	                        OBJECT IDENTIFIER ::= { netapp1 29 }
238
239	-- clusterIdentity group
240	clusterIdentity OBJECT IDENTIFIER ::= { cluster 1 }
241
242	clusterIdentityUuid		OBJECT-TYPE
243	SYNTAX      			DisplayString
244	MAX-ACCESS  			read-only
245	STATUS      			current
246	DESCRIPTION
247		"Cluster's universally unique identifier (UUID)."
248	::= { clusterIdentity 1 }
249
250	clusterIdentityName 		OBJECT-TYPE
251	SYNTAX      			DisplayString
252	MAX-ACCESS  			read-only
253	STATUS      			current
254	DESCRIPTION
255		"Name of the cluster of which this node is a member."
256	::= { clusterIdentity 2 }
257
258	clusterIdentitySerialNumber 	OBJECT-TYPE
259	SYNTAX      			DisplayString
260	MAX-ACCESS  			read-only
261	STATUS      			current
262	DESCRIPTION
263		"Cluster Serial Number"
264	::= { clusterIdentity 3 }
265
266	-- nodeTable
267	nodeTable			OBJECT-TYPE
268	SYNTAX      			SEQUENCE OF NodeEntry
269	MAX-ACCESS  			not-accessible
270	STATUS      			current
271	DESCRIPTION
272		"Table of all nodes in the cluster."
273	::= { cluster 2 }
274
275	nodeEntry			OBJECT-TYPE
276	SYNTAX      			NodeEntry
277	MAX-ACCESS  			not-accessible
278	STATUS      			current
279	DESCRIPTION
280		"Entry for a node in the cluster."
281	INDEX { IMPLIED nodeName }
282	::= { nodeTable 1 }
283
284	NodeEntry ::=
285            SEQUENCE {
286                nodeName         	DisplayString,
287                nodeOwner        	DisplayString,
288                nodeLocation     	DisplayString,
289                nodeModel        	DisplayString,
290		nodeSerialNumber 	DisplayString,
291		nodeAssetTag     	DisplayString,
292		nodeUptime       	TimeTicks,
293		nodeNvramId      	INTEGER,
294		nodeSystemId     	DisplayString,
295		nodeVendor       	DisplayString,
296		nodeHealth       	Boolean,
297		nodeEligibility  	Boolean,
298		nodeEpsilon      	Boolean,
299		nodeUuid         	DisplayString,
300		nodeCpuUptime           TimeTicks,
301		nodeCpuBusyTime         TimeTicks,
302		nodeNvramBatteryStatus  INTEGER,
303		nodeEnvOverTemperature  INTEGER,
304		nodeEnvFailedFanCount   INTEGER,
305		nodeEnvFailedFanMessage DisplayString,
306		nodeEnvFailedPowerSupplyCount   INTEGER,
307		nodeEnvFailedPowerSupplyMessage DisplayString,
308		nodeProductVersion		DisplayString,
309		nodeFirmwareVersion		DisplayString
310        }
311
312	nodeName 			OBJECT-TYPE
313	SYNTAX      			DisplayString
314	MAX-ACCESS  			read-only
315	STATUS      			current
316	DESCRIPTION
317		"Node Name. Same as sysName for a specific node."
318	::= { nodeEntry 1 }
319
320	nodeOwner			OBJECT-TYPE
321	SYNTAX      			DisplayString
322	MAX-ACCESS  			read-only
323	STATUS      			current
324	DESCRIPTION
325		"Node Owner. Same as sysContact for a specific node."
326	::= { nodeEntry 2 }
327
328	nodeLocation			OBJECT-TYPE
329	SYNTAX      			DisplayString
330	MAX-ACCESS  			read-only
331	STATUS      			current
332	DESCRIPTION
333		"Node Location. Same as sysLocation for a specific node."
334	::= { nodeEntry 3 }
335
336	nodeModel 			OBJECT-TYPE
337	SYNTAX      			DisplayString
338	MAX-ACCESS  			read-only
339	STATUS      			current
340	DESCRIPTION
341		"Node Model. Same as productModel for a specific node."
342	::= { nodeEntry 4 }
343
344	nodeSerialNumber 		OBJECT-TYPE
345	SYNTAX      			DisplayString
346	MAX-ACCESS  			read-only
347	STATUS      			current
348	DESCRIPTION
349		"Node Serial Number. Same as productSerialNum for a specific node."
350	::= { nodeEntry 5 }
351
352	nodeAssetTag 			OBJECT-TYPE
353	SYNTAX      			DisplayString
354	MAX-ACCESS  			read-only
355	STATUS      			current
356	DESCRIPTION
357		"Value of customer-assigned asset tag for this node."
358	::= { nodeEntry 6 }
359
360	nodeUptime 			OBJECT-TYPE
361	SYNTAX      			TimeTicks
362	MAX-ACCESS  			read-only
363	STATUS      			current
364	DESCRIPTION
365		"Node Uptime. Same as sysUpTime for a specific node."
366	::= { nodeEntry 7 }
367
368	nodeNvramId 			OBJECT-TYPE
369	SYNTAX      			INTEGER
370	MAX-ACCESS  			read-only
371	STATUS      			current
372	DESCRIPTION
373		"NVRAM ID of this node."
374	::= { nodeEntry 8 }
375
376	nodeSystemId 			OBJECT-TYPE
377	SYNTAX      			DisplayString
378	MAX-ACCESS  			read-only
379	STATUS      			current
380	DESCRIPTION
381		"Node System ID. Same as productId for a specific node."
382	::= { nodeEntry 9 }
383
384	nodeVendor 			OBJECT-TYPE
385	SYNTAX      			DisplayString
386	MAX-ACCESS  			read-only
387	STATUS      			current
388	DESCRIPTION
389		"Node Vendor. Similar to productVendor for a specific node."
390	::= { nodeEntry 10 }
391
392	nodeHealth 			OBJECT-TYPE
393	SYNTAX      			Boolean
394	MAX-ACCESS  			read-only
395	STATUS      			current
396	DESCRIPTION
397		"Whether or not the node can communicate with the cluster."
398	::= { nodeEntry 11 }
399
400	nodeEligibility 		OBJECT-TYPE
401	SYNTAX      			Boolean
402	MAX-ACCESS  			read-only
403	STATUS      			current
404	DESCRIPTION
405		"An eligible node is one that has been designated by the
406		 administrator as an active participant in the cluster."
407	::= { nodeEntry 12 }
408
409	nodeEpsilon 			OBJECT-TYPE
410	SYNTAX      			Boolean
411	MAX-ACCESS  			read-only
412	STATUS      			current
413	DESCRIPTION
414	    "Whether or not this node has epsilon to keep the quorum
415	     up if only half of the nodes can communicate."
416	::= { nodeEntry 13 }
417
418	nodeUuid 			OBJECT-TYPE
419	SYNTAX      			DisplayString
420	MAX-ACCESS  			read-only
421	STATUS      			current
422	DESCRIPTION
423		"Universally unique identifier (UUID) of the node."
424	::= { nodeEntry 14 }
425
426	nodeCpuUptime                   OBJECT-TYPE
427	SYNTAX      			TimeTicks
428	MAX-ACCESS  			read-only
429	STATUS      			current
430	DESCRIPTION
431		"The time (in hundredths of a second) that the
432		CPU has been up since the last boot."
433	::= { nodeEntry 15 }
434
435	nodeCpuBusyTime 		OBJECT-TYPE
436	SYNTAX      			TimeTicks
437	MAX-ACCESS  			read-only
438	STATUS      			current
439	DESCRIPTION
440		"The time (in hundredths of a second) that the
441		CPU has been doing useful work since the last
442		boot."
443	::= { nodeEntry 16 }
444
445	nodeNvramBatteryStatus 		OBJECT-TYPE
446	SYNTAX      			INTEGER {
447	                                     ok(1),
448					     partiallyDischarged(2),
449					     fullyDischarged(3),
450					     notPresent(4),
451					     nearEndOfLife(5),
452					     atEndOfLife(6),
453					     unknown(7),
454					     overCharged(8),
455					     fullyCharged(9)
456					}
457	MAX-ACCESS  			read-only
458	STATUS      			current
459	DESCRIPTION
460		"An indication of the current status of the
461		 NVRAM battery or batteries.  Batteries which
462		 are fully or partially discharged may not
463		 fully protect the system during a crash.
464
465		 The end-of-life status values are based on
466		 the manufacturer's recommended life for the
467		 batteries."
468	    ::= { nodeEntry 17 }
469
470	nodeEnvOverTemperature 	        OBJECT-TYPE
471	SYNTAX      			INTEGER {
472	                                     no(1),
473					     yes(2)
474					}
475	MAX-ACCESS  			read-only
476	STATUS      			current
477	DESCRIPTION
478		"An indication of whether the hardware is
479		currently operating outside of its recommended
480		temperature range.  The hardware will shutdown
481		if the temperature exceeds critical thresholds."
482	::= { nodeEntry 18 }
483
484	nodeEnvFailedFanCount 		OBJECT-TYPE
485	SYNTAX      			INTEGER
486	MAX-ACCESS  			read-only
487	STATUS      			current
488	DESCRIPTION
489		"Count of the number of chassis fans which
490		are not operating within the recommended
491		RPM range."
492	::= { nodeEntry 19 }
493
494	nodeEnvFailedFanMessage 	OBJECT-TYPE
495	SYNTAX      			DisplayString
496	MAX-ACCESS  			read-only
497	STATUS      			current
498	DESCRIPTION
499		"Text message describing the current condition of
500		chassis fans.  This is useful only if
501		envFailedFanCount is not zero."
502	::= { nodeEntry 20 }
503
504	nodeEnvFailedPowerSupplyCount	OBJECT-TYPE
505	SYNTAX      			INTEGER
506	MAX-ACCESS  			read-only
507	STATUS      			current
508	DESCRIPTION
509		"Count of the number of power supplies which
510		are in degraded mode."
511	::= { nodeEntry 21 }
512
513	nodeEnvFailedPowerSupplyMessage OBJECT-TYPE
514	SYNTAX      			DisplayString
515	MAX-ACCESS  			read-only
516	STATUS      			current
517	DESCRIPTION
518		"Text message describing the state of any
519		power supplies which are currently degraded.
520		This is useful only if envFailedPowerSupplyCount
521		is not zero."
522	::= { nodeEntry 22 }
523
524	nodeProductVersion		OBJECT-TYPE
525	SYNTAX				DisplayString
526	MAX-ACCESS			read-only
527	STATUS				current
528	DESCRIPTION
529		"Node Product Version. Similar to productVersion for
530		a specific node."
531	::= { nodeEntry 23 }
532
533	nodeFirmwareVersion		OBJECT-TYPE
534	SYNTAX				DisplayString
535	MAX-ACCESS			read-only
536	STATUS				current
537	DESCRIPTION
538		"Node Firmware Version. Similar to productFirmwareVersion
539		for a specific node."
540	::= { nodeEntry 24 }
541
542	-- clusterLicenseTable
543        clusterLicenseTable 		OBJECT-TYPE
544	SYNTAX      			SEQUENCE OF ClusterLicenseEntry
545	MAX-ACCESS  			not-accessible
546	STATUS      			deprecated
547	DESCRIPTION
548		"Cluster Licenses"
549	::= { cluster 3 }
550
551	clusterLicenseEntry 		OBJECT-TYPE
552	SYNTAX      			ClusterLicenseEntry
553	MAX-ACCESS  			not-accessible
554	STATUS      			deprecated
555	DESCRIPTION
556		"Details about each installed cluster license."
557	INDEX { clusterLicenseFeature }
558	::= { clusterLicenseTable 1 }
559
560	ClusterLicenseEntry ::=
561            SEQUENCE {
562                clusterLicenseFeature         Integer32,
563		clusterLicenseCode            DisplayString,
564		clusterLicenseDescription     DisplayString,
565		clusterLicenseSerialNumber    DisplayString,
566		clusterLicenseLimit	      Integer32,
567		clusterLicenseExpirationDate  DisplayString
568	    }
569
570	clusterLicenseFeature 		OBJECT-TYPE
571	SYNTAX      			Integer32 (1..2147483647)
572	MAX-ACCESS  			read-only
573	STATUS      			deprecated
574	DESCRIPTION
575		"Cluster license feature ID, see clusterLicenseDescription
576	         for the name/description of this feature"
577	::= { clusterLicenseEntry 1 }
578
579	clusterLicenseCode 		OBJECT-TYPE
580	SYNTAX      			DisplayString
581	MAX-ACCESS  			read-only
582	STATUS      			deprecated
583	DESCRIPTION
584		"Cluster License Code"
585	::= { clusterLicenseEntry 2 }
586
587	clusterLicenseDescription 	OBJECT-TYPE
588	SYNTAX      			DisplayString
589	MAX-ACCESS  			read-only
590	STATUS      			deprecated
591	DESCRIPTION
592		"Cluster License Feature Description"
593	::= { clusterLicenseEntry 3 }
594
595	clusterLicenseSerialNumber 	OBJECT-TYPE
596	SYNTAX      			DisplayString
597	MAX-ACCESS  			read-only
598	STATUS      			deprecated
599	DESCRIPTION
600		"Cluster Serial Number"
601	::= { clusterLicenseEntry 4 }
602
603	clusterLicenseLimit 		OBJECT-TYPE
604	SYNTAX      			Integer32
605	MAX-ACCESS  			read-only
606	STATUS      			deprecated
607	DESCRIPTION
608		"Cluster feature limit value. The units of this value
609		are feature specific, for example number of nodes, capacity in TB,
610		number of streams, etc. Information about this limit will be in
611		the clusterLicenseDescription."
612	::= { clusterLicenseEntry 5 }
613
614	clusterLicenseExpirationDate 	OBJECT-TYPE
615	SYNTAX      			DisplayString
616	MAX-ACCESS  			read-only
617	STATUS      			deprecated
618	DESCRIPTION
619		"Cluster License Expiration Date if it exists"
620	::= { clusterLicenseEntry 6 }
621
622	-- licenseTable
623        licenseTable	 		OBJECT-TYPE
624	SYNTAX      			SEQUENCE OF LicenseEntry
625	MAX-ACCESS  			not-accessible
626	STATUS      			current
627	DESCRIPTION
628		"Licenses"
629	::= { cluster 4 }
630
631	licenseEntry	 		OBJECT-TYPE
632	SYNTAX      			LicenseEntry
633	MAX-ACCESS  			not-accessible
634	STATUS      			current
635	DESCRIPTION
636		"Details about each installed license."
637	INDEX { licenseSerialNumber, licensePackage }
638	::= { licenseTable 1 }
639
640	LicenseEntry ::=
641            SEQUENCE {
642                licenseSerialNumber           DisplayString,
643		licensePackage                Integer32,
644		licenseOwner                  DisplayString,
645		licenseDescription            DisplayString,
646		licenseType                   INTEGER,
647		licenseExpiration             DateAndTime,
648		licenseLegacy                 INTEGER,
649		licenseCustomerID             DisplayString
650	    }
651
652	licenseSerialNumber 		OBJECT-TYPE
653	SYNTAX      			DisplayString
654	MAX-ACCESS  			read-only
655	STATUS      			current
656	DESCRIPTION
657		"License Serial Number"
658	::= { licenseEntry 1 }
659
660	licensePackage	 		OBJECT-TYPE
661	SYNTAX      			Integer32 (1..2147483647)
662	MAX-ACCESS  			read-only
663	STATUS      			current
664	DESCRIPTION
665		"License package ID, see licenseDescription
666	         for the name/description of this package"
667	::= { licenseEntry 2 }
668
669	licenseOwner		 	OBJECT-TYPE
670	SYNTAX      			DisplayString
671	MAX-ACCESS  			read-only
672	STATUS      			current
673	DESCRIPTION
674		"Name of the Node or Cluster that the license belongs to"
675	::= { licenseEntry 3 }
676
677	licenseDescription	 	OBJECT-TYPE
678	SYNTAX      			DisplayString
679	MAX-ACCESS  			read-only
680	STATUS      			current
681	DESCRIPTION
682		"License Package Description"
683	::= { licenseEntry 4 }
684
685	licenseType   		 	OBJECT-TYPE
686	SYNTAX      			INTEGER {
687	                                    license(2),
688					    site(3),
689					    demo(4)
690					}
691	MAX-ACCESS  			read-only
692	STATUS      			current
693	DESCRIPTION
694		"License Type"
695	::= { licenseEntry 5 }
696
697	licenseExpiration	 	OBJECT-TYPE
698	SYNTAX      		     	DateAndTime
699	MAX-ACCESS  			read-only
700	STATUS      			current
701	DESCRIPTION
702		"License Expiration Date if it exists"
703	::= { licenseEntry 6 }
704
705	licenseLegacy   		OBJECT-TYPE
706	SYNTAX                          INTEGER {
707                                             true(1),
708                                             false(2)
709                                        }
710	MAX-ACCESS  			read-only
711	STATUS      			current
712	DESCRIPTION
713		"Indicates if the license is a Legacy License"
714	::= { licenseEntry 7 }
715
716	licenseCustomerID   		OBJECT-TYPE
717	SYNTAX      			DisplayString
718	MAX-ACCESS  			read-only
719	STATUS      			current
720	DESCRIPTION
721		"Customer Identification Number, if exists"
722	::= { licenseEntry 8 }
723
724 	-- -- -- -- -- -- -- --
725        -- vserver group --
726        -- -- -- -- -- -- -- --
727
728	vserverTable                    OBJECT-TYPE
729	SYNTAX      			SEQUENCE OF VserverEntry
730	MAX-ACCESS  			not-accessible
731	STATUS      			current
732	DESCRIPTION
733		"Virtual Server Table"
734	::= { vserver 1 }
735
736	vserverEntry 			OBJECT-TYPE
737	SYNTAX      			VserverEntry
738	MAX-ACCESS  			not-accessible
739	STATUS      			current
740	DESCRIPTION
741		"Virtual Server Entry"
742	INDEX { vserverIndex }
743	::= { vserverTable 1 }
744
745	VserverEntry ::=
746            SEQUENCE {
747                vserverIndex                      Unsigned32,
748                vserverName                       DisplayString,
749		vserverUuid                       DisplayString,
750		vserverRootVolume                 DisplayString,
751		vserverAggregate                  DisplayString,
752		vserverNsSwitch                   DisplayString,
753		vserverNisDomain                  DisplayString,
754		vserverRootVolumeSecurityStyle    INTEGER,
755		vserverLdapClient                 DisplayString,
756		vserverLanguage                   DisplayString,
757		vserverSnapshotPolicy             DisplayString,
758		vserverComment                    DisplayString,
759		vserverAntiVirusOnAccessPolicy    DisplayString,
760		vserverQuotaPolicy                DisplayString,
761		vserverType                       INTEGER,
762		vserverState                      INTEGER,
763            	vserverAggrList                   OCTET STRING,
764            	vserverAllowedProtocolList        OCTET STRING,
765            	vserverNumVolumes                 Integer32,
766            	vserverMaxVolumes                 Integer32,
767		vserverDisallowedProtocolList	  OCTET STRING,
768		vserverIPspace                    DisplayString,
769		vserverIsRepository		  Boolean,
770		vserverOperationalState           INTEGER
771            }
772
773	vserverIndex                    OBJECT-TYPE
774        SYNTAX                          Unsigned32 (0..4294967295)
775	MAX-ACCESS                      not-accessible
776        STATUS                          current
777	DESCRIPTION
778		"Index of virtual server."
779	::= { vserverEntry 1 }
780
781	vserverName 			OBJECT-TYPE
782	SYNTAX      			DisplayString
783	MAX-ACCESS 			read-only
784	STATUS      			current
785	DESCRIPTION
786		"Name of virtual server."
787	::= { vserverEntry 2 }
788
789	vserverUuid 			OBJECT-TYPE
790	SYNTAX      			DisplayString
791	MAX-ACCESS  			read-only
792	STATUS      			current
793	DESCRIPTION
794		"Universally unique identifier (UUID) of virtual server."
795	::= { vserverEntry 3 }
796
797	vserverRootVolume 		OBJECT-TYPE
798	SYNTAX      			DisplayString
799	MAX-ACCESS  			read-only
800	STATUS      			current
801	DESCRIPTION
802		"Virtual server's root volume"
803	::= { vserverEntry 4 }
804
805	vserverAggregate 		OBJECT-TYPE
806	SYNTAX      			DisplayString
807	MAX-ACCESS  			read-only
808	STATUS      			current
809	DESCRIPTION
810		"Name of aggregate the vserver's root volume is in."
811	::= { vserverEntry 5 }
812
813	vserverNsSwitch 		OBJECT-TYPE
814	SYNTAX      			DisplayString
815	MAX-ACCESS  			read-only
816	STATUS      			current
817	DESCRIPTION
818		"Vserver Name Service Switch setting (eg: nis, ldap, file)."
819	::= { vserverEntry 6 }
820
821	vserverNisDomain 		OBJECT-TYPE
822	SYNTAX   			DisplayString
823	MAX-ACCESS  			read-only
824	STATUS      			current
825	DESCRIPTION
826		"Vserver NIS Domain"
827	::= { vserverEntry 7 }
828
829	vserverRootVolumeSecurityStyle  OBJECT-TYPE
830	SYNTAX      			INTEGER {
831	                                     unix(0), -- NFS
832					     ntfs(1), -- CIFS
833					     mixed(2) -- Mixed
834					}
835	MAX-ACCESS			read-only
836	STATUS      			current
837	DESCRIPTION
838		"Vserver Root Volume Security Style"
839	::= { vserverEntry 8 }
840
841	vserverLdapClient		OBJECT-TYPE
842	SYNTAX      			DisplayString
843	MAX-ACCESS  			read-only
844	STATUS      			current
845	DESCRIPTION
846		"Vserver LDAP Client"
847	::= { vserverEntry 9 }
848
849	vserverLanguage 		OBJECT-TYPE
850	SYNTAX      			DisplayString
851	MAX-ACCESS  			read-only
852	STATUS      			current
853	DESCRIPTION
854		"Language of this vserver's volumes. For example, 'English'"
855	::= { vserverEntry 10 }
856
857	vserverSnapshotPolicy 		OBJECT-TYPE
858	SYNTAX      			DisplayString
859	MAX-ACCESS  			read-only
860	STATUS      			current
861	DESCRIPTION
862		"Vserver Default Snapshot Policy"
863	::= { vserverEntry 11 }
864
865	vserverComment 			OBJECT-TYPE
866	SYNTAX      			DisplayString (SIZE (0..255))
867	MAX-ACCESS  			read-only
868	STATUS      			current
869	DESCRIPTION
870		"Customer assigned comment for this vserver"
871	::= { vserverEntry 12 }
872
873	vserverAntiVirusOnAccessPolicy  OBJECT-TYPE
874	SYNTAX      			DisplayString
875	MAX-ACCESS  			read-only
876	STATUS     			deprecated
877	DESCRIPTION
878		"Vserver Default Anti-Virus On-Access Policy"
879	::= { vserverEntry 13 }
880
881	vserverQuotaPolicy		OBJECT-TYPE
882	SYNTAX      			DisplayString
883	MAX-ACCESS  			read-only
884	STATUS      			current
885	DESCRIPTION
886		"Quota Policy assigned for all volumes in this vserver"
887	::= { vserverEntry 14 }
888
889	vserverType			OBJECT-TYPE
890	SYNTAX      			INTEGER {
891					     data(0),
892                                             admin(1),
893                                             node(2),
894					     system(4)
895                                        }
896	MAX-ACCESS  			read-only
897	STATUS      			current
898	DESCRIPTION
899            "Type of the vserver. There are four distinct supported
900            types: data, admin, node and system.
901
902            'data' vservers are the default scale-out vservers.
903            One 'admin' vserver exists per cluster and it
904            provides universal administrative access to the cluster.
905            One 'node' vserver exists per node in the cluster and
906            identifies the physical controller. 'system' vserver is
907	    for	cluster-scoped communications in an IPspace."
908
909	::= { vserverEntry 15 }
910
911       vserverState               OBJECT-TYPE
912       SYNTAX                     INTEGER {
913                                     running(0),
914                                     stopped(1),
915				     starting(2),
916				     stopping(3)
917                                  }
918       MAX-ACCESS                 read-only
919       STATUS                     current
920       DESCRIPTION
921           "State of the vserver"
922       ::= { vserverEntry 16 }
923
924       vserverAggrList            OBJECT-TYPE
925       SYNTAX                     OCTET STRING (SIZE (0..1024))
926       MAX-ACCESS                 read-only
927       STATUS                     current
928       DESCRIPTION
929           "This is a comma-separated list of aggregates on which the
930            Vserver can perform volume operations. The aggregates may
931            be shared for use with other Vservers."
932       ::= { vserverEntry 17 }
933
934       vserverAllowedProtocolList OBJECT-TYPE
935       SYNTAX                     OCTET STRING (SIZE (0..1024))
936       MAX-ACCESS                 read-only
937       STATUS			  current
938       DESCRIPTION
939           "This is a comma-separated list of protocols/services allowed
940            to run on the Vserver. Eg: NFS,CIFS,iSCSI,FCP."
941       ::= { vserverEntry 18 }
942
943       vserverNumVolumes          OBJECT-TYPE
944       SYNTAX                     Integer32
945       MAX-ACCESS                 read-only
946       STATUS                     current
947       DESCRIPTION
948           "Number of volumes that are contained in the Vserver."
949       ::= { vserverEntry 19 }
950
951       vserverMaxVolumes          OBJECT-TYPE
952       SYNTAX                     Integer32
953       MAX-ACCESS                 read-only
954       STATUS                     current
955       DESCRIPTION
956           "Maximum number of volumes that can be created on the Vserver."
957       ::= { vserverEntry 20 }
958
959       vserverDisallowedProtocolList OBJECT-TYPE
960       SYNTAX                     OCTET STRING (SIZE (0..1024))
961       MAX-ACCESS                 read-only
962       STATUS			  current
963       DESCRIPTION
964           "This is a comma-separated list of protocols/services disallowed
965            to run on the Vserver. Eg: NFS,CIFS,iSCSI,FCP."
966       ::= { vserverEntry 21 }
967
968	vserverIPspace				OBJECT-TYPE
969	SYNTAX					DisplayString
970	MAX-ACCESS				read-only
971	STATUS					current
972	DESCRIPTION
973		"IPspace where the Vserver is assigned."
974	::= { vserverEntry 22 }
975
976       vserverIsRepository          OBJECT-TYPE
977       SYNTAX                       Boolean
978       MAX-ACCESS                   read-only
979       STATUS                       current
980       DESCRIPTION
981       "This Vserver is a Vserver with Infinite Volume. A Vserver with Infinite Volume contains a single Infinite Volume."
982       ::= { vserverEntry 23 }
983
984       vserverOperationalState    OBJECT-TYPE
985       SYNTAX                     INTEGER {
986                                     running(0),
987                                     stopped(1)
988                                  }
989       MAX-ACCESS                 read-only
990       STATUS                     current
991       DESCRIPTION
992           "Operational State of the vserver"
993       ::= { vserverEntry 24 }
994
995	-- -- -- -- -- -- -- --
996	-- the product group --
997	-- -- -- -- -- -- -- --
998
999	productType                     OBJECT-TYPE
1000	SYNTAX                          INTEGER {
1001                                             eisaBased(1),
1002                                             pciBased(2)
1003                                        }
1004        MAX-ACCESS                      read-only
1005        STATUS                          current
1006	DESCRIPTION
1007			"The product type representing the target platform."
1008	::= { product 1 }
1009
1010	productVersion                  OBJECT-TYPE
1011	SYNTAX                          DisplayString
1012        MAX-ACCESS                      read-only
1013        STATUS                          current
1014	DESCRIPTION
1015			"Version String for the Software Running on
1016			 this platform."
1017	::= { product 2 }
1018
1019	productId                       OBJECT-TYPE
1020	SYNTAX                          DisplayString
1021        MAX-ACCESS                      read-only
1022        STATUS                          current
1023	DESCRIPTION
1024			"The System ID of this system."
1025	::= { product 3 }
1026
1027	productVendor                   OBJECT-TYPE
1028	SYNTAX                          INTEGER {
1029                                             netapp(1),
1030                                             ibm(2),
1031                                             dell(3)
1032                                        }
1033        MAX-ACCESS                      read-only
1034        STATUS                          current
1035	DESCRIPTION
1036			"The vendor id of this system, indicating the company
1037			that has supplied the product."
1038	::= { product 4 }
1039
1040	productModel                    OBJECT-TYPE
1041	SYNTAX                          DisplayString
1042        MAX-ACCESS                      read-only
1043        STATUS                          current
1044	DESCRIPTION
1045			"The model name of the system.  Examples
1046			 are FAS980 and FAS3050."
1047	::= { product 5 }
1048
1049	productFirmwareVersion          OBJECT-TYPE
1050	SYNTAX                          DisplayString
1051        MAX-ACCESS                      read-only
1052        STATUS                          current
1053	DESCRIPTION
1054			"Version string for the Firmware running on
1055			 this platform."
1056	::= { product 6 }
1057
1058	productGuiUrl                   OBJECT-TYPE
1059	SYNTAX                          DisplayString
1060        MAX-ACCESS                      read-only
1061        STATUS                          current
1062	DESCRIPTION
1063			"The complete URL used to access the administrative GUI
1064			 for a browser-based interface."
1065	::= { product 7 }
1066
1067	productApiUrl                   OBJECT-TYPE
1068	SYNTAX                          DisplayString
1069        MAX-ACCESS                      read-only
1070        STATUS                          current
1071	DESCRIPTION
1072			"The complete URL used to access the administrative API
1073			 for a programmatic interface."
1074	::= { product 8 }
1075
1076	productSerialNum                OBJECT-TYPE
1077	SYNTAX                          DisplayString
1078        MAX-ACCESS                      read-only
1079        STATUS                          current
1080	DESCRIPTION
1081			  "The product serial number. Returns unknown if it
1082			   cannot be determined."
1083	::= { product 9 }
1084
1085	productPartnerSerialNum         OBJECT-TYPE
1086	SYNTAX                          DisplayString
1087        MAX-ACCESS                      read-only
1088        STATUS                          current
1089	DESCRIPTION
1090				  "The partner's serial number, not applicable
1091				   if there is no partner, and unknown if it
1092				   cannot be determined."
1093	::= { product 10 }
1094
1095	productCPUArch                  OBJECT-TYPE
1096	SYNTAX                          INTEGER {
1097                                             x86(1),
1098                                             alpha(2),
1099                                             mips(3),
1100                                             sparc(4)
1101                                        }
1102        MAX-ACCESS                      read-only
1103        STATUS                          current
1104	DESCRIPTION
1105	                "The CPU architecture type of this appliance"
1106
1107
1108
1109        ::= { product 11 }
1110
1111	productTrapData                 OBJECT-TYPE
1112	SYNTAX                          DisplayString
1113        MAX-ACCESS                      read-only
1114        STATUS                          current
1115	DESCRIPTION
1116			"This returns a static string. This object is used
1117			as a placeholder for enterprise traps."
1118	::= { product 12 }
1119
1120	productMachineType              OBJECT-TYPE
1121	SYNTAX                          DisplayString
1122        MAX-ACCESS                      read-only
1123        STATUS                          current
1124	DESCRIPTION
1125			"The machine type of the system.  Examples
1126			 are FAS980 and FAS3050."
1127	::= { product 13 }
1128
1129	productLicenseTable             OBJECT-TYPE
1130	SYNTAX                          SEQUENCE OF ProductLicenseEntry
1131        MAX-ACCESS                      not-accessible
1132        STATUS                          deprecated
1133	DESCRIPTION
1134			"Returns information about the current list of
1135			licensed services, the type of license, and,
1136			if it is a time limited license, the expiration date.
1137			It also tells the services that are not licensed for
1138			the appliance, or if a time limited licensed service
1139			has expired. It will also return whether or not the
1140			the service was automatically enabled due to
1141			business packaging policies based on platform type."
1142	::= { product 14 }
1143
1144	productLicenseEntry             OBJECT-TYPE
1145	SYNTAX                          ProductLicenseEntry
1146        MAX-ACCESS                      not-accessible
1147        STATUS                          deprecated
1148	DESCRIPTION
1149			"Provide a report of licenses."
1150	INDEX	{ productLicenseIndex }
1151	::= { productLicenseTable 1 }
1152
1153	ProductLicenseEntry ::=
1154	    SEQUENCE {
1155		productLicenseIndex
1156		    Integer32,
1157		licenseService
1158		    DisplayString,
1159		licenseIsLicensed
1160		    INTEGER,
1161		licenseIsExpired
1162		    INTEGER,
1163		licenseIsSite
1164		    INTEGER,
1165		licenseExpirationTimeStamp
1166		    Integer32,
1167                licenseIsAutoEnabled
1168		    INTEGER
1169	    }
1170
1171	productLicenseIndex             OBJECT-TYPE
1172	SYNTAX                          Integer32 (1..2147483647)
1173        MAX-ACCESS                      read-only
1174        STATUS                          deprecated
1175	DESCRIPTION
1176			"Index into the product license table."
1177
1178	::= { productLicenseEntry 1 }
1179
1180	licenseService                  OBJECT-TYPE
1181	SYNTAX                          DisplayString
1182        MAX-ACCESS                      read-only
1183        STATUS                          deprecated
1184	DESCRIPTION
1185			"Name of the service."
1186
1187	::= { productLicenseEntry 2 }
1188
1189	licenseIsLicensed               OBJECT-TYPE
1190	SYNTAX                          INTEGER {
1191                                             false(1),
1192                                             true(2)
1193                                        }
1194        MAX-ACCESS                      read-only
1195        STATUS                          deprecated
1196	DESCRIPTION
1197			"True if the service is licensed and has not
1198			expired, false otherwise."
1199
1200	::= { productLicenseEntry 3 }
1201
1202	licenseIsExpired                OBJECT-TYPE
1203	SYNTAX                          INTEGER {
1204                                             false(1),
1205                                             true(2)
1206                                        }
1207        MAX-ACCESS                      read-only
1208        STATUS                          deprecated
1209	DESCRIPTION
1210			"True if the promotional/time-expiring/demo license
1211			has expired, false otherwise."
1212
1213	::= { productLicenseEntry 4 }
1214
1215	licenseIsSite                   OBJECT-TYPE
1216	SYNTAX                          INTEGER {
1217                                             false(1),
1218                                             true(2)
1219                                        }
1220        MAX-ACCESS                      read-only
1221        STATUS                          deprecated
1222	DESCRIPTION
1223			"True if the service is a site license, false
1224			otherwise."
1225
1226	::= { productLicenseEntry 5 }
1227
1228	licenseExpirationTimeStamp      OBJECT-TYPE
1229	SYNTAX                          Integer32 (0..2147483647)
1230        MAX-ACCESS                      read-only
1231        STATUS                          deprecated
1232	DESCRIPTION
1233			"Expected expiration timestamp in seconds since
1234			January 1, 1970, if it's a promotional/time-expiring
1235			license. 0 for all other licenses."
1236
1237	::= { productLicenseEntry 6 }
1238
1239	licenseIsAutoEnabled            OBJECT-TYPE
1240	SYNTAX                          INTEGER {
1241                                             false(1),
1242                                             true(2)
1243                                        }
1244        MAX-ACCESS                      read-only
1245        STATUS                          deprecated
1246	DESCRIPTION
1247			"True if the service is automatically licensed
1248			(licenseIsLicensed will also be True) false otherwise."
1249
1250	::= { productLicenseEntry 7 }
1251
1252	-- -- -- -- -- -- -- --
1253	-- the sysStat group --
1254	-- -- -- -- -- -- -- --
1255
1256	cpu	OBJECT IDENTIFIER ::=	{ sysStat 1 }
1257
1258	misc	OBJECT IDENTIFIER ::=	{ sysStat 2 }
1259
1260	cf	OBJECT IDENTIFIER ::=	{ sysStat 3 }
1261
1262	environment OBJECT IDENTIFIER ::= { sysStat 4 }
1263
1264	nvram	OBJECT IDENTIFIER ::= { sysStat 5 }
1265
1266	cp	OBJECT IDENTIFIER ::= { sysStat 6 }
1267
1268	autosupport OBJECT IDENTIFIER ::= { sysStat 7 }
1269
1270	nodeStats OBJECT IDENTIFIER ::= { sysStat 10 }
1271
1272	nodeStatTable 			OBJECT-TYPE
1273	SYNTAX      			SEQUENCE OF NodeStatEntry
1274	MAX-ACCESS  			not-accessible
1275	STATUS      			current
1276	DESCRIPTION
1277	                "Table containing all counters in the cluster,
1278			 organized on a per-node, per-category,
1279			 per-object basis."
1280	::= { nodeStats 1 }
1281
1282	nodeStatEntry			OBJECT-TYPE
1283	SYNTAX      			NodeStatEntry
1284	MAX-ACCESS  			not-accessible
1285	STATUS      			current
1286	DESCRIPTION
1287	                "Entry for a single counter in the cluster, on
1288			 a per-node, per-category, per-object basis."
1289	INDEX { nodeStatNode, nodeStatCategoryIndex,
1290	        nodeStatInstanceIndex, nodeStatCounterIndex }
1291	::= { nodeStatTable 1 }
1292
1293	NodeStatEntry ::=
1294            SEQUENCE {
1295	        nodeStatNode           	DisplayString,
1296		nodeStatCategoryIndex 	Integer32,
1297		nodeStatInstanceIndex   Integer32,
1298		nodeStatCounterIndex    Integer32,
1299		nodeStatValue           Counter64,
1300		nodeStatUnits           DisplayString,
1301		nodeStatDescription     DisplayString,
1302		nodeStatProperties      DisplayString,
1303		nodeStatCategoryName    DisplayString,
1304		nodeStatInstanceName    DisplayString,
1305		nodeStatCounterName     DisplayString,
1306		nodeStatLabels          DisplayString,
1307		nodeStatValues          DisplayString
1308	    }
1309
1310	nodeStatNode			OBJECT-TYPE
1311	SYNTAX				DisplayString
1312	MAX-ACCESS  			not-accessible
1313	STATUS      			current
1314	DESCRIPTION
1315		        "Node from which the counter is collected."
1316	::= { nodeStatEntry 1 }
1317
1318	nodeStatCategoryIndex		OBJECT-TYPE
1319	SYNTAX				Integer32 (1..2147483647)
1320        MAX-ACCESS			not-accessible
1321	STATUS      			current
1322	DESCRIPTION
1323		        "Index of category."
1324        ::= { nodeStatEntry 2 }
1325
1326        nodeStatInstanceIndex		OBJECT-TYPE
1327	SYNTAX				Integer32 (1..2147483647)
1328	MAX-ACCESS			not-accessible
1329	STATUS				current
1330	DESCRIPTION
1331		        "Index of instance on which the counter exists."
1332	::= { nodeStatEntry 3 }
1333
1334	nodeStatCounterIndex 		OBJECT-TYPE
1335	SYNTAX      			Integer32 (1..2147483647)
1336	MAX-ACCESS  			not-accessible
1337	STATUS      			current
1338	DESCRIPTION
1339		        "Index of counter within this category."
1340	::= { nodeStatEntry 4 }
1341
1342	nodeStatValue 			OBJECT-TYPE
1343	SYNTAX      			Counter64
1344	MAX-ACCESS  			read-only
1345	STATUS      			current
1346	DESCRIPTION
1347	                "The value of the counter."
1348	::= { nodeStatEntry 5 }
1349
1350	nodeStatUnits 			OBJECT-TYPE
1351	SYNTAX      			DisplayString
1352	MAX-ACCESS  			read-only
1353	STATUS      			current
1354	DESCRIPTION
1355		        "Units for this counter. Possible values include:
1356			 'B' (bytes), 's' (seconds), 'ms' (milliseconds),
1357		         'us' (microseconds), '%' (percent), or '' (none)."
1358	::= { nodeStatEntry 6 }
1359
1360	nodeStatDescription 		OBJECT-TYPE
1361	SYNTAX      			DisplayString
1362	MAX-ACCESS  			read-only
1363	STATUS      			current
1364	DESCRIPTION
1365		        "Description of this counter."
1366	::= { nodeStatEntry 7 }
1367
1368	nodeStatProperties 		OBJECT-TYPE
1369	SYNTAX      			DisplayString
1370	MAX-ACCESS  			read-only
1371	STATUS      			current
1372	DESCRIPTION
1373		        "Counter properties. Possible values include:
1374			 'average', 'rate', 'delta', 'percent', ''."
1375	::= { nodeStatEntry 8 }
1376
1377	nodeStatCategoryName 		OBJECT-TYPE
1378	SYNTAX      			DisplayString
1379	MAX-ACCESS  			read-only
1380	STATUS      			current
1381	DESCRIPTION
1382		        "Name of counter's category."
1383	::= { nodeStatEntry 9 }
1384
1385	nodeStatInstanceName 		OBJECT-TYPE
1386	SYNTAX      			DisplayString
1387	MAX-ACCESS  			read-only
1388	STATUS      			current
1389	DESCRIPTION
1390		        "Name of counter's category instance."
1391	::= { nodeStatEntry 10 }
1392
1393	nodeStatCounterName		OBJECT-TYPE
1394	SYNTAX      			DisplayString
1395	MAX-ACCESS  			read-only
1396	STATUS      			current
1397	DESCRIPTION
1398		        "Name of counter within this category."
1399	::= { nodeStatEntry 11 }
1400
1401	nodeStatLabels			OBJECT-TYPE
1402	SYNTAX     	 		DisplayString
1403	MAX-ACCESS  			read-only
1404	STATUS      			current
1405	DESCRIPTION
1406		        "List of counter labels. Used for counter arrays
1407			 of if 'counter' value is not an integer."
1408	::= { nodeStatEntry 12 }
1409
1410        nodeStatValues			OBJECT-TYPE
1411	SYNTAX      			DisplayString
1412	MAX-ACCESS  			read-only
1413	STATUS      			current
1414	DESCRIPTION
1415	                "List of values. Only used to for counter arrays."
1416	      ::= { nodeStatEntry 13 }
1417
1418	-- the cpu group for sysStat
1419
1420	cpuUpTime                       OBJECT-TYPE
1421	SYNTAX                          TimeTicks
1422        MAX-ACCESS                      read-only
1423        STATUS                          current
1424	DESCRIPTION
1425			"The time (in hundredths of a second) that the
1426			 CPU has been up since the last boot."
1427	::= { cpu 1 }
1428
1429	cpuBusyTime                     OBJECT-TYPE
1430	SYNTAX                          TimeTicks
1431        MAX-ACCESS                      read-only
1432        STATUS                          current
1433	DESCRIPTION
1434			"The time (in hundredths of a second) that the
1435			 CPU has been doing useful work since the last
1436			 boot."
1437	::= { cpu 2 }
1438
1439	cpuBusyTimePerCent              OBJECT-TYPE
1440	SYNTAX                          Integer32 (0..100)
1441        MAX-ACCESS                      read-only
1442        STATUS                          current
1443	DESCRIPTION
1444			"The percent of time that the CPU has been doing
1445			 useful work since the last time a client requested
1446			 the cpuBusyTimePerCent."
1447	::= { cpu 3 }
1448
1449	cpuIdleTime                     OBJECT-TYPE
1450	SYNTAX                          TimeTicks
1451        MAX-ACCESS                      read-only
1452        STATUS                          current
1453	DESCRIPTION
1454			"The time (in hundredths of a second) that the
1455			 CPU has been idle since the last boot."
1456	::= { cpu 4 }
1457
1458	cpuIdleTimePerCent              OBJECT-TYPE
1459	SYNTAX                          Integer32 (0..100)
1460        MAX-ACCESS                      read-only
1461        STATUS                          current
1462	DESCRIPTION
1463			"The percent of time that the CPU has been idle
1464			 since the last time a client requested the
1465			 cpuBusyTimePerCent."
1466	::= { cpu 5 }
1467
1468	cpuCount                        OBJECT-TYPE
1469	SYNTAX                          Integer32 (1..16)
1470        MAX-ACCESS                      read-only
1471        STATUS                          current
1472	DESCRIPTION
1473			"The number of CPUs in the system."
1474
1475	::= { cpu 6 }
1476
1477        cpuSwitchInvocations            OBJECT-TYPE
1478	SYNTAX                          Counter32
1479        MAX-ACCESS                      read-only
1480        STATUS                          current
1481	DESCRIPTION
1482			"The number of sk_switch invocations."
1483	::= { cpu 7 }
1484
1485	cpuContextSwitches              OBJECT-TYPE
1486	SYNTAX                          Counter32
1487        MAX-ACCESS                      read-only
1488        STATUS                          current
1489	DESCRIPTION
1490			"The number of hardware context switches."
1491	::= { cpu 8 }
1492
1493	cpuInterrupts                   OBJECT-TYPE
1494	SYNTAX                          Counter32
1495        MAX-ACCESS                      read-only
1496        STATUS                          current
1497	DESCRIPTION
1498			"The number of interrupts during a CP."
1499	::= { cpu 9 }
1500
1501
1502	cpuNonCPInterrupts              OBJECT-TYPE
1503	SYNTAX                          Counter32
1504        MAX-ACCESS                      read-only
1505        STATUS                          current
1506	DESCRIPTION
1507			"The number of interrupts not during a CP."
1508	::= { cpu 10 }
1509
1510	cpuCPInterruptPercent           OBJECT-TYPE
1511	SYNTAX                          Integer32 (0..100)
1512        MAX-ACCESS                      read-only
1513        STATUS                          current
1514	DESCRIPTION
1515			" The percentage of time handling CP interrupts."
1516	::= { cpu 11 }
1517
1518        cpuNonCPInterruptPercent        OBJECT-TYPE
1519	SYNTAX                          Integer32 (0..100)
1520        MAX-ACCESS                      read-only
1521        STATUS                          current
1522	DESCRIPTION
1523			" The percentage of time handling non-cp interrupts."
1524        ::= { cpu 12 }
1525
1526        cpuTotalDomainSwitches          OBJECT-TYPE
1527	SYNTAX                          Counter32
1528        MAX-ACCESS                      read-only
1529        STATUS                          current
1530	DESCRIPTION
1531			" The total number of Domain Switches."
1532        ::= { cpu 13 }
1533
1534	-- the cpu group for sysStat on per node basis
1535
1536	cDOTCpuTable                    OBJECT-TYPE
1537	SYNTAX                          SEQUENCE OF CDOTCpuEntry
1538        MAX-ACCESS                      not-accessible
1539        STATUS                          current
1540	DESCRIPTION
1541			"Provide a report of the current CPU statistics
1542			on per node basis"
1543	::= { cpu 14 }
1544
1545	cDOTCpuEntry                    OBJECT-TYPE
1546	SYNTAX                          CDOTCpuEntry
1547        MAX-ACCESS                      not-accessible
1548        STATUS                          current
1549	DESCRIPTION
1550			"Provide a report of the node's CPU statistics"
1551
1552	INDEX	{ IMPLIED cDOTCpuNodeName }
1553	::= { cDOTCpuTable 1 }
1554
1555	CDOTCpuEntry ::=
1556	    SEQUENCE {
1557                cDOTCpuNodeName
1558		    DisplayString,
1559		cDOTCpuUpTime
1560		    TimeTicks64,
1561		cDOTCpuBusyTime
1562		    TimeTicks64,
1563		cDOTCpuBusyTimePerCent
1564		    Integer32,
1565		cDOTCpuIdleTime
1566		    TimeTicks64,
1567		cDOTCpuIdleTimePerCent
1568		    Integer32,
1569		cDOTCpuCount
1570		    Integer32,
1571		cDOTCpuSwitchInvocations
1572		    Counter64,
1573		cDOTCpuContextSwitches
1574		    Counter64,
1575		cDOTCpuInterrupts
1576		    Counter64,
1577		cDOTCpuNonCPInterrupts
1578		    Counter64,
1579		cDOTCpuCPInterruptPercent
1580		    Integer32,
1581		cDOTCpuNonCPInterruptPercent
1582		    Integer32,
1583		cDOTCpuTotalDomainSwitches
1584		    Counter64
1585	    }
1586
1587	cDOTCpuNodeName			OBJECT-TYPE
1588	SYNTAX				DisplayString
1589	MAX-ACCESS			read-only
1590	STATUS				current
1591	DESCRIPTION
1592		"Node Name. Same as nodeName for a specific node."
1593	::= { cDOTCpuEntry 1 }
1594
1595	cDOTCpuUpTime                   OBJECT-TYPE
1596	SYNTAX                          TimeTicks64
1597        MAX-ACCESS                      read-only
1598        STATUS                          current
1599	DESCRIPTION
1600			"The time (in hundredths of a second) that the
1601			 CPU has been up since the last boot."
1602	::= { cDOTCpuEntry 2 }
1603
1604	cDOTCpuBusyTime                 OBJECT-TYPE
1605	SYNTAX                          TimeTicks64
1606        MAX-ACCESS                      read-only
1607        STATUS                          current
1608	DESCRIPTION
1609			"The time (in hundredths of a second) that the
1610			 CPU has been doing useful work since the last
1611			 boot."
1612	::= { cDOTCpuEntry 3 }
1613
1614	cDOTCpuBusyTimePerCent          OBJECT-TYPE
1615	SYNTAX                          Integer32 (0..100)
1616        MAX-ACCESS                      read-only
1617        STATUS                          current
1618	DESCRIPTION
1619			"The percent of time that the CPU has been doing
1620			 useful work since the last time a client requested
1621			 the cDOTCpuBusyTimePerCent."
1622	::= { cDOTCpuEntry 4 }
1623
1624	cDOTCpuIdleTime                 OBJECT-TYPE
1625	SYNTAX                          TimeTicks64
1626        MAX-ACCESS                      read-only
1627        STATUS                          current
1628	DESCRIPTION
1629			"The time (in hundredths of a second) that the
1630			 CPU has been idle since the last boot."
1631	::= { cDOTCpuEntry 5 }
1632
1633	cDOTCpuIdleTimePerCent          OBJECT-TYPE
1634	SYNTAX                          Integer32 (0..100)
1635        MAX-ACCESS                      read-only
1636        STATUS                          current
1637	DESCRIPTION
1638			"The percent of time that the CPU has been idle
1639			 since the last time a client requested the
1640			 cDOTCpuBusyTimePerCent."
1641	::= { cDOTCpuEntry 6 }
1642
1643	cDOTCpuCount                    OBJECT-TYPE
1644	SYNTAX                          Integer32 (1..16)
1645        MAX-ACCESS                      read-only
1646        STATUS                          current
1647	DESCRIPTION
1648			"The number of CPUs in the system."
1649
1650	::= { cDOTCpuEntry 7 }
1651
1652        cDOTCpuSwitchInvocations        OBJECT-TYPE
1653	SYNTAX                          Counter64
1654        MAX-ACCESS                      read-only
1655        STATUS                          current
1656	DESCRIPTION
1657			"The number of sk_switch invocations."
1658	::= { cDOTCpuEntry 8 }
1659
1660	cDOTCpuContextSwitches          OBJECT-TYPE
1661	SYNTAX                          Counter64
1662        MAX-ACCESS                      read-only
1663        STATUS                          current
1664	DESCRIPTION
1665			"The number of hardware context switches."
1666	::= { cDOTCpuEntry 9 }
1667
1668	cDOTCpuInterrupts               OBJECT-TYPE
1669	SYNTAX                          Counter64
1670        MAX-ACCESS                      read-only
1671        STATUS                          current
1672	DESCRIPTION
1673			"The number of interrupts during a CP."
1674	::= { cDOTCpuEntry 10 }
1675
1676	cDOTCpuNonCPInterrupts          OBJECT-TYPE
1677	SYNTAX                          Counter64
1678        MAX-ACCESS                      read-only
1679        STATUS                          current
1680	DESCRIPTION
1681			"The number of interrupts not during a CP."
1682	::= { cDOTCpuEntry 11 }
1683
1684	cDOTCpuCPInterruptPercent       OBJECT-TYPE
1685	SYNTAX                          Integer32 (0..100)
1686        MAX-ACCESS                      read-only
1687        STATUS                          current
1688	DESCRIPTION
1689			" The percentage of time handling CP interrupts."
1690	::= { cDOTCpuEntry 12 }
1691
1692        cDOTCpuNonCPInterruptPercent    OBJECT-TYPE
1693	SYNTAX                          Integer32 (0..100)
1694        MAX-ACCESS                      read-only
1695        STATUS                          current
1696	DESCRIPTION
1697			" The percentage of time handling non-cp interrupts."
1698        ::= { cDOTCpuEntry 13 }
1699
1700        cDOTCpuTotalDomainSwitches      OBJECT-TYPE
1701	SYNTAX                          Counter64
1702        MAX-ACCESS                      read-only
1703        STATUS                          current
1704	DESCRIPTION
1705			" The total number of Domain Switches."
1706        ::= { cDOTCpuEntry 14 }
1707
1708        -- the misc group for sysStat
1709
1710	miscNfsOps                      OBJECT-TYPE
1711	SYNTAX                          Integer32
1712        MAX-ACCESS                      read-only
1713        STATUS                          deprecated
1714	DESCRIPTION
1715			"The total number of Server side NFS calls since
1716			 the last boot"
1717	::= { misc 1 }
1718
1719	miscNetRcvdKB                   OBJECT-TYPE
1720	SYNTAX                          Integer32
1721        MAX-ACCESS                      read-only
1722        STATUS                          deprecated
1723	DESCRIPTION
1724			"The total number of KBytes received on all the
1725			 network interfaces, since the last boot."
1726	::= { misc 2 }
1727
1728	miscNetSentKB                   OBJECT-TYPE
1729	SYNTAX                          Integer32
1730        MAX-ACCESS                      read-only
1731        STATUS                          deprecated
1732	DESCRIPTION
1733			"The total number of KBytes transmitted on all the
1734			 network interfaces, since the last boot."
1735	::= { misc 3 }
1736
1737	miscGlobalStatus                OBJECT-TYPE
1738	SYNTAX                          INTEGER {
1739                                             other(1),
1740                                             unknown(2),
1741					     ok(3),
1742					     nonCritical(4),
1743					     critical(5),
1744                                             nonRecoverable(6)
1745                                        }
1746        MAX-ACCESS                      read-only
1747        STATUS                          current
1748	DESCRIPTION
1749			"This indicates the overall status of the appliance.
1750			The algorithm to determine the value uses both
1751			hardware status (e.g. the number of failed fans) and
1752			volume status (e.g. number of volumes that are full).
1753			The algorithm is subject to change in future releases,
1754			but the range of values will not change."
1755	::= { misc 4 }
1756
1757	miscHighNfsOps                  OBJECT-TYPE
1758	SYNTAX                          Counter32
1759        MAX-ACCESS                      read-only
1760        STATUS                          deprecated
1761	DESCRIPTION
1762			"The total number of Server side NFS calls since
1763			 the last boot.  This object returns the most
1764			 significant 32 bits of the 64 bit unsigned integer.
1765			 This object is deprecated - Use misc64NfsOps instead."
1766	::= { misc 5 }
1767
1768	miscLowNfsOps                   OBJECT-TYPE
1769	SYNTAX                          Counter32
1770        MAX-ACCESS                      read-only
1771        STATUS                          deprecated
1772	DESCRIPTION
1773			"The total number of Server side NFS calls since
1774			 the last boot.  This object returns the least
1775			 significant 32 bits of the 64 bit unsigned integer.
1776			 This object is deprecated - Use misc64NfsOps instead."
1777	::= { misc 6 }
1778
1779	miscHighCifsOps                 OBJECT-TYPE
1780	SYNTAX                          Counter32
1781        MAX-ACCESS                      read-only
1782        STATUS                          deprecated
1783	DESCRIPTION
1784			"The total number of Server side CIFS calls since
1785			 the last boot.  This object returns the most
1786			 significant 32 bits of the 64 bit unsigned integer.
1787			 This object is deprecated - Use misc64CifsOps instead."
1788	::= { misc 7 }
1789
1790	miscLowCifsOps                  OBJECT-TYPE
1791	SYNTAX                          Counter32
1792        MAX-ACCESS                      read-only
1793        STATUS                          deprecated
1794	DESCRIPTION
1795			"The total number of Server side CIFS calls since
1796			 the last boot.  This object returns the least
1797			 significant 32 bits of the 64 bit unsigned integer.
1798			 This object is deprecated - Use misc64CifsOps instead."
1799	::= { misc 8 }
1800
1801	miscHighHttpOps                 OBJECT-TYPE
1802	SYNTAX                          Counter32
1803        MAX-ACCESS                      read-only
1804        STATUS                          deprecated
1805	DESCRIPTION
1806			"The total number of HTTP operations received
1807			 since the last boot.  This object returns the most
1808			 significant 32 bits of the 64 bit unsigned integer.
1809			 This object is deprecated - Use misc64HttpOps instead."
1810	::= { misc 9 }
1811
1812	miscLowHttpOps                  OBJECT-TYPE
1813	SYNTAX                          Counter32
1814        MAX-ACCESS                      read-only
1815        STATUS                          deprecated
1816	DESCRIPTION
1817			"The total number of HTTP operations received
1818			 since the last boot.  This object returns the least
1819			 significant 32 bits of the 64 bit unsigned integer.
1820			 This object is deprecated - Use misc64HttpOps instead."
1821
1822	::= { misc 10 }
1823
1824
1825	miscHighNetRcvdBytes            OBJECT-TYPE
1826	SYNTAX                          Counter32
1827        MAX-ACCESS                      read-only
1828        STATUS                          deprecated
1829	DESCRIPTION
1830			"The total number of bytes received on all the
1831			 network interfaces, since the last boot.  This
1832			 object returns the most significant 32 bits
1833			 of the 64 bit unsigned integer. This object is
1834			 deprecated - Use misc64NetRcvdBytes instead."
1835	::= { misc 11 }
1836
1837	miscLowNetRcvdBytes             OBJECT-TYPE
1838	SYNTAX                          Counter32
1839        MAX-ACCESS                      read-only
1840        STATUS                          deprecated
1841	DESCRIPTION
1842			"The total number of bytes received on all the
1843			 network interfaces, since the last boot.  This
1844			 object returns the least significant 32 bits
1845			 of the 64 bit unsigned integer. This object is
1846			 deprecated - Use misc64NetRcvdBytes instead."
1847	::= { misc 12 }
1848
1849	miscHighNetSentBytes            OBJECT-TYPE
1850	SYNTAX                          Counter32
1851        MAX-ACCESS                      read-only
1852        STATUS                          deprecated
1853	DESCRIPTION
1854			"The total number of bytes transmitted on all the
1855			 network interfaces, since the last boot.  This
1856			 object returns the most significant 32 bits
1857			 of the 64 bit unsigned integer. This object is
1858			 deprecated - Use misc64NetSentBytes instead."
1859	::= { misc 13 }
1860
1861	miscLowNetSentBytes             OBJECT-TYPE
1862	SYNTAX                          Counter32
1863        MAX-ACCESS                      read-only
1864        STATUS                          deprecated
1865	DESCRIPTION
1866			"The total number of bytes transmitted on all the
1867			 network interfaces, since the last boot.  This
1868			 object returns the least significant 32 bits
1869			 of the 64 bit unsigned integer. This object is
1870			 deprecated - Use misc64NetSentBytes instead."
1871	::= { misc 14 }
1872
1873	miscHighDiskReadBytes           OBJECT-TYPE
1874	SYNTAX                          Counter32
1875        MAX-ACCESS                      read-only
1876        STATUS                          deprecated
1877	DESCRIPTION
1878			"The total number of bytes read from disk
1879			 since the last boot.  This object returns
1880			 the most significant 32 bits of the 64 bit unsigned
1881			 integer. This object is deprecated - Use
1882			 misc64DiskReadBytes instead."
1883	::= { misc 15 }
1884
1885	miscLowDiskReadBytes            OBJECT-TYPE
1886	SYNTAX                          Counter32
1887        MAX-ACCESS                      read-only
1888        STATUS                          deprecated
1889	DESCRIPTION
1890			"The total number of bytes read from disk since
1891			 the last boot.  This object returns the least
1892			 significant 32 bits of the 64 bit unsigned integer.
1893			 This object is deprecated - Use misc64DiskReadBytes
1894			 instead."
1895	::= { misc 16 }
1896
1897
1898	miscHighDiskWriteBytes          OBJECT-TYPE
1899	SYNTAX                          Counter32
1900        MAX-ACCESS                      read-only
1901        STATUS                          deprecated
1902	DESCRIPTION
1903			"The total number of bytes written to disk
1904			 since the last boot.  This object returns
1905			 the most significant 32 bits of the 64 bit unsigned
1906			 integer. This object is deprecated - Use
1907			 misc64DiskWriteBytes instead."
1908	::= { misc 17 }
1909
1910	miscLowDiskWriteBytes           OBJECT-TYPE
1911	SYNTAX                          Counter32
1912        MAX-ACCESS                      read-only
1913        STATUS                          deprecated
1914	DESCRIPTION
1915			"The total number of bytes written to disk since
1916			 the last boot.  This object returns the least
1917			 significant 32 bits of the 64 bit unsigned integer.
1918			 This object is deprecated - Use misc64DiskWriteBytes
1919			 instead."
1920	::= { misc 18 }
1921
1922	miscHighTapeReadBytes           OBJECT-TYPE
1923	SYNTAX                          Counter32
1924        MAX-ACCESS                      read-only
1925        STATUS                          deprecated
1926	DESCRIPTION
1927			"The total number of bytes read from tape
1928			 since the last boot.  This object returns
1929			 the most significant 32 bits of the 64 bit unsigned
1930			 integer. This object is deprecated - Use
1931			 misc64TapeReadBytes instead."
1932	::= { misc 19 }
1933
1934	miscLowTapeReadBytes            OBJECT-TYPE
1935	SYNTAX                          Counter32
1936        MAX-ACCESS                      read-only
1937        STATUS                          deprecated
1938	DESCRIPTION
1939			"The total number of bytes read from tape since
1940			 the last boot.  This object returns the least
1941			 significant 32 bits of the 64 bit unsigned integer.
1942			 This object is deprecated - Use misc64TapeReadBytes
1943			 instead."
1944	::= { misc 20 }
1945
1946	miscHighTapeWriteBytes          OBJECT-TYPE
1947	SYNTAX                          Counter32
1948        MAX-ACCESS                      read-only
1949        STATUS                          deprecated
1950	DESCRIPTION
1951			"The total number of bytes written to tape
1952			 since the last boot.  This object returns
1953			 the most significant 32 bits of the 64 bit unsigned
1954			 integer. This object is deprecated - Use
1955			 misc64TapeWriteBytes instead."
1956	::= { misc 21 }
1957
1958	miscLowTapeWriteBytes           OBJECT-TYPE
1959	SYNTAX                          Counter32
1960        MAX-ACCESS                      read-only
1961        STATUS                          deprecated
1962	DESCRIPTION
1963			"The total number of bytes written to tape since
1964			 the last boot.  This object returns the least
1965			 significant 32 bits of the 64 bit unsigned integer.
1966			 This object is deprecated - Use misc64TapeWriteBytes
1967			 instead."
1968	::= { misc 22 }
1969
1970	miscCacheAge                    OBJECT-TYPE
1971	SYNTAX                          Integer32
1972        MAX-ACCESS                      read-only
1973        STATUS                          current
1974	DESCRIPTION
1975			"Age in minutes of the oldest read-only blocks
1976			 in the buffer cache.  This indicates how fast
1977			 read operations are cycling through system
1978			 memory; when the appliance is reading very
1979			 large files (larger than the machine's memory
1980			 size), buffer cache age will be very low."
1981	::= { misc 23 }
1982
1983	miscCorrectedMachineChecks      OBJECT-TYPE
1984	SYNTAX                          Counter32
1985        MAX-ACCESS                      read-only
1986        STATUS                          current
1987	DESCRIPTION
1988			"Number of corrected machine checks since
1989			the last boot."
1990
1991	::= { misc 24 }
1992
1993	miscGlobalStatusMessage         OBJECT-TYPE
1994	SYNTAX                          DisplayString
1995        MAX-ACCESS                      read-only
1996        STATUS                          current
1997	DESCRIPTION
1998			"A string describing the global status,
1999			including a description of the condition (if
2000			any) that caused the status to be anything
2001			other than ok(3)."
2002	::= { misc 25 }
2003
2004	miscWindowsSetupWizardVersion   OBJECT-TYPE
2005	SYNTAX                          Integer32
2006        MAX-ACCESS                      read-only
2007        STATUS                          current
2008	DESCRIPTION
2009			"The version number of Windows Setup Wizard
2010			required to configure the appliance.  Windows
2011			Setup Wizard with a version number lower than
2012			this integer is not capable of configuring the
2013			appliance."
2014	::= { misc 26 }
2015
2016	misc64NfsOps                    OBJECT-TYPE
2017	SYNTAX                          Counter64
2018        MAX-ACCESS                      read-only
2019        STATUS                          current
2020	DESCRIPTION
2021			"The total number of Server side NFS calls since
2022			 the last boot.  This object returns all of the
2023			 64 bit unsigned integer."
2024	::= { misc 27 }
2025
2026	misc64CifsOps                   OBJECT-TYPE
2027	SYNTAX                          Counter64
2028        MAX-ACCESS                      read-only
2029        STATUS                          current
2030	DESCRIPTION
2031			"The total number of Server side CIFS calls since
2032			 the last boot.  This object returns all of the
2033			 64 bit unsigned integer."
2034	::= { misc 28 }
2035
2036	misc64HttpOps                   OBJECT-TYPE
2037	SYNTAX                          Counter64
2038        MAX-ACCESS                      read-only
2039        STATUS                          current
2040	DESCRIPTION
2041			"The total number of HTTP operations received
2042			 since the last boot.  This object returns all of
2043			 the 64 bit unsigned integer."
2044	::= { misc 29 }
2045
2046	misc64NetRcvdBytes              OBJECT-TYPE
2047	SYNTAX                          Counter64
2048        MAX-ACCESS                      read-only
2049        STATUS                          current
2050	DESCRIPTION
2051			"The total number of bytes received on all the
2052			 network interfaces, since the last boot.  This
2053			 object returns all of the 64 bit unsigned integer."
2054	::= { misc 30 }
2055
2056	misc64NetSentBytes              OBJECT-TYPE
2057	SYNTAX                          Counter64
2058        MAX-ACCESS                      read-only
2059        STATUS                          current
2060	DESCRIPTION
2061			"The total number of bytes transmitted on all the
2062			 network interfaces, since the last boot.  This
2063			 object returns all of the 64 bit unsigned integer."
2064	::= { misc 31 }
2065
2066	misc64DiskReadBytes             OBJECT-TYPE
2067	SYNTAX                          Counter64
2068        MAX-ACCESS                      read-only
2069        STATUS                          current
2070	DESCRIPTION
2071			"The total number of bytes read from disk
2072			 since the last boot.  This object returns
2073			 all of the 64 bit unsigned integer."
2074	::= { misc 32 }
2075
2076	misc64DiskWriteBytes            OBJECT-TYPE
2077	SYNTAX                          Counter64
2078        MAX-ACCESS                      read-only
2079        STATUS                          current
2080	DESCRIPTION
2081			"The total number of bytes written to disk
2082			 since the last boot.  This object returns
2083			 all of the 64 bit unsigned integer."
2084	::= { misc 33 }
2085
2086	misc64TapeReadBytes             OBJECT-TYPE
2087	SYNTAX                          Counter64
2088        MAX-ACCESS                      read-only
2089        STATUS                          current
2090	DESCRIPTION
2091			"The total number of bytes read from tape
2092			 since the last boot.  This object returns
2093			 all of the 64 bit unsigned integer."
2094	::= { misc 34 }
2095
2096	misc64TapeWriteBytes            OBJECT-TYPE
2097	SYNTAX                          Counter64
2098        MAX-ACCESS                      read-only
2099        STATUS                          current
2100	DESCRIPTION
2101			"The total number of bytes written to tape
2102			 since the last boot.  This object returns
2103			 all of the 64 bit unsigned integer."
2104	::= { misc 35 }
2105
2106	-- the Clustered Failover group
2107
2108	cfSettings                      OBJECT-TYPE
2109	SYNTAX                          INTEGER {
2110                                             notConfigured(1),
2111                                             enabled(2),
2112					     disabled(3),
2113					     takeoverByPartnerDisabled(4),
2114                                             thisNodeDead(5)
2115                                        }
2116        MAX-ACCESS                      read-only
2117        STATUS                          current
2118	DESCRIPTION
2119				"Clustered Failover configuration settings.
2120				 The value notConfigured(1) indicates that the
2121				 cluster is not licensed. The thisNodeDead(5)
2122				 setting indicates that this node has been
2123				 taken over."
2124	::= { cf 1 }
2125
2126	cfState                         OBJECT-TYPE
2127	SYNTAX                          INTEGER {
2128                                             dead(1),
2129                                             canTakeover(2),
2130					     cannotTakeover(3),
2131                                             takeover(4)
2132                                        }
2133        MAX-ACCESS                      read-only
2134        STATUS                          current
2135	DESCRIPTION
2136				"Clustered Failover state."
2137	::= { cf 2 }
2138
2139	cfCannotTakeoverCause           OBJECT-TYPE
2140	SYNTAX                          INTEGER {
2141                                             ok(1),
2142                                             unknownReason(2),
2143					     disabledByOperator(3),
2144					     interconnectOffline(4),
2145					     disabledByPartner(5),
2146                                             takeoverFailed(6),
2147					     mailboxDegraded(7),
2148					     partnerMailboxUninitialised(8),
2149					     mailboxVersionMismatch(9),
2150					     nvramSizeMismatch(10),
2151					     kernelVersionMismatch(11),
2152					     partnerBootingUp(12),
2153					     partnerPerformingRevert(13),
2154					     performingRevert(14),
2155					     partnerRequestedTakeover(15),
2156					     alreadyInTakenoverMode(16),
2157					     nvramLogUnsynchronized(17),
2158					     backupMailboxProblems(18)
2159                                        }
2160        MAX-ACCESS                      read-only
2161        STATUS                          current
2162	DESCRIPTION
2163				"The reason this node cannot takeover its
2164				 partner"
2165	::= { cf 3 }
2166
2167	cfPartnerStatus                 OBJECT-TYPE
2168	SYNTAX                          INTEGER {
2169                                             maybeDown(1),
2170                                             ok(2),
2171                                             dead(3)
2172                                        }
2173        MAX-ACCESS                      read-only
2174        STATUS                          current
2175	DESCRIPTION
2176				"This is the status last returned by the
2177				 Clustered Failover partner."
2178	::= { cf 4 }
2179
2180	cfPartnerLastStatusUpdate       OBJECT-TYPE
2181	SYNTAX                          TimeTicks
2182        MAX-ACCESS                      read-only
2183        STATUS                          current
2184	DESCRIPTION
2185				"If non-zero, the absolute time of the last
2186				 update from the Clustered Failover partner."
2187	::= { cf 5 }
2188
2189	cfPartnerName                   OBJECT-TYPE
2190	SYNTAX                          DisplayString
2191        MAX-ACCESS                      read-only
2192        STATUS                          current
2193	DESCRIPTION
2194				"Hostname for Clustered Failover partner."
2195	::= { cf 6 }
2196
2197	cfPartnerSysid                  OBJECT-TYPE
2198	SYNTAX                          Integer32
2199        MAX-ACCESS                      read-only
2200        STATUS                          current
2201	DESCRIPTION
2202				"System ID for Clustered Failover partner."
2203	::= { cf 7 }
2204
2205	cfInterconnectStatus            OBJECT-TYPE
2206	SYNTAX                          INTEGER {
2207                                             notPresent(1),
2208                                             down(2),
2209					     partialFailure(3),
2210                                             up(4)
2211                                        }
2212        MAX-ACCESS                      read-only
2213        STATUS                          current
2214	DESCRIPTION
2215				"The current status of the interconnect.
2216				 The partialFailure(3) status indicates that
2217				 one of the links in the interconnect hardware
2218				 is down."
2219	::= { cf 8 }
2220
2221	-- the environment group for sysStat
2222
2223	envOverTemperature              OBJECT-TYPE
2224	SYNTAX                          INTEGER {
2225                                             no(1),
2226                                             yes(2)
2227                                        }
2228        MAX-ACCESS                      read-only
2229        STATUS                          current
2230	DESCRIPTION
2231			"An indication of whether the hardware is
2232			 currently operating outside of its recommended
2233			 temperature range.  The hardware will shutdown
2234			 if the temperature exceeds critical thresholds."
2235
2236	::= { environment 1 }
2237
2238	envFailedFanCount               OBJECT-TYPE
2239	SYNTAX                          Integer32
2240        MAX-ACCESS                      read-only
2241        STATUS                          current
2242	DESCRIPTION
2243			"Count of the number of chassis fans which
2244			 are not operating within the recommended
2245			 RPM range."
2246
2247	::= { environment 2 }
2248
2249	envFailedFanMessage             OBJECT-TYPE
2250	SYNTAX                          DisplayString
2251        MAX-ACCESS                      read-only
2252        STATUS                          current
2253	DESCRIPTION
2254			"Text message describing the current condition of
2255			 chassis fans.  This is useful only if
2256			 envFailedFanCount is not zero."
2257
2258	::= { environment 3 }
2259
2260
2261	envFailedPowerSupplyCount       OBJECT-TYPE
2262	SYNTAX                          Integer32
2263        MAX-ACCESS                      read-only
2264        STATUS                          current
2265	DESCRIPTION
2266			"Count of the number of power supplies which
2267			 are in degraded mode."
2268
2269	::= { environment 4 }
2270
2271	envFailedPowerSupplyMessage     OBJECT-TYPE
2272	SYNTAX                          DisplayString
2273        MAX-ACCESS                      read-only
2274        STATUS                          current
2275	DESCRIPTION
2276			"Text message describing the state of any
2277			 power supplies which are currently degraded.
2278			 This is useful only if envFailedPowerSupplyCount
2279			 is not zero."
2280
2281	::= { environment 5 }
2282
2283	-- -- -- -- -- -- --
2284	-- the nvram group for sysStat
2285
2286	nvramBatteryStatus              OBJECT-TYPE
2287	SYNTAX                          INTEGER {
2288                                             ok(1),
2289                                             partiallyDischarged(2),
2290					     fullyDischarged(3),
2291					     notPresent(4),
2292					     nearEndOfLife(5),
2293					     atEndOfLife(6),
2294					     unknown(7),
2295					     overCharged(8),
2296                                             fullyCharged(9)
2297                                        }
2298        MAX-ACCESS                      read-only
2299        STATUS                          current
2300	DESCRIPTION
2301			"An indication of the current status of the
2302			 NVRAM battery or batteries.  Batteries which
2303			 are fully or partially discharged may not
2304			 fully protect the system during a crash.
2305
2306			 The end-of-life status values are based on
2307			 the manufacturer's recommended life for the
2308			 batteries."
2309
2310	::= { nvram 1 }
2311
2312	-- -- -- -- -- -- --
2313	-- the cp group for sysStat
2314
2315	cpTime                          OBJECT-TYPE
2316	SYNTAX                          TimeTicks
2317        MAX-ACCESS                      read-only
2318        STATUS                          current
2319	DESCRIPTION
2320			"The time (in hundredths of a second) since boot
2321			 during which the system has had a consistency point
2322			 (cp) operation in progress."
2323	::= { cp 1 }
2324
2325	cpFromTimerOps                  OBJECT-TYPE
2326	SYNTAX                          Counter32
2327        MAX-ACCESS                      read-only
2328        STATUS                          current
2329	DESCRIPTION
2330			"The number of consistency point operations since boot
2331			 that were caused by timer."
2332	::= { cp 2 }
2333
2334	cpFromSnapshotOps               OBJECT-TYPE
2335	SYNTAX                          Counter32
2336        MAX-ACCESS                      read-only
2337        STATUS                          current
2338	DESCRIPTION
2339			"The number of consistency point operations since boot
2340			 that were caused by snapshot operation."
2341	::= { cp 3 }
2342
2343	cpFromLowWaterOps               OBJECT-TYPE
2344	SYNTAX                          Counter32
2345        MAX-ACCESS                      read-only
2346        STATUS                          current
2347	DESCRIPTION
2348			"The number of consistency point operations since boot
2349			 that were caused by low water mark."
2350	::= { cp 4 }
2351
2352	cpFromHighWaterOps              OBJECT-TYPE
2353	SYNTAX                          Counter32
2354        MAX-ACCESS                      read-only
2355        STATUS                          current
2356	DESCRIPTION
2357			"The number of consistency point operations since boot
2358			 that were caused by high water mark."
2359	::= { cp 5 }
2360
2361	cpFromLogFullOps                OBJECT-TYPE
2362	SYNTAX                          Counter32
2363        MAX-ACCESS                      read-only
2364        STATUS                          current
2365	DESCRIPTION
2366			"The number of consistency point operations since boot
2367			 that were caused by nv-log full."
2368	::= { cp 6 }
2369
2370	cpFromCpOps                     OBJECT-TYPE
2371	SYNTAX                          Counter32
2372        MAX-ACCESS                      read-only
2373        STATUS                          current
2374	DESCRIPTION
2375			"The number of back to back consistency point
2376			operations since boot."
2377	::= { cp 7 }
2378
2379	cpTotalOps                      OBJECT-TYPE
2380	SYNTAX                          Counter32
2381        MAX-ACCESS                      read-only
2382        STATUS                          current
2383	DESCRIPTION
2384			"The total number of consistency point operations
2385			 since boot."
2386	::= { cp 8 }
2387
2388	cpFromFlushOps                  OBJECT-TYPE
2389	SYNTAX                          Counter32
2390        MAX-ACCESS                      read-only
2391        STATUS                          current
2392	DESCRIPTION
2393			"The number of consistency point operations since boot
2394			that were caused by flushing unlogged write data."
2395	::= { cp 9 }
2396
2397	cpFromSyncOps                   OBJECT-TYPE
2398	SYNTAX                          Counter32
2399        MAX-ACCESS                      read-only
2400        STATUS                          current
2401	DESCRIPTION
2402			"The number of consistency point operations since boot
2403			that were caused by file system sync requests."
2404	::= { cp 10 }
2405
2406	cpFromLowVbufOps                OBJECT-TYPE
2407	SYNTAX                          Counter32
2408        MAX-ACCESS                      read-only
2409        STATUS                          current
2410	DESCRIPTION
2411			"The number of consistency point operations since boot
2412			that were caused by low virtual buffers."
2413	::= { cp 11 }
2414
2415	cpFromCpDeferredOps             OBJECT-TYPE
2416	SYNTAX                          Counter32
2417        MAX-ACCESS                      read-only
2418        STATUS                          current
2419	DESCRIPTION
2420			"The number of back to back consistency point
2421			operations since boot that were deferred."
2422	::= { cp 12 }
2423
2424	cpFromLowDatavecsOps            OBJECT-TYPE
2425	SYNTAX                          Counter32
2426        MAX-ACCESS                      read-only
2427        STATUS                          current
2428	DESCRIPTION
2429			"The number of consistency point operations since boot
2430			that were caused by low datavecs."
2431	::= { cp 13 }
2432
2433        cpFromLowMbufOps                OBJECT-TYPE
2434        SYNTAX                          Counter32
2435        MAX-ACCESS                      read-only
2436        STATUS                          current
2437        DESCRIPTION
2438                        "The number of consistency point operations since boot
2439                        that were caused by low mbufs."
2440        ::= { cp 14 }
2441
2442        cpFromNvlogReplayTakeoverTime   OBJECT-TYPE
2443        SYNTAX                          Counter32
2444        MAX-ACCESS                      read-only
2445        STATUS                          current
2446        DESCRIPTION
2447                        "The number of consistency point operations since boot
2448                        that were caused by nvlog replay takeover time."
2449        ::= { cp 15 }
2450
2451        -- the cp group for sysStat on per node basis
2452
2453        cDOTCpTable                     OBJECT-TYPE
2454        SYNTAX                          SEQUENCE OF CDOTCpEntry
2455        MAX-ACCESS                      not-accessible
2456        STATUS                          current
2457        DESCRIPTION
2458                        "Provide a report of the current CP statistics
2459                        on per node basis"
2460        ::= { cp 16 }
2461
2462        cDOTCpEntry                     OBJECT-TYPE
2463        SYNTAX                          CDOTCpEntry
2464        MAX-ACCESS                      not-accessible
2465        STATUS                          current
2466        DESCRIPTION
2467                        "Provide a report of the node's CP statistics"
2468
2469        INDEX   { IMPLIED cDOTCpNodeName }
2470        ::= { cDOTCpTable 1 }
2471
2472        CDOTCpEntry ::=
2473            SEQUENCE {
2474                cDOTCpNodeName
2475                    DisplayString,
2476                cDOTCpTime
2477                    TimeTicks64,
2478                cDOTCpFromTimerOps
2479                    Counter64,
2480                cDOTCpFromSnapshotOps
2481                    Counter64,
2482                cDOTCpFromLowWaterOps
2483                    Counter64,
2484                cDOTCpFromHighWaterOps
2485                    Counter64,
2486                cDOTCpFromLogFullOps
2487                    Counter64,
2488                cDOTCpFromCpOps
2489                    Counter64,
2490                cDOTCpTotalOps
2491                    Counter64,
2492                cDOTCpFromFlushOps
2493                    Counter64,
2494                cDOTCpFromSyncOps
2495                    Counter64,
2496                cDOTCpFromCpDeferredOps
2497                    Counter64,
2498                cDOTCpFromLowDatavecsOps
2499                    Counter64,
2500                cDOTCpFromLowMbufOps
2501                    Counter64,
2502                cDOTCpFromNvlogReplayTakeoverTime
2503                    Counter64
2504            }
2505        cDOTCpNodeName                      OBJECT-TYPE
2506        SYNTAX                              DisplayString
2507        MAX-ACCESS                          not-accessible
2508        STATUS                              current
2509        DESCRIPTION
2510                        "Node Name. Same as node name."
2511        ::= { cDOTCpEntry 1 }
2512
2513        cDOTCpTime                          OBJECT-TYPE
2514        SYNTAX                              TimeTicks64
2515        MAX-ACCESS                          read-only
2516        STATUS                              current
2517        DESCRIPTION
2518                        "The time (in hundredths of a second) since boot
2519                        during which the system has had a consistency point
2520                        (cp) operation in progress."
2521        ::= { cDOTCpEntry 2 }
2522
2523        cDOTCpFromTimerOps                  OBJECT-TYPE
2524        SYNTAX                              Counter64
2525        MAX-ACCESS                          read-only
2526        STATUS                              current
2527        DESCRIPTION
2528                        "The number of consistency point operations since boot
2529                        that were caused by timer."
2530        ::= { cDOTCpEntry 3 }
2531
2532        cDOTCpFromSnapshotOps               OBJECT-TYPE
2533        SYNTAX                              Counter64
2534        MAX-ACCESS                          read-only
2535        STATUS                              current
2536        DESCRIPTION
2537                        "The number of consistency point operations since boot
2538                        that were caused by snapshot operation."
2539        ::= { cDOTCpEntry 4}
2540
2541        cDOTCpFromLowWaterOps               OBJECT-TYPE
2542        SYNTAX                              Counter64
2543        MAX-ACCESS                          read-only
2544        STATUS                              current
2545        DESCRIPTION
2546                        "The number of consistency point operations since boot
2547                        that were caused by low water mark."
2548        ::= { cDOTCpEntry 5 }
2549
2550        cDOTCpFromHighWaterOps              OBJECT-TYPE
2551        SYNTAX                              Counter64
2552        MAX-ACCESS                          read-only
2553        STATUS                              current
2554        DESCRIPTION
2555                        "The number of consistency point operations since boot
2556                        that were caused by high water mark."
2557        ::= { cDOTCpEntry 6 }
2558
2559        cDOTCpFromLogFullOps                OBJECT-TYPE
2560        SYNTAX                              Counter64
2561        MAX-ACCESS                          read-only
2562        STATUS                              current
2563        DESCRIPTION
2564                        "The number of consistency point operations since boot
2565                        that were caused by nv-log full."
2566        ::= { cDOTCpEntry 7 }
2567
2568        cDOTCpFromCpOps                     OBJECT-TYPE
2569        SYNTAX                              Counter64
2570        MAX-ACCESS                          read-only
2571        STATUS                              current
2572        DESCRIPTION
2573                        "The number of back to back consistency point
2574                        operations since boot."
2575        ::= { cDOTCpEntry 8 }
2576
2577        cDOTCpTotalOps                      OBJECT-TYPE
2578        SYNTAX                              Counter64
2579        MAX-ACCESS                          read-only
2580        STATUS                              current
2581        DESCRIPTION
2582                        "The total number of consistency point operations
2583                        since boot."
2584        ::= { cDOTCpEntry 9 }
2585
2586        cDOTCpFromFlushOps                  OBJECT-TYPE
2587        SYNTAX                              Counter64
2588        MAX-ACCESS                          read-only
2589        STATUS                              current
2590        DESCRIPTION
2591                        "The number of consistency point operations since boot
2592                        that were caused by flushing unlogged write data."
2593        ::= { cDOTCpEntry 10 }
2594
2595        cDOTCpFromSyncOps                   OBJECT-TYPE
2596        SYNTAX                              Counter64
2597        MAX-ACCESS                          read-only
2598        STATUS                              current
2599        DESCRIPTION
2600                        "The number of consistency point operations since boot
2601                        that were caused by file system sync requests."
2602        ::= { cDOTCpEntry 11 }
2603
2604        cDOTCpFromCpDeferredOps             OBJECT-TYPE
2605        SYNTAX                              Counter64
2606        MAX-ACCESS                          read-only
2607        STATUS                              current
2608        DESCRIPTION
2609                        "The number of back to back consistency point
2610                        operations since boot that were deferred."
2611        ::= { cDOTCpEntry 12 }
2612
2613        cDOTCpFromLowDatavecsOps            OBJECT-TYPE
2614        SYNTAX                              Counter64
2615        MAX-ACCESS                          read-only
2616        STATUS                              current
2617        DESCRIPTION
2618                        "The number of consistency point operations since boot
2619                        that were caused by low datavecs."
2620        ::= { cDOTCpEntry 13 }
2621
2622        cDOTCpFromLowMbufOps                OBJECT-TYPE
2623        SYNTAX                              Counter64
2624        MAX-ACCESS                          read-only
2625        STATUS                              current
2626        DESCRIPTION
2627                        "The number of consistency point operations since boot
2628                        that were caused by low mbufs in mbuf pools."
2629        ::= { cDOTCpEntry 14 }
2630
2631        cDOTCpFromNvlogReplayTakeoverTime   OBJECT-TYPE
2632        SYNTAX                              Counter64
2633        MAX-ACCESS                          read-only
2634        STATUS                              current
2635        DESCRIPTION
2636                        "The number of consistency point operations since boot
2637                        that were caused by nvlog replay takeover time."
2638        ::= { cDOTCpEntry 15 }
2639
2640	-- -- -- -- -- -- --
2641	-- the auto support group for sysStat
2642
2643	autosupportStatus               OBJECT-TYPE
2644	SYNTAX                          INTEGER {
2645                                             ok(1),
2646                                             smtpFailure(2),
2647					     postFailure(3),
2648					     smtpPostFailure(4),
2649                                             unknown(5)
2650                                        }
2651        MAX-ACCESS                      read-only
2652        STATUS                          current
2653	DESCRIPTION
2654			"An indication of the current status of
2655			 auto support on the appliance. Describes
2656			 the success or failure of most recent
2657			 attempts to send auto supports."
2658
2659	::= { autosupport 1 }
2660
2661	autosupportStatusMessage        OBJECT-TYPE
2662	SYNTAX                          DisplayString
2663        MAX-ACCESS                      read-only
2664        STATUS                          current
2665	DESCRIPTION
2666			"A string describing the auto support status,
2667			including a description of the condition (if
2668			any) that caused the status to be anything
2669			other than ok(1)."
2670
2671	::= { autosupport 2 }
2672
2673	autosupportSuccessfulSends      OBJECT-TYPE
2674	SYNTAX                          Counter32
2675        MAX-ACCESS                      read-only
2676        STATUS                          current
2677	DESCRIPTION
2678			"Count of the number of auto support messages
2679			 successfully sent since the last reset."
2680
2681	::= { autosupport 3 }
2682
2683	autosupportFailedSends          OBJECT-TYPE
2684	SYNTAX                          Counter32
2685        MAX-ACCESS                      read-only
2686        STATUS                          current
2687	DESCRIPTION
2688	                 "Count of the number of auto support messages
2689			 not sent successfully since the last reset."
2690
2691	::= { autosupport 4 }
2692
2693
2694	-- -- -- -- -- -- --
2695	-- the NFS group  --
2696	-- -- -- -- -- -- --
2697
2698	curNfs		OBJECT IDENTIFIER ::= { nfs 1 }
2699
2700	totNfs		OBJECT IDENTIFIER ::= { nfs 2 }
2701
2702	nfsOptions	OBJECT IDENTIFIER ::= { nfs 3 }
2703
2704
2705	-- the curNfs group
2706
2707		-- this group contains NFS statistics since the last
2708		-- time the statistics were cleared
2709
2710	rpcServ		OBJECT IDENTIFIER ::= { curNfs 1 }
2711
2712	nfsServ		OBJECT IDENTIFIER ::= { curNfs 2 }
2713
2714	nfsPerClient	OBJECT IDENTIFIER ::= { curNfs 3 }
2715
2716
2717
2718	-- the rpcServ group
2719
2720 	rpcCalls                        OBJECT-TYPE
2721	SYNTAX                          Counter32
2722        MAX-ACCESS                      read-only
2723        STATUS                          current
2724	DESCRIPTION
2725			"The total number of RPC calls received, since
2726			 the last time the statistics were cleared."
2727	::= { rpcServ 1 }
2728
2729	rpcBadCalls                     OBJECT-TYPE
2730	SYNTAX                          Counter32
2731        MAX-ACCESS                      read-only
2732        STATUS                          current
2733	DESCRIPTION
2734			"The total number of calls rejected by the RPC
2735			 layer, since the last time the statistics were
2736			 cleared."
2737	::= { rpcServ 2 }
2738
2739	rpcNullRecvs                    OBJECT-TYPE
2740	SYNTAX                          Counter32
2741        MAX-ACCESS                      read-only
2742        STATUS                          current
2743	DESCRIPTION
2744			"The number of times an RPC call was not available
2745			 when it was thought to be received, since the
2746			 last time the statistics were cleared."
2747	::= { rpcServ 3 }
2748
2749	rpcBadLens                      OBJECT-TYPE
2750	SYNTAX                          Counter32
2751        MAX-ACCESS                      read-only
2752        STATUS                          current
2753	DESCRIPTION
2754			"The number of RPC calls received with a length
2755			 shorter than a minimum-sized RPC call, since the
2756			 last time the statistics were cleared."
2757	::= { rpcServ 4 }
2758
2759	rpcServXDRCalls                 OBJECT-TYPE
2760	SYNTAX                          Counter32
2761        MAX-ACCESS                      read-only
2762        STATUS                          current
2763	DESCRIPTION
2764			"The number of RPC calls received whose header
2765			 could not be XDR decoded, since the last time
2766			 the statistics were cleared."
2767	::= { rpcServ 5 }
2768
2769 	rcpTcpCalls                     OBJECT-TYPE
2770	SYNTAX                          Counter32
2771        MAX-ACCESS                      read-only
2772        STATUS                          current
2773	DESCRIPTION
2774			"The total number of RPC calls received for the
2775			 TCP protocol, since the last time the statistics
2776			 were cleared."
2777	::= { rpcServ 6 }
2778
2779	rcpTcpBadCalls                  OBJECT-TYPE
2780	SYNTAX                          Counter32
2781        MAX-ACCESS                      read-only
2782        STATUS                          current
2783	DESCRIPTION
2784			"The total number of calls rejected by the RPC
2785			 layer for the TCP protocol, since the last
2786			 time the statistics were cleared."
2787	::= { rpcServ 7 }
2788
2789	rcpTcpNullRecvs                 OBJECT-TYPE
2790	SYNTAX                          Counter32
2791        MAX-ACCESS                      read-only
2792        STATUS                          current
2793	DESCRIPTION
2794			"The number of times an RPC call for the TCP
2795			 protocol was not available when it was thought
2796			 to be received, since the last time the
2797			 statistics were cleared."
2798	::= { rpcServ 8 }
2799
2800	rcpTcpBadLens                   OBJECT-TYPE
2801	SYNTAX                          Counter32
2802        MAX-ACCESS                      read-only
2803        STATUS                          current
2804	DESCRIPTION
2805			"The number of RPC calls for the TCP protocol
2806			 received with a length shorter than a minimum-sized
2807			 RPC call, since the last time the statistics
2808			 were cleared."
2809	::= { rpcServ 9 }
2810
2811	rcpTcpServXDRCalls              OBJECT-TYPE
2812	SYNTAX                          Counter32
2813        MAX-ACCESS                      read-only
2814        STATUS                          current
2815	DESCRIPTION
2816			"The number of RPC calls for the TCP protocol
2817			 received whose header could not be XDR decoded,
2818			 since the last time the statistics were cleared."
2819	::= { rpcServ 10 }
2820
2821 	rpcUdpCalls                     OBJECT-TYPE
2822	SYNTAX                          Counter32
2823        MAX-ACCESS                      read-only
2824        STATUS                          current
2825	DESCRIPTION
2826			"The total number of RPC calls received for the
2827			 UDP protocol, since the last time the statistics
2828			 were cleared."
2829	::= { rpcServ 11 }
2830
2831	rpcUdpBadCalls                  OBJECT-TYPE
2832	SYNTAX                          Counter32
2833        MAX-ACCESS                      read-only
2834        STATUS                          current
2835	DESCRIPTION
2836			"The total number of calls rejected by the RPC
2837			 layer for the UDP protocol, since the last
2838			 time the statistics were cleared."
2839	::= { rpcServ 12 }
2840
2841	rpcUdpNullRecvs                 OBJECT-TYPE
2842	SYNTAX                          Counter32
2843        MAX-ACCESS                      read-only
2844        STATUS                          current
2845	DESCRIPTION
2846			"The number of times an RPC call for the UDP
2847			 protocol was not available when it was thought
2848			 to be received, since the last time the
2849			 statistics were cleared."
2850	::= { rpcServ 13 }
2851
2852	rpcUdpBadLens                   OBJECT-TYPE
2853	SYNTAX                          Counter32
2854        MAX-ACCESS                      read-only
2855        STATUS                          current
2856	DESCRIPTION
2857			"The number of RPC calls for the UDP protocol
2858			 received with a length shorter than a minimum-sized
2859			 RPC call, since the last time the statistics
2860			 were cleared."
2861	::= { rpcServ 14 }
2862
2863	rpcUdpServXDRCalls              OBJECT-TYPE
2864	SYNTAX                          Counter32
2865        MAX-ACCESS                      read-only
2866        STATUS                          current
2867	DESCRIPTION
2868			"The number of RPC calls for the UDP protocol
2869			 received whose header could not be XDR decoded,
2870			 since the last time the statistics were cleared."
2871	::= { rpcServ 15 }
2872
2873
2874	-- the nfsServ group
2875
2876	nfsCalls                        OBJECT-TYPE
2877	SYNTAX                          Counter32
2878        MAX-ACCESS                      read-only
2879        STATUS                          current
2880	DESCRIPTION
2881			"The total number of NFS calls received, since
2882			 the last time the statistics were cleared."
2883	::= { nfsServ 1 }
2884
2885	nfsServBadCalls                 OBJECT-TYPE
2886	SYNTAX                          Counter32
2887        MAX-ACCESS                      read-only
2888        STATUS                          current
2889	DESCRIPTION
2890			"The total number of received NFS calls rejected,
2891			 since the last time the statistics were cleared."
2892	::= { nfsServ 2 }
2893
2894	nfsV2		OBJECT IDENTIFIER ::= { nfsServ 3 }
2895
2896	nfsV3		OBJECT IDENTIFIER ::= { nfsServ 4 }
2897
2898	replyCache	OBJECT IDENTIFIER ::= { nfsServ 5 }
2899
2900	nfsrwStats	OBJECT IDENTIFIER ::= { nfsServ 6 }
2901
2902
2903	-- the nfsV2 group
2904
2905		-- this group contains statistics for NFS
2906		-- Version 2 calls processed since the last
2907		-- time the statistics were cleared
2908
2909	v2Calls		OBJECT IDENTIFIER ::= { nfsV2 1 }
2910
2911	v2Percent	OBJECT IDENTIFIER ::= { nfsV2 2 }
2912
2913	v2CachedCalls	OBJECT IDENTIFIER ::= { nfsV2 3 }
2914
2915	v2CachedPerCent	OBJECT IDENTIFIER ::= { nfsV2 4 }
2916
2917
2918
2919	-- the v2Calls group
2920
2921		-- this group contains statistics for the number of
2922		-- calls received for each NFS Version 2 procedure
2923		-- since the last time the statistics were cleared
2924
2925	v2cNulls                        OBJECT-TYPE
2926	SYNTAX                          Counter32
2927        MAX-ACCESS                      read-only
2928        STATUS                          current
2929	DESCRIPTION
2930			"The number of NFS Version 2 calls received
2931			 for the NFSPROC_NULL (Do Nothing) procedure,
2932			 since the last time the statistics were cleared."
2933	::= { v2Calls 1 }
2934
2935	v2cGetattrs                     OBJECT-TYPE
2936	SYNTAX                          Counter32
2937        MAX-ACCESS                      read-only
2938        STATUS                          current
2939	DESCRIPTION
2940			"The number of NFS Version 2 calls received
2941			 for the NFSPROC_GETATTR (Get File Attributes)
2942			 procedure, since the last time the statistics
2943			 were cleared."
2944	::= { v2Calls 2 }
2945
2946	v2cSetattrs                     OBJECT-TYPE
2947	SYNTAX                          Counter32
2948        MAX-ACCESS                      read-only
2949        STATUS                          current
2950	DESCRIPTION
2951			"The number of NFS Version 2 calls received
2952			 for the NFSPROC_SETATTR (Set File Attributes)
2953			 procedure, since the last time the statistics
2954			 were cleared."
2955	::= { v2Calls 3 }
2956
2957	v2cRoots                        OBJECT-TYPE
2958	SYNTAX                          Counter32
2959        MAX-ACCESS                      read-only
2960        STATUS                          current
2961	DESCRIPTION
2962			"The number of NFS Version 2 calls received
2963			 for the NFSPROC_ROOT (Get Filesystem Root)
2964			 procedure, since the last time the statistics
2965			 were cleared."
2966	::= { v2Calls 4 }
2967
2968	v2cLookups                      OBJECT-TYPE
2969	SYNTAX                          Counter32
2970        MAX-ACCESS                      read-only
2971        STATUS                          current
2972	DESCRIPTION
2973			"The number of NFS Version 2 calls received
2974			 for the NFSPROC_LOOKUP (Look Up File Name)
2975			 procedure, since the last time the statistics
2976			 were cleared."
2977	::= { v2Calls 5 }
2978
2979	v2cReadlinks                    OBJECT-TYPE
2980	SYNTAX                          Counter32
2981        MAX-ACCESS                      read-only
2982        STATUS                          current
2983	DESCRIPTION
2984			"The number of NFS Version 2 calls received
2985			 for the NFSPROC_READLINK (Read From Symbolic
2986			 Link) procedure, since the last time the
2987			 statistics were cleared."
2988	::= { v2Calls 6 }
2989
2990	v2cReads                        OBJECT-TYPE
2991	SYNTAX                          Counter32
2992        MAX-ACCESS                      read-only
2993        STATUS                          current
2994	DESCRIPTION
2995			"The number of NFS Version 2 calls received
2996			 for the NFSPROC_READ (Read From File)
2997			 procedure, since the last time the statistics
2998			 were cleared."
2999	::= { v2Calls 7 }
3000
3001	v2cWrcaches                     OBJECT-TYPE
3002	SYNTAX                          Counter32
3003        MAX-ACCESS                      read-only
3004        STATUS                          current
3005	DESCRIPTION
3006			"The number of NFS Version 2 calls received
3007			 for the NFSPROC_WRITECACHE (Write to Cache)
3008			 procedure, since the last time the statistics
3009			 were cleared."
3010	::= { v2Calls 8 }
3011
3012	v2cWrites                       OBJECT-TYPE
3013	SYNTAX                          Counter32
3014        MAX-ACCESS                      read-only
3015        STATUS                          current
3016	DESCRIPTION
3017			"The number of NFS Version 2 calls received
3018			 for the NFSPROC_WRITE (Write to File)
3019			 procedure, since the last time the statistics
3020			 were cleared."
3021	::= { v2Calls 9 }
3022
3023	v2cCreates                      OBJECT-TYPE
3024	SYNTAX                          Counter32
3025        MAX-ACCESS                      read-only
3026        STATUS                          current
3027	DESCRIPTION
3028			"The number of NFS Version 2 calls received
3029			 for the NFSPROC_CREATE (Create File)
3030			 procedure, since the last time the statistics
3031			 were cleared."
3032	::= { v2Calls 10 }
3033
3034	v2cRemoves                      OBJECT-TYPE
3035	SYNTAX                          Counter32
3036        MAX-ACCESS                      read-only
3037        STATUS                          current
3038	DESCRIPTION
3039			"The number of NFS Version 2 calls received
3040			 for the NFSPROC_REMOVE (Remove File)
3041			 procedure, since the last time the statistics
3042			 were cleared."
3043	::= { v2Calls 11 }
3044
3045	v2cRenames                      OBJECT-TYPE
3046	SYNTAX                          Counter32
3047        MAX-ACCESS                      read-only
3048        STATUS                          current
3049	DESCRIPTION
3050			"The number of NFS Version 2 calls received
3051			 for the NFSPROC_RENAME (Rename File)
3052			 procedure, since the last time the statistics
3053			 were cleared."
3054	::= { v2Calls 12 }
3055
3056	v2cLinks                        OBJECT-TYPE
3057	SYNTAX                          Counter32
3058        MAX-ACCESS                      read-only
3059        STATUS                          current
3060	DESCRIPTION
3061			"The number of NFS Version 2 calls received
3062			 for the NFSPROC_LINK (Create Link to File)
3063			 procedure, since the last time the statistics
3064			 were cleared."
3065	::= { v2Calls 13 }
3066
3067	v2cSymlinks                     OBJECT-TYPE
3068	SYNTAX                          Counter32
3069        MAX-ACCESS                      read-only
3070        STATUS                          current
3071	DESCRIPTION
3072			"The number of NFS Version 2 calls received
3073			 for the NFSPROC_SYMLINK (Create Symbolic Link)
3074			 procedure, since the last time the statistics
3075			 were cleared."
3076	::= { v2Calls 14 }
3077
3078	v2cMkdirs                       OBJECT-TYPE
3079	SYNTAX                          Counter32
3080        MAX-ACCESS                      read-only
3081        STATUS                          current
3082	DESCRIPTION
3083			"The number of NFS Version 2 calls received
3084			 for the NFSPROC_MKDIR (Create Directory)
3085			 procedure, since the last time the statistics
3086			 were cleared."
3087	::= { v2Calls 15 }
3088
3089	v2cRmdirs                       OBJECT-TYPE
3090	SYNTAX                          Counter32
3091        MAX-ACCESS                      read-only
3092        STATUS                          current
3093	DESCRIPTION
3094			"The number of NFS Version 2 calls received
3095			 for the NFSPROC_RMDIR (Remove Directory)
3096			 procedure, since the last time the statistics
3097			 were cleared."
3098	::= { v2Calls 16 }
3099
3100	v2cReaddirs                     OBJECT-TYPE
3101	SYNTAX                          Counter32
3102        MAX-ACCESS                      read-only
3103        STATUS                          current
3104	DESCRIPTION
3105			"The number of NFS Version 2 calls received
3106			 for the NFSPROC_READDIR (Read From Directory)
3107			 procedure, since the last time the statistics
3108			 were cleared."
3109	::= { v2Calls 17 }
3110
3111	v2cStatfss                      OBJECT-TYPE
3112	SYNTAX                          Counter32
3113        MAX-ACCESS                      read-only
3114        STATUS                          current
3115	DESCRIPTION
3116			"The number of NFS Version 2 calls received
3117			 for the NFSPROC_STATFS (Get Filesystem
3118			 Attributes) procedure, since the last time
3119			 the statistics were cleared."
3120	::= { v2Calls 18 }
3121
3122
3123
3124	-- the v2Percent group
3125
3126		-- this group contains statistics for the number of
3127		-- calls received for each NFS Version 2 procedure,
3128		-- as a percentage of total NFS calls received,
3129		-- since the last time the statistics were cleared
3130
3131	v2pNulls                        OBJECT-TYPE
3132	SYNTAX                          Integer32 (0..100)
3133        MAX-ACCESS                      read-only
3134        STATUS                          current
3135	DESCRIPTION
3136			"The number of NFS Version 2 calls received
3137			 for the NFSPROC_NULL (Do Nothing) procedure
3138			 as a percentage of total NFS calls received,
3139			 since the last time the statistics were cleared."
3140	::= { v2Percent 1 }
3141
3142	v2pGetattrs                     OBJECT-TYPE
3143	SYNTAX                          Integer32 (0..100)
3144        MAX-ACCESS                      read-only
3145        STATUS                          current
3146	DESCRIPTION
3147			"The number of NFS Version 2 calls received
3148			 for the NFSPROC_GETATTR (Get File Attributes)
3149			 procedure as a percentage of total NFS calls
3150			 received, since the last time the statistics
3151			 were cleared."
3152	::= { v2Percent 2 }
3153
3154	v2pSetattrs                     OBJECT-TYPE
3155	SYNTAX                          Integer32 (0..100)
3156        MAX-ACCESS                      read-only
3157        STATUS                          current
3158	DESCRIPTION
3159			"The number of NFS Version 2 calls received
3160			 for the NFSPROC_SETATTR (Set File Attributes)
3161			 procedure as a percentage of total NFS calls
3162			 received, since the last time the statistics
3163			 were cleared."
3164	::= { v2Percent 3 }
3165
3166	v2pRoots                        OBJECT-TYPE
3167	SYNTAX                          Integer32 (0..100)
3168        MAX-ACCESS                      read-only
3169        STATUS                          current
3170	DESCRIPTION
3171			"The number of NFS Version 2 calls received
3172			 for the NFSPROC_ROOT (Get Filesystem Root)
3173			 procedure as a percentage of total NFS calls
3174			 received, since the last time the statistics
3175			 were cleared."
3176	::= { v2Percent 4 }
3177
3178	v2pLookups                      OBJECT-TYPE
3179	SYNTAX                          Integer32 (0..100)
3180        MAX-ACCESS                      read-only
3181        STATUS                          current
3182	DESCRIPTION
3183			"The number of NFS Version 2 calls received
3184			 for the NFSPROC_LOOKUP (Look Up File Name)
3185			 procedure as a percentage of total NFS calls
3186			 received, since the last time the statistics
3187			 were cleared."
3188	::= { v2Percent 5 }
3189
3190	v2pReadlinks                    OBJECT-TYPE
3191	SYNTAX                          Integer32 (0..100)
3192        MAX-ACCESS                      read-only
3193        STATUS                          current
3194	DESCRIPTION
3195			"The number of NFS Version 2 calls received
3196			 for the NFSPROC_READLINK (Read From Symbolic
3197			 Link) procedure as a percentage of total NFS
3198			 calls received, since the last time the
3199			 statistics were cleared."
3200	::= { v2Percent 6 }
3201
3202	v2pReads                        OBJECT-TYPE
3203	SYNTAX                          Integer32 (0..100)
3204        MAX-ACCESS                      read-only
3205        STATUS                          current
3206	DESCRIPTION
3207			"The number of NFS Version 2 calls received
3208			 for the NFSPROC_READ (Read From File)
3209			 procedure as a percentage of total NFS calls
3210			 received, since the last time the statistics
3211			 were cleared."
3212	::= { v2Percent 7 }
3213
3214	v2pWrcaches                     OBJECT-TYPE
3215	SYNTAX                          Integer32 (0..100)
3216        MAX-ACCESS                      read-only
3217        STATUS                          current
3218	DESCRIPTION
3219			"The number of NFS Version 2 calls received
3220			 for the NFSPROC_WRITECACHE (Write to Cache)
3221			 procedure as a percentage of total NFS calls
3222			 received, since the last time the statistics
3223			 were cleared."
3224	::= { v2Percent 8 }
3225
3226	v2pWrites                       OBJECT-TYPE
3227	SYNTAX                          Integer32 (0..100)
3228        MAX-ACCESS                      read-only
3229        STATUS                          current
3230	DESCRIPTION
3231			"The number of NFS Version 2 calls received
3232			 for the NFSPROC_WRITE (Write to File)
3233			 procedure as a percentage of total NFS calls
3234			 received, since the last time the statistics
3235			 were cleared."
3236	::= { v2Percent 9 }
3237
3238	v2pCreates                      OBJECT-TYPE
3239	SYNTAX                          Integer32 (0..100)
3240        MAX-ACCESS                      read-only
3241        STATUS                          current
3242	DESCRIPTION
3243			"The number of NFS Version 2 calls received
3244			 for the NFSPROC_CREATE (Create File)
3245			 procedure as a percentage of total NFS calls
3246			 received, since the last time the statistics
3247			 were cleared."
3248	::= { v2Percent 10 }
3249
3250	v2pRemoves                      OBJECT-TYPE
3251	SYNTAX                          Integer32 (0..100)
3252        MAX-ACCESS                      read-only
3253        STATUS                          current
3254	DESCRIPTION
3255			"The number of NFS Version 2 calls received
3256			 for the NFSPROC_REMOVE (Remove File)
3257			 procedure as a percentage of total NFS calls
3258			 received, since the last time the statistics
3259			 were cleared."
3260	::= { v2Percent 11 }
3261
3262	v2pRenames                      OBJECT-TYPE
3263	SYNTAX                          Integer32 (0..100)
3264        MAX-ACCESS                      read-only
3265        STATUS                          current
3266	DESCRIPTION
3267			"The number of NFS Version 2 calls received
3268			 for the NFSPROC_RENAME (Rename File)
3269			 procedure as a percentage of total NFS calls
3270			 received, since the last time the statistics
3271			 were cleared."
3272	::= { v2Percent 12 }
3273
3274	v2pLinks                        OBJECT-TYPE
3275	SYNTAX                          Integer32 (0..100)
3276        MAX-ACCESS                      read-only
3277        STATUS                          current
3278	DESCRIPTION
3279			"The number of NFS Version 2 calls received
3280			 for the NFSPROC_LINK (Create Link to File)
3281			 procedure as a percentage of total NFS calls
3282			 received, since the last time the statistics
3283			 were cleared."
3284	::= { v2Percent 13 }
3285
3286	v2pSymlinks                     OBJECT-TYPE
3287	SYNTAX                          Integer32 (0..100)
3288        MAX-ACCESS                      read-only
3289        STATUS                          current
3290	DESCRIPTION
3291			"The number of NFS Version 2 calls received
3292			 for the NFSPROC_SYMLINK (Create Symbolic Link)
3293			 procedure as a percentage of total NFS calls
3294			 received, since the last time the statistics
3295			 were cleared."
3296	::= { v2Percent 14 }
3297
3298	v2pMkdirs                       OBJECT-TYPE
3299	SYNTAX                          Integer32 (0..100)
3300        MAX-ACCESS                      read-only
3301        STATUS                          current
3302	DESCRIPTION
3303			"The number of NFS Version 2 calls received
3304			 for the NFSPROC_MKDIR (Create Directory)
3305			 procedure as a percentage of total NFS calls
3306			 received, since the last time the statistics
3307			 were cleared."
3308	::= { v2Percent 15 }
3309
3310	v2pRmdirs                       OBJECT-TYPE
3311	SYNTAX                          Integer32 (0..100)
3312        MAX-ACCESS                      read-only
3313        STATUS                          current
3314	DESCRIPTION
3315			"The number of NFS Version 2 calls received
3316			 for the NFSPROC_RMDIR (Remove Directory)
3317			 procedure as a percentage of total NFS calls
3318			 received, since the last time the statistics
3319			 were cleared."
3320	::= { v2Percent 16 }
3321
3322	v2pReaddirs                     OBJECT-TYPE
3323	SYNTAX                          Integer32 (0..100)
3324        MAX-ACCESS                      read-only
3325        STATUS                          current
3326	DESCRIPTION
3327			"The number of NFS Version 2 calls received
3328			 for the NFSPROC_READDIR (Read From Directory)
3329			 procedure as a percentage of total NFS calls
3330			 received, since the last time the statistics
3331			 were cleared."
3332	::= { v2Percent 17 }
3333
3334	v2pStatfss                      OBJECT-TYPE
3335	SYNTAX                          Integer32 (0..100)
3336        MAX-ACCESS                      read-only
3337        STATUS                          current
3338	DESCRIPTION
3339			"The number of NFS Version 2 calls received
3340			 for the NFSPROC_STATFS (Get Filesystem
3341			 Attributes) procedure as a percentage of
3342			 total NFS calls received, since the last
3343			 time the statistics were cleared."
3344	::= { v2Percent 18 }
3345
3346
3347
3348	-- the v2CachedCalls group
3349
3350		-- this group contains statistics for the number of
3351		-- calls received for each NFS Version 2 procedure,
3352		-- that did not result in the filesystem blocking to
3353		-- read from disk, since the last time the statistics
3354		-- were cleared
3355
3356	v2ccNulls                       OBJECT-TYPE
3357	SYNTAX                          Counter32
3358        MAX-ACCESS                      read-only
3359        STATUS                          current
3360	DESCRIPTION
3361			"The number of NFS Version 2 calls received
3362			 for the NFSPROC_NULL (Do Nothing) procedure,
3363			 that did not result in the filesystem
3364			 blocking to read from disk, since the last
3365			 time the statistics were cleared."
3366	::= { v2CachedCalls 1 }
3367
3368	v2ccGetattrs                    OBJECT-TYPE
3369	SYNTAX                          Counter32
3370        MAX-ACCESS                      read-only
3371        STATUS                          current
3372	DESCRIPTION
3373			"The number of NFS Version 2 calls received
3374			 for the NFSPROC_GETATTR (Get File Attributes)
3375			 procedure, that did not result in the
3376			 filesystem blocking to read from disk, since
3377			 the last time the statistics were cleared."
3378	::= { v2CachedCalls 2 }
3379
3380	v2ccSetattrs                    OBJECT-TYPE
3381	SYNTAX                          Counter32
3382        MAX-ACCESS                      read-only
3383        STATUS                          current
3384	DESCRIPTION
3385			"The number of NFS Version 2 calls received
3386			 for the NFSPROC_SETATTR (Set File Attributes)
3387			 procedure, that did not result in the
3388			 filesystem blocking to read from disk, since
3389			 the last time the statistics were cleared."
3390	::= { v2CachedCalls 3 }
3391
3392	v2ccRoots                       OBJECT-TYPE
3393	SYNTAX                          Counter32
3394        MAX-ACCESS                      read-only
3395        STATUS                          current
3396	DESCRIPTION
3397			"The number of NFS Version 2 calls received
3398			 for the NFSPROC_ROOT (Get Filesystem Root)
3399			 procedure, that did not result in the
3400			 filesystem blocking to read from disk, since
3401			 the last time the statistics were cleared."
3402	::= { v2CachedCalls 4 }
3403
3404	v2ccLookups                     OBJECT-TYPE
3405	SYNTAX                          Counter32
3406        MAX-ACCESS                      read-only
3407        STATUS                          current
3408	DESCRIPTION
3409			"The number of NFS Version 2 calls received
3410			 for the NFSPROC_LOOKUP (Look Up File Name)
3411			 procedure, that did not result in the
3412			 filesystem blocking to read from disk, since
3413			 the last time the statistics were cleared."
3414	::= { v2CachedCalls 5 }
3415
3416	v2ccReadlinks                   OBJECT-TYPE
3417	SYNTAX                          Counter32
3418        MAX-ACCESS                      read-only
3419        STATUS                          current
3420	DESCRIPTION
3421			"The number of NFS Version 2 calls received
3422			 for the NFSPROC_READLINK (Read From Symbolic
3423			 Link) procedure, that did not result in the
3424			 filesystem blocking to read from disk, since
3425			 the last time the statistics were cleared."
3426	::= { v2CachedCalls 6 }
3427
3428	v2ccReads                       OBJECT-TYPE
3429	SYNTAX                          Counter32
3430        MAX-ACCESS                      read-only
3431        STATUS                          current
3432	DESCRIPTION
3433			"The number of NFS Version 2 calls received
3434			 for the NFSPROC_READ (Read From File)
3435			 procedure, that did not result in the
3436			 filesystem blocking to read from disk, since
3437			 the last time the statistics were cleared."
3438	::= { v2CachedCalls 7 }
3439
3440	v2ccWrcaches                    OBJECT-TYPE
3441	SYNTAX                          Counter32
3442        MAX-ACCESS                      read-only
3443        STATUS                          current
3444	DESCRIPTION
3445			"The number of NFS Version 2 calls received
3446			 for the NFSPROC_WRITECACHE (Write to Cache)
3447			 procedure, that did not result in the
3448			 filesystem blocking to read from disk, since
3449			 the last time the statistics were cleared."
3450	::= { v2CachedCalls 8 }
3451
3452	v2ccWrites                      OBJECT-TYPE
3453	SYNTAX                          Counter32
3454        MAX-ACCESS                      read-only
3455        STATUS                          current
3456	DESCRIPTION
3457			"The number of NFS Version 2 calls received
3458			 for the NFSPROC_WRITE (Write to File)
3459			 procedure, that did not result in the
3460			 filesystem blocking to read from disk, since
3461			 the last time the statistics were cleared."
3462	::= { v2CachedCalls 9 }
3463
3464	v2ccCreates                     OBJECT-TYPE
3465	SYNTAX                          Counter32
3466        MAX-ACCESS                      read-only
3467        STATUS                          current
3468	DESCRIPTION
3469			"The number of NFS Version 2 calls received
3470			 for the NFSPROC_CREATE (Create File)
3471			 procedure, that did not result in the
3472			 filesystem blocking to read from disk, since
3473			 the last time the statistics were cleared."
3474	::= { v2CachedCalls 10 }
3475
3476	v2ccRemoves                     OBJECT-TYPE
3477	SYNTAX                          Counter32
3478        MAX-ACCESS                      read-only
3479        STATUS                          current
3480	DESCRIPTION
3481			"The number of NFS Version 2 calls received
3482			 for the NFSPROC_REMOVE (Remove File)
3483			 procedure, that did not result in the
3484			 filesystem blocking to read from disk, since
3485			 the last time the statistics were cleared."
3486	::= { v2CachedCalls 11 }
3487
3488	v2ccRenames                     OBJECT-TYPE
3489	SYNTAX                          Counter32
3490        MAX-ACCESS                      read-only
3491        STATUS                          current
3492	DESCRIPTION
3493			"The number of NFS Version 2 calls received
3494			 for the NFSPROC_RENAME (Rename File)
3495			 procedure, that did not result in the
3496			 filesystem blocking to read from disk, since
3497			 the last time the statistics were cleared."
3498	::= { v2CachedCalls 12 }
3499
3500	v2ccLinks                       OBJECT-TYPE
3501	SYNTAX                          Counter32
3502        MAX-ACCESS                      read-only
3503        STATUS                          current
3504	DESCRIPTION
3505			"The number of NFS Version 2 calls received
3506			 for the NFSPROC_LINK (Create Link to File)
3507			 procedure, that did not result in the
3508			 filesystem blocking to read from disk, since
3509			 the last time the statistics were cleared."
3510	::= { v2CachedCalls 13 }
3511
3512	v2ccSymlinks                    OBJECT-TYPE
3513	SYNTAX                          Counter32
3514        MAX-ACCESS                      read-only
3515        STATUS                          current
3516	DESCRIPTION
3517			"The number of NFS Version 2 calls received
3518			 for the NFSPROC_SYMLINK (Create Symbolic Link)
3519			 procedure, that did not result in the
3520			 filesystem blocking to read from disk, since
3521			 the last time the statistics were cleared."
3522	::= { v2CachedCalls 14 }
3523
3524	v2ccMkdirs                      OBJECT-TYPE
3525	SYNTAX                          Counter32
3526        MAX-ACCESS                      read-only
3527        STATUS                          current
3528	DESCRIPTION
3529			"The number of NFS Version 2 calls received
3530			 for the NFSPROC_MKDIR (Create Directory)
3531			 procedure, that did not result in the
3532			 filesystem blocking to read from disk, since
3533			 the last time the statistics were cleared."
3534	::= { v2CachedCalls 15 }
3535
3536	v2ccRmdirs                      OBJECT-TYPE
3537	SYNTAX                          Counter32
3538        MAX-ACCESS                      read-only
3539        STATUS                          current
3540	DESCRIPTION
3541			"The number of NFS Version 2 calls received
3542			 for the NFSPROC_RMDIR (Remove Directory)
3543			 procedure, that did not result in the
3544			 filesystem blocking to read from disk, since
3545			 the last time the statistics were cleared."
3546	::= { v2CachedCalls 16 }
3547
3548	v2ccReaddirs                    OBJECT-TYPE
3549	SYNTAX                          Counter32
3550        MAX-ACCESS                      read-only
3551        STATUS                          current
3552	DESCRIPTION
3553			"The number of NFS Version 2 calls received
3554			 for the NFSPROC_READDIR (Read From Directory)
3555			 procedure, that did not result in the
3556			 filesystem blocking to read from disk, since
3557			 the last time the statistics were cleared."
3558	::= { v2CachedCalls 17 }
3559
3560	v2ccStatfss                     OBJECT-TYPE
3561	SYNTAX                          Counter32
3562        MAX-ACCESS                      read-only
3563        STATUS                          current
3564	DESCRIPTION
3565			"The number of NFS Version 2 calls received
3566			 for the NFSPROC_STATFS (Get Filesystem
3567			 Attributes) procedure, that did not result
3568			 in the filesystem blocking to read from disk,
3569			 since the last time the statistics were cleared."
3570	::= { v2CachedCalls 18 }
3571
3572
3573
3574	-- the v2CachedPerCent group
3575
3576		-- this group contains statistics for the number of
3577		-- calls received for each NFS Version 2 procedure,
3578		-- that did not result in the filesystem blocking to
3579		-- read from disk, as a percentage of the total
3580		-- number of calls received for that procedure,
3581		-- since the last time the statistics were cleared
3582
3583	v2cpNulls                       OBJECT-TYPE
3584	SYNTAX                          Integer32 (0..100)
3585        MAX-ACCESS                      read-only
3586        STATUS                          current
3587	DESCRIPTION
3588			"The number of NFS Version 2 calls received
3589			 for the NFSPROC_NULL (Do Nothing) procedure,
3590			 that did not result in the filesystem
3591			 blocking to read from disk, as a percentage
3592			 of the total number of calls received for
3593			 this procedure, since the last time the
3594			 statistics were cleared."
3595	::= { v2CachedPerCent 1 }
3596
3597	v2cpGetattrs                    OBJECT-TYPE
3598	SYNTAX                          Integer32 (0..100)
3599        MAX-ACCESS                      read-only
3600        STATUS                          current
3601	DESCRIPTION
3602			"The number of NFS Version 2 calls received
3603			 for the NFSPROC_GETATTR (Get File Attributes)
3604			 procedure, that did not result in the
3605			 filesystem blocking to read from disk, as a
3606			 percentage of the total number of calls
3607			 received for this procedure, since the last
3608			 time the statistics were cleared."
3609	::= { v2CachedPerCent 2 }
3610
3611	v2cpSetattrs                    OBJECT-TYPE
3612	SYNTAX                          Integer32 (0..100)
3613        MAX-ACCESS                      read-only
3614        STATUS                          current
3615	DESCRIPTION
3616			"The number of NFS Version 2 calls received
3617			 for the NFSPROC_SETATTR (Set File Attributes)
3618			 procedure, that did not result in the
3619			 filesystem blocking to read from disk, as a
3620			 percentage of the total number of calls
3621			 received for this procedure, since the last
3622			 time the statistics were cleared."
3623	::= { v2CachedPerCent 3 }
3624
3625	v2cpRoots                       OBJECT-TYPE
3626	SYNTAX                          Integer32 (0..100)
3627        MAX-ACCESS                      read-only
3628        STATUS                          current
3629	DESCRIPTION
3630			"The number of NFS Version 2 calls received
3631			 for the NFSPROC_ROOT (Get Filesystem Root)
3632			 procedure, that did not result in the
3633			 filesystem blocking to read from disk, as a
3634			 percentage of the total number of calls
3635			 received for this procedure, since the last
3636			 time the statistics were cleared."
3637	::= { v2CachedPerCent 4 }
3638
3639	v2cpLookups                     OBJECT-TYPE
3640	SYNTAX                          Integer32 (0..100)
3641        MAX-ACCESS                      read-only
3642        STATUS                          current
3643	DESCRIPTION
3644			"The number of NFS Version 2 calls received
3645			 for the NFSPROC_LOOKUP (Look Up File Name)
3646			 procedure, that did not result in the
3647			 filesystem blocking to read from disk, as a
3648			 percentage of the total number of calls
3649			 received for this procedure, since the last
3650			 time the statistics were cleared."
3651	::= { v2CachedPerCent 5 }
3652
3653	v2cpReadlinks                   OBJECT-TYPE
3654	SYNTAX                          Integer32 (0..100)
3655        MAX-ACCESS                      read-only
3656        STATUS                          current
3657	DESCRIPTION
3658			"The number of NFS Version 2 calls received
3659			 for the NFSPROC_READLINK (Read From Symbolic
3660			 Link) procedure, that did not result in the
3661			 filesystem blocking to read from disk, as a
3662			 percentage of the total number of calls
3663			 received for this procedure, since the last
3664			 time the statistics were cleared."
3665	::= { v2CachedPerCent 6 }
3666
3667	v2cpReads                       OBJECT-TYPE
3668	SYNTAX                          Integer32 (0..100)
3669        MAX-ACCESS                      read-only
3670        STATUS                          current
3671	DESCRIPTION
3672			"The number of NFS Version 2 calls received
3673			 for the NFSPROC_READ (Read From File)
3674			 procedure, that did not result in the
3675			 filesystem blocking to read from disk, as a
3676			 percentage of the total number of calls
3677			 received for this procedure, since the last
3678			 time the statistics were cleared."
3679	::= { v2CachedPerCent 7 }
3680
3681	v2cpWrcaches                    OBJECT-TYPE
3682	SYNTAX                          Integer32 (0..100)
3683        MAX-ACCESS                      read-only
3684        STATUS                          current
3685	DESCRIPTION
3686			"The number of NFS Version 2 calls received
3687			 for the NFSPROC_WRITECACHE (Write to Cache)
3688			 procedure, that did not result in the
3689			 filesystem blocking to read from disk, as a
3690			 percentage of the total number of calls
3691			 received for this procedure, since the last
3692			 time the statistics were cleared."
3693	::= { v2CachedPerCent 8 }
3694
3695	v2cpWrites                      OBJECT-TYPE
3696	SYNTAX                          Integer32 (0..100)
3697        MAX-ACCESS                      read-only
3698        STATUS                          current
3699	DESCRIPTION
3700			"The number of NFS Version 2 calls received
3701			 for the NFSPROC_WRITE (Write to File)
3702			 procedure, that did not result in the
3703			 filesystem blocking to read from disk, as a
3704			 percentage of the total number of calls
3705			 received for this procedure, since the last
3706			 time the statistics were cleared."
3707	::= { v2CachedPerCent 9 }
3708
3709	v2cpCreates                     OBJECT-TYPE
3710	SYNTAX                          Integer32 (0..100)
3711        MAX-ACCESS                      read-only
3712        STATUS                          current
3713	DESCRIPTION
3714			"The number of NFS Version 2 calls received
3715			 for the NFSPROC_CREATE (Create File)
3716			 procedure, that did not result in the
3717			 filesystem blocking to read from disk, as a
3718			 percentage of the total number of calls
3719			 received for this procedure, since the last
3720			 time the statistics were cleared."
3721	::= { v2CachedPerCent 10 }
3722
3723	v2cpRemoves                     OBJECT-TYPE
3724	SYNTAX                          Integer32 (0..100)
3725        MAX-ACCESS                      read-only
3726        STATUS                          current
3727	DESCRIPTION
3728			"The number of NFS Version 2 calls received
3729			 for the NFSPROC_REMOVE (Remove File)
3730			 procedure, that did not result in the
3731			 filesystem blocking to read from disk, as a
3732			 percentage of the total number of calls
3733			 received for this procedure, since the last
3734			 time the statistics were cleared."
3735	::= { v2CachedPerCent 11 }
3736
3737	v2cpRenames                     OBJECT-TYPE
3738	SYNTAX                          Integer32 (0..100)
3739        MAX-ACCESS                      read-only
3740        STATUS                          current
3741	DESCRIPTION
3742			"The number of NFS Version 2 calls received
3743			 for the NFSPROC_RENAME (Rename File)
3744			 procedure, that did not result in the
3745			 filesystem blocking to read from disk, as a
3746			 percentage of the total number of calls
3747			 received for this procedure, since the last
3748			 time the statistics were cleared."
3749	::= { v2CachedPerCent 12 }
3750
3751	v2cpLinks                       OBJECT-TYPE
3752	SYNTAX                          Integer32 (0..100)
3753        MAX-ACCESS                      read-only
3754        STATUS                          current
3755	DESCRIPTION
3756			"The number of NFS Version 2 calls received
3757			 for the NFSPROC_LINK (Create Link to File)
3758			 procedure, that did not result in the
3759			 filesystem blocking to read from disk, as a
3760			 percentage of the total number of calls
3761			 received for this procedure, since the last
3762			 time the statistics were cleared."
3763	::= { v2CachedPerCent 13 }
3764
3765	v2cpSymlinks                    OBJECT-TYPE
3766	SYNTAX                          Integer32 (0..100)
3767        MAX-ACCESS                      read-only
3768        STATUS                          current
3769	DESCRIPTION
3770			"The number of NFS Version 2 calls received
3771			 for the NFSPROC_SYMLINK (Create Symbolic
3772			 Link) procedure, that did not result in the
3773			 filesystem blocking to read from disk, as a
3774			 percentage of the total number of calls
3775			 received for this procedure, since the last
3776			 time the statistics were cleared."
3777	::= { v2CachedPerCent 14 }
3778
3779	v2cpMkdirs                      OBJECT-TYPE
3780	SYNTAX                          Integer32 (0..100)
3781        MAX-ACCESS                      read-only
3782        STATUS                          current
3783	DESCRIPTION
3784			"The number of NFS Version 2 calls received
3785			 for the NFSPROC_MKDIR (Create Directory)
3786			 procedure, that did not result in the
3787			 filesystem blocking to read from disk, as a
3788			 percentage of the total number of calls
3789			 received for this procedure, since the last
3790			 time the statistics were cleared."
3791	::= { v2CachedPerCent 15 }
3792
3793	v2cpRmdirs                      OBJECT-TYPE
3794	SYNTAX                          Integer32 (0..100)
3795        MAX-ACCESS                      read-only
3796        STATUS                          current
3797	DESCRIPTION
3798			"The number of NFS Version 2 calls received
3799			 for the NFSPROC_RMDIR (Remove Directory)
3800			 procedure, that did not result in the
3801			 filesystem blocking to read from disk, as a
3802			 percentage of the total number of calls
3803			 received for this procedure, since the last
3804			 time the statistics were cleared."
3805	::= { v2CachedPerCent 16 }
3806
3807	v2cpReaddirs                    OBJECT-TYPE
3808	SYNTAX                          Integer32 (0..100)
3809        MAX-ACCESS                      read-only
3810        STATUS                          current
3811	DESCRIPTION
3812			"The number of NFS Version 2 calls received
3813			 for the NFSPROC_READDIR (Read From Directory)
3814			 procedure, that did not result in the
3815			 filesystem blocking to read from disk, as a
3816			 percentage of the total number of calls
3817			 received for this procedure, since the last
3818			 time the statistics were cleared."
3819	::= { v2CachedPerCent 17 }
3820
3821	v2cpStatfss                     OBJECT-TYPE
3822	SYNTAX                          Integer32 (0..100)
3823        MAX-ACCESS                      read-only
3824        STATUS                          current
3825	DESCRIPTION
3826			"The number of NFS Version 2 calls received
3827			 for the NFSPROC_STATFS (Get Filesystem
3828			 Attributes) procedure, that did not result
3829			 in the filesystem blocking to read from
3830			 disk, as a percentage of the total number
3831			 of calls received for this procedure, since
3832			 the last time the statistics were cleared."
3833	::= { v2CachedPerCent 18 }
3834
3835
3836
3837	-- the nfsV3 group
3838
3839		-- this group contains statistics for NFS
3840		-- Version 3 calls processed since the last
3841		-- time the statistics were cleared
3842
3843	v3Calls		OBJECT IDENTIFIER ::= { nfsV3 1 }
3844
3845	v3Percent	OBJECT IDENTIFIER ::= { nfsV3 2 }
3846
3847	v3CachedCalls	OBJECT IDENTIFIER ::= { nfsV3 3 }
3848
3849	v3CachedPerCent	OBJECT IDENTIFIER ::= { nfsV3 4 }
3850
3851
3852
3853	-- the v3Calls group
3854
3855		-- this group contains statistics for the number of
3856		-- calls received for each NFS Version 3 procedure
3857		-- since the last time the statistics were cleared
3858
3859	v3cNulls                        OBJECT-TYPE
3860	SYNTAX                          Counter32
3861        MAX-ACCESS                      read-only
3862        STATUS                          current
3863	DESCRIPTION
3864			"The number of NFS Version 3 calls received
3865			 for the NFSPROC3_NULL (Do Nothing) procedure,
3866			 since the last time the statistics were cleared."
3867	::= { v3Calls 1 }
3868
3869	v3cGetattrs                     OBJECT-TYPE
3870	SYNTAX                          Counter32
3871        MAX-ACCESS                      read-only
3872        STATUS                          current
3873	DESCRIPTION
3874			"The number of NFS Version 3 calls received
3875			 for the NFSPROC3_GETATTR (Get File Attributes)
3876			 procedure, since the last time the statistics
3877			 were cleared."
3878	::= { v3Calls 2 }
3879
3880	v3cSetattrs                     OBJECT-TYPE
3881	SYNTAX                          Counter32
3882        MAX-ACCESS                      read-only
3883        STATUS                          current
3884	DESCRIPTION
3885			"The number of NFS Version 3 calls received
3886			 for the NFSPROC3_SETATTR (Set File Attributes)
3887			 procedure, since the last time the statistics
3888			 were cleared."
3889	::= { v3Calls 3 }
3890
3891	v3cLookups                      OBJECT-TYPE
3892	SYNTAX                          Counter32
3893        MAX-ACCESS                      read-only
3894        STATUS                          current
3895	DESCRIPTION
3896			"The number of NFS Version 3 calls received
3897			 for the NFSPROC3_LOOKUP (Lookup Filename)
3898			 procedure, since the last time the statistics
3899			 were cleared."
3900	::= { v3Calls 4 }
3901
3902	v3cAccesss                      OBJECT-TYPE
3903	SYNTAX                          Counter32
3904        MAX-ACCESS                      read-only
3905        STATUS                          current
3906	DESCRIPTION
3907			"The number of NFS Version 3 calls received
3908			 for the NFSPROC3_ACCESS (Check Access Permission)
3909			 procedure, since the last time the statistics
3910			 were cleared."
3911	::= { v3Calls 5 }
3912
3913	v3cReadlinks                    OBJECT-TYPE
3914	SYNTAX                          Counter32
3915        MAX-ACCESS                      read-only
3916        STATUS                          current
3917	DESCRIPTION
3918			"The number of NFS Version 3 calls received
3919			 for the NFSPROC3_READLINK (Read from Symbolic
3920			 Link) procedure, since the last time the
3921			 statistics were cleared."
3922	::= { v3Calls 6 }
3923
3924	v3cReads                        OBJECT-TYPE
3925	SYNTAX                          Counter32
3926        MAX-ACCESS                      read-only
3927        STATUS                          current
3928	DESCRIPTION
3929			"The number of NFS Version 3 calls received
3930			 for the NFSPROC3_READ (Read From File)
3931			 procedure, since the last time the statistics
3932			 were cleared."
3933	::= { v3Calls 7 }
3934
3935	v3cWrites                       OBJECT-TYPE
3936	SYNTAX                          Counter32
3937        MAX-ACCESS                      read-only
3938        STATUS                          current
3939	DESCRIPTION
3940			"The number of NFS Version 3 calls received
3941			 for the NFSPROC3_WRITE (Write to File)
3942			 procedure, since the last time the statistics
3943			 were cleared."
3944	::= { v3Calls 8 }
3945
3946	v3cCreates                      OBJECT-TYPE
3947	SYNTAX                          Counter32
3948        MAX-ACCESS                      read-only
3949        STATUS                          current
3950	DESCRIPTION
3951			"The number of NFS Version 3 calls received
3952			 for the NFSPROC3_CREATE (Create a File)
3953			 procedure, since the last time the statistics
3954			 were cleared."
3955	::= { v3Calls 9 }
3956
3957	v3cMkdirs                       OBJECT-TYPE
3958	SYNTAX                          Counter32
3959        MAX-ACCESS                      read-only
3960        STATUS                          current
3961	DESCRIPTION
3962			"The number of NFS Version 3 calls received
3963			 for the NFSPROC3_MKDIR (Create a Directory)
3964			 procedure, since the last time the statistics
3965			 were cleared."
3966	::= { v3Calls 10 }
3967
3968	v3cSymlinks                     OBJECT-TYPE
3969	SYNTAX                          Counter32
3970        MAX-ACCESS                      read-only
3971        STATUS                          current
3972	DESCRIPTION
3973			"The number of NFS Version 3 calls received
3974			 for the NFSPROC3_SYMLINK (Create a Symbolic
3975			 Link) procedure, since the last time the
3976			 statistics were cleared."
3977	::= { v3Calls 11 }
3978
3979	v3cMknods                       OBJECT-TYPE
3980	SYNTAX                          Counter32
3981        MAX-ACCESS                      read-only
3982        STATUS                          current
3983	DESCRIPTION
3984			"The number of NFS Version 3 calls received
3985			 for the NFSPROC3_MKNOD (Create a Special
3986			 Device) procedure, since the last time the
3987			 statistics were cleared."
3988	::= { v3Calls 12 }
3989
3990	v3cRemoves                      OBJECT-TYPE
3991	SYNTAX                          Counter32
3992        MAX-ACCESS                      read-only
3993        STATUS                          current
3994	DESCRIPTION
3995			"The number of NFS Version 3 calls received
3996			 for the NFSPROC3_REMOVE (Remove a File)
3997			 procedure, since the last time the statistics
3998			 were cleared."
3999	::= { v3Calls 13 }
4000
4001	v3cRmdirs                       OBJECT-TYPE
4002	SYNTAX                          Counter32
4003        MAX-ACCESS                      read-only
4004        STATUS                          current
4005	DESCRIPTION
4006			"The number of NFS Version 3 calls received
4007			 for the NFSPROC3_RMDIR (Remove a Directory)
4008			 procedure, since the last time the statistics
4009			 were cleared."
4010	::= { v3Calls 14 }
4011
4012	v3cRenames                      OBJECT-TYPE
4013	SYNTAX                          Counter32
4014        MAX-ACCESS                      read-only
4015        STATUS                          current
4016	DESCRIPTION
4017			"The number of NFS Version 3 calls received
4018			 for the NFSPROC3_RENAME (Rename a File or
4019			 Directory) procedure, since the last time
4020			 the statistics were cleared."
4021	::= { v3Calls 15 }
4022
4023	v3cLinks                        OBJECT-TYPE
4024	SYNTAX                          Counter32
4025        MAX-ACCESS                      read-only
4026        STATUS                          current
4027	DESCRIPTION
4028			"The number of NFS Version 3 calls received
4029			 for the NFSPROC3_LINK (Create Link to an
4030			 Object) procedure, since the last time the
4031			 statistics were cleared."
4032	::= { v3Calls 16 }
4033
4034	v3cReaddirs                     OBJECT-TYPE
4035	SYNTAX                          Counter32
4036        MAX-ACCESS                      read-only
4037        STATUS                          current
4038	DESCRIPTION
4039			"The number of NFS Version 3 calls received
4040			 for the NFSPROC3_READDIR (Read From Directory)
4041			 procedure, since the last time the statistics
4042			 were cleared."
4043	::= { v3Calls 17 }
4044
4045	v3cReaddirPluss                 OBJECT-TYPE
4046	SYNTAX                          Counter32
4047        MAX-ACCESS                      read-only
4048        STATUS                          current
4049	DESCRIPTION
4050			"The number of NFS Version 3 calls received
4051			 for the NFSPROC3_READDIRPLUS (Extended Read
4052			 from Directory) procedure, since the last
4053			 time the statistics were cleared."
4054	::= { v3Calls 18 }
4055
4056	v3cFsstats                      OBJECT-TYPE
4057	SYNTAX                          Counter32
4058        MAX-ACCESS                      read-only
4059        STATUS                          current
4060	DESCRIPTION
4061			"The number of NFS Version 3 calls received
4062			 for the NFSPROC3_FSSTAT (Get Dynamic File
4063			 System Information) procedure, since the
4064			 last time the statistics were cleared."
4065	::= { v3Calls 19 }
4066
4067	v3cFsinfos                      OBJECT-TYPE
4068	SYNTAX                          Counter32
4069        MAX-ACCESS                      read-only
4070        STATUS                          current
4071	DESCRIPTION
4072			"The number of NFS Version 3 calls received
4073			 for the NFSPROC3_FSINFO (Get Static File System
4074			 Information) procedure, since the last time
4075			 the statistics were cleared."
4076	::= { v3Calls 20 }
4077
4078	v3cPathconfs                    OBJECT-TYPE
4079	SYNTAX                          Counter32
4080        MAX-ACCESS                      read-only
4081        STATUS                          current
4082	DESCRIPTION
4083			"The number of NFS Version 3 calls received
4084			 for the NFSPROC3_PATHCONF (Retrieve POSIX
4085			 Information) procedure, since the last time
4086			 the statistics were cleared."
4087	::= { v3Calls 21 }
4088
4089	v3cCommits                      OBJECT-TYPE
4090	SYNTAX                          Counter32
4091        MAX-ACCESS                      read-only
4092        STATUS                          current
4093	DESCRIPTION
4094			"The number of NFS Version 3 calls received
4095			 for the NFSPROC3_COMMIT (Commit Cached Data on
4096			 a Server to Stable Storage) procedure, since
4097			 the last time the statistics were cleared."
4098	::= { v3Calls 22 }
4099
4100
4101
4102	-- the v3Percent group
4103
4104		-- this group contains statistics for the number of
4105		-- calls received for each NFS Version 3 procedure,
4106		-- as a percentage of total NFS calls received,
4107		-- since the last time the statistics were cleared
4108
4109	v3pNulls                        OBJECT-TYPE
4110	SYNTAX                          Integer32 (0..100)
4111        MAX-ACCESS                      read-only
4112        STATUS                          current
4113	DESCRIPTION
4114			"The number of NFS Version 3 calls received
4115			 for the NFSPROC3_NULL (Do Nothing) procedure,
4116			 as a percentage of the total NFS calls
4117			 received, since the last time the statistics
4118			 were cleared."
4119	::= { v3Percent 1 }
4120
4121	v3pGetattrs                     OBJECT-TYPE
4122	SYNTAX                          Integer32 (0..100)
4123        MAX-ACCESS                      read-only
4124        STATUS                          current
4125	DESCRIPTION
4126			"The number of NFS Version 3 calls received
4127			 for the NFSPROC3_GETATTR (Get File Attributes)
4128			 procedure, as a percentage of the total NFS
4129			 calls received, since the last time the
4130			 statistics were cleared."
4131	::= { v3Percent 2 }
4132
4133	v3pSetattrs                     OBJECT-TYPE
4134	SYNTAX                          Integer32 (0..100)
4135        MAX-ACCESS                      read-only
4136        STATUS                          current
4137	DESCRIPTION
4138			"The number of NFS Version 3 calls received
4139			 for the NFSPROC3_SETATTR (Set File Attributes)
4140			 procedure, as a percentage of the total NFS
4141			 calls received, since the last time the
4142			 statistics were cleared."
4143	::= { v3Percent 3 }
4144
4145	v3pLookups                      OBJECT-TYPE
4146	SYNTAX                          Integer32 (0..100)
4147        MAX-ACCESS                      read-only
4148        STATUS                          current
4149	DESCRIPTION
4150			"The number of NFS Version 3 calls received
4151			 for the NFSPROC3_LOOKUP (Lookup Filename)
4152			 procedure, as a percentage of the total NFS
4153			 calls received, since the last time the
4154			 statistics were cleared."
4155	::= { v3Percent 4 }
4156
4157	v3pAccesss                      OBJECT-TYPE
4158	SYNTAX                          Integer32 (0..100)
4159        MAX-ACCESS                      read-only
4160        STATUS                          current
4161	DESCRIPTION
4162			"The number of NFS Version 3 calls received
4163			 for the NFSPROC3_ACCESS (Check Access
4164			 Permission) procedure, as a percentage of
4165			 the total NFS calls received, since the
4166			 last time the statistics were cleared."
4167	::= { v3Percent 5 }
4168
4169	v3pReadlinks                    OBJECT-TYPE
4170	SYNTAX                          Integer32 (0..100)
4171        MAX-ACCESS                      read-only
4172        STATUS                          current
4173	DESCRIPTION
4174			"The number of NFS Version 3 calls received
4175			 for the NFSPROC3_READLINK (Read from Symbolic
4176			 Link) procedure, as a percentage of the total
4177			 NFS calls received, since the last time the
4178			 statistics were cleared."
4179	::= { v3Percent 6 }
4180
4181	v3pReads                        OBJECT-TYPE
4182	SYNTAX                          Integer32 (0..100)
4183        MAX-ACCESS                      read-only
4184        STATUS                          current
4185	DESCRIPTION
4186			"The number of NFS Version 3 calls received
4187			 for the NFSPROC3_READ (Read From File)
4188			 procedure, as a percentage of the total NFS
4189			 calls received, since the last time the
4190			 statistics were cleared."
4191	::= { v3Percent 7 }
4192
4193	v3pWrites                       OBJECT-TYPE
4194	SYNTAX                          Integer32 (0..100)
4195        MAX-ACCESS                      read-only
4196        STATUS                          current
4197	DESCRIPTION
4198			"The number of NFS Version 3 calls received
4199			 for the NFSPROC3_WRITE (Write to File)
4200			 procedure, as a percentage of the total NFS
4201			 calls received, since the last time the
4202			 statistics were cleared."
4203	::= { v3Percent 8 }
4204
4205	v3pCreates                      OBJECT-TYPE
4206	SYNTAX                          Integer32 (0..100)
4207        MAX-ACCESS                      read-only
4208        STATUS                          current
4209	DESCRIPTION
4210			"The number of NFS Version 3 calls received
4211			 for the NFSPROC3_CREATE (Create a File)
4212			 procedure, as a percentage of the total NFS
4213			 calls received, since the last time the
4214			 statistics were cleared."
4215	::= { v3Percent 9 }
4216
4217	v3pMkdirs                       OBJECT-TYPE
4218	SYNTAX                          Integer32 (0..100)
4219        MAX-ACCESS                      read-only
4220        STATUS                          current
4221	DESCRIPTION
4222			"The number of NFS Version 3 calls received
4223			 for the NFSPROC3_MKDIR (Create a Directory)
4224			 procedure, as a percentage of the total NFS
4225			 calls received, since the last time the
4226			 statistics were cleared."
4227	::= { v3Percent 10 }
4228
4229	v3pSymlinks                     OBJECT-TYPE
4230	SYNTAX                          Integer32 (0..100)
4231        MAX-ACCESS                      read-only
4232        STATUS                          current
4233	DESCRIPTION
4234			"The number of NFS Version 3 calls received
4235			 for the NFSPROC3_SYMLINK (Create a Symbolic
4236			 Link) procedure, as a percentage of the total
4237			 NFS calls received, since the last time the
4238			 statistics were cleared."
4239	::= { v3Percent 11 }
4240
4241	v3pMknods                       OBJECT-TYPE
4242	SYNTAX                          Integer32 (0..100)
4243        MAX-ACCESS                      read-only
4244        STATUS                          current
4245	DESCRIPTION
4246			"The number of NFS Version 3 calls received
4247			 for the NFSPROC3_MKNOD (Create a Special
4248			 Device) procedure, as a percentage of the
4249			 total NFS calls received, since the last
4250			 time the statistics were cleared."
4251	::= { v3Percent 12 }
4252
4253	v3pRemoves                      OBJECT-TYPE
4254	SYNTAX                          Integer32 (0..100)
4255        MAX-ACCESS                      read-only
4256        STATUS                          current
4257	DESCRIPTION
4258			"The number of NFS Version 3 calls received
4259			 for the NFSPROC3_REMOVE (Remove a File)
4260			 procedure, as a percentage of the total NFS
4261			 calls received, since the last time the
4262			 statistics were cleared."
4263	::= { v3Percent 13 }
4264
4265	v3pRmdirs                       OBJECT-TYPE
4266	SYNTAX                          Integer32 (0..100)
4267        MAX-ACCESS                      read-only
4268        STATUS                          current
4269	DESCRIPTION
4270			"The number of NFS Version 3 calls received
4271			 for the NFSPROC3_RMDIR (Remove a Directory)
4272			 procedure, as a percentage of the total NFS
4273			 calls received, since the last time the
4274			 statistics were cleared."
4275	::= { v3Percent 14 }
4276
4277	v3pRenames                      OBJECT-TYPE
4278	SYNTAX                          Integer32 (0..100)
4279        MAX-ACCESS                      read-only
4280        STATUS                          current
4281	DESCRIPTION
4282			"The number of NFS Version 3 calls received
4283			 for the NFSPROC3_RENAME (Rename a File or
4284			 Directory) procedure, as a percentage of
4285			 the total NFS calls received, since the
4286			 last time the statistics were cleared."
4287	::= { v3Percent 15 }
4288
4289	v3pLinks                        OBJECT-TYPE
4290	SYNTAX                          Integer32 (0..100)
4291        MAX-ACCESS                      read-only
4292        STATUS                          current
4293	DESCRIPTION
4294			"The number of NFS Version 3 calls received
4295			 for the NFSPROC3_LINK (Create Link to an
4296			 Object) procedure, as a percentage of
4297			 the total NFS calls received, since the
4298			 last time the statistics were cleared."
4299	::= { v3Percent 16 }
4300
4301	v3pReaddirs                     OBJECT-TYPE
4302	SYNTAX                          Integer32 (0..100)
4303        MAX-ACCESS                      read-only
4304        STATUS                          current
4305	DESCRIPTION
4306			"The number of NFS Version 3 calls received
4307			 for the NFSPROC3_READDIR (Read From Directory)
4308			 procedure, as a percentage of the total NFS
4309			 calls received, since the last time the
4310			 statistics were cleared."
4311	::= { v3Percent 17 }
4312
4313	v3pReaddirPluss                 OBJECT-TYPE
4314	SYNTAX                          Integer32 (0..100)
4315        MAX-ACCESS                      read-only
4316        STATUS                          current
4317	DESCRIPTION
4318			"The number of NFS Version 3 calls received
4319			 for the NFSPROC3_READDIRPLUS (Extended Read
4320			 from Directory) procedure, as a percentage
4321			 of the total NFS calls received, since the
4322			 last time the statistics were cleared."
4323	::= { v3Percent 18 }
4324
4325	v3pFsstats                      OBJECT-TYPE
4326	SYNTAX                          Integer32 (0..100)
4327        MAX-ACCESS                      read-only
4328        STATUS                          current
4329	DESCRIPTION
4330			"The number of NFS Version 3 calls received
4331			 for the NFSPROC3_FSSTAT (Get Dynamic File
4332			 System Information) procedure, as a percentage
4333			 of the total NFS calls received, since the
4334			 last time the statistics were cleared."
4335	::= { v3Percent 19 }
4336
4337	v3pFsinfos                      OBJECT-TYPE
4338	SYNTAX                          Integer32 (0..100)
4339        MAX-ACCESS                      read-only
4340        STATUS                          current
4341	DESCRIPTION
4342			"The number of NFS Version 3 calls received
4343			 for the NFSPROC3_FSINFO (Get Static File System
4344			 Information) procedure, as a percentage of the
4345			 total NFS calls received, since the last time
4346			 the statistics were cleared."
4347	::= { v3Percent 20 }
4348
4349	v3pPathconfs                    OBJECT-TYPE
4350	SYNTAX                          Integer32 (0..100)
4351        MAX-ACCESS                      read-only
4352        STATUS                          current
4353	DESCRIPTION
4354			"The number of NFS Version 3 calls received
4355			 for the NFSPROC3_PATHCONF (Retrieve POSIX
4356			 Information) procedure, as a percentage of the
4357			 total NFS calls received, since the last time
4358			 the statistics were cleared."
4359	::= { v3Percent 21 }
4360
4361	v3pCommits                      OBJECT-TYPE
4362	SYNTAX                          Integer32 (0..100)
4363        MAX-ACCESS                      read-only
4364        STATUS                          current
4365	DESCRIPTION
4366			"The number of NFS Version 3 calls received
4367			 for the NFSPROC3_COMMIT (Commit Cached Data on
4368			 a Server to Stable Storage) procedure, as a
4369			 percentage of the total NFS calls received,
4370			 since the last time the statistics were cleared."
4371	::= { v3Percent 22 }
4372
4373
4374
4375	-- the v3CachedCalls group
4376
4377		-- this group contains statistics for the number of
4378		-- calls received for each NFS Version 3 procedure,
4379		-- that did not result in the filesystem blocking to
4380		-- read from disk, since the last time the statistics
4381		-- were cleared
4382
4383	v3ccNulls                       OBJECT-TYPE
4384	SYNTAX                          Counter32
4385        MAX-ACCESS                      read-only
4386        STATUS                          current
4387	DESCRIPTION
4388			"The number of NFS Version 3 calls received
4389			 for the NFSPROC3_NULL (Do Nothing) procedure,
4390			 that did not result in the filesystem
4391			 blocking to read from disk, since the last
4392			 time the statistics were cleared."
4393	::= { v3CachedCalls 1 }
4394
4395	v3ccGetattrs                    OBJECT-TYPE
4396	SYNTAX                          Counter32
4397        MAX-ACCESS                      read-only
4398        STATUS                          current
4399	DESCRIPTION
4400			"The number of NFS Version 3 calls received
4401			 for the NFSPROC3_GETATTR (Get File Attributes)
4402			 procedure, that did not result in the filesystem
4403			 blocking to read from disk, since the last
4404			 time the statistics were cleared."
4405	::= { v3CachedCalls 2 }
4406
4407	v3ccSetattrs                    OBJECT-TYPE
4408	SYNTAX                          Counter32
4409        MAX-ACCESS                      read-only
4410        STATUS                          current
4411	DESCRIPTION
4412			"The number of NFS Version 3 calls received
4413			 for the NFSPROC3_SETATTR (Set File Attributes)
4414			 procedure, that did not result in the filesystem
4415			 blocking to read from disk, since the last
4416			 time the statistics were cleared."
4417	::= { v3CachedCalls 3 }
4418
4419	v3ccLookups                     OBJECT-TYPE
4420	SYNTAX                          Counter32
4421        MAX-ACCESS                      read-only
4422        STATUS                          current
4423	DESCRIPTION
4424			"The number of NFS Version 3 calls received
4425			 for the NFSPROC3_LOOKUP (Lookup Filename)
4426			 procedure, that did not result in the filesystem
4427			 blocking to read from disk, since the last
4428			 time the statistics were cleared."
4429	::= { v3CachedCalls 4 }
4430
4431	v3ccAccesss                     OBJECT-TYPE
4432	SYNTAX                          Counter32
4433        MAX-ACCESS                      read-only
4434        STATUS                          current
4435	DESCRIPTION
4436			"The number of NFS Version 3 calls received
4437			 for the NFSPROC3_ACCESS (Check Access Permission)
4438			 procedure, that did not result in the filesystem
4439			 blocking to read from disk, since the last
4440			 time the statistics were cleared."
4441	::= { v3CachedCalls 5 }
4442
4443	v3ccReadlinks                   OBJECT-TYPE
4444	SYNTAX                          Counter32
4445        MAX-ACCESS                      read-only
4446        STATUS                          current
4447	DESCRIPTION
4448			"The number of NFS Version 3 calls received
4449			 for the NFSPROC3_READLINK (Read from Symbolic
4450			 Link) procedure, that did not result in the
4451			 filesystem blocking to read from disk, since
4452			 the last time the statistics were cleared."
4453	::= { v3CachedCalls 6 }
4454
4455	v3ccReads                       OBJECT-TYPE
4456	SYNTAX                          Counter32
4457        MAX-ACCESS                      read-only
4458        STATUS                          current
4459	DESCRIPTION
4460			"The number of NFS Version 3 calls received
4461			 for the NFSPROC3_READ (Read From File)
4462			 procedure, that did not result in the filesystem
4463			 blocking to read from disk, since the last
4464			 time the statistics were cleared."
4465	::= { v3CachedCalls 7 }
4466
4467	v3ccWrites                      OBJECT-TYPE
4468	SYNTAX                          Counter32
4469        MAX-ACCESS                      read-only
4470        STATUS                          current
4471	DESCRIPTION
4472			"The number of NFS Version 3 calls received
4473			 for the NFSPROC3_WRITE (Write to File)
4474			 procedure, that did not result in the filesystem
4475			 blocking to read from disk, since the last
4476			 time the statistics were cleared."
4477	::= { v3CachedCalls 8 }
4478
4479	v3ccCreates                     OBJECT-TYPE
4480	SYNTAX                          Counter32
4481        MAX-ACCESS                      read-only
4482        STATUS                          current
4483	DESCRIPTION
4484			"The number of NFS Version 3 calls received
4485			 for the NFSPROC3_CREATE (Create a File)
4486			 procedure, that did not result in the filesystem
4487			 blocking to read from disk, since the last
4488			 time the statistics were cleared."
4489	::= { v3CachedCalls 9 }
4490
4491	v3ccMkdirs                      OBJECT-TYPE
4492	SYNTAX                          Counter32
4493        MAX-ACCESS                      read-only
4494        STATUS                          current
4495	DESCRIPTION
4496			"The number of NFS Version 3 calls received
4497			 for the NFSPROC3_MKDIR (Create a Directory)
4498			 procedure, that did not result in the filesystem
4499			 blocking to read from disk, since the last
4500			 time the statistics were cleared."
4501	::= { v3CachedCalls 10 }
4502
4503	v3ccSymlinks                    OBJECT-TYPE
4504	SYNTAX                          Counter32
4505        MAX-ACCESS                      read-only
4506        STATUS                          current
4507	DESCRIPTION
4508			"The number of NFS Version 3 calls received
4509			 for the NFSPROC3_SYMLINK (Create a Symbolic
4510			 Link) procedure, that did not result in the
4511			 filesystem blocking to read from disk, since
4512			 the last time the statistics were cleared."
4513	::= { v3CachedCalls 11 }
4514
4515	v3ccMknods                      OBJECT-TYPE
4516	SYNTAX                          Counter32
4517        MAX-ACCESS                      read-only
4518        STATUS                          current
4519	DESCRIPTION
4520			"The number of NFS Version 3 calls received
4521			 for the NFSPROC3_MKNOD (Create a Special
4522			 Device) procedure, that did not result in the
4523			 filesystem blocking to read from disk, since
4524			 the last time the statistics were cleared."
4525	::= { v3CachedCalls 12 }
4526
4527	v3ccRemoves                     OBJECT-TYPE
4528	SYNTAX                          Counter32
4529        MAX-ACCESS                      read-only
4530        STATUS                          current
4531	DESCRIPTION
4532			"The number of NFS Version 3 calls received
4533			 for the NFSPROC3_REMOVE (Remove a File)
4534			 procedure, that did not result in the
4535			 filesystem blocking to read from disk, since
4536			 the last time the statistics were cleared."
4537	::= { v3CachedCalls 13 }
4538
4539	v3ccRmdirs                      OBJECT-TYPE
4540	SYNTAX                          Counter32
4541        MAX-ACCESS                      read-only
4542        STATUS                          current
4543	DESCRIPTION
4544			"The number of NFS Version 3 calls received
4545			 for the NFSPROC3_RMDIR (Remove a Directory)
4546			 procedure, that did not result in the
4547			 filesystem blocking to read from disk, since
4548			 the last time the statistics were cleared."
4549	::= { v3CachedCalls 14 }
4550
4551	v3ccRenames                     OBJECT-TYPE
4552	SYNTAX                          Counter32
4553        MAX-ACCESS                      read-only
4554        STATUS                          current
4555	DESCRIPTION
4556			"The number of NFS Version 3 calls received
4557			 for the NFSPROC3_RENAME (Rename a File or
4558			 Directory) procedure, that did not result in
4559			 the filesystem blocking to read from disk, since
4560			 the last time the statistics were cleared."
4561	::= { v3CachedCalls 15 }
4562
4563	v3ccLinks                       OBJECT-TYPE
4564	SYNTAX                          Counter32
4565        MAX-ACCESS                      read-only
4566        STATUS                          current
4567	DESCRIPTION
4568			"The number of NFS Version 3 calls received
4569			 for the NFSPROC3_LINK (Create Link to an
4570			 Object) procedure, that did not result in
4571			 the filesystem blocking to read from disk, since
4572			 the last time the statistics were cleared."
4573	::= { v3CachedCalls 16 }
4574
4575	v3ccReaddirs                    OBJECT-TYPE
4576	SYNTAX                          Counter32
4577        MAX-ACCESS                      read-only
4578        STATUS                          current
4579	DESCRIPTION
4580			"The number of NFS Version 3 calls received
4581			 for the NFSPROC3_READDIR (Read From
4582			 Directory) procedure, that did not result in
4583			 the filesystem blocking to read from disk, since
4584			 the last time the statistics were cleared."
4585	::= { v3CachedCalls 17 }
4586
4587	v3ccReaddirPluss                OBJECT-TYPE
4588	SYNTAX                          Counter32
4589        MAX-ACCESS                      read-only
4590        STATUS                          current
4591	DESCRIPTION
4592			"The number of NFS Version 3 calls received
4593			 for the NFSPROC3_READDIRPLUS (Extended Read
4594			 from Directory) procedure, that did not result in
4595			 the filesystem blocking to read from disk, since
4596			 the last time the statistics were cleared."
4597	::= { v3CachedCalls 18 }
4598
4599	v3ccFsstats                     OBJECT-TYPE
4600	SYNTAX                          Counter32
4601        MAX-ACCESS                      read-only
4602        STATUS                          current
4603	DESCRIPTION
4604			"The number of NFS Version 3 calls received
4605			 for the NFSPROC3_FSSTAT (Get Dynamic File
4606			 System Information) procedure, that did not
4607			 result in the filesystem blocking to read
4608			 from disk, since the last time the statistics
4609			 were cleared."
4610	::= { v3CachedCalls 19 }
4611
4612	v3ccFsinfos                     OBJECT-TYPE
4613	SYNTAX                          Counter32
4614        MAX-ACCESS                      read-only
4615        STATUS                          current
4616	DESCRIPTION
4617			"The number of NFS Version 3 calls received
4618			 for the NFSPROC3_FSINFO (Get Static File
4619			 System Information) procedure, that did not
4620			 result in the filesystem blocking to read
4621			 from disk, since the last time the statistics
4622			 were cleared."
4623	::= { v3CachedCalls 20 }
4624
4625	v3ccPathconfs                   OBJECT-TYPE
4626	SYNTAX                          Counter32
4627        MAX-ACCESS                      read-only
4628        STATUS                          current
4629	DESCRIPTION
4630			"The number of NFS Version 3 calls received
4631			 for the NFSPROC3_PATHCONF (Retrieve POSIX
4632			 Information) procedure, that did not result
4633			 in the filesystem blocking to read from disk,
4634			 since the last time the statistics were cleared."
4635	::= { v3CachedCalls 21 }
4636
4637	v3ccCommits                     OBJECT-TYPE
4638	SYNTAX                          Counter32
4639        MAX-ACCESS                      read-only
4640        STATUS                          current
4641	DESCRIPTION
4642			"The number of NFS Version 3 calls received
4643			 for the NFSPROC3_COMMIT (Commit Cached Data on
4644			 a Server to Stable Storage) procedure, that did
4645			 not result in the filesystem blocking to read
4646			 from disk, since the last time the statistics
4647			 were cleared."
4648	::= { v3CachedCalls 22 }
4649
4650
4651
4652	-- the v3CachedPerCent group
4653
4654		-- this group contains statistics for the number of
4655		-- calls received for each NFS Version 3 procedure,
4656		-- that did not result in the filesystem blocking to
4657		-- read from disk, as a percentage of the total
4658		-- number of calls received for that procedure,
4659		-- since the last time the statistics were cleared
4660
4661	v3cpNulls                       OBJECT-TYPE
4662	SYNTAX                          Integer32 (0..100)
4663        MAX-ACCESS                      read-only
4664        STATUS                          current
4665	DESCRIPTION
4666			"The number of NFS Version 3 calls received
4667			 for the NFSPROC3_NULL (Do Nothing) procedure,
4668			 that did not result in the filesystem
4669			 blocking to read from disk, as a percentage
4670			 of the total number of calls received for
4671			 this procedure, since the last time the
4672			 statistics were cleared."
4673	::= { v3CachedPerCent 1 }
4674
4675	v3cpGetattrs                    OBJECT-TYPE
4676	SYNTAX                          Integer32 (0..100)
4677        MAX-ACCESS                      read-only
4678        STATUS                          current
4679	DESCRIPTION
4680			"The number of NFS Version 3 calls received
4681			 for the NFSPROC3_GETATTR (Get File Attributes)
4682			 procedure, that did not result in the filesystem
4683			 blocking to read from disk, as a percentage
4684			 of the total number of calls received for
4685			 this procedure, since the last time the
4686			 statistics were cleared."
4687	::= { v3CachedPerCent 2 }
4688
4689	v3cpSetattrs                    OBJECT-TYPE
4690	SYNTAX                          Integer32 (0..100)
4691        MAX-ACCESS                      read-only
4692        STATUS                          current
4693	DESCRIPTION
4694			"The number of NFS Version 3 calls received
4695			 for the NFSPROC3_SETATTR (Set File Attributes)
4696			 procedure, that did not result in the filesystem
4697			 blocking to read from disk, as a percentage
4698			 of the total number of calls received for
4699			 this procedure, since the last time the
4700			 statistics were cleared."
4701	::= { v3CachedPerCent 3 }
4702
4703	v3cpLookups                     OBJECT-TYPE
4704	SYNTAX                          Integer32 (0..100)
4705        MAX-ACCESS                      read-only
4706        STATUS                          current
4707	DESCRIPTION
4708			"The number of NFS Version 3 calls received
4709			 for the NFSPROC3_LOOKUP (Lookup Filename)
4710			 procedure, that did not result in the filesystem
4711			 blocking to read from disk, as a percentage
4712			 of the total number of calls received for
4713			 this procedure, since the last time the
4714			 statistics were cleared."
4715	::= { v3CachedPerCent 4 }
4716
4717	v3cpAccesss                     OBJECT-TYPE
4718	SYNTAX                          Integer32 (0..100)
4719        MAX-ACCESS                      read-only
4720        STATUS                          current
4721	DESCRIPTION
4722			"The number of NFS Version 3 calls received
4723			 for the NFSPROC3_ACCESS (Check Access Permission)
4724			 procedure, that did not result in the filesystem
4725			 blocking to read from disk, as a percentage
4726			 of the total number of calls received for
4727			 this procedure, since the last time the
4728			 statistics were cleared."
4729	::= { v3CachedPerCent 5 }
4730
4731	v3cpReadlinks                   OBJECT-TYPE
4732	SYNTAX                          Integer32 (0..100)
4733        MAX-ACCESS                      read-only
4734        STATUS                          current
4735	DESCRIPTION
4736			"The number of NFS Version 3 calls received
4737			 for the NFSPROC3_READLINK (Read from Symbolic
4738			 Link) procedure, that did not result in the
4739			 filesystem blocking to read from disk, as a
4740			 percentage of the total number of calls
4741			 received for this procedure, since the last
4742			 time the statistics were cleared."
4743	::= { v3CachedPerCent 6 }
4744
4745	v3cpReads                       OBJECT-TYPE
4746	SYNTAX                          Integer32 (0..100)
4747        MAX-ACCESS                      read-only
4748        STATUS                          current
4749	DESCRIPTION
4750			"The number of NFS Version 3 calls received
4751			 for the NFSPROC3_READ (Read From File)
4752			 procedure, that did not result in the
4753			 filesystem blocking to read from disk, as a
4754			 percentage of the total number of calls
4755			 received for this procedure, since the last
4756			 time the statistics were cleared."
4757	::= { v3CachedPerCent 7 }
4758
4759	v3cpWrites                      OBJECT-TYPE
4760	SYNTAX                          Integer32 (0..100)
4761        MAX-ACCESS                      read-only
4762        STATUS                          current
4763	DESCRIPTION
4764			"The number of NFS Version 3 calls received
4765			 for the NFSPROC3_WRITE (Write to File)
4766			 procedure, that did not result in the
4767			 filesystem blocking to read from disk, as a
4768			 percentage of the total number of calls
4769			 received for this procedure, since the last
4770			 time the statistics were cleared."
4771	::= { v3CachedPerCent 8 }
4772
4773	v3cpCreates                     OBJECT-TYPE
4774	SYNTAX                          Integer32 (0..100)
4775        MAX-ACCESS                      read-only
4776        STATUS                          current
4777	DESCRIPTION
4778			"The number of NFS Version 3 calls received
4779			 for the NFSPROC3_CREATE (Create a File)
4780			 procedure, that did not result in the
4781			 filesystem blocking to read from disk, as a
4782			 percentage of the total number of calls
4783			 received for this procedure, since the last
4784			 time the statistics were cleared."
4785	::= { v3CachedPerCent 9 }
4786
4787	v3cpMkdirs                      OBJECT-TYPE
4788	SYNTAX                          Integer32 (0..100)
4789        MAX-ACCESS                      read-only
4790        STATUS                          current
4791	DESCRIPTION
4792			"The number of NFS Version 3 calls received
4793			 for the NFSPROC3_MKDIR (Create a Directory)
4794			 procedure, that did not result in the
4795			 filesystem blocking to read from disk, as a
4796			 percentage of the total number of calls
4797			 received for this procedure, since the last
4798			 time the statistics were cleared."
4799	::= { v3CachedPerCent 10 }
4800
4801	v3cpSymlinks                    OBJECT-TYPE
4802	SYNTAX                          Integer32 (0..100)
4803        MAX-ACCESS                      read-only
4804        STATUS                          current
4805	DESCRIPTION
4806			"The number of NFS Version 3 calls received
4807			 for the NFSPROC3_SYMLINK (Create a Symbolic
4808			 Link) procedure, that did not result in the
4809			 filesystem blocking to read from disk, as a
4810			 percentage of the total number of calls
4811			 received for this procedure, since the last
4812			 time the statistics were cleared."
4813	::= { v3CachedPerCent 11 }
4814
4815	v3cpMknods                      OBJECT-TYPE
4816	SYNTAX                          Integer32 (0..100)
4817        MAX-ACCESS                      read-only
4818        STATUS                          current
4819	DESCRIPTION
4820			"The number of NFS Version 3 calls received
4821			 for the NFSPROC3_MKNOD (Create a Special
4822			 Device) procedure, that did not result in the
4823			 filesystem blocking to read from disk, as a
4824			 percentage of the total number of calls
4825			 received for this procedure, since the last
4826			 time the statistics were cleared."
4827	::= { v3CachedPerCent 12 }
4828
4829	v3cpRemoves                     OBJECT-TYPE
4830	SYNTAX                          Integer32 (0..100)
4831        MAX-ACCESS                      read-only
4832        STATUS                          current
4833	DESCRIPTION
4834			"The number of NFS Version 3 calls received
4835			 for the NFSPROC3_REMOVE (Remove a File)
4836			 procedure, that did not result in the
4837			 filesystem blocking to read from disk, as a
4838			 percentage of the total number of calls
4839			 received for this procedure, since the last
4840			 time the statistics were cleared."
4841	::= { v3CachedPerCent 13 }
4842
4843	v3cpRmdirs                      OBJECT-TYPE
4844	SYNTAX                          Integer32 (0..100)
4845        MAX-ACCESS                      read-only
4846        STATUS                          current
4847	DESCRIPTION
4848			"The number of NFS Version 3 calls received
4849			 for the NFSPROC3_RMDIR (Remove a Directory)
4850			 procedure, that did not result in the
4851			 filesystem blocking to read from disk, as a
4852			 percentage of the total number of calls
4853			 received for this procedure, since the last
4854			 time the statistics were cleared."
4855	::= { v3CachedPerCent 14 }
4856
4857	v3cpRenames                     OBJECT-TYPE
4858	SYNTAX                          Integer32 (0..100)
4859        MAX-ACCESS                      read-only
4860        STATUS                          current
4861	DESCRIPTION
4862			"The number of NFS Version 3 calls received
4863			 for the NFSPROC3_RENAME (Rename a File or
4864			 Directory) procedure, that did not result in
4865			 the filesystem blocking to read from disk,
4866			 as a percentage of the total number of calls
4867			 received for this procedure, since the last
4868			 time the statistics were cleared."
4869	::= { v3CachedPerCent 15 }
4870
4871	v3cpLinks                       OBJECT-TYPE
4872	SYNTAX                          Integer32 (0..100)
4873        MAX-ACCESS                      read-only
4874        STATUS                          current
4875	DESCRIPTION
4876			"The number of NFS Version 3 calls received
4877			 for the NFSPROC3_LINK (Create Link to an
4878			 Object) procedure, that did not result in
4879			 the filesystem blocking to read from disk,
4880			 as a percentage of the total number of calls
4881			 received for this procedure, since the last
4882			 time the statistics were cleared."
4883	::= { v3CachedPerCent 16 }
4884
4885	v3cpReaddirs                    OBJECT-TYPE
4886	SYNTAX                          Integer32 (0..100)
4887        MAX-ACCESS                      read-only
4888        STATUS                          current
4889	DESCRIPTION
4890			"The number of NFS Version 3 calls received
4891			 for the NFSPROC3_READDIR (Read From Directory)
4892			 procedure, that did not result in the
4893			 filesystem blocking to read from disk, as a
4894			 percentage of the total number of calls
4895			 received for this procedure, since the last
4896			 time the statistics were cleared."
4897	::= { v3CachedPerCent 17 }
4898
4899	v3cpReaddirPluss                OBJECT-TYPE
4900	SYNTAX                          Integer32 (0..100)
4901        MAX-ACCESS                      read-only
4902        STATUS                          current
4903	DESCRIPTION
4904			"The number of NFS Version 3 calls received
4905			 for the NFSPROC3_READDIRPLUS (Extended Read
4906			 from Directory) procedure, that did not result
4907			 in the filesystem blocking to read from disk,
4908			 as a percentage of the total number of calls
4909			 received for this procedure, since the last
4910			 time the statistics were cleared."
4911	::= { v3CachedPerCent 18 }
4912
4913	v3cpFsstats                     OBJECT-TYPE
4914	SYNTAX                          Integer32 (0..100)
4915        MAX-ACCESS                      read-only
4916        STATUS                          current
4917	DESCRIPTION
4918			"The number of NFS Version 3 calls received
4919			 for the NFSPROC3_FSSTAT (Get Dynamic File
4920			 System Information) procedure, that did not
4921			 result in the filesystem blocking to read from
4922			 disk, as a percentage of the total number of
4923			 calls received for this procedure, since the
4924			 last time the statistics were cleared."
4925	::= { v3CachedPerCent 19 }
4926
4927	v3cpFsinfos                     OBJECT-TYPE
4928	SYNTAX                          Integer32 (0..100)
4929        MAX-ACCESS                      read-only
4930        STATUS                          current
4931	DESCRIPTION
4932			"The number of NFS Version 3 calls received
4933			 for the NFSPROC3_FSINFO (Get Static File System
4934			 Information) procedure, that did not result
4935			 in the filesystem blocking to read from disk,
4936			 as a percentage of the total number of calls
4937			 received for this procedure, since the last
4938			 time the statistics were cleared."
4939	::= { v3CachedPerCent 20 }
4940
4941	v3cpPathconfs                   OBJECT-TYPE
4942	SYNTAX                          Integer32 (0..100)
4943        MAX-ACCESS                      read-only
4944        STATUS                          current
4945	DESCRIPTION
4946			"The number of NFS Version 3 calls received
4947			 for the NFSPROC3_PATHCONF (Retrieve POSIX
4948			 Information) procedure, that did not result
4949			 in the filesystem blocking to read from disk,
4950			 as a percentage of the total number of calls
4951			 received for this procedure, since the last
4952			 time the statistics were cleared."
4953	::= { v3CachedPerCent 21 }
4954
4955	v3cpCommits                     OBJECT-TYPE
4956	SYNTAX                          Integer32 (0..100)
4957        MAX-ACCESS                      read-only
4958        STATUS                          current
4959	DESCRIPTION
4960			"The number of NFS Version 3 calls received
4961			 for the NFSPROC3_COMMIT (Commit Cached Data on
4962			 a Server to Stable Storage) procedure, that
4963			 did not result in the filesystem blocking to
4964			 read from disk, as a percentage of the total
4965			 number of calls received for this procedure,
4966			 since the last time the statistics were cleared."
4967	::= { v3CachedPerCent 22 }
4968
4969
4970
4971	-- the replyCache group
4972
4973		-- this group contains statistics related to the
4974		-- Reply Cache processing, since the last time the
4975		-- statistics were cleared
4976
4977	rcInProgressHits                OBJECT-TYPE
4978	SYNTAX                          Counter32
4979        MAX-ACCESS                      read-only
4980        STATUS                          current
4981	DESCRIPTION
4982			"The number of NFS requests that were dropped,
4983			 for calls already in progress, since the last
4984			 time the statistics were cleared."
4985	::= { replyCache 1 }
4986
4987	rcDelayHits                     OBJECT-TYPE
4988	SYNTAX                          Counter32
4989        MAX-ACCESS                      read-only
4990        STATUS                          deprecated
4991	DESCRIPTION
4992			"The number of NFS requests that were dropped,
4993			 for replies already generated within a short
4994			 interval, since the last time the statistics
4995			 were cleared. These stats are deprecated.
4996			 A value of zero will always be returned
4997			 for these stats."
4998	::= { replyCache 2 }
4999
5000	rcMisses                        OBJECT-TYPE
5001	SYNTAX                          Counter32
5002        MAX-ACCESS                      read-only
5003        STATUS                          current
5004	DESCRIPTION
5005			"The number of NFS requests received for which
5006			 there were no corresponding entries already in
5007			 the Reply Cache, since the last time the
5008			 statistics were cleared."
5009	::= { replyCache 3 }
5010
5011	rcNonIdemDoneHits               OBJECT-TYPE
5012	SYNTAX                          Counter32
5013        MAX-ACCESS                      read-only
5014        STATUS                          current
5015	DESCRIPTION
5016			"The number of NFS requests received that
5017			 resulted in replies being replayed from
5018			 the Reply Cache, since the last time the
5019			 statistics were cleared."
5020	::= { replyCache 4 }
5021
5022	rcNonIdemNotDoneHits            OBJECT-TYPE
5023	SYNTAX                          Counter32
5024        MAX-ACCESS                      read-only
5025        STATUS                          current
5026	DESCRIPTION
5027			"The number of NFS requests received for calls
5028			 that resulted in this request being processed
5029			 as a new request even when a corresponding
5030			 entry existed in the Reply Cache, since the
5031			 last time the statistics were cleared."
5032	::= { replyCache 5 }
5033
5034	rcTcpInProgressHits             OBJECT-TYPE
5035	SYNTAX                          Counter32
5036        MAX-ACCESS                      read-only
5037        STATUS                          current
5038	DESCRIPTION
5039			"The number of NFS requests that were dropped
5040			 for the TCP protocol, for calls already in
5041			 progress, since the last time the statistics
5042			 were cleared."
5043	::= { replyCache 6 }
5044
5045	rcTcpDelayHits                  OBJECT-TYPE
5046	SYNTAX                          Counter32
5047        MAX-ACCESS                      read-only
5048        STATUS                          deprecated
5049	DESCRIPTION
5050			"The number of NFS requests that were dropped
5051			 for the TCP protocol, for replies already
5052			 generated within a short interval, since the
5053			 last time the statistics were cleared. These
5054			 stats are deprecated. A value of zero will
5055			 always be returned for these stats."
5056	::= { replyCache 7 }
5057
5058	rcTcpMisses                     OBJECT-TYPE
5059	SYNTAX                          Counter32
5060        MAX-ACCESS                      read-only
5061        STATUS                          current
5062	DESCRIPTION
5063			"The number of NFS requests received for the
5064			 TCP protocol for which there were no
5065			 corresponding entries already in the Reply
5066			 Cache, since the last time the statistics
5067			 were cleared."
5068	::= { replyCache 8 }
5069
5070	rcTcpNonIdemDoneHits            OBJECT-TYPE
5071	SYNTAX                          Counter32
5072        MAX-ACCESS                      read-only
5073        STATUS                          current
5074	DESCRIPTION
5075			"The number of NFS requests received for the
5076			 TCP protocol that resulted in replies being
5077			 replayed from the Reply Cache, since the last
5078			 time the statistics were cleared."
5079	::= { replyCache 9 }
5080
5081	rcTcpNonIdemNotDoneHits         OBJECT-TYPE
5082	SYNTAX                          Counter32
5083        MAX-ACCESS                      read-only
5084        STATUS                          current
5085	DESCRIPTION
5086			"The number of NFS requests received for the
5087			 TCP protocol for calls that resulted in this
5088			 request being processed as a new request even
5089			 when a corresponding entry existed in the Reply
5090			 Cache, since the last time the statistics were
5091			 cleared."
5092	::= { replyCache 10 }
5093
5094	rcUdpInProgressHits             OBJECT-TYPE
5095	SYNTAX                          Counter32
5096        MAX-ACCESS                      read-only
5097        STATUS                          current
5098	DESCRIPTION
5099			"The number of NFS requests that were dropped
5100			 for the UDP protocol, for calls already in
5101			 progress, since the last time the statistics
5102			 were cleared."
5103	::= { replyCache 11 }
5104
5105	rcUdpDelayHits                  OBJECT-TYPE
5106	SYNTAX                          Counter32
5107        MAX-ACCESS                      read-only
5108        STATUS                          deprecated
5109	DESCRIPTION
5110			"The number of NFS requests that were dropped
5111			 for the UDP protocol, for replies already
5112			 generated within a short interval, since the
5113			 last time the statistics were cleared. These
5114			 stats are deprecated. A value of zero will
5115			 always be returned for these stats."
5116	::= { replyCache 12 }
5117
5118	rcUdpMisses                     OBJECT-TYPE
5119	SYNTAX                          Counter32
5120        MAX-ACCESS                      read-only
5121        STATUS                          current
5122	DESCRIPTION
5123			"The number of NFS requests received for the
5124			 UDP protocol for which there were no
5125			 corresponding entries already in the Reply
5126			 Cache, since the last time the statistics
5127			 were cleared."
5128	::= { replyCache 13 }
5129
5130	rcUdpNonIdemDoneHits            OBJECT-TYPE
5131	SYNTAX                          Counter32
5132        MAX-ACCESS                      read-only
5133        STATUS                          current
5134	DESCRIPTION
5135			"The number of NFS requests received for the
5136			 UDP protocol that resulted in replies being
5137			 replayed from the Reply Cache, since the last
5138			 time the statistics were cleared."
5139	::= { replyCache 14 }
5140
5141	rcUdpNonIdemNotDoneHits         OBJECT-TYPE
5142	SYNTAX                          Counter32
5143        MAX-ACCESS                      read-only
5144        STATUS                          current
5145	DESCRIPTION
5146			"The number of NFS requests received for the
5147			 UDP protocol for calls that resulted in this
5148			 request being processed as a new request even
5149			 when a corresponding entry existed in the Reply
5150			 Cache, since the last time the statistics were
5151			 cleared."
5152	::= { replyCache 15 }
5153
5154	-- the nfsrwStats group
5155
5156		-- this group contains statistics for the sizes of
5157                -- NFS version 2 and 3 read and write calls made
5158		-- since the last time the stats were zeroed.
5159
5160	v2ReadStats            OBJECT IDENTIFIER ::= { nfsrwStats 1 }
5161
5162	v2WriteStats           OBJECT IDENTIFIER ::= { nfsrwStats 2 }
5163
5164        v3ReadStats            OBJECT IDENTIFIER ::= { nfsrwStats 3 }
5165
5166        v3WriteStats           OBJECT IDENTIFIER ::= { nfsrwStats 4 }
5167
5168
5169	-- v2ReadStats group
5170
5171		-- this group contains statistics for the sizes of
5172		-- NFS version 2 read calls since they were last
5173		-- zeroed.
5174
5175	v2Read512Calls                  OBJECT-TYPE
5176	SYNTAX                          Counter32
5177        MAX-ACCESS                      read-only
5178        STATUS                          current
5179        DESCRIPTION
5180                        "The number of NFS Version 2 read calls
5181			received by the server since last zeroing
5182                        with request sizes between 0-511 bytes."
5183        ::= { v2ReadStats 1 }
5184
5185        v2Read1KCalls                   OBJECT-TYPE
5186	SYNTAX                          Counter32
5187        MAX-ACCESS                      read-only
5188        STATUS                          current
5189        DESCRIPTION
5190                        "The number of NFS Version 2 read calls
5191			received by the server since last zeroing
5192                        with request sizes between 512-1023 bytes."
5193        ::= { v2ReadStats 2 }
5194
5195        v2Read2KCalls                   OBJECT-TYPE
5196	SYNTAX                          Counter32
5197        MAX-ACCESS                      read-only
5198        STATUS                          current
5199        DESCRIPTION
5200                        "The number of NFS Version 2 read calls
5201			received by the server since last zeroing
5202                        with request sizes between 1K-2047 bytes."
5203	::= { v2ReadStats 3 }
5204
5205        v2Read4KCalls                   OBJECT-TYPE
5206	SYNTAX                          Counter32
5207        MAX-ACCESS                      read-only
5208        STATUS                          current
5209        DESCRIPTION
5210                        "The number of NFS Version 2 read calls
5211			received by the server since last zeroing
5212                        with request sizes between 2K-4095 bytes."
5213        ::= { v2ReadStats 4 }
5214
5215        v2Read8KCalls                   OBJECT-TYPE
5216	SYNTAX                          Counter32
5217        MAX-ACCESS                      read-only
5218        STATUS                          current
5219        DESCRIPTION
5220                        "The number of NFS Version 2 read calls
5221			received by the server since last zeroing
5222                        with request sizes between 4K-8191 bytes."
5223        ::= { v2ReadStats 5 }
5224
5225        v2Read16KCalls                  OBJECT-TYPE
5226	SYNTAX                          Counter32
5227        MAX-ACCESS                      read-only
5228        STATUS                          current
5229        DESCRIPTION
5230                        "The number of NFS Version 2 read calls
5231			received by the server since last zeroing
5232                        with request sizes between 8K-16383 bytes."
5233        ::= { v2ReadStats 6 }
5234
5235        v2Read32KCalls                  OBJECT-TYPE
5236	SYNTAX                          Counter32
5237        MAX-ACCESS                      read-only
5238        STATUS                          current
5239        DESCRIPTION
5240                        "The number of NFS Version 2 read calls
5241			received by the server since last zeroing
5242                        with request sizes between 16K-32767 bytes."
5243        ::= { v2ReadStats 7 }
5244
5245	v2Read64KCalls                  OBJECT-TYPE
5246	SYNTAX                          Counter32
5247        MAX-ACCESS                      read-only
5248        STATUS                          current
5249        DESCRIPTION
5250                        "The number of NFS Version 2 read calls
5251			received by the server since last zeroing
5252                        with request sizes between 32K-65535 bytes."
5253        ::= { v2ReadStats 8 }
5254
5255        v2Read128KCalls                 OBJECT-TYPE
5256	SYNTAX                          Counter32
5257        MAX-ACCESS                      read-only
5258        STATUS                          current
5259        DESCRIPTION
5260                        "The number of NFS Version 2 read calls
5261			received by the server since last zeroing
5262                        with request sizes between 64K-131071 bytes."
5263        ::= { v2ReadStats 9 }
5264
5265
5266        -- the v2WriteStats group
5267
5268                -- this group contains statistics for the sizes of
5269                -- NFS version 2 write calls since they were last
5270		-- zeroed.
5271
5272        v2Write512Calls                 OBJECT-TYPE
5273	SYNTAX                          Counter32
5274        MAX-ACCESS                      read-only
5275        STATUS                          current
5276        DESCRIPTION
5277                        "The number of NFS Version 2 write calls
5278			received by the server since last zeroing
5279                        with request sizes between 0-511 bytes."
5280        ::= { v2WriteStats 1 }
5281
5282	v2Write1KCalls                  OBJECT-TYPE
5283	SYNTAX                          Counter32
5284        MAX-ACCESS                      read-only
5285        STATUS                          current
5286        DESCRIPTION
5287                        "The number of NFS Version 2 write calls
5288			received by the server since last zeroing
5289                        with request sizes between 512-1023 bytes."
5290        ::= { v2WriteStats 2 }
5291
5292        v2Write2KCalls                  OBJECT-TYPE
5293	SYNTAX                          Counter32
5294        MAX-ACCESS                      read-only
5295        STATUS                          current
5296        DESCRIPTION
5297                        "The number of NFS Version 2 write calls
5298			received by the server since last zeroing
5299                        with request sizes between 1K-2047 bytes."
5300        ::= { v2WriteStats 3 }
5301
5302        v2Write4KCalls                  OBJECT-TYPE
5303	SYNTAX                          Counter32
5304        MAX-ACCESS                      read-only
5305        STATUS                          current
5306        DESCRIPTION
5307                        "The number of NFS Version 2 write calls
5308			received by the server since last zeroing
5309                        with request sizes between 2K-4095 bytes."
5310        ::= { v2WriteStats 4 }
5311
5312        v2Write8KCalls                  OBJECT-TYPE
5313	SYNTAX                          Counter32
5314        MAX-ACCESS                      read-only
5315        STATUS                          current
5316        DESCRIPTION
5317                        "The number of NFS Version 2 write calls
5318			received by the server since last zeroing
5319                        with request sizes between 4K-8191 bytes."
5320        ::= { v2WriteStats 5 }
5321
5322	v2Write16KCalls                 OBJECT-TYPE
5323	SYNTAX                          Counter32
5324        MAX-ACCESS                      read-only
5325        STATUS                          current
5326        DESCRIPTION
5327                        "The number of NFS Version 2 write calls
5328			received by the server since last zeroing
5329                        with request sizes between 8K-16383 bytes."
5330        ::= { v2WriteStats 6 }
5331
5332        v2Write32KCalls                 OBJECT-TYPE
5333	SYNTAX                          Counter32
5334        MAX-ACCESS                      read-only
5335        STATUS                          current
5336        DESCRIPTION
5337                        "The number of NFS Version 2 write calls
5338			received by the server since last zeroing
5339                        with request sizes between 16K-32767 bytes."
5340        ::= { v2WriteStats 7 }
5341
5342        v2Write64KCalls                 OBJECT-TYPE
5343	SYNTAX                          Counter32
5344        MAX-ACCESS                      read-only
5345        STATUS                          current
5346        DESCRIPTION
5347                        "The number of NFS Version 2 write calls
5348			received by the server since last zeroing
5349                        with request sizes between 32K-65535 bytes."
5350        ::= { v2WriteStats 8 }
5351
5352        v2Write128KCalls                OBJECT-TYPE
5353	SYNTAX                          Counter32
5354        MAX-ACCESS                      read-only
5355        STATUS                          current
5356        DESCRIPTION
5357                        "The number of NFS Version 2 write calls
5358			received by the server since last zeroing
5359                        with request sizes between 64K-131071 bytes."
5360        ::= { v2WriteStats 9 }
5361
5362
5363	-- the v3ReadStats group
5364
5365                -- this group contains statistics for the sizes of
5366                -- NFS version 3 read calls since they were last
5367		-- zeroed.
5368
5369        v3Read512Calls                  OBJECT-TYPE
5370	SYNTAX                          Counter32
5371        MAX-ACCESS                      read-only
5372        STATUS                          current
5373        DESCRIPTION
5374                        "The number of NFS Version 3 read calls
5375			received by the server since last boot
5376                        with request sizes between 0-511 bytes."
5377        ::= { v3ReadStats 1 }
5378
5379        v3Read1KCalls                   OBJECT-TYPE
5380	SYNTAX                          Counter32
5381        MAX-ACCESS                      read-only
5382        STATUS                          current
5383        DESCRIPTION
5384                        "The number of NFS Version 3 read calls
5385			received by the server since last zeroing
5386                        with request sizes between 512-1023 bytes."
5387        ::= { v3ReadStats 2 }
5388
5389        v3Read2KCalls                   OBJECT-TYPE
5390	SYNTAX                          Counter32
5391        MAX-ACCESS                      read-only
5392        STATUS                          current
5393        DESCRIPTION
5394                        "The number of NFS Version 3 read calls
5395			received by the server since last zeroing
5396                        with request sizes between 1K-2047 bytes."
5397        ::= { v3ReadStats 3 }
5398
5399	v3Read4KCalls                   OBJECT-TYPE
5400	SYNTAX                          Counter32
5401        MAX-ACCESS                      read-only
5402        STATUS                          current
5403        DESCRIPTION
5404                        "The number of NFS Version 3 read calls
5405			received by the server since last zeroing
5406                        with request sizes between 2K-4095 bytes."
5407        ::= { v3ReadStats 4 }
5408
5409        v3Read8KCalls                   OBJECT-TYPE
5410	SYNTAX                          Counter32
5411        MAX-ACCESS                      read-only
5412        STATUS                          current
5413        DESCRIPTION
5414                        "The number of NFS Version 3 read calls
5415			received by the server since last zeroing
5416                        with request sizes between 4K-8191 bytes."
5417        ::= { v3ReadStats 5 }
5418
5419        v3Read16KCalls                  OBJECT-TYPE
5420	SYNTAX                          Counter32
5421        MAX-ACCESS                      read-only
5422        STATUS                          current
5423        DESCRIPTION
5424                        "The number of NFS Version 3 read calls
5425			received by the server since last zeroing
5426                        with request sizes between 8K-16383 bytes."
5427        ::= { v3ReadStats 6 }
5428
5429        v3Read32KCalls                  OBJECT-TYPE
5430	SYNTAX                          Counter32
5431        MAX-ACCESS                      read-only
5432        STATUS                          current
5433        DESCRIPTION
5434                        "The number of NFS Version 3 read calls
5435			received by the server since last zeroing
5436                        with request sizes between 16K-32767 bytes."
5437        ::= { v3ReadStats 7 }
5438
5439	v3Read64KCalls                  OBJECT-TYPE
5440	SYNTAX                          Counter32
5441        MAX-ACCESS                      read-only
5442        STATUS                          current
5443        DESCRIPTION
5444                        "The number of NFS Version 3 read calls
5445			received by the server since last zeroing
5446                        with request sizes between 32K-65535 bytes."
5447        ::= { v3ReadStats 8 }
5448
5449        v3Read128KCalls                 OBJECT-TYPE
5450	SYNTAX                          Counter32
5451        MAX-ACCESS                      read-only
5452        STATUS                          current
5453        DESCRIPTION
5454                        "The number of NFS Version 3 read calls
5455			received by the server since last zeroing
5456                        with request sizes between 64K-131071 bytes."
5457        ::= { v3ReadStats 9 }
5458
5459
5460        -- the v3WriteStats group
5461
5462                -- this group contains statistics for the sizes of
5463                -- NFS version 3 write calls since they were last
5464		-- zeroed.
5465
5466        v3Write512Calls                 OBJECT-TYPE
5467	SYNTAX                          Counter32
5468        MAX-ACCESS                      read-only
5469        STATUS                          current
5470        DESCRIPTION
5471                        "The number of NFS Version 3 write calls
5472			received by the server since last zeroing
5473                        with request sizes between 0-511 bytes."
5474        ::= { v3WriteStats 1 }
5475
5476	v3Write1KCalls                  OBJECT-TYPE
5477	SYNTAX                          Counter32
5478        MAX-ACCESS                      read-only
5479        STATUS                          current
5480        DESCRIPTION
5481                        "The number of NFS Version 3 write calls
5482			received by the server since last zeroing
5483                        with request sizes between 512-1023 bytes."
5484        ::= { v3WriteStats 2 }
5485
5486        v3Write2KCalls                  OBJECT-TYPE
5487	SYNTAX                          Counter32
5488        MAX-ACCESS                      read-only
5489        STATUS                          current
5490        DESCRIPTION
5491                        "The number of NFS Version 3 write calls
5492			received by the server since last zeroing
5493                        with request sizes between 1K-2047 bytes."
5494        ::= { v3WriteStats 3 }
5495
5496        v3Write4KCalls                  OBJECT-TYPE
5497	SYNTAX                          Counter32
5498        MAX-ACCESS                      read-only
5499        STATUS                          current
5500        DESCRIPTION
5501                        "The number of NFS Version 3 write calls
5502			received by the server since last zeroing
5503                        with request sizes between 2K-4095 bytes."
5504        ::= { v3WriteStats 4 }
5505
5506        v3Write8KCalls                  OBJECT-TYPE
5507	SYNTAX                          Counter32
5508        MAX-ACCESS                      read-only
5509        STATUS                          current
5510        DESCRIPTION
5511                        "The number of NFS Version 3 write calls
5512			received by the server since last zeroing
5513                        with request sizes between 4K-8191 bytes."
5514        ::= { v3WriteStats 5 }
5515
5516	v3Write16KCalls                 OBJECT-TYPE
5517	SYNTAX                          Counter32
5518        MAX-ACCESS                      read-only
5519        STATUS                          current
5520        DESCRIPTION
5521                        "The number of NFS Version 3 write calls
5522			received by the server since last zeroing
5523                        with request sizes between 8K-16383 bytes."
5524        ::= { v3WriteStats 6 }
5525
5526        v3Write32KCalls                 OBJECT-TYPE
5527	SYNTAX                          Counter32
5528        MAX-ACCESS                      read-only
5529        STATUS                          current
5530        DESCRIPTION
5531                        "The number of NFS Version 3 write calls
5532			received by the server since last zeroing
5533                        with request sizes between 16K-32767 bytes."
5534        ::= { v3WriteStats 7 }
5535
5536        v3Write64KCalls                 OBJECT-TYPE
5537	SYNTAX                          Counter32
5538        MAX-ACCESS                      read-only
5539        STATUS                          current
5540        DESCRIPTION
5541                        "The number of NFS Version 3 write calls
5542			received by the server since last zeroing
5543                        with request sizes between 32K-65535 bytes."
5544        ::= { v3WriteStats 8 }
5545
5546        v3Write128KCalls                OBJECT-TYPE
5547	SYNTAX                          Counter32
5548        MAX-ACCESS                      read-only
5549        STATUS                          current
5550        DESCRIPTION
5551                        "The number of NFS Version 3 write calls
5552			received by the server since last zeroing
5553                        with request sizes between 64K-131071 bytes."
5554        ::= { v3WriteStats 9 }
5555
5556
5557	-- the per-client nfs statistics table
5558
5559	pclTable                        OBJECT-TYPE
5560	SYNTAX                          SEQUENCE OF PclEntry
5561        MAX-ACCESS                      not-accessible
5562        STATUS                          current
5563	DESCRIPTION
5564			"Provide a report of per-client NFS statistics
5565			 since the last time the statistics were cleared."
5566	::= { nfsPerClient 1 }
5567
5568	pclEntry                        OBJECT-TYPE
5569	SYNTAX                          PclEntry
5570        MAX-ACCESS                      not-accessible
5571        STATUS                          current
5572	DESCRIPTION
5573			"Provide a report of NFS statistics for the
5574			 referenced NFS client since the last time the
5575			 statistics were cleared."
5576	INDEX	{ pclIpAddr }
5577	::= { pclTable 1 }
5578
5579	PclEntry ::=
5580	    SEQUENCE {
5581		pclIpAddr
5582		    IpAddress,
5583		pclRpcCalls
5584		    Counter32,
5585		pclRpcBadCalls
5586		    Counter32,
5587		pclRpcNullRecvs
5588		    Counter32,
5589		pclRpcBadLens
5590		    Counter32,
5591		pclRpcServXDRCalls
5592		    Counter32,
5593		pclNfsCalls
5594		    Counter32,
5595		pclNfsServBadCalls
5596		    Counter32,
5597		pclNfsV2Nulls
5598		    Counter32,
5599		pclNfsV2Getattrs
5600		    Counter32,
5601		pclNfsV2Setattrs
5602		    Counter32,
5603		pclNfsV2Roots
5604		    Counter32,
5605		pclNfsV2Lookups
5606		    Counter32,
5607		pclNfsV2Readlinks
5608		    Counter32,
5609		pclNfsV2Reads
5610		    Counter32,
5611		pclNfsV2Wrcaches
5612		    Counter32,
5613		pclNfsV2Writes
5614		    Counter32,
5615		pclNfsV2Creates
5616		    Counter32,
5617		pclNfsV2Removes
5618		    Counter32,
5619		pclNfsV2Renames
5620		    Counter32,
5621		pclNfsV2Links
5622		    Counter32,
5623		pclNfsV2Symlinks
5624		    Counter32,
5625		pclNfsV2Mkdirs
5626		    Counter32,
5627		pclNfsV2Rmdirs
5628		    Counter32,
5629		pclNfsV2Readdirs
5630		    Counter32,
5631		pclNfsV2Statfss
5632		    Counter32,
5633		pclNfsV3Nulls
5634		    Counter32,
5635		pclNfsV3Getattrs
5636		    Counter32,
5637		pclNfsV3Setattrs
5638		    Counter32,
5639		pclNfsV3Lookups
5640		    Counter32,
5641		pclNfsV3Accesss
5642		    Counter32,
5643		pclNfsV3Readlinks
5644		    Counter32,
5645		pclNfsV3Reads
5646		    Counter32,
5647		pclNfsV3Writes
5648		    Counter32,
5649		pclNfsV3Creates
5650		    Counter32,
5651		pclNfsV3Mkdirs
5652		    Counter32,
5653		pclNfsV3Symlinks
5654		    Counter32,
5655		pclNfsV3Mknods
5656		    Counter32,
5657		pclNfsV3Removes
5658		    Counter32,
5659		pclNfsV3Rmdirs
5660		    Counter32,
5661		pclNfsV3Renames
5662		    Counter32,
5663		pclNfsV3Links
5664		    Counter32,
5665		pclNfsV3Readdirs
5666		    Counter32,
5667		pclNfsV3ReaddirPluss
5668		    Counter32,
5669		pclNfsV3Fsstats
5670		    Counter32,
5671		pclNfsV3Fsinfos
5672		    Counter32,
5673		pclNfsV3Pathconfs
5674		    Counter32,
5675		pclNfsV3Commits
5676		    Counter32,
5677		pclPerCent
5678		    Integer32,
5679		pclNfsV2NullPerCent
5680		    Integer32,
5681		pclNfsV2GetattrPerCent
5682		    Integer32,
5683		pclNfsV2SetattrPerCent
5684		    Integer32,
5685		pclNfsV2RootPerCent
5686		    Integer32,
5687		pclNfsV2LookupPerCent
5688		    Integer32,
5689		pclNfsV2ReadlinkPerCent
5690		    Integer32,
5691		pclNfsV2ReadPerCent
5692		    Integer32,
5693		pclNfsV2WrcachePerCent
5694		    Integer32,
5695		pclNfsV2WritePerCent
5696		    Integer32,
5697		pclNfsV2CreatePerCent
5698		    Integer32,
5699		pclNfsV2RemovePerCent
5700		    Integer32,
5701		pclNfsV2RenamePerCent
5702		    Integer32,
5703		pclNfsV2LinkPerCent
5704		    Integer32,
5705		pclNfsV2SymlinkPerCent
5706		    Integer32,
5707		pclNfsV2MkdirPerCent
5708		    Integer32,
5709		pclNfsV2RmdirPerCent
5710		    Integer32,
5711		pclNfsV2ReaddirPerCent
5712		    Integer32,
5713		pclNfsV2StatfsPerCent
5714		    Integer32,
5715		pclNfsV3NullPerCent
5716		    Integer32,
5717		pclNfsV3GetattrPerCent
5718		    Integer32,
5719		pclNfsV3SetattrPerCent
5720		    Integer32,
5721		pclNfsV3LookupPerCent
5722		    Integer32,
5723		pclNfsV3AccessPerCent
5724		    Integer32,
5725		pclNfsV3ReadlinkPerCent
5726		    Integer32,
5727		pclNfsV3ReadPerCent
5728		    Integer32,
5729		pclNfsV3WritePerCent
5730		    Integer32,
5731		pclNfsV3CreatePerCent
5732		    Integer32,
5733		pclNfsV3MkdirPerCent
5734		    Integer32,
5735		pclNfsV3SymlinkPerCent
5736		    Integer32,
5737		pclNfsV3MknodPerCent
5738		    Integer32,
5739		pclNfsV3RemovePerCent
5740		    Integer32,
5741		pclNfsV3RmdirPerCent
5742		    Integer32,
5743		pclNfsV3RenamePerCent
5744		    Integer32,
5745		pclNfsV3LinkPerCent
5746		    Integer32,
5747		pclNfsV3ReaddirPerCent
5748		    Integer32,
5749		pclNfsV3ReaddirPlusPerCent
5750		    Integer32,
5751		pclNfsV3FsstatPerCent
5752		    Integer32,
5753		pclNfsV3FsinfoPerCent
5754		    Integer32,
5755		pclNfsV3PathconfPerCent
5756		    Integer32,
5757		pclNfsV3CommitPerCent
5758		    Integer32,
5759		pclNfsV2Read512Calls
5760		    Counter32,
5761		pclNfsV2Read1KCalls
5762		    Counter32,
5763		pclNfsV2Read2KCalls
5764		    Counter32,
5765		pclNfsV2Read4KCalls
5766		    Counter32,
5767		pclNfsV2Read8KCalls
5768		    Counter32,
5769		pclNfsV2Read16KCalls
5770		    Counter32,
5771		pclNfsV2Read32KCalls
5772		    Counter32,
5773		pclNfsV2Read64KCalls
5774		    Counter32,
5775		pclNfsV2Read128KCalls
5776		    Counter32,
5777		pclNfsV2Write512Calls
5778		    Counter32,
5779		pclNfsV2Write1KCalls
5780		    Counter32,
5781		pclNfsV2Write2KCalls
5782		    Counter32,
5783		pclNfsV2Write4KCalls
5784		    Counter32,
5785		pclNfsV2Write8KCalls
5786		    Counter32,
5787		pclNfsV2Write16KCalls
5788		    Counter32,
5789		pclNfsV2Write32KCalls
5790		    Counter32,
5791		pclNfsV2Write64KCalls
5792		    Counter32,
5793		pclNfsV2Write128KCalls
5794		    Counter32,
5795		pclNfsV3Read512Calls
5796		    Counter32,
5797		pclNfsV3Read1KCalls
5798		    Counter32,
5799		pclNfsV3Read2KCalls
5800		    Counter32,
5801		pclNfsV3Read4KCalls
5802		    Counter32,
5803		pclNfsV3Read8KCalls
5804		    Counter32,
5805		pclNfsV3Read16KCalls
5806		    Counter32,
5807		pclNfsV3Read32KCalls
5808		    Counter32,
5809		pclNfsV3Read64KCalls
5810		    Counter32,
5811		pclNfsV3Read128KCalls
5812		    Counter32,
5813		pclNfsV3Write512Calls
5814		    Counter32,
5815		pclNfsV3Write1KCalls
5816		    Counter32,
5817		pclNfsV3Write2KCalls
5818		    Counter32,
5819		pclNfsV3Write4KCalls
5820		    Counter32,
5821		pclNfsV3Write8KCalls
5822		    Counter32,
5823		pclNfsV3Write16KCalls
5824		    Counter32,
5825		pclNfsV3Write32KCalls
5826		    Counter32,
5827		pclNfsV3Write64KCalls
5828		    Counter32,
5829		pclNfsV3Write128KCalls
5830		    Counter32
5831	    }
5832
5833	pclIpAddr                       OBJECT-TYPE
5834	SYNTAX                          IpAddress
5835        MAX-ACCESS                      read-only
5836        STATUS                          current
5837	DESCRIPTION
5838			"The IP address of the referenced client."
5839	::= { pclEntry 1 }
5840
5841	pclRpcCalls                     OBJECT-TYPE
5842	SYNTAX                          Counter32
5843        MAX-ACCESS                      read-only
5844        STATUS                          current
5845	DESCRIPTION
5846			"The total number of RPC calls received from
5847			 the referenced client, since the last time the
5848			 statistics were cleared."
5849	::= { pclEntry 2 }
5850
5851	pclRpcBadCalls                  OBJECT-TYPE
5852	SYNTAX                          Counter32
5853        MAX-ACCESS                      read-only
5854        STATUS                          current
5855	DESCRIPTION
5856			"The total number of calls received from the
5857			 referenced client that were rejected by the
5858			 RPC layer, since the last time the
5859			 statistics were cleared."
5860	::= { pclEntry 3 }
5861
5862	pclRpcNullRecvs                 OBJECT-TYPE
5863	SYNTAX                          Counter32
5864        MAX-ACCESS                      read-only
5865        STATUS                          current
5866	DESCRIPTION
5867			"The number of times an RPC call was not available
5868			 when it was thought to be received from
5869			 referenced client, since the last time the
5870			 statistics were cleared."
5871	::= { pclEntry 4 }
5872
5873	pclRpcBadLens                   OBJECT-TYPE
5874	SYNTAX                          Counter32
5875        MAX-ACCESS                      read-only
5876        STATUS                          current
5877	DESCRIPTION
5878			"The number of RPC calls received from the
5879			 referenced client with a length shorter
5880			 than a minimum-sized RPC call, since the
5881			 last time the statistics were cleared."
5882	::= { pclEntry 5 }
5883
5884	pclRpcServXDRCalls              OBJECT-TYPE
5885	SYNTAX                          Counter32
5886        MAX-ACCESS                      read-only
5887        STATUS                          current
5888	DESCRIPTION
5889			   "The number of RPC calls received from the
5890			    referenced client whose header could not
5891			    be XDR decoded, since the last time the
5892			    statistics were cleared."
5893	::= { pclEntry 6 }
5894
5895	pclNfsCalls                     OBJECT-TYPE
5896	SYNTAX                          Counter32
5897        MAX-ACCESS                      read-only
5898        STATUS                          current
5899	DESCRIPTION
5900			   "The total number of NFS calls received from
5901			    the referenced client, since the last time
5902			    the statistics were cleared."
5903	::= { pclEntry 7 }
5904
5905	pclNfsServBadCalls              OBJECT-TYPE
5906	SYNTAX                          Counter32
5907        MAX-ACCESS                      read-only
5908        STATUS                          current
5909	DESCRIPTION
5910			   "The total number of NFS calls received from
5911			    the referenced client that were rejected, since
5912			    the last time the statistics were cleared."
5913	::= { pclEntry 8 }
5914
5915	pclNfsV2Nulls                   OBJECT-TYPE
5916	SYNTAX                          Counter32
5917        MAX-ACCESS                      read-only
5918        STATUS                          current
5919	DESCRIPTION
5920			"The number of NFS Version 2 calls received
5921			 from the referenced client for the NFSPROC_NULL
5922			 (Do Nothing) procedure, since the last time the
5923			 statistics were cleared."
5924	::= { pclEntry 9 }
5925
5926	pclNfsV2Getattrs                OBJECT-TYPE
5927	SYNTAX                          Counter32
5928        MAX-ACCESS                      read-only
5929        STATUS                          current
5930	DESCRIPTION
5931			"The number of NFS Version 2 calls received
5932			 from the referenced client for the NFSPROC_GETATTR
5933			 (Get File Attributes) procedure, since the last
5934			 time the statistics were cleared."
5935	::= { pclEntry 10 }
5936
5937	pclNfsV2Setattrs                OBJECT-TYPE
5938	SYNTAX                          Counter32
5939        MAX-ACCESS                      read-only
5940        STATUS                          current
5941	DESCRIPTION
5942			"The number of NFS Version 2 calls received
5943			 from the referenced client for the NFSPROC_SETATTR
5944			 (Set File Attributes) procedure, since the last
5945			 time the statistics were cleared."
5946	::= { pclEntry 11 }
5947
5948	pclNfsV2Roots                   OBJECT-TYPE
5949	SYNTAX                          Counter32
5950        MAX-ACCESS                      read-only
5951        STATUS                          current
5952	DESCRIPTION
5953			"The number of NFS Version 2 calls received
5954			 from the referenced client for the NFSPROC_ROOT
5955			 (Get Filesystem Root) procedure, since the last
5956			 time the statistics were cleared."
5957	::= { pclEntry 12 }
5958
5959	pclNfsV2Lookups                 OBJECT-TYPE
5960	SYNTAX                          Counter32
5961        MAX-ACCESS                      read-only
5962        STATUS                          current
5963	DESCRIPTION
5964			"The number of NFS Version 2 calls received
5965			 from the referenced client for the NFSPROC_LOOKUP
5966			 (Look Up File Name) procedure, since the last
5967			 time the statistics were cleared."
5968	::= { pclEntry 13 }
5969
5970	pclNfsV2Readlinks               OBJECT-TYPE
5971	SYNTAX                          Counter32
5972        MAX-ACCESS                      read-only
5973        STATUS                          current
5974	DESCRIPTION
5975			 "The number of NFS Version 2 calls received
5976			  from the referenced client for the NFSPROC_READLINK
5977			  (Read From Symbolic Link) procedure, since the last
5978			  time the statistics were cleared."
5979	::= { pclEntry 14 }
5980
5981	pclNfsV2Reads                   OBJECT-TYPE
5982	SYNTAX                          Counter32
5983        MAX-ACCESS                      read-only
5984        STATUS                          current
5985	DESCRIPTION
5986			"The number of NFS Version 2 calls received
5987			 from the referenced client for the NFSPROC_READ
5988			 (Read From File) procedure, since the last
5989			 time the statistics were cleared."
5990	::= { pclEntry 15 }
5991
5992	pclNfsV2Wrcaches                OBJECT-TYPE
5993	SYNTAX                          Counter32
5994        MAX-ACCESS                      read-only
5995        STATUS                          current
5996	DESCRIPTION
5997			"The number of NFS Version 2 calls received
5998			 from the referenced client for the NFSPROC_WRITECACHE
5999			 (Write to Cache) procedure, since the last
6000			 time the statistics were cleared."
6001	::= { pclEntry 16 }
6002
6003	pclNfsV2Writes                  OBJECT-TYPE
6004	SYNTAX                          Counter32
6005        MAX-ACCESS                      read-only
6006        STATUS                          current
6007	DESCRIPTION
6008			"The number of NFS Version 2 calls received
6009			 from the referenced client for the NFSPROC_WRITE
6010			 (Write to File) procedure, since the last
6011			 time the statistics were cleared."
6012	::= { pclEntry 17 }
6013
6014	pclNfsV2Creates                 OBJECT-TYPE
6015	SYNTAX                          Counter32
6016        MAX-ACCESS                      read-only
6017        STATUS                          current
6018	DESCRIPTION
6019			"The number of NFS Version 2 calls received
6020			 from the referenced client for the NFSPROC_CREATE
6021			 (Create File) procedure, since the last
6022			 time the statistics were cleared."
6023	::= { pclEntry 18 }
6024
6025	pclNfsV2Removes                 OBJECT-TYPE
6026	SYNTAX                          Counter32
6027        MAX-ACCESS                      read-only
6028        STATUS                          current
6029	DESCRIPTION
6030			"The number of NFS Version 2 calls received
6031			 from the referenced client for the NFSPROC_REMOVE
6032			 (Remove File) procedure, since the last
6033			 time the statistics were cleared."
6034	::= { pclEntry 19 }
6035
6036	pclNfsV2Renames                 OBJECT-TYPE
6037	SYNTAX                          Counter32
6038        MAX-ACCESS                      read-only
6039        STATUS                          current
6040	DESCRIPTION
6041			"The number of NFS Version 2 calls received
6042			 from the referenced client for the NFSPROC_RENAME
6043			 (Rename File) procedure, since the last
6044			 time the statistics were cleared."
6045	::= { pclEntry 20 }
6046
6047	pclNfsV2Links                   OBJECT-TYPE
6048	SYNTAX                          Counter32
6049        MAX-ACCESS                      read-only
6050        STATUS                          current
6051	DESCRIPTION
6052			"The number of NFS Version 2 calls received
6053			 from the referenced client for the NFSPROC_LINK
6054			 (Create Link to File) procedure, since the last
6055			 time the statistics were cleared."
6056	::= { pclEntry 21 }
6057
6058	pclNfsV2Symlinks                OBJECT-TYPE
6059	SYNTAX                          Counter32
6060        MAX-ACCESS                      read-only
6061        STATUS                          current
6062	DESCRIPTION
6063			"The number of NFS Version 2 calls received
6064			 from the referenced client for the NFSPROC_SYMLINK
6065			 (Create Symbolic Link) procedure, since the last
6066			 time the statistics were cleared."
6067	::= { pclEntry 22 }
6068
6069	pclNfsV2Mkdirs                  OBJECT-TYPE
6070	SYNTAX                          Counter32
6071        MAX-ACCESS                      read-only
6072        STATUS                          current
6073	DESCRIPTION
6074			"The number of NFS Version 2 calls received
6075			 from the referenced client for the NFSPROC_MKDIR
6076			 (Create Directory) procedure, since the last
6077			 time the statistics were cleared."
6078	::= { pclEntry 23 }
6079
6080	pclNfsV2Rmdirs                  OBJECT-TYPE
6081	SYNTAX                          Counter32
6082        MAX-ACCESS                      read-only
6083        STATUS                          current
6084	DESCRIPTION
6085			"The number of NFS Version 2 calls received
6086			 from the referenced client for the NFSPROC_RMDIR
6087			 (Remove Directory) procedure, since the last
6088			 time the statistics were cleared."
6089	::= { pclEntry 24 }
6090
6091	pclNfsV2Readdirs                OBJECT-TYPE
6092	SYNTAX                          Counter32
6093        MAX-ACCESS                      read-only
6094        STATUS                          current
6095	DESCRIPTION
6096			"The number of NFS Version 2 calls received
6097			 from the referenced client for the NFSPROC_READDIR
6098			 (Read From Directory) procedure, since the last
6099			 time the statistics were cleared."
6100	::= { pclEntry 25 }
6101
6102	pclNfsV2Statfss                 OBJECT-TYPE
6103	SYNTAX                          Counter32
6104        MAX-ACCESS                      read-only
6105        STATUS                          current
6106	DESCRIPTION
6107			"The number of NFS Version 2 calls received
6108			 from the referenced client for the NFSPROC_STATFS
6109			 (Get Filesystem Attributes) procedure, since the
6110			 last time the statistics were cleared."
6111	::= { pclEntry 26 }
6112
6113	pclNfsV3Nulls                   OBJECT-TYPE
6114	SYNTAX                          Counter32
6115        MAX-ACCESS                      read-only
6116        STATUS                          current
6117	DESCRIPTION
6118			"The number of NFS Version 3 calls received
6119			 from the referenced client for the NFSPROC3_NULL
6120			 (Do Nothing) procedure, since the last time the
6121			 statistics were cleared."
6122	::= { pclEntry 27 }
6123
6124	pclNfsV3Getattrs                OBJECT-TYPE
6125	SYNTAX                          Counter32
6126        MAX-ACCESS                      read-only
6127        STATUS                          current
6128	DESCRIPTION
6129			"The number of NFS Version 3 calls received
6130			 from the referenced client for the NFSPROC3_GETATTR
6131			 (Get File Attributes) procedure, since the last
6132			 time the statistics were cleared."
6133	::= { pclEntry 28 }
6134
6135	pclNfsV3Setattrs                OBJECT-TYPE
6136	SYNTAX                          Counter32
6137        MAX-ACCESS                      read-only
6138        STATUS                          current
6139	DESCRIPTION
6140			"The number of NFS Version 3 calls received
6141			 from the referenced client for the NFSPROC3_SETATTR
6142			 (Set File Attributes) procedure, since the last
6143			 time the statistics were cleared."
6144	::= { pclEntry 29 }
6145
6146	pclNfsV3Lookups                 OBJECT-TYPE
6147	SYNTAX                          Counter32
6148        MAX-ACCESS                      read-only
6149        STATUS                          current
6150	DESCRIPTION
6151			"The number of NFS Version 3 calls received
6152			 from the referenced client for the NFSPROC3_LOOKUP
6153			 (Lookup Filename) procedure, since the last time
6154			 the statistics were cleared."
6155	::= { pclEntry 30 }
6156
6157	pclNfsV3Accesss                 OBJECT-TYPE
6158	SYNTAX                          Counter32
6159        MAX-ACCESS                      read-only
6160        STATUS                          current
6161	DESCRIPTION
6162			"The number of NFS Version 3 calls received
6163			 from the referenced client for the NFSPROC3_ACCESS
6164			 (Check Access Permission) procedure, since the
6165			 last time the statistics were cleared."
6166	::= { pclEntry 31 }
6167
6168	pclNfsV3Readlinks               OBJECT-TYPE
6169	SYNTAX                          Counter32
6170        MAX-ACCESS                      read-only
6171        STATUS                          current
6172	DESCRIPTION
6173			"The number of NFS Version 3 calls received
6174			 from the referenced client for the NFSPROC3_READLINK
6175			 (Read from Symbolic Link) procedure, since the
6176			 last time the statistics were cleared."
6177	::= { pclEntry 32 }
6178
6179	pclNfsV3Reads                   OBJECT-TYPE
6180	SYNTAX                          Counter32
6181        MAX-ACCESS                      read-only
6182        STATUS                          current
6183	DESCRIPTION
6184			"The number of NFS Version 3 calls received
6185			 from the referenced client for the NFSPROC3_READ
6186			 (Read From File) procedure, since the last time
6187			 the statistics were cleared."
6188	::= { pclEntry 33 }
6189
6190	pclNfsV3Writes                  OBJECT-TYPE
6191	SYNTAX                          Counter32
6192        MAX-ACCESS                      read-only
6193        STATUS                          current
6194	DESCRIPTION
6195			"The number of NFS Version 3 calls received
6196			 from the referenced client for the NFSPROC3_WRITE
6197			 (Write to File) procedure, since the last time
6198			 the statistics were cleared."
6199	::= { pclEntry 34 }
6200
6201	pclNfsV3Creates                 OBJECT-TYPE
6202	SYNTAX                          Counter32
6203        MAX-ACCESS                      read-only
6204        STATUS                          current
6205	DESCRIPTION
6206			"The number of NFS Version 3 calls received
6207			 from the referenced client for the NFSPROC3_CREATE
6208			 (Create a File) procedure, since the last time
6209			 the statistics were cleared."
6210	::= { pclEntry 35 }
6211
6212	pclNfsV3Mkdirs                  OBJECT-TYPE
6213	SYNTAX                          Counter32
6214        MAX-ACCESS                      read-only
6215        STATUS                          current
6216	DESCRIPTION
6217			"The number of NFS Version 3 calls received
6218			 from the referenced client for the NFSPROC3_MKDIR
6219			 (Create a Directory) procedure, since the last
6220			 time the statistics were cleared."
6221	::= { pclEntry 36 }
6222
6223	pclNfsV3Symlinks                OBJECT-TYPE
6224	SYNTAX                          Counter32
6225        MAX-ACCESS                      read-only
6226        STATUS                          current
6227	DESCRIPTION
6228			"The number of NFS Version 3 calls received
6229			 from the referenced client for the NFSPROC3_SYMLINK
6230			 (Create a Symbolic Link) procedure, since the last
6231			 time the statistics were cleared."
6232	::= { pclEntry 37 }
6233
6234	pclNfsV3Mknods                  OBJECT-TYPE
6235	SYNTAX                          Counter32
6236        MAX-ACCESS                      read-only
6237        STATUS                          current
6238	DESCRIPTION
6239			"The number of NFS Version 3 calls received
6240			 from the referenced client for the NFSPROC3_MKNOD
6241			 (Create a Special Device) procedure, since the
6242			 last time the statistics were cleared."
6243	::= { pclEntry 38 }
6244
6245	pclNfsV3Removes                 OBJECT-TYPE
6246	SYNTAX                          Counter32
6247        MAX-ACCESS                      read-only
6248        STATUS                          current
6249	DESCRIPTION
6250			"The number of NFS Version 3 calls received
6251			 from the referenced client for the NFSPROC3_REMOVE
6252			 (Remove a File) procedure, since the last time
6253			 the statistics were cleared."
6254	::= { pclEntry 39 }
6255
6256	pclNfsV3Rmdirs                  OBJECT-TYPE
6257	SYNTAX                          Counter32
6258        MAX-ACCESS                      read-only
6259        STATUS                          current
6260	DESCRIPTION
6261			"The number of NFS Version 3 calls received
6262			 from the referenced client for the NFSPROC3_RMDIR
6263			 (Remove a Directory) procedure, since the last
6264			 time the statistics were cleared."
6265	::= { pclEntry 40 }
6266
6267	pclNfsV3Renames                 OBJECT-TYPE
6268	SYNTAX                          Counter32
6269        MAX-ACCESS                      read-only
6270        STATUS                          current
6271	DESCRIPTION
6272			"The number of NFS Version 3 calls received
6273			 from the referenced client for the NFSPROC3_RENAME
6274			 (Rename a File or Directory) procedure, since the
6275			 last time the statistics were cleared."
6276	::= { pclEntry 41 }
6277
6278	pclNfsV3Links                   OBJECT-TYPE
6279	SYNTAX                          Counter32
6280        MAX-ACCESS                      read-only
6281        STATUS                          current
6282	DESCRIPTION
6283			"The number of NFS Version 3 calls received
6284			 from the referenced client for the NFSPROC3_LINK
6285			 (Create Link to an Object) procedure, since the
6286			 last time the statistics were cleared."
6287	::= { pclEntry 42 }
6288
6289	pclNfsV3Readdirs                OBJECT-TYPE
6290	SYNTAX                          Counter32
6291        MAX-ACCESS                      read-only
6292        STATUS                          current
6293	DESCRIPTION
6294			"The number of NFS Version 3 calls received
6295			 from the referenced client for the NFSPROC3_READDIR
6296			 (Read From Directory) procedure, since the last
6297			 time the statistics were cleared."
6298	::= { pclEntry 43 }
6299
6300	pclNfsV3ReaddirPluss            OBJECT-TYPE
6301	SYNTAX                          Counter32
6302        MAX-ACCESS                      read-only
6303        STATUS                          current
6304	DESCRIPTION
6305			     "The number of NFS Version 3 calls received
6306			      from the referenced client for the
6307			      NFSPROC3_READDIRPLUS (Extended Read from
6308			      Directory) procedure, since the last time
6309			      the statistics were cleared."
6310	::= { pclEntry 44 }
6311
6312	pclNfsV3Fsstats                 OBJECT-TYPE
6313	SYNTAX                          Counter32
6314        MAX-ACCESS                      read-only
6315        STATUS                          current
6316	DESCRIPTION
6317			"The number of NFS Version 3 calls received
6318			 from the referenced client for the NFSPROC3_FSSTAT
6319			 (Get Dynamic File System Information) procedure,
6320			 since the last time the statistics were cleared."
6321	::= { pclEntry 45 }
6322
6323	pclNfsV3Fsinfos                 OBJECT-TYPE
6324	SYNTAX                          Counter32
6325        MAX-ACCESS                      read-only
6326        STATUS                          current
6327	DESCRIPTION
6328			"The number of NFS Version 3 calls received
6329			 from the referenced client for the NFSPROC3_FSINFO
6330			 (Get Static File System Information) procedure,
6331			 since the last time the statistics were cleared."
6332	::= { pclEntry 46 }
6333
6334	pclNfsV3Pathconfs               OBJECT-TYPE
6335	SYNTAX                          Counter32
6336        MAX-ACCESS                      read-only
6337        STATUS                          current
6338	DESCRIPTION
6339			  "The number of NFS Version 3 calls received
6340			   from the referenced client for the NFSPROC3_PATHCONF
6341			   (Retrieve POSIX Information) procedure, since the
6342			   last time the statistics were cleared."
6343	::= { pclEntry 47 }
6344
6345	pclNfsV3Commits                 OBJECT-TYPE
6346	SYNTAX                          Counter32
6347        MAX-ACCESS                      read-only
6348        STATUS                          current
6349	DESCRIPTION
6350			"The number of NFS Version 3 calls received
6351			 from the referenced client for the NFSPROC3_COMMIT
6352			 (Commit Cached Data on a Server to Stable Storage)
6353			 procedure, since the last time the statistics were
6354			 cleared."
6355	::= { pclEntry 48 }
6356
6357	pclPerCent                      OBJECT-TYPE
6358	SYNTAX                          Integer32 (0..100)
6359        MAX-ACCESS                      read-only
6360        STATUS                          current
6361	DESCRIPTION
6362				"The number of the total NFS calls for the
6363				 referenced client as a percentage of the
6364				 total NFS calls received from all
6365				 clients, since the last time the
6366				 statistics were cleared."
6367	::= { pclEntry 49 }
6368
6369	pclNfsV2NullPerCent             OBJECT-TYPE
6370	SYNTAX                          Integer32 (0..100)
6371        MAX-ACCESS                      read-only
6372        STATUS                          current
6373	DESCRIPTION
6374				"The number of NFS Version 2 calls
6375				 received from the referenced client for
6376				 the NFSPROC_NULL (Do Nothing) procedure,
6377				 as a percentage of the total calls
6378				 received from this client, since the
6379				 last time the statistics were cleared."
6380	::= { pclEntry 50 }
6381
6382	pclNfsV2GetattrPerCent          OBJECT-TYPE
6383	SYNTAX                          Integer32 (0..100)
6384        MAX-ACCESS                      read-only
6385        STATUS                          current
6386	DESCRIPTION
6387				"The number of NFS Version 2 calls
6388				 received from the referenced client for
6389				 the NFSPROC_GETATTR (Get File Attributes)
6390				 procedure, as a percentage of the total
6391				 calls received from this client, since
6392				 the last time the statistics were cleared."
6393	::= { pclEntry 51 }
6394
6395	pclNfsV2SetattrPerCent          OBJECT-TYPE
6396	SYNTAX                          Integer32 (0..100)
6397        MAX-ACCESS                      read-only
6398        STATUS                          current
6399	DESCRIPTION
6400				"The number of NFS Version 2 calls
6401				 received from the referenced client for
6402				 the NFSPROC_SETATTR (Set File Attributes)
6403				 procedure, as a percentage of the total
6404				 calls received from this client, since
6405				 the last time the statistics were cleared."
6406	::= { pclEntry 52 }
6407
6408	pclNfsV2RootPerCent             OBJECT-TYPE
6409	SYNTAX                          Integer32 (0..100)
6410        MAX-ACCESS                      read-only
6411        STATUS                          current
6412	DESCRIPTION
6413				"The number of NFS Version 2 calls
6414				 received from the referenced client for
6415				 the NFSPROC_ROOT (Get Filesystem Root)
6416				 procedure, as a percentage of the total
6417				 calls received from this client, since
6418				 the last time the statistics were cleared."
6419	::= { pclEntry 53 }
6420
6421	pclNfsV2LookupPerCent           OBJECT-TYPE
6422	SYNTAX                          Integer32 (0..100)
6423        MAX-ACCESS                      read-only
6424        STATUS                          current
6425	DESCRIPTION
6426				"The number of NFS Version 2 calls
6427				 received from the referenced client for
6428				 the NFSPROC_LOOKUP (Look Up File Name)
6429				 procedure, as a percentage of the total
6430				 calls received from this client, since
6431				 the last time the statistics were cleared."
6432	::= { pclEntry 54 }
6433
6434	pclNfsV2ReadlinkPerCent         OBJECT-TYPE
6435	SYNTAX                          Integer32 (0..100)
6436        MAX-ACCESS                      read-only
6437        STATUS                          current
6438	DESCRIPTION
6439				"The number of NFS Version 2 calls
6440				 received from the referenced client for
6441				 the NFSPROC_READLINK (Read From Symbolic
6442				 Link) procedure, as a percentage of the
6443				 total calls received from this client,
6444				 since the last time the statistics were
6445				 cleared."
6446	::= { pclEntry 55 }
6447
6448	pclNfsV2ReadPerCent             OBJECT-TYPE
6449	SYNTAX                          Integer32 (0..100)
6450        MAX-ACCESS                      read-only
6451        STATUS                          current
6452	DESCRIPTION
6453				"The number of NFS Version 2 calls
6454				 received from the referenced client for
6455				 the NFSPROC_READ (Read From File)
6456				 procedure, as a percentage of the total
6457				 calls received from this client, since
6458				 the last time the statistics were cleared."
6459	::= { pclEntry 56 }
6460
6461	pclNfsV2WrcachePerCent          OBJECT-TYPE
6462	SYNTAX                          Integer32 (0..100)
6463        MAX-ACCESS                      read-only
6464        STATUS                          current
6465	DESCRIPTION
6466				"The number of NFS Version 2 calls
6467				 received from the referenced client for
6468				 the NFSPROC_WRITECACHE (Write to Cache)
6469				 procedure, as a percentage of the total
6470				 calls received from this client, since
6471				 the last time the statistics were cleared."
6472	::= { pclEntry 57 }
6473
6474	pclNfsV2WritePerCent            OBJECT-TYPE
6475	SYNTAX                          Integer32 (0..100)
6476        MAX-ACCESS                      read-only
6477        STATUS                          current
6478	DESCRIPTION
6479				"The number of NFS Version 2 calls
6480				 received from the referenced client for
6481				 the NFSPROC_WRITE (Write to File)
6482				 procedure, as a percentage of the total
6483				 calls received from this client, since
6484				 the last time the statistics were cleared."
6485	::= { pclEntry 58 }
6486
6487	pclNfsV2CreatePerCent           OBJECT-TYPE
6488	SYNTAX                          Integer32 (0..100)
6489        MAX-ACCESS                      read-only
6490        STATUS                          current
6491	DESCRIPTION
6492				"The number of NFS Version 2 calls
6493				 received from the referenced client for
6494				 the NFSPROC_CREATE (Create File)
6495				 procedure, as a percentage of the total
6496				 calls received from this client, since
6497				 the last time the statistics were cleared."
6498	::= { pclEntry 59 }
6499
6500	pclNfsV2RemovePerCent           OBJECT-TYPE
6501	SYNTAX                          Integer32 (0..100)
6502        MAX-ACCESS                      read-only
6503        STATUS                          current
6504	DESCRIPTION
6505				"The number of NFS Version 2 calls
6506				 received from the referenced client for
6507				 the NFSPROC_REMOVE (Remove File)
6508				 procedure, as a percentage of the total
6509				 calls received from this client, since
6510				 the last time the statistics were cleared."
6511	::= { pclEntry 60 }
6512
6513	pclNfsV2RenamePerCent           OBJECT-TYPE
6514	SYNTAX                          Integer32 (0..100)
6515        MAX-ACCESS                      read-only
6516        STATUS                          current
6517	DESCRIPTION
6518				"The number of NFS Version 2 calls
6519				 received from the referenced client for
6520				 the NFSPROC_RENAME (Rename File)
6521				 procedure, as a percentage of the total
6522				 calls received from this client, since
6523				 the last time the statistics were cleared."
6524	::= { pclEntry 61 }
6525
6526	pclNfsV2LinkPerCent             OBJECT-TYPE
6527	SYNTAX                          Integer32 (0..100)
6528        MAX-ACCESS                      read-only
6529        STATUS                          current
6530	DESCRIPTION
6531				"The number of NFS Version 2 calls
6532				 received from the referenced client for
6533				 the NFSPROC_LINK (Create Link to File)
6534				 procedure, as a percentage of the total
6535				 calls received from this client, since
6536				 the last time the statistics were cleared."
6537	::= { pclEntry 62 }
6538
6539	pclNfsV2SymlinkPerCent          OBJECT-TYPE
6540	SYNTAX                          Integer32 (0..100)
6541        MAX-ACCESS                      read-only
6542        STATUS                          current
6543	DESCRIPTION
6544				"The number of NFS Version 2 calls
6545				 received from the referenced client for
6546				 the NFSPROC_SYMLINK (Create Symbolic Link)
6547				 procedure, as a percentage of the total
6548				 calls received from this client, since
6549				 the last time the statistics were cleared."
6550	::= { pclEntry 63 }
6551
6552	pclNfsV2MkdirPerCent            OBJECT-TYPE
6553	SYNTAX                          Integer32 (0..100)
6554        MAX-ACCESS                      read-only
6555        STATUS                          current
6556	DESCRIPTION
6557				"The number of NFS Version 2 calls
6558				 received from the referenced client for
6559				 the NFSPROC_MKDIR (Create Directory)
6560				 procedure, as a percentage of the total
6561				 calls received from this client, since
6562				 the last time the statistics were cleared."
6563	::= { pclEntry 64 }
6564
6565	pclNfsV2RmdirPerCent            OBJECT-TYPE
6566	SYNTAX                          Integer32 (0..100)
6567        MAX-ACCESS                      read-only
6568        STATUS                          current
6569	DESCRIPTION
6570				"The number of NFS Version 2 calls
6571				 received from the referenced client for
6572				 the NFSPROC_RMDIR (Remove Directory)
6573				 procedure, as a percentage of the total
6574				 calls received from this client, since
6575				 the last time the statistics were cleared."
6576	::= { pclEntry 65 }
6577
6578	pclNfsV2ReaddirPerCent          OBJECT-TYPE
6579	SYNTAX                          Integer32 (0..100)
6580        MAX-ACCESS                      read-only
6581        STATUS                          current
6582	DESCRIPTION
6583				"The number of NFS Version 2 calls
6584				 received from the referenced client for
6585				 the NFSPROC_READDIR (Read From Directory)
6586				 procedure, as a percentage of the total
6587				 calls received from this client, since
6588				 the last time the statistics were cleared."
6589	::= { pclEntry 66 }
6590
6591	pclNfsV2StatfsPerCent           OBJECT-TYPE
6592	SYNTAX                          Integer32 (0..100)
6593        MAX-ACCESS                      read-only
6594        STATUS                          current
6595	DESCRIPTION
6596				"The number of NFS Version 2 calls
6597				 received from the referenced client for
6598				 the NFSPROC_STATFS (Get Filesystem
6599				 Attributes) procedure, as a percentage
6600				 of the total calls received from this
6601				 client, since the last time the
6602				 statistics were cleared."
6603	::= { pclEntry 67 }
6604
6605	pclNfsV3NullPerCent             OBJECT-TYPE
6606	SYNTAX                          Integer32 (0..100)
6607        MAX-ACCESS                      read-only
6608        STATUS                          current
6609	DESCRIPTION
6610				"The number of NFS Version 3 calls
6611				 received from the referenced client for
6612				 the NFSPROC3_NULL (Do Nothing)
6613				 procedure, as a percentage of the total
6614				 calls received from this client, since
6615				 the last time the statistics were cleared."
6616	::= { pclEntry 68 }
6617
6618	pclNfsV3GetattrPerCent          OBJECT-TYPE
6619	SYNTAX                          Integer32 (0..100)
6620        MAX-ACCESS                      read-only
6621        STATUS                          current
6622	DESCRIPTION
6623				"The number of NFS Version 3 calls
6624				 received from the referenced client for
6625				 the NFSPROC3_GETATTR (Get File Attributes)
6626				 procedure, as a percentage of the total
6627				 calls received from this client, since
6628				 the last time the statistics were cleared."
6629	::= { pclEntry 69 }
6630
6631	pclNfsV3SetattrPerCent          OBJECT-TYPE
6632	SYNTAX                          Integer32 (0..100)
6633        MAX-ACCESS                      read-only
6634        STATUS                          current
6635	DESCRIPTION
6636				"The number of NFS Version 3 calls
6637				 received from the referenced client for
6638				 the NFSPROC3_SETATTR (Set File Attributes)
6639				 procedure, as a percentage of the total
6640				 calls received from this client, since
6641				 the last time the statistics were cleared."
6642	::= { pclEntry 70 }
6643
6644	pclNfsV3LookupPerCent           OBJECT-TYPE
6645	SYNTAX                          Integer32 (0..100)
6646        MAX-ACCESS                      read-only
6647        STATUS                          current
6648	DESCRIPTION
6649				"The number of NFS Version 3 calls
6650				 received from the referenced client for
6651				 the NFSPROC3_LOOKUP (Lookup Filename)
6652				 procedure, as a percentage of the total
6653				 calls received from this client, since
6654				 the last time the statistics were cleared."
6655	::= { pclEntry 71 }
6656
6657	pclNfsV3AccessPerCent           OBJECT-TYPE
6658	SYNTAX                          Integer32 (0..100)
6659        MAX-ACCESS                      read-only
6660        STATUS                          current
6661	DESCRIPTION
6662				"The number of NFS Version 3 calls
6663				 received from the referenced client for
6664				 the NFSPROC3_ACCESS (Check Access Permission)
6665				 procedure, as a percentage of the total
6666				 calls received from this client, since
6667				 the last time the statistics were cleared."
6668	::= { pclEntry 72 }
6669
6670	pclNfsV3ReadlinkPerCent         OBJECT-TYPE
6671	SYNTAX                          Integer32 (0..100)
6672        MAX-ACCESS                      read-only
6673        STATUS                          current
6674	DESCRIPTION
6675				"The number of NFS Version 3 calls
6676				 received from the referenced client for
6677				 the NFSPROC3_READLINK (Read from Symbolic
6678				 Link) procedure, as a percentage of the total
6679				 calls received from this client, since
6680				 the last time the statistics were cleared."
6681	::= { pclEntry 73 }
6682
6683	pclNfsV3ReadPerCent             OBJECT-TYPE
6684	SYNTAX                          Integer32 (0..100)
6685        MAX-ACCESS                      read-only
6686        STATUS                          current
6687	DESCRIPTION
6688				"The number of NFS Version 3 calls
6689				 received from the referenced client for
6690				 the NFSPROC3_READ (Read From File)
6691				 procedure, as a percentage of the total
6692				 calls received from this client, since
6693				 the last time the statistics were cleared."
6694	::= { pclEntry 74 }
6695
6696	pclNfsV3WritePerCent            OBJECT-TYPE
6697	SYNTAX                          Integer32 (0..100)
6698        MAX-ACCESS                      read-only
6699        STATUS                          current
6700	DESCRIPTION
6701				"The number of NFS Version 3 calls
6702				 received from the referenced client for
6703				 the NFSPROC3_WRITE (Write to File)
6704				 procedure, as a percentage of the total
6705				 calls received from this client, since
6706				 the last time the statistics were cleared."
6707	::= { pclEntry 75 }
6708
6709	pclNfsV3CreatePerCent           OBJECT-TYPE
6710	SYNTAX                          Integer32 (0..100)
6711        MAX-ACCESS                      read-only
6712        STATUS                          current
6713	DESCRIPTION
6714				"The number of NFS Version 3 calls
6715				 received from the referenced client for
6716				 the NFSPROC3_CREATE (Create a File)
6717				 procedure, as a percentage of the total
6718				 calls received from this client, since
6719				 the last time the statistics were cleared."
6720	::= { pclEntry 76 }
6721
6722	pclNfsV3MkdirPerCent            OBJECT-TYPE
6723	SYNTAX                          Integer32 (0..100)
6724        MAX-ACCESS                      read-only
6725        STATUS                          current
6726	DESCRIPTION
6727				"The number of NFS Version 3 calls
6728				 received from the referenced client for
6729				 the NFSPROC3_MKDIR (Create a Directory)
6730				 procedure, as a percentage of the total
6731				 calls received from this client, since
6732				 the last time the statistics were cleared."
6733	::= { pclEntry 77 }
6734
6735	pclNfsV3SymlinkPerCent          OBJECT-TYPE
6736	SYNTAX                          Integer32 (0..100)
6737        MAX-ACCESS                      read-only
6738        STATUS                          current
6739	DESCRIPTION
6740				"The number of NFS Version 3 calls
6741				 received from the referenced client for
6742				 the NFSPROC3_SYMLINK (Create a Symbolic
6743				 Link) procedure, as a percentage of the
6744				 total calls received from this client, since
6745				 the last time the statistics were cleared."
6746	::= { pclEntry 78 }
6747
6748	pclNfsV3MknodPerCent            OBJECT-TYPE
6749	SYNTAX                          Integer32 (0..100)
6750        MAX-ACCESS                      read-only
6751        STATUS                          current
6752	DESCRIPTION
6753				"The number of NFS Version 3 calls
6754				 received from the referenced client for
6755				 the NFSPROC3_MKNOD (Create a Special
6756				 Device) procedure, as a percentage of the
6757				 total calls received from this client, since
6758				 the last time the statistics were cleared."
6759	::= { pclEntry 79 }
6760
6761	pclNfsV3RemovePerCent           OBJECT-TYPE
6762	SYNTAX                          Integer32 (0..100)
6763        MAX-ACCESS                      read-only
6764        STATUS                          current
6765	DESCRIPTION
6766				"The number of NFS Version 3 calls
6767				 received from the referenced client for
6768				 the NFSPROC3_REMOVE (Remove a File)
6769				 procedure, as a percentage of the total
6770				 calls received from this client, since
6771				 the last time the statistics were cleared."
6772	::= { pclEntry 80 }
6773
6774	pclNfsV3RmdirPerCent            OBJECT-TYPE
6775	SYNTAX                          Integer32 (0..100)
6776        MAX-ACCESS                      read-only
6777        STATUS                          current
6778	DESCRIPTION
6779				"The number of NFS Version 3 calls
6780				 received from the referenced client for
6781				 the NFSPROC3_RMDIR (Remove a Directory)
6782				 procedure, as a percentage of the total
6783				 calls received from this client, since
6784				 the last time the statistics were cleared."
6785	::= { pclEntry 81 }
6786
6787	pclNfsV3RenamePerCent           OBJECT-TYPE
6788	SYNTAX                          Integer32 (0..100)
6789        MAX-ACCESS                      read-only
6790        STATUS                          current
6791	DESCRIPTION
6792				"The number of NFS Version 3 calls
6793				 received from the referenced client for
6794				 the NFSPROC3_RENAME (Rename a File or
6795				 Directory) procedure, as a percentage of
6796				 the total calls received from this client,
6797				 since the last time the statistics were
6798				 cleared."
6799	::= { pclEntry 82 }
6800
6801	pclNfsV3LinkPerCent             OBJECT-TYPE
6802	SYNTAX                          Integer32 (0..100)
6803        MAX-ACCESS                      read-only
6804        STATUS                          current
6805	DESCRIPTION
6806				"The number of NFS Version 3 calls
6807				 received from the referenced client for
6808				 the NFSPROC3_LINK (Create Link to an Object)
6809				 procedure, as a percentage of the total
6810				 calls received from this client, since
6811				 the last time the statistics were cleared."
6812	::= { pclEntry 83 }
6813
6814	pclNfsV3ReaddirPerCent          OBJECT-TYPE
6815	SYNTAX                          Integer32 (0..100)
6816        MAX-ACCESS                      read-only
6817        STATUS                          current
6818	DESCRIPTION
6819				"The number of NFS Version 3 calls
6820				 received from the referenced client for
6821				 the NFSPROC3_READDIR (Read From Directory)
6822				 procedure, as a percentage of the total
6823				 calls received from this client, since
6824				 the last time the statistics were cleared."
6825	::= { pclEntry 84 }
6826
6827	pclNfsV3ReaddirPlusPerCent      OBJECT-TYPE
6828	SYNTAX                          Integer32 (0..100)
6829        MAX-ACCESS                      read-only
6830        STATUS                          current
6831	DESCRIPTION
6832				"The number of NFS Version 3 calls
6833				 received from the referenced client for
6834				 the NFSPROC3_READDIRPLUS (Extended Read from
6835				 Directory) procedure, as a percentage of the
6836				 total calls received from this client, since
6837				 the last time the statistics were cleared."
6838	::= { pclEntry 85 }
6839
6840	pclNfsV3FsstatPerCent           OBJECT-TYPE
6841	SYNTAX                          Integer32 (0..100)
6842        MAX-ACCESS                      read-only
6843        STATUS                          current
6844	DESCRIPTION
6845				"The number of NFS Version 3 calls
6846				 received from the referenced client for
6847				 the NFSPROC3_FSSTAT (Get Dynamic File
6848				 System Information) procedure, as a
6849				 percentage of the total calls received
6850				 from this client, since the last time
6851				 the statistics were cleared."
6852	::= { pclEntry 86 }
6853
6854	pclNfsV3FsinfoPerCent           OBJECT-TYPE
6855	SYNTAX                          Integer32 (0..100)
6856        MAX-ACCESS                      read-only
6857        STATUS                          current
6858	DESCRIPTION
6859				"The number of NFS Version 3 calls
6860				 received from the referenced client for
6861				 the NFSPROC3_FSINFO (Get Static File System
6862				 Information) procedure, as a percentage of the
6863				 total calls received from this client, since
6864				 the last time the statistics were cleared."
6865	::= { pclEntry 87 }
6866
6867	pclNfsV3PathconfPerCent         OBJECT-TYPE
6868	SYNTAX                          Integer32 (0..100)
6869        MAX-ACCESS                      read-only
6870        STATUS                          current
6871	DESCRIPTION
6872				"The number of NFS Version 3 calls
6873				 received from the referenced client for
6874				 the NFSPROC3_PATHCONF (Retrieve POSIX
6875				 Information) procedure, as a percentage of the
6876				 total calls received from this client, since
6877				 the last time the statistics were cleared."
6878	::= { pclEntry 88 }
6879
6880	pclNfsV3CommitPerCent           OBJECT-TYPE
6881	SYNTAX                          Integer32 (0..100)
6882        MAX-ACCESS                      read-only
6883        STATUS                          current
6884	DESCRIPTION
6885				"The number of NFS Version 3 calls
6886				 received from the referenced client for
6887				 the NFSPROC3_COMMIT (Commit Cached Data on
6888				 a Server to Stable Storage) procedure, as
6889				 a percentage of the total calls received
6890				 from this client, since the last time the
6891				 statistics were cleared."
6892	::= { pclEntry 89 }
6893
6894	pclNfsV2Read512Calls            OBJECT-TYPE
6895	SYNTAX                          Counter32
6896        MAX-ACCESS                      read-only
6897        STATUS                          current
6898	DESCRIPTION
6899				"The number of NFS Version 2 read calls
6900				with request sizes between 0-511 bytes
6901				received from this client."
6902	::= { pclEntry 90 }
6903
6904	pclNfsV2Read1KCalls             OBJECT-TYPE
6905	SYNTAX                          Counter32
6906        MAX-ACCESS                      read-only
6907        STATUS                          current
6908	DESCRIPTION
6909				"The number of NFS Version 2 read calls
6910				with request sizes between 512-1023 bytes
6911				received from this client."
6912	::= { pclEntry 91 }
6913
6914	pclNfsV2Read2KCalls             OBJECT-TYPE
6915	SYNTAX                          Counter32
6916        MAX-ACCESS                      read-only
6917        STATUS                          current
6918	DESCRIPTION
6919				"The number of NFS Version 2 read calls
6920				with request sizes between 1K-2047 bytes
6921				received from this client."
6922	::= { pclEntry 92 }
6923
6924	pclNfsV2Read4KCalls             OBJECT-TYPE
6925	SYNTAX                          Counter32
6926        MAX-ACCESS                      read-only
6927        STATUS                          current
6928	DESCRIPTION
6929				"The number of NFS Version 2 read calls
6930				with request sizes between 2K-4095 bytes
6931				received from this client."
6932	::= { pclEntry 93 }
6933
6934	pclNfsV2Read8KCalls             OBJECT-TYPE
6935	SYNTAX                          Counter32
6936        MAX-ACCESS                      read-only
6937        STATUS                          current
6938	DESCRIPTION
6939				"The number of NFS Version 2 read calls
6940				with request sizes between 4K-8191 bytes
6941				received from this client."
6942	::= { pclEntry 94 }
6943
6944	pclNfsV2Read16KCalls            OBJECT-TYPE
6945	SYNTAX                          Counter32
6946        MAX-ACCESS                      read-only
6947        STATUS                          current
6948	DESCRIPTION
6949				"The number of NFS Version 2 read calls
6950				with request sizes between 8K-16383 bytes
6951				received from this client."
6952	::= { pclEntry 95 }
6953
6954	pclNfsV2Read32KCalls            OBJECT-TYPE
6955	SYNTAX                          Counter32
6956        MAX-ACCESS                      read-only
6957        STATUS                          current
6958	DESCRIPTION
6959				"The number of NFS Version 2 read calls
6960				with request sizes between 16K-32767 bytes
6961				received from this client."
6962	::= { pclEntry 96 }
6963
6964	pclNfsV2Read64KCalls            OBJECT-TYPE
6965	SYNTAX                          Counter32
6966        MAX-ACCESS                      read-only
6967        STATUS                          current
6968	DESCRIPTION
6969				"The number of NFS Version 2 read calls
6970				with request sizes between 32K-65535 bytes
6971				received from this client."
6972	::= { pclEntry 97 }
6973
6974	pclNfsV2Read128KCalls           OBJECT-TYPE
6975	SYNTAX                          Counter32
6976        MAX-ACCESS                      read-only
6977        STATUS                          current
6978	DESCRIPTION
6979				"The number of NFS Version 2 read calls
6980				with request sizes between 64K-131071 bytes
6981				received from this client."
6982	::= { pclEntry 98 }
6983
6984	pclNfsV2Write512Calls           OBJECT-TYPE
6985	SYNTAX                          Counter32
6986        MAX-ACCESS                      read-only
6987        STATUS                          current
6988	DESCRIPTION
6989				"The number of NFS Version 2 write calls
6990				with request sizes between 0-511 bytes
6991				received from this client."
6992	::= { pclEntry 99 }
6993
6994	pclNfsV2Write1KCalls            OBJECT-TYPE
6995	SYNTAX                          Counter32
6996        MAX-ACCESS                      read-only
6997        STATUS                          current
6998	DESCRIPTION
6999				"The number of NFS Version 2 write calls
7000				with request sizes between 512-1023 bytes
7001				received from this client."
7002	::= { pclEntry 100 }
7003
7004	pclNfsV2Write2KCalls            OBJECT-TYPE
7005	SYNTAX                          Counter32
7006        MAX-ACCESS                      read-only
7007        STATUS                          current
7008	DESCRIPTION
7009				"The number of NFS Version 2 write calls
7010				with request sizes between 1K-2047 bytes
7011				received from this client."
7012	::= { pclEntry 101 }
7013
7014	pclNfsV2Write4KCalls            OBJECT-TYPE
7015	SYNTAX                          Counter32
7016        MAX-ACCESS                      read-only
7017        STATUS                          current
7018	DESCRIPTION
7019				"The number of NFS Version 2 write calls
7020				with request sizes between 2K-4095 bytes
7021				received from this client."
7022	::= { pclEntry 102 }
7023
7024	pclNfsV2Write8KCalls            OBJECT-TYPE
7025	SYNTAX                          Counter32
7026        MAX-ACCESS                      read-only
7027        STATUS                          current
7028	DESCRIPTION
7029				"The number of NFS Version 2 write calls
7030				with request sizes between 4K-8191 bytes
7031				received from this client."
7032	::= { pclEntry 103 }
7033
7034	pclNfsV2Write16KCalls           OBJECT-TYPE
7035	SYNTAX                          Counter32
7036        MAX-ACCESS                      read-only
7037        STATUS                          current
7038	DESCRIPTION
7039				"The number of NFS Version 2 write calls
7040				with request sizes between 8K-16383 bytes
7041				received from this client."
7042	::= { pclEntry 104 }
7043
7044	pclNfsV2Write32KCalls           OBJECT-TYPE
7045	SYNTAX                          Counter32
7046        MAX-ACCESS                      read-only
7047        STATUS                          current
7048	DESCRIPTION
7049				"The number of NFS Version 2 write calls
7050				with request sizes between 16K-32767 bytes
7051				received from this client."
7052	::= { pclEntry 105 }
7053
7054	pclNfsV2Write64KCalls           OBJECT-TYPE
7055	SYNTAX                          Counter32
7056        MAX-ACCESS                      read-only
7057        STATUS                          current
7058	DESCRIPTION
7059				"The number of NFS Version 2 write calls
7060				with request sizes between 32K-65535 bytes
7061				received from this client."
7062	::= { pclEntry 106 }
7063
7064	pclNfsV2Write128KCalls          OBJECT-TYPE
7065	SYNTAX                          Counter32
7066        MAX-ACCESS                      read-only
7067        STATUS                          current
7068	DESCRIPTION
7069				"The number of NFS Version 2 write calls
7070				with request sizes between 64K-131071 bytes
7071				received from this client."
7072	::= { pclEntry 107 }
7073
7074	pclNfsV3Read512Calls            OBJECT-TYPE
7075	SYNTAX                          Counter32
7076        MAX-ACCESS                      read-only
7077        STATUS                          current
7078	DESCRIPTION
7079				"The number of NFS Version 3 read calls
7080				with request sizes between 0-511 bytes
7081				received from this client."
7082	::= { pclEntry 108 }
7083
7084	pclNfsV3Read1KCalls             OBJECT-TYPE
7085	SYNTAX                          Counter32
7086        MAX-ACCESS                      read-only
7087        STATUS                          current
7088	DESCRIPTION
7089				"The number of NFS Version 3 read calls
7090				with request sizes between 512-1023 bytes
7091				received from this client."
7092	::= { pclEntry 109 }
7093
7094	pclNfsV3Read2KCalls             OBJECT-TYPE
7095	SYNTAX                          Counter32
7096        MAX-ACCESS                      read-only
7097        STATUS                          current
7098	DESCRIPTION
7099				"The number of NFS Version 3 read calls
7100				with request sizes between 1K-2047 bytes
7101				received from this client."
7102	::= { pclEntry 110 }
7103
7104	pclNfsV3Read4KCalls             OBJECT-TYPE
7105	SYNTAX                          Counter32
7106        MAX-ACCESS                      read-only
7107        STATUS                          current
7108	DESCRIPTION
7109				"The number of NFS Version 3 read calls
7110				with request sizes between 2K-4095 bytes
7111				received from this client."
7112	::= { pclEntry 111 }
7113
7114	pclNfsV3Read8KCalls             OBJECT-TYPE
7115	SYNTAX                          Counter32
7116        MAX-ACCESS                      read-only
7117        STATUS                          current
7118	DESCRIPTION
7119				"The number of NFS Version 3 read calls
7120				with request sizes between 4K-8191 bytes
7121				received from this client."
7122	::= { pclEntry 112 }
7123
7124	pclNfsV3Read16KCalls            OBJECT-TYPE
7125	SYNTAX                          Counter32
7126        MAX-ACCESS                      read-only
7127        STATUS                          current
7128	DESCRIPTION
7129				"The number of NFS Version 3 read calls
7130				with request sizes between 8K-16383 bytes
7131				received from this client."
7132	::= { pclEntry 113 }
7133
7134	pclNfsV3Read32KCalls            OBJECT-TYPE
7135	SYNTAX                          Counter32
7136        MAX-ACCESS                      read-only
7137        STATUS                          current
7138	DESCRIPTION
7139				"The number of NFS Version 3 read calls
7140				with request sizes between 16K-32767 bytes
7141				received from this client."
7142	::= { pclEntry 114 }
7143
7144	pclNfsV3Read64KCalls            OBJECT-TYPE
7145	SYNTAX                          Counter32
7146        MAX-ACCESS                      read-only
7147        STATUS                          current
7148	DESCRIPTION
7149				"The number of NFS Version 3 read calls
7150				with request sizes between 32K-65535 bytes
7151				received from this client."
7152	::= { pclEntry 115 }
7153
7154	pclNfsV3Read128KCalls           OBJECT-TYPE
7155	SYNTAX                          Counter32
7156        MAX-ACCESS                      read-only
7157        STATUS                          current
7158	DESCRIPTION
7159				"The number of NFS Version 3 read calls
7160				with request sizes between 64K-131071 bytes
7161				received from this client."
7162	::= { pclEntry 116 }
7163
7164	pclNfsV3Write512Calls           OBJECT-TYPE
7165	SYNTAX                          Counter32
7166        MAX-ACCESS                      read-only
7167        STATUS                          current
7168	DESCRIPTION
7169				"The number of NFS Version 3 write calls
7170				with request sizes between 0-511 bytes
7171				received from this client."
7172	::= { pclEntry 117 }
7173
7174	pclNfsV3Write1KCalls            OBJECT-TYPE
7175	SYNTAX                          Counter32
7176        MAX-ACCESS                      read-only
7177        STATUS                          current
7178	DESCRIPTION
7179				"The number of NFS Version 3 write calls
7180				with request sizes between 512-1023 bytes
7181				received from this client."
7182	::= { pclEntry 118 }
7183
7184	pclNfsV3Write2KCalls            OBJECT-TYPE
7185	SYNTAX                          Counter32
7186        MAX-ACCESS                      read-only
7187        STATUS                          current
7188	DESCRIPTION
7189				"The number of NFS Version 3 write calls
7190				with request sizes between 1K-2047 bytes
7191				received from this client."
7192	::= { pclEntry 119 }
7193
7194	pclNfsV3Write4KCalls            OBJECT-TYPE
7195	SYNTAX                          Counter32
7196        MAX-ACCESS                      read-only
7197        STATUS                          current
7198	DESCRIPTION
7199				"The number of NFS Version 3 write calls
7200				with request sizes between 2K-4095 bytes
7201				received from this client."
7202	::= { pclEntry 120 }
7203
7204	pclNfsV3Write8KCalls            OBJECT-TYPE
7205	SYNTAX                          Counter32
7206        MAX-ACCESS                      read-only
7207        STATUS                          current
7208	DESCRIPTION
7209				"The number of NFS Version 3 write calls
7210				with request sizes between 4K-8191 bytes
7211				received from this client."
7212	::= { pclEntry 121 }
7213
7214	pclNfsV3Write16KCalls           OBJECT-TYPE
7215	SYNTAX                          Counter32
7216        MAX-ACCESS                      read-only
7217        STATUS                          current
7218	DESCRIPTION
7219				"The number of NFS Version 3 write calls
7220				with request sizes between 8K-16383 bytes
7221				received from this client."
7222	::= { pclEntry 122 }
7223
7224	pclNfsV3Write32KCalls           OBJECT-TYPE
7225	SYNTAX                          Counter32
7226        MAX-ACCESS                      read-only
7227        STATUS                          current
7228	DESCRIPTION
7229				"The number of NFS Version 3 write calls
7230				with request sizes between 16K-32767 bytes
7231				received from this client."
7232	::= { pclEntry 123 }
7233
7234	pclNfsV3Write64KCalls           OBJECT-TYPE
7235	SYNTAX                          Counter32
7236        MAX-ACCESS                      read-only
7237        STATUS                          current
7238	DESCRIPTION
7239				"The number of NFS Version 3 write calls
7240				with request sizes between 32K-65535 bytes
7241				received from this client."
7242	::= { pclEntry 124 }
7243
7244	pclNfsV3Write128KCalls          OBJECT-TYPE
7245	SYNTAX                          Counter32
7246        MAX-ACCESS                      read-only
7247        STATUS                          current
7248	DESCRIPTION
7249				"The number of NFS Version 3 write calls
7250				with request sizes between 64K-131071 bytes
7251				received from this client."
7252	::= { pclEntry 125 }
7253
7254
7255	pclNumber                       OBJECT-TYPE
7256	SYNTAX                          Integer32
7257        MAX-ACCESS                      read-only
7258        STATUS                          current
7259	DESCRIPTION
7260			"Number of entries in the pclTable table."
7261
7262	::= { nfsPerClient 2 }
7263
7264
7265
7266	-- the totNfs group
7267
7268		-- this group contains the NFS statistics since the
7269		-- last boot
7270
7271	trpcServ	OBJECT IDENTIFIER ::= { totNfs 1 }
7272
7273	tnfsServ	OBJECT IDENTIFIER ::= { totNfs 2 }
7274
7275
7276
7277	-- the trpcServ group
7278
7279 	trpcCalls                       OBJECT-TYPE
7280	SYNTAX                          Counter32
7281        MAX-ACCESS                      read-only
7282        STATUS                          current
7283	DESCRIPTION
7284			"The total number of RPC calls received,
7285			 since the last boot."
7286	::= { trpcServ 1 }
7287
7288	trpcBadCalls                    OBJECT-TYPE
7289	SYNTAX                          Counter32
7290        MAX-ACCESS                      read-only
7291        STATUS                          current
7292	DESCRIPTION
7293			"The total number of calls rejected by the RPC
7294			 layer, since the last boot."
7295	::= { trpcServ 2 }
7296
7297	trpcNullRecvs                   OBJECT-TYPE
7298	SYNTAX                          Counter32
7299        MAX-ACCESS                      read-only
7300        STATUS                          current
7301	DESCRIPTION
7302			"The number of times an RPC call was not
7303			 available when it was thought to be received,
7304			 since the last boot."
7305	::= { trpcServ 3 }
7306
7307	trpcBadLens                     OBJECT-TYPE
7308	SYNTAX                          Counter32
7309        MAX-ACCESS                      read-only
7310        STATUS                          current
7311	DESCRIPTION
7312			"The number of RPC calls received with a length
7313			 shorter than a minimum-sized RPC call, since
7314			 the last boot."
7315	::= { trpcServ 4 }
7316
7317	trpcServXDRCalls                OBJECT-TYPE
7318	SYNTAX                          Counter32
7319        MAX-ACCESS                      read-only
7320        STATUS                          current
7321	DESCRIPTION
7322			"The number of RPC calls received whose header
7323			 could not be XDR decoded, since the last boot."
7324	::= { trpcServ 5 }
7325
7326
7327
7328	-- the tnfsServ group
7329
7330	tnfsCalls                       OBJECT-TYPE
7331	SYNTAX                          Counter32
7332        MAX-ACCESS                      read-only
7333        STATUS                          current
7334	DESCRIPTION
7335			 "The total number of NFS calls received, since
7336			  last boot."
7337	::= { tnfsServ 1 }
7338
7339	tnfsServBadCalls                OBJECT-TYPE
7340	SYNTAX                          Counter32
7341        MAX-ACCESS                      read-only
7342        STATUS                          current
7343	DESCRIPTION
7344			 "The total number of received NFS calls rejected,
7345			  since last boot."
7346	::= { tnfsServ 2 }
7347
7348	tnfsV2		OBJECT IDENTIFIER ::= { tnfsServ 3 }
7349
7350	tnfsV3		OBJECT IDENTIFIER ::= { tnfsServ 4 }
7351
7352	treplyCache	OBJECT IDENTIFIER ::= { tnfsServ 5 }
7353
7354	tnfsrwStats 	OBJECT IDENTIFIER ::= { tnfsServ 6 }
7355
7356
7357
7358	-- the tnfsV2 group
7359
7360		-- this group contains statistics for NFS
7361		-- Version 2 calls processed since the last boot
7362
7363	tv2Calls		OBJECT IDENTIFIER ::= { tnfsV2 1 }
7364
7365	tv2Percent		OBJECT IDENTIFIER ::= { tnfsV2 2 }
7366
7367	tv2CachedCalls		OBJECT IDENTIFIER ::= { tnfsV2 3 }
7368
7369	tv2CachedPerCent	OBJECT IDENTIFIER ::= { tnfsV2 4 }
7370
7371
7372	-- the tv2Calls group
7373
7374		-- this group contains statistics for the number of
7375		-- calls received for each NFS Version 2 procedure
7376		-- since the last boot
7377
7378	tv2cNulls                       OBJECT-TYPE
7379	SYNTAX                          Counter32
7380        MAX-ACCESS                      read-only
7381        STATUS                          current
7382	DESCRIPTION
7383			"The number of NFS Version 2 calls received
7384			 for the NFSPROC_NULL (Do Nothing) procedure,
7385			 since the last boot."
7386	::= { tv2Calls 1 }
7387
7388	tv2cGetattrs                    OBJECT-TYPE
7389	SYNTAX                          Counter32
7390        MAX-ACCESS                      read-only
7391        STATUS                          current
7392	DESCRIPTION
7393			"The number of NFS Version 2 calls received
7394			 for the NFSPROC_GETATTR (Get File Attributes)
7395			 procedure, since the last boot."
7396	::= { tv2Calls 2 }
7397
7398	tv2cSetattrs                    OBJECT-TYPE
7399	SYNTAX                          Counter32
7400        MAX-ACCESS                      read-only
7401        STATUS                          current
7402	DESCRIPTION
7403			"The number of NFS Version 2 calls received
7404			 for the NFSPROC_SETATTR (Set File Attributes)
7405			 procedure, since the last boot."
7406	::= { tv2Calls 3 }
7407
7408	tv2cRoots                       OBJECT-TYPE
7409	SYNTAX                          Counter32
7410        MAX-ACCESS                      read-only
7411        STATUS                          current
7412	DESCRIPTION
7413			"The number of NFS Version 2 calls received
7414			 for the NFSPROC_ROOT (Get Filesystem Root)
7415			 procedure, since the last boot."
7416	::= { tv2Calls 4 }
7417
7418	tv2cLookups                     OBJECT-TYPE
7419	SYNTAX                          Counter32
7420        MAX-ACCESS                      read-only
7421        STATUS                          current
7422	DESCRIPTION
7423			"The number of NFS Version 2 calls received
7424			 for the NFSPROC_LOOKUP (Look Up File Name)
7425			 procedure, since the last boot."
7426	::= { tv2Calls 5 }
7427
7428	tv2cReadlinks                   OBJECT-TYPE
7429	SYNTAX                          Counter32
7430        MAX-ACCESS                      read-only
7431        STATUS                          current
7432	DESCRIPTION
7433			"The number of NFS Version 2 calls received
7434			 for the NFSPROC_READLINK (Read From Symbolic
7435			 Link) procedure, since the last boot."
7436	::= { tv2Calls 6 }
7437
7438	tv2cReads                       OBJECT-TYPE
7439	SYNTAX                          Counter32
7440        MAX-ACCESS                      read-only
7441        STATUS                          current
7442	DESCRIPTION
7443			"The number of NFS Version 2 calls received
7444			 for the NFSPROC_READ (Read From File)
7445			 procedure, since the last boot."
7446	::= { tv2Calls 7 }
7447
7448	tv2cWrcaches                    OBJECT-TYPE
7449	SYNTAX                          Counter32
7450        MAX-ACCESS                      read-only
7451        STATUS                          current
7452	DESCRIPTION
7453			"The number of NFS Version 2 calls received
7454			 for the NFSPROC_WRITECACHE (Write to Cache)
7455			 procedure, since the last boot."
7456	::= { tv2Calls 8 }
7457
7458	tv2cWrites                      OBJECT-TYPE
7459	SYNTAX                          Counter32
7460        MAX-ACCESS                      read-only
7461        STATUS                          current
7462	DESCRIPTION
7463			"The number of NFS Version 2 calls received
7464			 for the NFSPROC_WRITE (Write to File)
7465			 procedure, since the last boot."
7466	::= { tv2Calls 9 }
7467
7468	tv2cCreates                     OBJECT-TYPE
7469	SYNTAX                          Counter32
7470        MAX-ACCESS                      read-only
7471        STATUS                          current
7472	DESCRIPTION
7473			"The number of NFS Version 2 calls received
7474			 for the NFSPROC_CREATE (Create File)
7475			 procedure, since the last boot."
7476	::= { tv2Calls 10 }
7477
7478	tv2cRemoves                     OBJECT-TYPE
7479	SYNTAX                          Counter32
7480        MAX-ACCESS                      read-only
7481        STATUS                          current
7482	DESCRIPTION
7483			"The number of NFS Version 2 calls received
7484			 for the NFSPROC_REMOVE (Remove File)
7485			 procedure, since the last boot."
7486	::= { tv2Calls 11 }
7487
7488	tv2cRenames                     OBJECT-TYPE
7489	SYNTAX                          Counter32
7490        MAX-ACCESS                      read-only
7491        STATUS                          current
7492	DESCRIPTION
7493			"The number of NFS Version 2 calls received
7494			 for the NFSPROC_RENAME (Rename File)
7495			 procedure, since the last boot."
7496	::= { tv2Calls 12 }
7497
7498	tv2cLinks                       OBJECT-TYPE
7499	SYNTAX                          Counter32
7500        MAX-ACCESS                      read-only
7501        STATUS                          current
7502	DESCRIPTION
7503			"The number of NFS Version 2 calls received
7504			 for the NFSPROC_LINK (Create Link to File)
7505			 procedure, since the last boot."
7506	::= { tv2Calls 13 }
7507
7508	tv2cSymlinks                    OBJECT-TYPE
7509	SYNTAX                          Counter32
7510        MAX-ACCESS                      read-only
7511        STATUS                          current
7512	DESCRIPTION
7513			"The number of NFS Version 2 calls received
7514			 for the NFSPROC_SYMLINK (Create Symbolic Link)
7515			 procedure, since the last boot."
7516	::= { tv2Calls 14 }
7517
7518	tv2cMkdirs                      OBJECT-TYPE
7519	SYNTAX                          Counter32
7520        MAX-ACCESS                      read-only
7521        STATUS                          current
7522	DESCRIPTION
7523			"The number of NFS Version 2 calls received
7524			 for the NFSPROC_MKDIR (Create Directory)
7525			 procedure, since the last boot."
7526	::= { tv2Calls 15 }
7527
7528	tv2cRmdirs                      OBJECT-TYPE
7529	SYNTAX                          Counter32
7530        MAX-ACCESS                      read-only
7531        STATUS                          current
7532	DESCRIPTION
7533			"The number of NFS Version 2 calls received
7534			 for the NFSPROC_RMDIR (Remove Directory)
7535			 procedure, since the last boot."
7536	::= { tv2Calls 16 }
7537
7538	tv2cReaddirs                    OBJECT-TYPE
7539	SYNTAX                          Counter32
7540        MAX-ACCESS                      read-only
7541        STATUS                          current
7542	DESCRIPTION
7543			"The number of NFS Version 2 calls received
7544			 for the NFSPROC_READDIR (Read From Directory)
7545			 procedure, since the last boot."
7546	::= { tv2Calls 17 }
7547
7548	tv2cStatfss                     OBJECT-TYPE
7549	SYNTAX                          Counter32
7550        MAX-ACCESS                      read-only
7551        STATUS                          current
7552	DESCRIPTION
7553			"The number of NFS Version 2 calls received
7554			 for the NFSPROC_STATFS (Get Filesystem
7555			 Attributes) procedure, since the last boot."
7556	::= { tv2Calls 18 }
7557
7558
7559
7560	-- the tv2Percent group
7561
7562		-- this group contains statistics for the number of
7563		-- calls received for each NFS Version 2 procedure,
7564		-- as a percentage of total NFS calls received,
7565		-- since the last boot
7566
7567	tv2pNulls                       OBJECT-TYPE
7568	SYNTAX                          Integer32 (0..100)
7569        MAX-ACCESS                      read-only
7570        STATUS                          current
7571	DESCRIPTION
7572			"The number of NFS Version 2 calls received
7573			 for the NFSPROC_NULL (Do Nothing) procedure
7574			 as a percentage of total NFS calls received,
7575			 since the last boot."
7576	::= { tv2Percent 1 }
7577
7578	tv2pGetattrs                    OBJECT-TYPE
7579	SYNTAX                          Integer32 (0..100)
7580        MAX-ACCESS                      read-only
7581        STATUS                          current
7582	DESCRIPTION
7583			"The number of NFS Version 2 calls received
7584			 for the NFSPROC_GETATTR (Get File Attributes)
7585			 procedure as a percentage of total NFS calls
7586			 received, since the last boot."
7587	::= { tv2Percent 2 }
7588
7589	tv2pSetattrs                    OBJECT-TYPE
7590	SYNTAX                          Integer32 (0..100)
7591        MAX-ACCESS                      read-only
7592        STATUS                          current
7593	DESCRIPTION
7594			"The number of NFS Version 2 calls received
7595			 for the NFSPROC_SETATTR (Set File Attributes)
7596			 procedure as a percentage of total NFS calls
7597			 received, since the last boot."
7598	::= { tv2Percent 3 }
7599
7600	tv2pRoots                       OBJECT-TYPE
7601	SYNTAX                          Integer32 (0..100)
7602        MAX-ACCESS                      read-only
7603        STATUS                          current
7604	DESCRIPTION
7605			"The number of NFS Version 2 calls received
7606			 for the NFSPROC_ROOT (Get Filesystem Root)
7607			 procedure as a percentage of total NFS calls
7608			 received, since the last boot."
7609	::= { tv2Percent 4 }
7610
7611	tv2pLookups                     OBJECT-TYPE
7612	SYNTAX                          Integer32 (0..100)
7613        MAX-ACCESS                      read-only
7614        STATUS                          current
7615	DESCRIPTION
7616			"The number of NFS Version 2 calls received
7617			 for the NFSPROC_LOOKUP (Look Up File Name)
7618			 procedure as a percentage of total NFS calls
7619			 received, since the last boot."
7620	::= { tv2Percent 5 }
7621
7622	tv2pReadlinks                   OBJECT-TYPE
7623	SYNTAX                          Integer32 (0..100)
7624        MAX-ACCESS                      read-only
7625        STATUS                          current
7626	DESCRIPTION
7627			"The number of NFS Version 2 calls received
7628			 for the NFSPROC_READLINK (Read From Symbolic
7629			 Link) procedure as a percentage of total NFS
7630			 calls received, since the last boot."
7631	::= { tv2Percent 6 }
7632
7633	tv2pReads                       OBJECT-TYPE
7634	SYNTAX                          Integer32 (0..100)
7635        MAX-ACCESS                      read-only
7636        STATUS                          current
7637	DESCRIPTION
7638			"The number of NFS Version 2 calls received
7639			 for the NFSPROC_READ (Read From File)
7640			 procedure as a percentage of total NFS calls
7641			 received, since the last boot."
7642	::= { tv2Percent 7 }
7643
7644	tv2pWrcaches                    OBJECT-TYPE
7645	SYNTAX                          Integer32 (0..100)
7646        MAX-ACCESS                      read-only
7647        STATUS                          current
7648	DESCRIPTION
7649			"The number of NFS Version 2 calls received
7650			 for the NFSPROC_WRITECACHE (Write to Cache)
7651			 procedure as a percentage of total NFS calls
7652			 received, since the last boot."
7653	::= { tv2Percent 8 }
7654
7655	tv2pWrites                      OBJECT-TYPE
7656	SYNTAX                          Integer32 (0..100)
7657        MAX-ACCESS                      read-only
7658        STATUS                          current
7659	DESCRIPTION
7660			"The number of NFS Version 2 calls received
7661			 for the NFSPROC_WRITE (Write to File)
7662			 procedure as a percentage of total NFS calls
7663			 received, since the last boot."
7664	::= { tv2Percent 9 }
7665
7666	tv2pCreates                     OBJECT-TYPE
7667	SYNTAX                          Integer32 (0..100)
7668        MAX-ACCESS                      read-only
7669        STATUS                          current
7670	DESCRIPTION
7671			"The number of NFS Version 2 calls received
7672			 for the NFSPROC_CREATE (Create File)
7673			 procedure as a percentage of total NFS calls
7674			 received, since the last boot."
7675	::= { tv2Percent 10 }
7676
7677	tv2pRemoves                     OBJECT-TYPE
7678	SYNTAX                          Integer32 (0..100)
7679        MAX-ACCESS                      read-only
7680        STATUS                          current
7681	DESCRIPTION
7682			"The number of NFS Version 2 calls received
7683			 for the NFSPROC_REMOVE (Remove File)
7684			 procedure as a percentage of total NFS calls
7685			 received, since the last boot."
7686	::= { tv2Percent 11 }
7687
7688	tv2pRenames                     OBJECT-TYPE
7689	SYNTAX                          Integer32 (0..100)
7690        MAX-ACCESS                      read-only
7691        STATUS                          current
7692	DESCRIPTION
7693			"The number of NFS Version 2 calls received
7694			 for the NFSPROC_RENAME (Rename File)
7695			 procedure as a percentage of total NFS calls
7696			 received, since the last boot."
7697	::= { tv2Percent 12 }
7698
7699	tv2pLinks                       OBJECT-TYPE
7700	SYNTAX                          Integer32 (0..100)
7701        MAX-ACCESS                      read-only
7702        STATUS                          current
7703	DESCRIPTION
7704			"The number of NFS Version 2 calls received
7705			 for the NFSPROC_LINK (Create Link to File)
7706			 procedure as a percentage of total NFS calls
7707			 received, since the last boot."
7708	::= { tv2Percent 13 }
7709
7710	tv2pSymlinks                    OBJECT-TYPE
7711	SYNTAX                          Integer32 (0..100)
7712        MAX-ACCESS                      read-only
7713        STATUS                          current
7714	DESCRIPTION
7715			"The number of NFS Version 2 calls received
7716			 for the NFSPROC_SYMLINK (Create Symbolic Link)
7717			 procedure as a percentage of total NFS calls
7718			 received, since the last boot."
7719	::= { tv2Percent 14 }
7720
7721	tv2pMkdirs                      OBJECT-TYPE
7722	SYNTAX                          Integer32 (0..100)
7723        MAX-ACCESS                      read-only
7724        STATUS                          current
7725	DESCRIPTION
7726			"The number of NFS Version 2 calls received
7727			 for the NFSPROC_MKDIR (Create Directory)
7728			 procedure as a percentage of total NFS calls
7729			 received, since the last boot."
7730	::= { tv2Percent 15 }
7731
7732	tv2pRmdirs                      OBJECT-TYPE
7733	SYNTAX                          Integer32 (0..100)
7734        MAX-ACCESS                      read-only
7735        STATUS                          current
7736	DESCRIPTION
7737			"The number of NFS Version 2 calls received
7738			 for the NFSPROC_RMDIR (Remove Directory)
7739			 procedure as a percentage of total NFS calls
7740			 received, since the last boot."
7741	::= { tv2Percent 16 }
7742
7743	tv2pReaddirs                    OBJECT-TYPE
7744	SYNTAX                          Integer32 (0..100)
7745        MAX-ACCESS                      read-only
7746        STATUS                          current
7747	DESCRIPTION
7748			"The number of NFS Version 2 calls received
7749			 for the NFSPROC_READDIR (Read From Directory)
7750			 procedure as a percentage of total NFS calls
7751			 received, since the last boot."
7752	::= { tv2Percent 17 }
7753
7754	tv2pStatfss                     OBJECT-TYPE
7755	SYNTAX                          Integer32 (0..100)
7756        MAX-ACCESS                      read-only
7757        STATUS                          current
7758	DESCRIPTION
7759			"The number of NFS Version 2 calls received
7760			 for the NFSPROC_STATFS (Get Filesystem
7761			 Attributes) procedure as a percentage of
7762			 total NFS calls received, since the last boot."
7763	::= { tv2Percent 18 }
7764
7765
7766
7767	-- the tv2CachedCalls group
7768
7769		-- this group contains statistics for the number of
7770		-- calls received for each NFS Version 2 procedure,
7771		-- that did not result in the filesystem blocking to
7772		-- read from disk, since the last boot
7773
7774	tv2ccNulls                      OBJECT-TYPE
7775	SYNTAX                          Counter32
7776        MAX-ACCESS                      read-only
7777        STATUS                          current
7778	DESCRIPTION
7779			"The number of NFS Version 2 calls received
7780			 for the NFSPROC_NULL (Do Nothing) procedure,
7781			 that did not result in the filesystem blocking
7782			 to read from disk, since the last boot."
7783	::= { tv2CachedCalls 1 }
7784
7785	tv2ccGetattrs                   OBJECT-TYPE
7786	SYNTAX                          Counter32
7787        MAX-ACCESS                      read-only
7788        STATUS                          current
7789	DESCRIPTION
7790			"The number of NFS Version 2 calls received
7791			 for the NFSPROC_GETATTR (Get File Attributes)
7792			 procedure, that did not result in the
7793			 filesystem blocking to read from disk,
7794			 since the last boot."
7795	::= { tv2CachedCalls 2 }
7796
7797	tv2ccSetattrs                   OBJECT-TYPE
7798	SYNTAX                          Counter32
7799        MAX-ACCESS                      read-only
7800        STATUS                          current
7801	DESCRIPTION
7802			"The number of NFS Version 2 calls received
7803			 for the NFSPROC_SETATTR (Set File Attributes)
7804			 procedure, that did not result in the
7805			 filesystem blocking to read from disk,
7806			 since the last boot."
7807	::= { tv2CachedCalls 3 }
7808
7809	tv2ccRoots                      OBJECT-TYPE
7810	SYNTAX                          Counter32
7811        MAX-ACCESS                      read-only
7812        STATUS                          current
7813	DESCRIPTION
7814			"The number of NFS Version 2 calls received
7815			 for the NFSPROC_ROOT (Get Filesystem Root)
7816			 procedure, that did not result in the
7817			 filesystem blocking to read from disk,
7818			 since the last boot."
7819	::= { tv2CachedCalls 4 }
7820
7821	tv2ccLookups                    OBJECT-TYPE
7822	SYNTAX                          Counter32
7823        MAX-ACCESS                      read-only
7824        STATUS                          current
7825	DESCRIPTION
7826			"The number of NFS Version 2 calls received
7827			 for the NFSPROC_LOOKUP (Look Up File Name)
7828			 procedure, that did not result in the
7829			 filesystem blocking to read from disk,
7830			 since the last boot."
7831	::= { tv2CachedCalls 5 }
7832
7833	tv2ccReadlinks                  OBJECT-TYPE
7834	SYNTAX                          Counter32
7835        MAX-ACCESS                      read-only
7836        STATUS                          current
7837	DESCRIPTION
7838			"The number of NFS Version 2 calls received
7839			 for the NFSPROC_READLINK (Read From Symbolic
7840			 Link) procedure, that did not result in the
7841			 filesystem blocking to read from disk,
7842			 since the last boot."
7843	::= { tv2CachedCalls 6 }
7844
7845	tv2ccReads                      OBJECT-TYPE
7846	SYNTAX                          Counter32
7847        MAX-ACCESS                      read-only
7848        STATUS                          current
7849	DESCRIPTION
7850			"The number of NFS Version 2 calls received
7851			 for the NFSPROC_READ (Read From File)
7852			 procedure, that did not result in the
7853			 filesystem blocking to read from disk,
7854			 since the last boot."
7855	::= { tv2CachedCalls 7 }
7856
7857	tv2ccWrcaches                   OBJECT-TYPE
7858	SYNTAX                          Counter32
7859        MAX-ACCESS                      read-only
7860        STATUS                          current
7861	DESCRIPTION
7862			"The number of NFS Version 2 calls received
7863			 for the NFSPROC_WRITECACHE (Write to Cache)
7864			 procedure, that did not result in the
7865			 filesystem blocking to read from disk,
7866			 since the last boot."
7867	::= { tv2CachedCalls 8 }
7868
7869	tv2ccWrites                     OBJECT-TYPE
7870	SYNTAX                          Counter32
7871        MAX-ACCESS                      read-only
7872        STATUS                          current
7873	DESCRIPTION
7874			"The number of NFS Version 2 calls received
7875			 for the NFSPROC_WRITE (Write to File)
7876			 procedure, that did not result in the
7877			 filesystem blocking to read from disk,
7878			 since the last boot."
7879	::= { tv2CachedCalls 9 }
7880
7881	tv2ccCreates                    OBJECT-TYPE
7882	SYNTAX                          Counter32
7883        MAX-ACCESS                      read-only
7884        STATUS                          current
7885	DESCRIPTION
7886			"The number of NFS Version 2 calls received
7887			 for the NFSPROC_CREATE (Create File)
7888			 procedure, that did not result in the
7889			 filesystem blocking to read from disk,
7890			 since the last boot."
7891	::= { tv2CachedCalls 10 }
7892
7893	tv2ccRemoves                    OBJECT-TYPE
7894	SYNTAX                          Counter32
7895        MAX-ACCESS                      read-only
7896        STATUS                          current
7897	DESCRIPTION
7898			"The number of NFS Version 2 calls received
7899			 for the NFSPROC_REMOVE (Remove File)
7900			 procedure, that did not result in the
7901			 filesystem blocking to read from disk,
7902			 since the last boot."
7903	::= { tv2CachedCalls 11 }
7904
7905	tv2ccRenames                    OBJECT-TYPE
7906	SYNTAX                          Counter32
7907        MAX-ACCESS                      read-only
7908        STATUS                          current
7909	DESCRIPTION
7910			"The number of NFS Version 2 calls received
7911			 for the NFSPROC_RENAME (Rename File)
7912			 procedure, that did not result in the
7913			 filesystem blocking to read from disk,
7914			 since the last boot."
7915	::= { tv2CachedCalls 12 }
7916
7917	tv2ccLinks                      OBJECT-TYPE
7918	SYNTAX                          Counter32
7919        MAX-ACCESS                      read-only
7920        STATUS                          current
7921	DESCRIPTION
7922			"The number of NFS Version 2 calls received
7923			 for the NFSPROC_LINK (Create Link to File)
7924			 procedure, that did not result in the
7925			 filesystem blocking to read from disk,
7926			 since the last boot."
7927	::= { tv2CachedCalls 13 }
7928
7929	tv2ccSymlinks                   OBJECT-TYPE
7930	SYNTAX                          Counter32
7931        MAX-ACCESS                      read-only
7932        STATUS                          current
7933	DESCRIPTION
7934			"The number of NFS Version 2 calls received
7935			 for the NFSPROC_SYMLINK (Create Symbolic Link)
7936			 procedure, that did not result in the
7937			 filesystem blocking to read from disk,
7938			 since the last boot."
7939	::= { tv2CachedCalls 14 }
7940
7941	tv2ccMkdirs                     OBJECT-TYPE
7942	SYNTAX                          Counter32
7943        MAX-ACCESS                      read-only
7944        STATUS                          current
7945	DESCRIPTION
7946			"The number of NFS Version 2 calls received
7947			 for the NFSPROC_MKDIR (Create Directory)
7948			 procedure, that did not result in the
7949			 filesystem blocking to read from disk,
7950			 since the last boot."
7951	::= { tv2CachedCalls 15 }
7952
7953	tv2ccRmdirs                     OBJECT-TYPE
7954	SYNTAX                          Counter32
7955        MAX-ACCESS                      read-only
7956        STATUS                          current
7957	DESCRIPTION
7958			"The number of NFS Version 2 calls received
7959			 for the NFSPROC_RMDIR (Remove Directory)
7960			 procedure, that did not result in the
7961			 filesystem blocking to read from disk,
7962			 since the last boot."
7963	::= { tv2CachedCalls 16 }
7964
7965	tv2ccReaddirs                   OBJECT-TYPE
7966	SYNTAX                          Counter32
7967        MAX-ACCESS                      read-only
7968        STATUS                          current
7969	DESCRIPTION
7970			"The number of NFS Version 2 calls received
7971			 for the NFSPROC_READDIR (Read From Directory)
7972			 procedure, that did not result in the
7973			 filesystem blocking to read from disk,
7974			 since the last boot."
7975	::= { tv2CachedCalls 17 }
7976
7977	tv2ccStatfss                    OBJECT-TYPE
7978	SYNTAX                          Counter32
7979        MAX-ACCESS                      read-only
7980        STATUS                          current
7981	DESCRIPTION
7982			"The number of NFS Version 2 calls received
7983			 for the NFSPROC_STATFS (Get Filesystem
7984			 Attributes) procedure, that did not result
7985			 in the filesystem blocking to read from disk,
7986			 since the last boot."
7987	::= { tv2CachedCalls 18 }
7988
7989
7990
7991	-- the tv2CachedPerCent group
7992
7993		-- this group contains statistics for the number of
7994		-- calls received for each NFS Version 2 procedure,
7995		-- that did not result in the filesystem blocking to
7996		-- read from disk, as a percentage of the total
7997		-- number of calls received for that procedure,
7998		-- since the last boot
7999
8000	tv2cpNulls                      OBJECT-TYPE
8001	SYNTAX                          Integer32 (0..100)
8002        MAX-ACCESS                      read-only
8003        STATUS                          current
8004	DESCRIPTION
8005			"The number of NFS Version 2 calls received
8006			 for the NFSPROC_NULL (Do Nothing) procedure,
8007			 that did not result in the filesystem
8008			 blocking to read from disk, as a percentage
8009			 of the total number of calls received for
8010			 this procedure, since the last boot."
8011	::= { tv2CachedPerCent 1 }
8012
8013	tv2cpGetattrs                   OBJECT-TYPE
8014	SYNTAX                          Integer32 (0..100)
8015        MAX-ACCESS                      read-only
8016        STATUS                          current
8017	DESCRIPTION
8018			"The number of NFS Version 2 calls received
8019			 for the NFSPROC_GETATTR (Get File Attributes)
8020			 procedure, that did not result in the
8021			 filesystem blocking to read from disk, as a
8022			 percentage of the total number of calls
8023			 received for this procedure, since the last boot."
8024	::= { tv2CachedPerCent 2 }
8025
8026	tv2cpSetattrs                   OBJECT-TYPE
8027	SYNTAX                          Integer32 (0..100)
8028        MAX-ACCESS                      read-only
8029        STATUS                          current
8030	DESCRIPTION
8031			"The number of NFS Version 2 calls received
8032			 for the NFSPROC_SETATTR (Set File Attributes)
8033			 procedure, that did not result in the
8034			 filesystem blocking to read from disk, as a
8035			 percentage of the total number of calls
8036			 received for this procedure, since the last boot."
8037	::= { tv2CachedPerCent 3 }
8038
8039	tv2cpRoots                      OBJECT-TYPE
8040	SYNTAX                          Integer32 (0..100)
8041        MAX-ACCESS                      read-only
8042        STATUS                          current
8043	DESCRIPTION
8044			"The number of NFS Version 2 calls received
8045			 for the NFSPROC_ROOT (Get Filesystem Root)
8046			 procedure, that did not result in the
8047			 filesystem blocking to read from disk, as a
8048			 percentage of the total number of calls
8049			 received for this procedure, since the last boot."
8050	::= { tv2CachedPerCent 4 }
8051
8052	tv2cpLookups                    OBJECT-TYPE
8053	SYNTAX                          Integer32 (0..100)
8054        MAX-ACCESS                      read-only
8055        STATUS                          current
8056	DESCRIPTION
8057			"The number of NFS Version 2 calls received
8058			 for the NFSPROC_LOOKUP (Look Up File Name)
8059			 procedure, that did not result in the
8060			 filesystem blocking to read from disk, as a
8061			 percentage of the total number of calls
8062			 received for this procedure, since the last boot."
8063	::= { tv2CachedPerCent 5 }
8064
8065	tv2cpReadlinks                  OBJECT-TYPE
8066	SYNTAX                          Integer32 (0..100)
8067        MAX-ACCESS                      read-only
8068        STATUS                          current
8069	DESCRIPTION
8070			"The number of NFS Version 2 calls received
8071			 for the NFSPROC_READLINK (Read From Symbolic
8072			 Link) procedure, that did not result in the
8073			 filesystem blocking to read from disk, as a
8074			 percentage of the total number of calls
8075			 received for this procedure, since the last boot."
8076	::= { tv2CachedPerCent 6 }
8077
8078	tv2cpReads                      OBJECT-TYPE
8079	SYNTAX                          Integer32 (0..100)
8080        MAX-ACCESS                      read-only
8081        STATUS                          current
8082	DESCRIPTION
8083			"The number of NFS Version 2 calls received
8084			 for the NFSPROC_READ (Read From File)
8085			 procedure, that did not result in the
8086			 filesystem blocking to read from disk, as a
8087			 percentage of the total number of calls
8088			 received for this procedure, since the last boot."
8089	::= { tv2CachedPerCent 7 }
8090
8091	tv2cpWrcaches                   OBJECT-TYPE
8092	SYNTAX                          Integer32 (0..100)
8093        MAX-ACCESS                      read-only
8094        STATUS                          current
8095	DESCRIPTION
8096			"The number of NFS Version 2 calls received
8097			 for the NFSPROC_WRITECACHE (Write to Cache)
8098			 procedure, that did not result in the
8099			 filesystem blocking to read from disk, as a
8100			 percentage of the total number of calls
8101			 received for this procedure, since the last boot."
8102	::= { tv2CachedPerCent 8 }
8103
8104	tv2cpWrites                     OBJECT-TYPE
8105	SYNTAX                          Integer32 (0..100)
8106        MAX-ACCESS                      read-only
8107        STATUS                          current
8108	DESCRIPTION
8109			"The number of NFS Version 2 calls received
8110			 for the NFSPROC_WRITE (Write to File)
8111			 procedure, that did not result in the
8112			 filesystem blocking to read from disk, as a
8113			 percentage of the total number of calls
8114			 received for this procedure, since the last boot."
8115	::= { tv2CachedPerCent 9 }
8116
8117	tv2cpCreates                    OBJECT-TYPE
8118	SYNTAX                          Integer32 (0..100)
8119        MAX-ACCESS                      read-only
8120        STATUS                          current
8121	DESCRIPTION
8122			"The number of NFS Version 2 calls received
8123			 for the NFSPROC_CREATE (Create File)
8124			 procedure, that did not result in the
8125			 filesystem blocking to read from disk, as a
8126			 percentage of the total number of calls
8127			 received for this procedure, since the last boot."
8128	::= { tv2CachedPerCent 10 }
8129
8130	tv2cpRemoves                    OBJECT-TYPE
8131	SYNTAX                          Integer32 (0..100)
8132        MAX-ACCESS                      read-only
8133        STATUS                          current
8134	DESCRIPTION
8135			"The number of NFS Version 2 calls received
8136			 for the NFSPROC_REMOVE (Remove File)
8137			 procedure, that did not result in the
8138			 filesystem blocking to read from disk, as a
8139			 percentage of the total number of calls
8140			 received for this procedure, since the last boot."
8141	::= { tv2CachedPerCent 11 }
8142
8143	tv2cpRenames                    OBJECT-TYPE
8144	SYNTAX                          Integer32 (0..100)
8145        MAX-ACCESS                      read-only
8146        STATUS                          current
8147	DESCRIPTION
8148			"The number of NFS Version 2 calls received
8149			 for the NFSPROC_RENAME (Rename File)
8150			 procedure, that did not result in the
8151			 filesystem blocking to read from disk, as a
8152			 percentage of the total number of calls
8153			 received for this procedure, since the last boot."
8154	::= { tv2CachedPerCent 12 }
8155
8156	tv2cpLinks                      OBJECT-TYPE
8157	SYNTAX                          Integer32 (0..100)
8158        MAX-ACCESS                      read-only
8159        STATUS                          current
8160	DESCRIPTION
8161			"The number of NFS Version 2 calls received
8162			 for the NFSPROC_LINK (Create Link to File)
8163			 procedure, that did not result in the
8164			 filesystem blocking to read from disk, as a
8165			 percentage of the total number of calls
8166			 received for this procedure, since the last boot."
8167	::= { tv2CachedPerCent 13 }
8168
8169	tv2cpSymlinks                   OBJECT-TYPE
8170	SYNTAX                          Integer32 (0..100)
8171        MAX-ACCESS                      read-only
8172        STATUS                          current
8173	DESCRIPTION
8174			"The number of NFS Version 2 calls received
8175			 for the NFSPROC_SYMLINK (Create Symbolic
8176			 Link) procedure, that did not result in the
8177			 filesystem blocking to read from disk, as a
8178			 percentage of the total number of calls
8179			 received for this procedure, since the last boot."
8180	::= { tv2CachedPerCent 14 }
8181
8182	tv2cpMkdirs                     OBJECT-TYPE
8183	SYNTAX                          Integer32 (0..100)
8184        MAX-ACCESS                      read-only
8185        STATUS                          current
8186	DESCRIPTION
8187			"The number of NFS Version 2 calls received
8188			 for the NFSPROC_MKDIR (Create Directory)
8189			 procedure, that did not result in the
8190			 filesystem blocking to read from disk, as a
8191			 percentage of the total number of calls
8192			 received for this procedure, since the last boot."
8193	::= { tv2CachedPerCent 15 }
8194
8195	tv2cpRmdirs                     OBJECT-TYPE
8196	SYNTAX                          Integer32 (0..100)
8197        MAX-ACCESS                      read-only
8198        STATUS                          current
8199	DESCRIPTION
8200			"The number of NFS Version 2 calls received
8201			 for the NFSPROC_RMDIR (Remove Directory)
8202			 procedure, that did not result in the
8203			 filesystem blocking to read from disk, as a
8204			 percentage of the total number of calls
8205			 received for this procedure, since the last boot."
8206	::= { tv2CachedPerCent 16 }
8207
8208	tv2cpReaddirs                   OBJECT-TYPE
8209	SYNTAX                          Integer32 (0..100)
8210        MAX-ACCESS                      read-only
8211        STATUS                          current
8212	DESCRIPTION
8213			"The number of NFS Version 2 calls received
8214			 for the NFSPROC_READDIR (Read From Directory)
8215			 procedure, that did not result in the
8216			 filesystem blocking to read from disk, as a
8217			 percentage of the total number of calls
8218			 received for this procedure, since the last boot."
8219	::= { tv2CachedPerCent 17 }
8220
8221	tv2cpStatfss                    OBJECT-TYPE
8222	SYNTAX                          Integer32 (0..100)
8223        MAX-ACCESS                      read-only
8224        STATUS                          current
8225	DESCRIPTION
8226			"The number of NFS Version 2 calls received
8227			 for the NFSPROC_STATFS (Get Filesystem
8228			 Attributes) procedure, that did not result
8229			 in the filesystem blocking to read from
8230			 disk, as a percentage of the total number
8231			 of calls received for this procedure,
8232			 since the last boot."
8233	::= { tv2CachedPerCent 18 }
8234
8235
8236	-- the tnfsV3 group
8237
8238		-- this group contains statistics for NFS
8239		-- Version 3 calls processed since the last boot
8240
8241	tv3Calls		OBJECT IDENTIFIER ::= { tnfsV3 1 }
8242
8243	tv3Percent		OBJECT IDENTIFIER ::= { tnfsV3 2 }
8244
8245	tv3CachedCalls		OBJECT IDENTIFIER ::= { tnfsV3 3 }
8246
8247	tv3CachedPerCent	OBJECT IDENTIFIER ::= { tnfsV3 4 }
8248
8249
8250	-- the tv3Calls group
8251
8252		-- this group contains statistics for the number of
8253		-- calls received for each NFS Version 3 procedure
8254		-- since the last boot
8255
8256	tv3cNulls                       OBJECT-TYPE
8257	SYNTAX                          Counter32
8258        MAX-ACCESS                      read-only
8259        STATUS                          current
8260	DESCRIPTION
8261			"The number of NFS Version 3 calls received
8262			 for the NFSPROC3_NULL (Do Nothing) procedure,
8263			 since the last boot."
8264	::= { tv3Calls 1 }
8265
8266	tv3cGetattrs                    OBJECT-TYPE
8267	SYNTAX                          Counter32
8268        MAX-ACCESS                      read-only
8269        STATUS                          current
8270	DESCRIPTION
8271			"The number of NFS Version 3 calls received
8272			 for the NFSPROC3_GETATTR (Get File Attributes)
8273			 procedure, since the last boot."
8274	::= { tv3Calls 2 }
8275
8276	tv3cSetattrs                    OBJECT-TYPE
8277	SYNTAX                          Counter32
8278        MAX-ACCESS                      read-only
8279        STATUS                          current
8280	DESCRIPTION
8281			"The number of NFS Version 3 calls received
8282			 for the NFSPROC3_SETATTR (Set File Attributes)
8283			 procedure, since the last boot."
8284	::= { tv3Calls 3 }
8285
8286	tv3cLookups                     OBJECT-TYPE
8287	SYNTAX                          Counter32
8288        MAX-ACCESS                      read-only
8289        STATUS                          current
8290	DESCRIPTION
8291			"The number of NFS Version 3 calls received
8292			 for the NFSPROC3_LOOKUP (Lookup Filename)
8293			 procedure, since the last boot."
8294	::= { tv3Calls 4 }
8295
8296	tv3cAccesss                     OBJECT-TYPE
8297	SYNTAX                          Counter32
8298        MAX-ACCESS                      read-only
8299        STATUS                          current
8300	DESCRIPTION
8301			"The number of NFS Version 3 calls received
8302			 for the NFSPROC3_ACCESS (Check Access Permission)
8303			 procedure, since the last boot."
8304	::= { tv3Calls 5 }
8305
8306	tv3cReadlinks                   OBJECT-TYPE
8307	SYNTAX                          Counter32
8308        MAX-ACCESS                      read-only
8309        STATUS                          current
8310	DESCRIPTION
8311			"The number of NFS Version 3 calls received
8312			 for the NFSPROC3_READLINK (Read from Symbolic
8313			 Link) procedure, since the last boot."
8314	::= { tv3Calls 6 }
8315
8316	tv3cReads                       OBJECT-TYPE
8317	SYNTAX                          Counter32
8318        MAX-ACCESS                      read-only
8319        STATUS                          current
8320	DESCRIPTION
8321			"The number of NFS Version 3 calls received
8322			 for the NFSPROC3_READ (Read From File)
8323			 procedure, since the last boot."
8324	::= { tv3Calls 7 }
8325
8326	tv3cWrites                      OBJECT-TYPE
8327	SYNTAX                          Counter32
8328        MAX-ACCESS                      read-only
8329        STATUS                          current
8330	DESCRIPTION
8331			"The number of NFS Version 3 calls received
8332			 for the NFSPROC3_WRITE (Write to File)
8333			 procedure, since the last boot."
8334	::= { tv3Calls 8 }
8335
8336	tv3cCreates                     OBJECT-TYPE
8337	SYNTAX                          Counter32
8338        MAX-ACCESS                      read-only
8339        STATUS                          current
8340	DESCRIPTION
8341			"The number of NFS Version 3 calls received
8342			 for the NFSPROC3_CREATE (Create a File)
8343			 procedure, since the last boot."
8344	::= { tv3Calls 9 }
8345
8346	tv3cMkdirs                      OBJECT-TYPE
8347	SYNTAX                          Counter32
8348        MAX-ACCESS                      read-only
8349        STATUS                          current
8350	DESCRIPTION
8351			"The number of NFS Version 3 calls received
8352			 for the NFSPROC3_MKDIR (Create a Directory)
8353			 procedure, since the last boot."
8354	::= { tv3Calls 10 }
8355
8356	tv3cSymlinks                    OBJECT-TYPE
8357	SYNTAX                          Counter32
8358        MAX-ACCESS                      read-only
8359        STATUS                          current
8360	DESCRIPTION
8361			"The number of NFS Version 3 calls received
8362			 for the NFSPROC3_SYMLINK (Create a Symbolic
8363			 Link) procedure, since the last boot."
8364	::= { tv3Calls 11 }
8365
8366	tv3cMknods                      OBJECT-TYPE
8367	SYNTAX                          Counter32
8368        MAX-ACCESS                      read-only
8369        STATUS                          current
8370	DESCRIPTION
8371			"The number of NFS Version 3 calls received
8372			 for the NFSPROC3_MKNOD (Create a Special
8373			 Device) procedure, since the last boot."
8374	::= { tv3Calls 12 }
8375
8376	tv3cRemoves                     OBJECT-TYPE
8377	SYNTAX                          Counter32
8378        MAX-ACCESS                      read-only
8379        STATUS                          current
8380	DESCRIPTION
8381			"The number of NFS Version 3 calls received
8382			 for the NFSPROC3_REMOVE (Remove a File)
8383			 procedure, since the last boot."
8384	::= { tv3Calls 13 }
8385
8386	tv3cRmdirs                      OBJECT-TYPE
8387	SYNTAX                          Counter32
8388        MAX-ACCESS                      read-only
8389        STATUS                          current
8390	DESCRIPTION
8391			"The number of NFS Version 3 calls received
8392			 for the NFSPROC3_RMDIR (Remove a Directory)
8393			 procedure, since the last boot."
8394	::= { tv3Calls 14 }
8395
8396	tv3cRenames                     OBJECT-TYPE
8397	SYNTAX                          Counter32
8398        MAX-ACCESS                      read-only
8399        STATUS                          current
8400	DESCRIPTION
8401			"The number of NFS Version 3 calls received
8402			 for the NFSPROC3_RENAME (Rename a File or
8403			 Directory) procedure, since the last boot."
8404	::= { tv3Calls 15 }
8405
8406	tv3cLinks                       OBJECT-TYPE
8407	SYNTAX                          Counter32
8408        MAX-ACCESS                      read-only
8409        STATUS                          current
8410	DESCRIPTION
8411			"The number of NFS Version 3 calls received
8412			 for the NFSPROC3_LINK (Create Link to an
8413			 Object) procedure, since the last boot."
8414	::= { tv3Calls 16 }
8415
8416	tv3cReaddirs                    OBJECT-TYPE
8417	SYNTAX                          Counter32
8418        MAX-ACCESS                      read-only
8419        STATUS                          current
8420	DESCRIPTION
8421			"The number of NFS Version 3 calls received
8422			 for the NFSPROC3_READDIR (Read From Directory)
8423			 procedure, since the last boot."
8424	::= { tv3Calls 17 }
8425
8426	tv3cReaddirPluss                OBJECT-TYPE
8427	SYNTAX                          Counter32
8428        MAX-ACCESS                      read-only
8429        STATUS                          current
8430	DESCRIPTION
8431			"The number of NFS Version 3 calls received
8432			 for the NFSPROC3_READDIRPLUS (Extended Read
8433			 from Directory) procedure, since the last boot."
8434	::= { tv3Calls 18 }
8435
8436	tv3cFsstats                     OBJECT-TYPE
8437	SYNTAX                          Counter32
8438        MAX-ACCESS                      read-only
8439        STATUS                          current
8440	DESCRIPTION
8441			"The number of NFS Version 3 calls received
8442			 for the NFSPROC3_FSSTAT (Get Dynamic File
8443			 System Information) procedure, since the
8444			 last boot."
8445	::= { tv3Calls 19 }
8446
8447	tv3cFsinfos                     OBJECT-TYPE
8448	SYNTAX                          Counter32
8449        MAX-ACCESS                      read-only
8450        STATUS                          current
8451	DESCRIPTION
8452			"The number of NFS Version 3 calls received
8453			 for the NFSPROC3_FSINFO (Get Static File System
8454			 Information) procedure, since the last boot."
8455	::= { tv3Calls 20 }
8456
8457	tv3cPathconfs                   OBJECT-TYPE
8458	SYNTAX                          Counter32
8459        MAX-ACCESS                      read-only
8460        STATUS                          current
8461	DESCRIPTION
8462			"The number of NFS Version 3 calls received
8463			 for the NFSPROC3_PATHCONF (Retrieve POSIX
8464			 Information) procedure, since the last boot."
8465	::= { tv3Calls 21 }
8466
8467	tv3cCommits                     OBJECT-TYPE
8468	SYNTAX                          Counter32
8469        MAX-ACCESS                      read-only
8470        STATUS                          current
8471	DESCRIPTION
8472			"The number of NFS Version 3 calls received
8473			 for the NFSPROC3_COMMIT (Commit Cached Data on
8474			 a Server to Stable Storage) procedure, since
8475			 the last boot."
8476	::= { tv3Calls 22 }
8477
8478
8479
8480	-- the tv3Percent group
8481
8482		-- this group contains statistics for the number of
8483		-- calls received for each NFS Version 3 procedure,
8484		-- as a percentage of total NFS calls received,
8485		-- since the last boot
8486
8487	tv3pNulls                       OBJECT-TYPE
8488	SYNTAX                          Integer32 (0..100)
8489        MAX-ACCESS                      read-only
8490        STATUS                          current
8491	DESCRIPTION
8492			"The number of NFS Version 3 calls received
8493			 for the NFSPROC3_NULL (Do Nothing) procedure,
8494			 as a percentage of the total NFS calls
8495			 received, since the last boot."
8496	::= { tv3Percent 1 }
8497
8498	tv3pGetattrs                    OBJECT-TYPE
8499	SYNTAX                          Integer32 (0..100)
8500        MAX-ACCESS                      read-only
8501        STATUS                          current
8502	DESCRIPTION
8503			"The number of NFS Version 3 calls received
8504			 for the NFSPROC3_GETATTR (Get File Attributes)
8505			 procedure, as a percentage of the total NFS
8506			 calls received, since the last boot."
8507	::= { tv3Percent 2 }
8508
8509	tv3pSetattrs                    OBJECT-TYPE
8510	SYNTAX                          Integer32 (0..100)
8511        MAX-ACCESS                      read-only
8512        STATUS                          current
8513	DESCRIPTION
8514			"The number of NFS Version 3 calls received
8515			 for the NFSPROC3_SETATTR (Set File Attributes)
8516			 procedure, as a percentage of the total NFS
8517			 calls received, since the last boot."
8518	::= { tv3Percent 3 }
8519
8520	tv3pLookups                     OBJECT-TYPE
8521	SYNTAX                          Integer32 (0..100)
8522        MAX-ACCESS                      read-only
8523        STATUS                          current
8524	DESCRIPTION
8525			"The number of NFS Version 3 calls received
8526			 for the NFSPROC3_LOOKUP (Lookup Filename)
8527			 procedure, as a percentage of the total NFS
8528			 calls received, since the last boot."
8529	::= { tv3Percent 4 }
8530
8531	tv3pAccesss                     OBJECT-TYPE
8532	SYNTAX                          Integer32 (0..100)
8533        MAX-ACCESS                      read-only
8534        STATUS                          current
8535	DESCRIPTION
8536			"The number of NFS Version 3 calls received
8537			 for the NFSPROC3_ACCESS (Check Access
8538			 Permission) procedure, as a percentage of
8539			 the total NFS calls received, since the last boot."
8540	::= { tv3Percent 5 }
8541
8542	tv3pReadlinks                   OBJECT-TYPE
8543	SYNTAX                          Integer32 (0..100)
8544        MAX-ACCESS                      read-only
8545        STATUS                          current
8546	DESCRIPTION
8547			"The number of NFS Version 3 calls received
8548			 for the NFSPROC3_READLINK (Read from Symbolic
8549			 Link) procedure, as a percentage of the total
8550			 NFS calls received, since the last boot."
8551	::= { tv3Percent 6 }
8552
8553	tv3pReads                       OBJECT-TYPE
8554	SYNTAX                          Integer32 (0..100)
8555        MAX-ACCESS                      read-only
8556        STATUS                          current
8557	DESCRIPTION
8558			"The number of NFS Version 3 calls received
8559			 for the NFSPROC3_READ (Read From File)
8560			 procedure, as a percentage of the total NFS
8561			 calls received, since the last boot."
8562	::= { tv3Percent 7 }
8563
8564	tv3pWrites                      OBJECT-TYPE
8565	SYNTAX                          Integer32 (0..100)
8566        MAX-ACCESS                      read-only
8567        STATUS                          current
8568	DESCRIPTION
8569			"The number of NFS Version 3 calls received
8570			 for the NFSPROC3_WRITE (Write to File)
8571			 procedure, as a percentage of the total NFS
8572			 calls received, since the last boot."
8573	::= { tv3Percent 8 }
8574
8575	tv3pCreates                     OBJECT-TYPE
8576	SYNTAX                          Integer32 (0..100)
8577        MAX-ACCESS                      read-only
8578        STATUS                          current
8579	DESCRIPTION
8580			"The number of NFS Version 3 calls received
8581			 for the NFSPROC3_CREATE (Create a File)
8582			 procedure, as a percentage of the total NFS
8583			 calls received, since the last boot."
8584	::= { tv3Percent 9 }
8585
8586	tv3pMkdirs                      OBJECT-TYPE
8587	SYNTAX                          Integer32 (0..100)
8588        MAX-ACCESS                      read-only
8589        STATUS                          current
8590	DESCRIPTION
8591			"The number of NFS Version 3 calls received
8592			 for the NFSPROC3_MKDIR (Create a Directory)
8593			 procedure, as a percentage of the total NFS
8594			 calls received, since the last boot."
8595	::= { tv3Percent 10 }
8596
8597	tv3pSymlinks                    OBJECT-TYPE
8598	SYNTAX                          Integer32 (0..100)
8599        MAX-ACCESS                      read-only
8600        STATUS                          current
8601	DESCRIPTION
8602			"The number of NFS Version 3 calls received
8603			 for the NFSPROC3_SYMLINK (Create a Symbolic
8604			 Link) procedure, as a percentage of the total
8605			 NFS calls received, since the last boot."
8606	::= { tv3Percent 11 }
8607
8608	tv3pMknods                      OBJECT-TYPE
8609	SYNTAX                          Integer32 (0..100)
8610        MAX-ACCESS                      read-only
8611        STATUS                          current
8612	DESCRIPTION
8613			"The number of NFS Version 3 calls received
8614			 for the NFSPROC3_MKNOD (Create a Special
8615			 Device) procedure, as a percentage of the
8616			 total NFS calls received, since the last boot."
8617	::= { tv3Percent 12 }
8618
8619	tv3pRemoves                     OBJECT-TYPE
8620	SYNTAX                          Integer32 (0..100)
8621        MAX-ACCESS                      read-only
8622        STATUS                          current
8623	DESCRIPTION
8624			"The number of NFS Version 3 calls received
8625			 for the NFSPROC3_REMOVE (Remove a File)
8626			 procedure, as a percentage of the total NFS
8627			 calls received, since the last boot."
8628	::= { tv3Percent 13 }
8629
8630	tv3pRmdirs                      OBJECT-TYPE
8631	SYNTAX                          Integer32 (0..100)
8632        MAX-ACCESS                      read-only
8633        STATUS                          current
8634	DESCRIPTION
8635			"The number of NFS Version 3 calls received
8636			 for the NFSPROC3_RMDIR (Remove a Directory)
8637			 procedure, as a percentage of the total NFS
8638			 calls received, since the last boot."
8639	::= { tv3Percent 14 }
8640
8641	tv3pRenames                     OBJECT-TYPE
8642	SYNTAX                          Integer32 (0..100)
8643        MAX-ACCESS                      read-only
8644        STATUS                          current
8645	DESCRIPTION
8646			"The number of NFS Version 3 calls received
8647			 for the NFSPROC3_RENAME (Rename a File or
8648			 Directory) procedure, as a percentage of
8649			 the total NFS calls received, since the
8650			 last boot."
8651	::= { tv3Percent 15 }
8652
8653	tv3pLinks                       OBJECT-TYPE
8654	SYNTAX                          Integer32 (0..100)
8655        MAX-ACCESS                      read-only
8656        STATUS                          current
8657	DESCRIPTION
8658			"The number of NFS Version 3 calls received
8659			 for the NFSPROC3_LINK (Create Link to an
8660			 Object) procedure, as a percentage of
8661			 the total NFS calls received, since the
8662			 last boot."
8663	::= { tv3Percent 16 }
8664
8665	tv3pReaddirs                    OBJECT-TYPE
8666	SYNTAX                          Integer32 (0..100)
8667        MAX-ACCESS                      read-only
8668        STATUS                          current
8669	DESCRIPTION
8670			"The number of NFS Version 3 calls received
8671			 for the NFSPROC3_READDIR (Read From Directory)
8672			 procedure, as a percentage of the total NFS
8673			 calls received, since the last boot."
8674	::= { tv3Percent 17 }
8675
8676	tv3pReaddirPluss                OBJECT-TYPE
8677	SYNTAX                          Integer32 (0..100)
8678        MAX-ACCESS                      read-only
8679        STATUS                          current
8680	DESCRIPTION
8681			"The number of NFS Version 3 calls received
8682			 for the NFSPROC3_READDIRPLUS (Extended Read
8683			 from Directory) procedure, as a percentage
8684			 of the total NFS calls received, since the
8685			 last boot."
8686	::= { tv3Percent 18 }
8687
8688	tv3pFsstats                     OBJECT-TYPE
8689	SYNTAX                          Integer32 (0..100)
8690        MAX-ACCESS                      read-only
8691        STATUS                          current
8692	DESCRIPTION
8693			"The number of NFS Version 3 calls received
8694			 for the NFSPROC3_FSSTAT (Get Dynamic File
8695			 System Information) procedure, as a percentage
8696			 of the total NFS calls received, since the
8697			 last boot."
8698	::= { tv3Percent 19 }
8699
8700	tv3pFsinfos                     OBJECT-TYPE
8701	SYNTAX                          Integer32 (0..100)
8702        MAX-ACCESS                      read-only
8703        STATUS                          current
8704	DESCRIPTION
8705			"The number of NFS Version 3 calls received
8706			 for the NFSPROC3_FSINFO (Get Static File System
8707			 Information) procedure, as a percentage of the
8708			 total NFS calls received, since the last boot."
8709	::= { tv3Percent 20 }
8710
8711	tv3pPathconfs                   OBJECT-TYPE
8712	SYNTAX                          Integer32 (0..100)
8713        MAX-ACCESS                      read-only
8714        STATUS                          current
8715	DESCRIPTION
8716			"The number of NFS Version 3 calls received
8717			 for the NFSPROC3_PATHCONF (Retrieve POSIX
8718			 Information) procedure, as a percentage of the
8719			 total NFS calls received, since the last boot."
8720	::= { tv3Percent 21 }
8721
8722	tv3pCommits                     OBJECT-TYPE
8723	SYNTAX                          Integer32 (0..100)
8724        MAX-ACCESS                      read-only
8725        STATUS                          current
8726	DESCRIPTION
8727			"The number of NFS Version 3 calls received
8728			 for the NFSPROC3_COMMIT (Commit Cached Data on
8729			 a Server to Stable Storage) procedure, as a
8730			 percentage of the total NFS calls received,
8731			 since the last boot."
8732	::= { tv3Percent 22 }
8733
8734
8735
8736	-- the tv3CachedCalls group
8737
8738		-- this group contains statistics for the number of
8739		-- calls received for each NFS Version 3 procedure,
8740		-- that did not result in the filesystem blocking to
8741		-- read from disk, since the last boot
8742
8743	tv3ccNulls                      OBJECT-TYPE
8744	SYNTAX                          Counter32
8745        MAX-ACCESS                      read-only
8746        STATUS                          current
8747	DESCRIPTION
8748			"The number of NFS Version 3 calls received
8749			 for the NFSPROC3_NULL (Do Nothing) procedure,
8750			 that did not result in the filesystem blocking
8751			 to read from disk, since the last boot."
8752	::= { tv3CachedCalls 1 }
8753
8754	tv3ccGetattrs                   OBJECT-TYPE
8755	SYNTAX                          Counter32
8756        MAX-ACCESS                      read-only
8757        STATUS                          current
8758	DESCRIPTION
8759			"The number of NFS Version 3 calls received
8760			 for the NFSPROC3_GETATTR (Get File Attributes)
8761			 procedure, that did not result in the filesystem
8762			 blocking to read from disk, since the last boot."
8763	::= { tv3CachedCalls 2 }
8764
8765	tv3ccSetattrs                   OBJECT-TYPE
8766	SYNTAX                          Counter32
8767        MAX-ACCESS                      read-only
8768        STATUS                          current
8769	DESCRIPTION
8770			"The number of NFS Version 3 calls received
8771			 for the NFSPROC3_SETATTR (Set File Attributes)
8772			 procedure, that did not result in the filesystem
8773			 blocking to read from disk, since the last boot."
8774	::= { tv3CachedCalls 3 }
8775
8776	tv3ccLookups                    OBJECT-TYPE
8777	SYNTAX                          Counter32
8778        MAX-ACCESS                      read-only
8779        STATUS                          current
8780	DESCRIPTION
8781			"The number of NFS Version 3 calls received
8782			 for the NFSPROC3_LOOKUP (Lookup Filename)
8783			 procedure, that did not result in the filesystem
8784			 blocking to read from disk, since the last boot."
8785	::= { tv3CachedCalls 4 }
8786
8787	tv3ccAccesss                    OBJECT-TYPE
8788	SYNTAX                          Counter32
8789        MAX-ACCESS                      read-only
8790        STATUS                          current
8791	DESCRIPTION
8792			"The number of NFS Version 3 calls received
8793			 for the NFSPROC3_ACCESS (Check Access Permission)
8794			 procedure, that did not result in the filesystem
8795			 blocking to read from disk, since the last boot."
8796	::= { tv3CachedCalls 5 }
8797
8798	tv3ccReadlinks                  OBJECT-TYPE
8799	SYNTAX                          Counter32
8800        MAX-ACCESS                      read-only
8801        STATUS                          current
8802	DESCRIPTION
8803			"The number of NFS Version 3 calls received
8804			 for the NFSPROC3_READLINK (Read from Symbolic
8805			 Link) procedure, that did not result in the
8806			 filesystem blocking to read from disk, since
8807			 the last boot."
8808	::= { tv3CachedCalls 6 }
8809
8810	tv3ccReads                      OBJECT-TYPE
8811	SYNTAX                          Counter32
8812        MAX-ACCESS                      read-only
8813        STATUS                          current
8814	DESCRIPTION
8815			"The number of NFS Version 3 calls received
8816			 for the NFSPROC3_READ (Read From File)
8817			 procedure, that did not result in the filesystem
8818			 blocking to read from disk, since the last boot."
8819	::= { tv3CachedCalls 7 }
8820
8821	tv3ccWrites                     OBJECT-TYPE
8822	SYNTAX                          Counter32
8823        MAX-ACCESS                      read-only
8824        STATUS                          current
8825	DESCRIPTION
8826			"The number of NFS Version 3 calls received
8827			 for the NFSPROC3_WRITE (Write to File)
8828			 procedure, that did not result in the filesystem
8829			 blocking to read from disk, since the last boot."
8830	::= { tv3CachedCalls 8 }
8831
8832	tv3ccCreates                    OBJECT-TYPE
8833	SYNTAX                          Counter32
8834        MAX-ACCESS                      read-only
8835        STATUS                          current
8836	DESCRIPTION
8837			"The number of NFS Version 3 calls received
8838			 for the NFSPROC3_CREATE (Create a File)
8839			 procedure, that did not result in the filesystem
8840			 blocking to read from disk, since the last boot."
8841	::= { tv3CachedCalls 9 }
8842
8843	tv3ccMkdirs                     OBJECT-TYPE
8844	SYNTAX                          Counter32
8845        MAX-ACCESS                      read-only
8846        STATUS                          current
8847	DESCRIPTION
8848			"The number of NFS Version 3 calls received
8849			 for the NFSPROC3_MKDIR (Create a Directory)
8850			 procedure, that did not result in the filesystem
8851			 blocking to read from disk, since the last boot."
8852	::= { tv3CachedCalls 10 }
8853
8854	tv3ccSymlinks                   OBJECT-TYPE
8855	SYNTAX                          Counter32
8856        MAX-ACCESS                      read-only
8857        STATUS                          current
8858	DESCRIPTION
8859			"The number of NFS Version 3 calls received
8860			 for the NFSPROC3_SYMLINK (Create a Symbolic
8861			 Link) procedure, that did not result in the
8862			 filesystem blocking to read from disk, since
8863			 the last boot."
8864	::= { tv3CachedCalls 11 }
8865
8866	tv3ccMknods                     OBJECT-TYPE
8867	SYNTAX                          Counter32
8868        MAX-ACCESS                      read-only
8869        STATUS                          current
8870	DESCRIPTION
8871			"The number of NFS Version 3 calls received
8872			 for the NFSPROC3_MKNOD (Create a Special
8873			 Device) procedure, that did not result in the
8874			 filesystem blocking to read from disk, since
8875			 the last boot."
8876	::= { tv3CachedCalls 12 }
8877
8878	tv3ccRemoves                    OBJECT-TYPE
8879	SYNTAX                          Counter32
8880        MAX-ACCESS                      read-only
8881        STATUS                          current
8882	DESCRIPTION
8883			"The number of NFS Version 3 calls received
8884			 for the NFSPROC3_REMOVE (Remove a File)
8885			 procedure, that did not result in the
8886			 filesystem blocking to read from disk,
8887			 since the last boot."
8888	::= { tv3CachedCalls 13 }
8889
8890	tv3ccRmdirs                     OBJECT-TYPE
8891	SYNTAX                          Counter32
8892        MAX-ACCESS                      read-only
8893        STATUS                          current
8894	DESCRIPTION
8895			"The number of NFS Version 3 calls received
8896			 for the NFSPROC3_RMDIR (Remove a Directory)
8897			 procedure, that did not result in the
8898			 filesystem blocking to read from disk,
8899			 since the last boot."
8900	::= { tv3CachedCalls 14 }
8901
8902	tv3ccRenames                    OBJECT-TYPE
8903	SYNTAX                          Counter32
8904        MAX-ACCESS                      read-only
8905        STATUS                          current
8906	DESCRIPTION
8907			"The number of NFS Version 3 calls received
8908			 for the NFSPROC3_RENAME (Rename a File or
8909			 Directory) procedure, that did not result in
8910			 the filesystem blocking to read from disk,
8911			 since the last boot."
8912	::= { tv3CachedCalls 15 }
8913
8914	tv3ccLinks                      OBJECT-TYPE
8915	SYNTAX                          Counter32
8916        MAX-ACCESS                      read-only
8917        STATUS                          current
8918	DESCRIPTION
8919			"The number of NFS Version 3 calls received
8920			 for the NFSPROC3_LINK (Create Link to an
8921			 Object) procedure, that did not result in
8922			 the filesystem blocking to read from disk,
8923			 since the last boot."
8924	::= { tv3CachedCalls 16 }
8925
8926	tv3ccReaddirs                   OBJECT-TYPE
8927	SYNTAX                          Counter32
8928        MAX-ACCESS                      read-only
8929        STATUS                          current
8930	DESCRIPTION
8931			"The number of NFS Version 3 calls received
8932			 for the NFSPROC3_READDIR (Read From
8933			 Directory) procedure, that did not result in
8934			 the filesystem blocking to read from disk,
8935			 since the last boot."
8936	::= { tv3CachedCalls 17 }
8937
8938	tv3ccReaddirPluss               OBJECT-TYPE
8939	SYNTAX                          Counter32
8940        MAX-ACCESS                      read-only
8941        STATUS                          current
8942	DESCRIPTION
8943			"The number of NFS Version 3 calls received
8944			 for the NFSPROC3_READDIRPLUS (Extended Read
8945			 from Directory) procedure, that did not result in
8946			 the filesystem blocking to read from disk,
8947			 since the last boot."
8948	::= { tv3CachedCalls 18 }
8949
8950	tv3ccFsstats                    OBJECT-TYPE
8951	SYNTAX                          Counter32
8952        MAX-ACCESS                      read-only
8953        STATUS                          current
8954	DESCRIPTION
8955			"The number of NFS Version 3 calls received
8956			 for the NFSPROC3_FSSTAT (Get Dynamic File
8957			 System Information) procedure, that did not
8958			 result in the filesystem blocking to read
8959			 from disk, since the last boot."
8960	::= { tv3CachedCalls 19 }
8961
8962	tv3ccFsinfos                    OBJECT-TYPE
8963	SYNTAX                          Counter32
8964        MAX-ACCESS                      read-only
8965        STATUS                          current
8966	DESCRIPTION
8967			"The number of NFS Version 3 calls received
8968			 for the NFSPROC3_FSINFO (Get Static File
8969			 System Information) procedure, that did not
8970			 result in the filesystem blocking to read
8971			 from disk, since the last boot."
8972	::= { tv3CachedCalls 20 }
8973
8974	tv3ccPathconfs                  OBJECT-TYPE
8975	SYNTAX                          Counter32
8976        MAX-ACCESS                      read-only
8977        STATUS                          current
8978	DESCRIPTION
8979			"The number of NFS Version 3 calls received
8980			 for the NFSPROC3_PATHCONF (Retrieve POSIX
8981			 Information) procedure, that did not result
8982			 in the filesystem blocking to read from disk,
8983			 since the last boot."
8984	::= { tv3CachedCalls 21 }
8985
8986	tv3ccCommits                    OBJECT-TYPE
8987	SYNTAX                          Counter32
8988        MAX-ACCESS                      read-only
8989        STATUS                          current
8990	DESCRIPTION
8991			"The number of NFS Version 3 calls received
8992			 for the NFSPROC3_COMMIT (Commit Cached Data on
8993			 a Server to Stable Storage) procedure, that did
8994			 not result in the filesystem blocking to read
8995			 from disk, since the last boot."
8996	::= { tv3CachedCalls 22 }
8997
8998
8999
9000	-- the tv3CachedPerCent group
9001
9002		-- this group contains statistics for the number of
9003		-- calls received for each NFS Version 3 procedure,
9004		-- that did not result in the filesystem blocking to
9005		-- read from disk, as a percentage of the total
9006		-- number of calls received for that procedure,
9007		-- since the last boot
9008
9009	tv3cpNulls                      OBJECT-TYPE
9010	SYNTAX                          Integer32 (0..100)
9011        MAX-ACCESS                      read-only
9012        STATUS                          current
9013	DESCRIPTION
9014			"The number of NFS Version 3 calls received
9015			 for the NFSPROC3_NULL (Do Nothing) procedure,
9016			 that did not result in the filesystem
9017			 blocking to read from disk, as a percentage
9018			 of the total number of calls received for
9019			 this procedure, since the last boot."
9020	::= { tv3CachedPerCent 1 }
9021
9022	tv3cpGetattrs                   OBJECT-TYPE
9023	SYNTAX                          Integer32 (0..100)
9024        MAX-ACCESS                      read-only
9025        STATUS                          current
9026	DESCRIPTION
9027			"The number of NFS Version 3 calls received
9028			 for the NFSPROC3_GETATTR (Get File Attributes)
9029			 procedure, that did not result in the filesystem
9030			 blocking to read from disk, as a percentage
9031			 of the total number of calls received for
9032			 this procedure, since the last boot."
9033	::= { tv3CachedPerCent 2 }
9034
9035	tv3cpSetattrs                   OBJECT-TYPE
9036	SYNTAX                          Integer32 (0..100)
9037        MAX-ACCESS                      read-only
9038        STATUS                          current
9039	DESCRIPTION
9040			"The number of NFS Version 3 calls received
9041			 for the NFSPROC3_SETATTR (Set File Attributes)
9042			 procedure, that did not result in the filesystem
9043			 blocking to read from disk, as a percentage
9044			 of the total number of calls received for
9045			 this procedure, since the last boot."
9046	::= { tv3CachedPerCent 3 }
9047
9048	tv3cpLookups                    OBJECT-TYPE
9049	SYNTAX                          Integer32 (0..100)
9050        MAX-ACCESS                      read-only
9051        STATUS                          current
9052	DESCRIPTION
9053			"The number of NFS Version 3 calls received
9054			 for the NFSPROC3_LOOKUP (Lookup Filename)
9055			 procedure, that did not result in the filesystem
9056			 blocking to read from disk, as a percentage
9057			 of the total number of calls received for
9058			 this procedure, since the last boot."
9059	::= { tv3CachedPerCent 4 }
9060
9061	tv3cpAccesss                    OBJECT-TYPE
9062	SYNTAX                          Integer32 (0..100)
9063        MAX-ACCESS                      read-only
9064        STATUS                          current
9065	DESCRIPTION
9066			"The number of NFS Version 3 calls received
9067			 for the NFSPROC3_ACCESS (Check Access Permission)
9068			 procedure, that did not result in the filesystem
9069			 blocking to read from disk, as a percentage
9070			 of the total number of calls received for
9071			 this procedure, since the last boot."
9072	::= { tv3CachedPerCent 5 }
9073
9074	tv3cpReadlinks                  OBJECT-TYPE
9075	SYNTAX                          Integer32 (0..100)
9076        MAX-ACCESS                      read-only
9077        STATUS                          current
9078	DESCRIPTION
9079			"The number of NFS Version 3 calls received
9080			 for the NFSPROC3_READLINK (Read from Symbolic
9081			 Link) procedure, that did not result in the
9082			 filesystem blocking to read from disk, as a
9083			 percentage of the total number of calls
9084			 received for this procedure, since the last
9085			 last boot."
9086	::= { tv3CachedPerCent 6 }
9087
9088	tv3cpReads                      OBJECT-TYPE
9089	SYNTAX                          Integer32 (0..100)
9090        MAX-ACCESS                      read-only
9091        STATUS                          current
9092	DESCRIPTION
9093			"The number of NFS Version 3 calls received
9094			 for the NFSPROC3_READ (Read From File)
9095			 procedure, that did not result in the
9096			 filesystem blocking to read from disk, as a
9097			 percentage of the total number of calls
9098			 received for this procedure, since the last boot."
9099	::= { tv3CachedPerCent 7 }
9100
9101	tv3cpWrites                     OBJECT-TYPE
9102	SYNTAX                          Integer32 (0..100)
9103        MAX-ACCESS                      read-only
9104        STATUS                          current
9105	DESCRIPTION
9106			"The number of NFS Version 3 calls received
9107			 for the NFSPROC3_WRITE (Write to File)
9108			 procedure, that did not result in the
9109			 filesystem blocking to read from disk, as a
9110			 percentage of the total number of calls
9111			 received for this procedure, since the last boot."
9112	::= { tv3CachedPerCent 8 }
9113
9114	tv3cpCreates                    OBJECT-TYPE
9115	SYNTAX                          Integer32 (0..100)
9116        MAX-ACCESS                      read-only
9117        STATUS                          current
9118	DESCRIPTION
9119			"The number of NFS Version 3 calls received
9120			 for the NFSPROC3_CREATE (Create a File)
9121			 procedure, that did not result in the
9122			 filesystem blocking to read from disk, as a
9123			 percentage of the total number of calls
9124			 received for this procedure, since the last boot."
9125	::= { tv3CachedPerCent 9 }
9126
9127	tv3cpMkdirs                     OBJECT-TYPE
9128	SYNTAX                          Integer32 (0..100)
9129        MAX-ACCESS                      read-only
9130        STATUS                          current
9131	DESCRIPTION
9132			"The number of NFS Version 3 calls received
9133			 for the NFSPROC3_MKDIR (Create a Directory)
9134			 procedure, that did not result in the
9135			 filesystem blocking to read from disk, as a
9136			 percentage of the total number of calls
9137			 received for this procedure, since the last boot."
9138	::= { tv3CachedPerCent 10 }
9139
9140	tv3cpSymlinks                   OBJECT-TYPE
9141	SYNTAX                          Integer32 (0..100)
9142        MAX-ACCESS                      read-only
9143        STATUS                          current
9144	DESCRIPTION
9145			"The number of NFS Version 3 calls received
9146			 for the NFSPROC3_SYMLINK (Create a Symbolic
9147			 Link) procedure, that did not result in the
9148			 filesystem blocking to read from disk, as a
9149			 percentage of the total number of calls
9150			 received for this procedure, since the last boot."
9151	::= { tv3CachedPerCent 11 }
9152
9153	tv3cpMknods                     OBJECT-TYPE
9154	SYNTAX                          Integer32 (0..100)
9155        MAX-ACCESS                      read-only
9156        STATUS                          current
9157	DESCRIPTION
9158			"The number of NFS Version 3 calls received
9159			 for the NFSPROC3_MKNOD (Create a Special
9160			 Device) procedure, that did not result in the
9161			 filesystem blocking to read from disk, as a
9162			 percentage of the total number of calls
9163			 received for this procedure, since the last boot."
9164	::= { tv3CachedPerCent 12 }
9165
9166	tv3cpRemoves                    OBJECT-TYPE
9167	SYNTAX                          Integer32 (0..100)
9168        MAX-ACCESS                      read-only
9169        STATUS                          current
9170	DESCRIPTION
9171			"The number of NFS Version 3 calls received
9172			 for the NFSPROC3_REMOVE (Remove a File)
9173			 procedure, that did not result in the
9174			 filesystem blocking to read from disk, as a
9175			 percentage of the total number of calls
9176			 received for this procedure, since the last boot."
9177	::= { tv3CachedPerCent 13 }
9178
9179	tv3cpRmdirs                     OBJECT-TYPE
9180	SYNTAX                          Integer32 (0..100)
9181        MAX-ACCESS                      read-only
9182        STATUS                          current
9183	DESCRIPTION
9184			"The number of NFS Version 3 calls received
9185			 for the NFSPROC3_RMDIR (Remove a Directory)
9186			 procedure, that did not result in the
9187			 filesystem blocking to read from disk, as a
9188			 percentage of the total number of calls
9189			 received for this procedure, since the last boot."
9190	::= { tv3CachedPerCent 14 }
9191
9192	tv3cpRenames                    OBJECT-TYPE
9193	SYNTAX                          Integer32 (0..100)
9194        MAX-ACCESS                      read-only
9195        STATUS                          current
9196	DESCRIPTION
9197			"The number of NFS Version 3 calls received
9198			 for the NFSPROC3_RENAME (Rename a File or
9199			 Directory) procedure, that did not result in
9200			 the filesystem blocking to read from disk,
9201			 as a percentage of the total number of calls
9202			 received for this procedure, since the last boot."
9203	::= { tv3CachedPerCent 15 }
9204
9205	tv3cpLinks                      OBJECT-TYPE
9206	SYNTAX                          Integer32 (0..100)
9207        MAX-ACCESS                      read-only
9208        STATUS                          current
9209	DESCRIPTION
9210			"The number of NFS Version 3 calls received
9211			 for the NFSPROC3_LINK (Create Link to an
9212			 Object) procedure, that did not result in
9213			 the filesystem blocking to read from disk,
9214			 as a percentage of the total number of calls
9215			 received for this procedure, since the last boot."
9216	::= { tv3CachedPerCent 16 }
9217
9218	tv3cpReaddirs                   OBJECT-TYPE
9219	SYNTAX                          Integer32 (0..100)
9220        MAX-ACCESS                      read-only
9221        STATUS                          current
9222	DESCRIPTION
9223			"The number of NFS Version 3 calls received
9224			 for the NFSPROC3_READDIR (Read From Directory)
9225			 procedure, that did not result in the
9226			 filesystem blocking to read from disk, as a
9227			 percentage of the total number of calls
9228			 received for this procedure, since the last boot."
9229	::= { tv3CachedPerCent 17 }
9230
9231	tv3cpReaddirPluss               OBJECT-TYPE
9232	SYNTAX                          Integer32 (0..100)
9233        MAX-ACCESS                      read-only
9234        STATUS                          current
9235	DESCRIPTION
9236			"The number of NFS Version 3 calls received
9237			 for the NFSPROC3_READIRPLUS (Extended Read
9238			 from Directory) procedure, that did not result
9239			 in the filesystem blocking to read from disk,
9240			 as a percentage of the total number of calls
9241			 received for this procedure, since the last boot."
9242	::= { tv3CachedPerCent 18 }
9243
9244	tv3cpFsstats                    OBJECT-TYPE
9245	SYNTAX                          Integer32 (0..100)
9246        MAX-ACCESS                      read-only
9247        STATUS                          current
9248	DESCRIPTION
9249			"The number of NFS Version 3 calls received
9250			 for the NFSPROC3_FSSTAT (Get Dynamic File
9251			 System Information) procedure, that did not
9252			 result in the filesystem blocking to read from
9253			 disk, as a percentage of the total number of
9254			 calls received for this procedure, since the
9255			 last boot."
9256	::= { tv3CachedPerCent 19 }
9257
9258	tv3cpFsinfos                    OBJECT-TYPE
9259	SYNTAX                          Integer32 (0..100)
9260        MAX-ACCESS                      read-only
9261        STATUS                          current
9262	DESCRIPTION
9263			"The number of NFS Version 3 calls received
9264			 for the NFSPROC3_FSINFO (Get Static File System
9265			 Information) procedure, that did not result
9266			 in the filesystem blocking to read from disk,
9267			 as a percentage of the total number of calls
9268			 received for this procedure, since the last boot."
9269	::= { tv3CachedPerCent 20 }
9270
9271	tv3cpPathconfs                  OBJECT-TYPE
9272	SYNTAX                          Integer32 (0..100)
9273        MAX-ACCESS                      read-only
9274        STATUS                          current
9275	DESCRIPTION
9276			"The number of NFS Version 3 calls received
9277			 for the NFSPROC3_PATHCONF (Retrieve POSIX
9278			 Information) procedure, that did not result
9279			 in the filesystem blocking to read from disk,
9280			 as a percentage of the total number of calls
9281			 received for this procedure, since the last boot."
9282	::= { tv3CachedPerCent 21 }
9283
9284	tv3cpCommits                    OBJECT-TYPE
9285	SYNTAX                          Integer32 (0..100)
9286        MAX-ACCESS                      read-only
9287        STATUS                          current
9288	DESCRIPTION
9289			"The number of NFS Version 3 calls received
9290			 for the NFSPROC3_COMMIT (Commit Cached Data on
9291			 a Server to Stable Storage) procedure, that
9292			 did not result in the filesystem blocking to
9293			 read from disk, as a percentage of the total
9294			 number of calls received for this procedure,
9295			 since the last boot."
9296	::= { tv3CachedPerCent 22 }
9297
9298
9299	-- the treplyCache group
9300
9301		-- this group contains statistics related to the
9302		-- Reply Cache processing, since the last boot
9303
9304	trcInProgressHits               OBJECT-TYPE
9305	SYNTAX                          Counter32
9306        MAX-ACCESS                      read-only
9307        STATUS                          current
9308	DESCRIPTION
9309			"The number of NFS requests that were dropped, for
9310			 calls already in progress, since the last boot."
9311	::= { treplyCache 1 }
9312
9313	trcDelayHits                    OBJECT-TYPE
9314	SYNTAX                          Counter32
9315        MAX-ACCESS                      read-only
9316        STATUS                          deprecated
9317	DESCRIPTION
9318			"The number of NFS requests that were dropped,
9319			 for replies already generated within a short
9320			 interval, since the last boot. These stats are
9321			 deprecated. A value of zero will always be
9322			 returned for these stats."
9323	::= { treplyCache 2 }
9324
9325	trcMisses                       OBJECT-TYPE
9326	SYNTAX                          Counter32
9327        MAX-ACCESS                      read-only
9328        STATUS                          current
9329	DESCRIPTION
9330			"The number of NFS requests received for which
9331			 there were no corresponding entries already in
9332			 the Reply Cache, since the last boot."
9333	::= { treplyCache 3 }
9334
9335	trcNonIdemDoneHits              OBJECT-TYPE
9336	SYNTAX                          Counter32
9337        MAX-ACCESS                      read-only
9338        STATUS                          current
9339	DESCRIPTION
9340			"The number of NFS requests received that
9341			 resulted in replies being replayed from
9342			 the Reply Cache, since the last boot."
9343	::= { treplyCache 4 }
9344
9345	trcNonIdemNotDoneHits           OBJECT-TYPE
9346	SYNTAX                          Counter32
9347        MAX-ACCESS                      read-only
9348        STATUS                          current
9349	DESCRIPTION
9350			"The number of NFS requests received for calls
9351			 that resulted in this request being processed
9352			 as a new request even when a corresponding
9353			 entry existed in the Reply Cache, since the
9354			 last boot."
9355	::= { treplyCache 5 }
9356
9357	trcTcpInProgressHits            OBJECT-TYPE
9358	SYNTAX                          Counter32
9359        MAX-ACCESS                      read-only
9360        STATUS                          current
9361	DESCRIPTION
9362			"The number of NFS requests that were dropped
9363			 for the TCP protocol, for calls already in
9364			 progress, since the last boot."
9365	::= { treplyCache 6 }
9366
9367	trcTcpDelayHits                 OBJECT-TYPE
9368	SYNTAX                          Counter32
9369        MAX-ACCESS                      read-only
9370        STATUS                          deprecated
9371	DESCRIPTION
9372			"The number of NFS requests that were dropped
9373			 for the TCP protocol, for replies already
9374			 generated within a short interval, since the
9375			 last boot. These stats are deprecated. A value
9376			 of zero will always be returned for these stats."
9377	::= { treplyCache 7 }
9378
9379	trcTcpMisses                    OBJECT-TYPE
9380	SYNTAX                          Counter32
9381        MAX-ACCESS                      read-only
9382        STATUS                          current
9383	DESCRIPTION
9384			"The number of NFS requests received for the
9385			 TCP protocol for which there were no corresponding
9386			 entries already in the Reply Cache, since the
9387			 last boot."
9388	::= { treplyCache 8 }
9389
9390	trcTcpNonIdemDoneHits           OBJECT-TYPE
9391	SYNTAX                          Counter32
9392        MAX-ACCESS                      read-only
9393        STATUS                          current
9394	DESCRIPTION
9395			"The number of NFS requests received for the
9396			 TCP protocol that resulted in replies being
9397			 replayed from the Reply Cache, since the
9398			 last boot."
9399	::= { treplyCache 9 }
9400
9401	trcTcpNonIdemNotDoneHits        OBJECT-TYPE
9402	SYNTAX                          Counter32
9403        MAX-ACCESS                      read-only
9404        STATUS                          current
9405	DESCRIPTION
9406			"The number of NFS requests received for the
9407			 TCP protocol for calls that resulted in this
9408			 request being processed as a new request even
9409			 when a corresponding entry existed in the Reply
9410			 Cache, since the last boot."
9411	::= { treplyCache 10 }
9412
9413	trcUdpInProgressHits            OBJECT-TYPE
9414	SYNTAX                          Counter32
9415        MAX-ACCESS                      read-only
9416        STATUS                          current
9417	DESCRIPTION
9418			"The number of NFS requests that were dropped
9419			 for the UDP protocol, for calls already in
9420			 progress, since the last boot."
9421	::= { treplyCache 11 }
9422
9423	trcUdpDelayHits                 OBJECT-TYPE
9424	SYNTAX                          Counter32
9425        MAX-ACCESS                      read-only
9426        STATUS                          deprecated
9427	DESCRIPTION
9428			"The number of NFS requests that were dropped
9429			 for the UDP protocol, for replies already
9430			 generated within a short interval, since the
9431			 last boot. These stats are deprecated. A value
9432			 of zero will always be returned for these stats."
9433	::= { treplyCache 12 }
9434
9435	trcUdpMisses                    OBJECT-TYPE
9436	SYNTAX                          Counter32
9437        MAX-ACCESS                      read-only
9438        STATUS                          current
9439	DESCRIPTION
9440			"The number of NFS requests received for the
9441			 UDP protocol for which there were no corresponding
9442			 entries already in the Reply Cache, since the
9443			 last boot."
9444	::= { treplyCache 13 }
9445
9446	trcUdpNonIdemDoneHits           OBJECT-TYPE
9447	SYNTAX                          Counter32
9448        MAX-ACCESS                      read-only
9449        STATUS                          current
9450	DESCRIPTION
9451			"The number of NFS requests received for the
9452			 UDP protocol that resulted in replies being
9453			 replayed from the Reply Cache, since the
9454			 last boot."
9455	::= { treplyCache 14 }
9456
9457	trcUdpNonIdemNotDoneHits        OBJECT-TYPE
9458	SYNTAX                          Counter32
9459        MAX-ACCESS                      read-only
9460        STATUS                          current
9461	DESCRIPTION
9462			"The number of NFS requests received for the
9463			 UDP protocol for calls that resulted in this
9464			 request being processed as a new request even
9465			 when a corresponding entry existed in the Reply
9466			 Cache, since the last boot."
9467	::= { treplyCache 15 }
9468
9469	-- the tnfsrwStats group
9470
9471		-- this group contains statistics for the sizes of
9472                -- NFS version 2 and 3 read and write calls since
9473		-- last boot.
9474
9475	tv2ReadStats            OBJECT IDENTIFIER ::= { tnfsrwStats 1 }
9476
9477	tv2WriteStats           OBJECT IDENTIFIER ::= { tnfsrwStats 2 }
9478
9479	tv3ReadStats            OBJECT IDENTIFIER ::= { tnfsrwStats 3 }
9480
9481	tv3WriteStats           OBJECT IDENTIFIER ::= { tnfsrwStats 4 }
9482
9483
9484	-- the tv2ReadStats group
9485
9486		-- this group contains statistics for the sizes of
9487		-- NFS version 2 read calls since last boot.
9488
9489	tv2Read512Calls                 OBJECT-TYPE
9490	SYNTAX                          Counter32
9491        MAX-ACCESS                      read-only
9492        STATUS                          current
9493	DESCRIPTION
9494			"The number of NFS Version 2 read calls
9495			received by the server since last boot
9496			with request sizes between 0-511 bytes."
9497	::= { tv2ReadStats 1 }
9498
9499	tv2Read1KCalls                  OBJECT-TYPE
9500	SYNTAX                          Counter32
9501        MAX-ACCESS                      read-only
9502        STATUS                          current
9503	DESCRIPTION
9504			"The number of NFS Version 2 read calls
9505			received by the server since last boot
9506			with request sizes between 512-1023 bytes."
9507	::= { tv2ReadStats 2 }
9508
9509	tv2Read2KCalls                  OBJECT-TYPE
9510	SYNTAX                          Counter32
9511        MAX-ACCESS                      read-only
9512        STATUS                          current
9513	DESCRIPTION
9514			"The number of NFS Version 2 read calls
9515			received by the server since last boot
9516			with request sizes between 1K-2047 bytes."
9517	::= { tv2ReadStats 3 }
9518
9519
9520	tv2Read4KCalls                  OBJECT-TYPE
9521	SYNTAX                          Counter32
9522        MAX-ACCESS                      read-only
9523        STATUS                          current
9524	DESCRIPTION
9525			"The number of NFS Version 2 read calls
9526			received by the server since last boot
9527			with request sizes between 2K-4095 bytes."
9528	::= { tv2ReadStats 4 }
9529
9530	tv2Read8KCalls                  OBJECT-TYPE
9531	SYNTAX                          Counter32
9532        MAX-ACCESS                      read-only
9533        STATUS                          current
9534	DESCRIPTION
9535			"The number of NFS Version 2 read calls
9536			received by the server since last boot
9537			with request sizes between 4K-8191 bytes."
9538	::= { tv2ReadStats 5 }
9539
9540	tv2Read16KCalls                 OBJECT-TYPE
9541	SYNTAX                          Counter32
9542        MAX-ACCESS                      read-only
9543        STATUS                          current
9544	DESCRIPTION
9545			"The number of NFS Version 2 read calls
9546			received by the server since last boot
9547			with request sizes between 8K-16383 bytes."
9548	::= { tv2ReadStats 6 }
9549
9550	tv2Read32KCalls                 OBJECT-TYPE
9551	SYNTAX                          Counter32
9552        MAX-ACCESS                      read-only
9553        STATUS                          current
9554	DESCRIPTION
9555			"The number of NFS Version 2 read calls
9556			received by the server since last boot
9557			with request sizes between 16K-32767 bytes."
9558	::= { tv2ReadStats 7 }
9559
9560	tv2Read64KCalls                 OBJECT-TYPE
9561	SYNTAX                          Counter32
9562        MAX-ACCESS                      read-only
9563        STATUS                          current
9564	DESCRIPTION
9565			"The number of NFS Version 2 read calls
9566			received by the server since last boot
9567			with request sizes between 32K-65535 bytes."
9568	::= { tv2ReadStats 8 }
9569
9570	tv2Read128KCalls                OBJECT-TYPE
9571	SYNTAX                          Counter32
9572        MAX-ACCESS                      read-only
9573        STATUS                          current
9574	DESCRIPTION
9575			"The number of NFS Version 2 read calls
9576			received by the server since last boot
9577			with request sizes between 64K-131071 bytes."
9578	::= { tv2ReadStats 9 }
9579
9580
9581	-- the tv2WriteStats group
9582
9583		-- this group contains statistics for the sizes of
9584		-- NFS version 2 write calls since last boot.
9585
9586	tv2Write512Calls                OBJECT-TYPE
9587	SYNTAX                          Counter32
9588        MAX-ACCESS                      read-only
9589        STATUS                          current
9590	DESCRIPTION
9591			"The number of NFS Version 2 write calls
9592			received by the server since last boot
9593			with request sizes between 0-511 bytes."
9594	::= { tv2WriteStats 1 }
9595
9596	tv2Write1KCalls                 OBJECT-TYPE
9597	SYNTAX                          Counter32
9598        MAX-ACCESS                      read-only
9599        STATUS                          current
9600	DESCRIPTION
9601			"The number of NFS Version 2 write calls
9602			received by the server since last boot
9603			with request sizes between 512-1023 bytes."
9604	::= { tv2WriteStats 2 }
9605
9606	tv2Write2KCalls                 OBJECT-TYPE
9607	SYNTAX                          Counter32
9608        MAX-ACCESS                      read-only
9609        STATUS                          current
9610	DESCRIPTION
9611			"The number of NFS Version 2 write calls
9612			received by the server since last boot
9613			with request sizes between 1K-2047 bytes."
9614	::= { tv2WriteStats 3 }
9615
9616
9617	tv2Write4KCalls                 OBJECT-TYPE
9618	SYNTAX                          Counter32
9619        MAX-ACCESS                      read-only
9620        STATUS                          current
9621	DESCRIPTION
9622			"The number of NFS Version 2 write calls
9623			received by the server since last boot
9624			with request sizes between 2K-4095 bytes."
9625	::= { tv2WriteStats 4 }
9626
9627	tv2Write8KCalls                 OBJECT-TYPE
9628	SYNTAX                          Counter32
9629        MAX-ACCESS                      read-only
9630        STATUS                          current
9631	DESCRIPTION
9632			"The number of NFS Version 2 write calls
9633			received by the server since last boot
9634			with request sizes between 4K-8191 bytes."
9635	::= { tv2WriteStats 5 }
9636
9637	tv2Write16KCalls                OBJECT-TYPE
9638	SYNTAX                          Counter32
9639        MAX-ACCESS                      read-only
9640        STATUS                          current
9641	DESCRIPTION
9642			"The number of NFS Version 2 write calls
9643			received by the server since last boot
9644			with request sizes between 8K-16383 bytes."
9645	::= { tv2WriteStats 6 }
9646
9647	tv2Write32KCalls                OBJECT-TYPE
9648	SYNTAX                          Counter32
9649        MAX-ACCESS                      read-only
9650        STATUS                          current
9651	DESCRIPTION
9652			"The number of NFS Version 2 write calls
9653			received by the server since last boot
9654			with request sizes between 16K-32767 bytes."
9655	::= { tv2WriteStats 7 }
9656
9657	tv2Write64KCalls                OBJECT-TYPE
9658	SYNTAX                          Counter32
9659        MAX-ACCESS                      read-only
9660        STATUS                          current
9661	DESCRIPTION
9662			"The number of NFS Version 2 write calls
9663			received by the server since last boot
9664			with request sizes between 32K-65535 bytes."
9665	::= { tv2WriteStats 8 }
9666
9667	tv2Write128KCalls               OBJECT-TYPE
9668	SYNTAX                          Counter32
9669        MAX-ACCESS                      read-only
9670        STATUS                          current
9671	DESCRIPTION
9672			"The number of NFS Version 2 write calls
9673			received by the server since last boot
9674			with request sizes between 64K-131071 bytes."
9675	::= { tv2WriteStats 9 }
9676
9677
9678	-- the tv3ReadStats group
9679
9680		-- this group contains statistics for the sizes of
9681		-- NFS version 3 read calls since last boot.
9682
9683	tv3Read512Calls                 OBJECT-TYPE
9684	SYNTAX                          Counter32
9685        MAX-ACCESS                      read-only
9686        STATUS                          current
9687	DESCRIPTION
9688			"The number of NFS Version 3 read calls
9689			received by the server since last boot
9690			with request sizes between 0-511 bytes."
9691	::= { tv3ReadStats 1 }
9692
9693	tv3Read1KCalls                  OBJECT-TYPE
9694	SYNTAX                          Counter32
9695        MAX-ACCESS                      read-only
9696        STATUS                          current
9697	DESCRIPTION
9698			"The number of NFS Version 3 read calls
9699			received by the server since last boot
9700			with request sizes between 512-1023 bytes."
9701	::= { tv3ReadStats 2 }
9702
9703	tv3Read2KCalls                  OBJECT-TYPE
9704	SYNTAX                          Counter32
9705        MAX-ACCESS                      read-only
9706        STATUS                          current
9707	DESCRIPTION
9708			"The number of NFS Version 3 read calls
9709			received by the server since last boot
9710			with request sizes between 1K-2047 bytes."
9711	::= { tv3ReadStats 3 }
9712
9713
9714	tv3Read4KCalls                  OBJECT-TYPE
9715	SYNTAX                          Counter32
9716        MAX-ACCESS                      read-only
9717        STATUS                          current
9718	DESCRIPTION
9719			"The number of NFS Version 3 read calls
9720			received by the server since last boot
9721			with request sizes between 2K-4095 bytes."
9722	::= { tv3ReadStats 4 }
9723
9724	tv3Read8KCalls                  OBJECT-TYPE
9725	SYNTAX                          Counter32
9726        MAX-ACCESS                      read-only
9727        STATUS                          current
9728	DESCRIPTION
9729			"The number of NFS Version 3 read calls
9730			received by the server since last boot
9731			with request sizes between 4K-8191 bytes."
9732	::= { tv3ReadStats 5 }
9733
9734	tv3Read16KCalls                 OBJECT-TYPE
9735	SYNTAX                          Counter32
9736        MAX-ACCESS                      read-only
9737        STATUS                          current
9738	DESCRIPTION
9739			"The number of NFS Version 3 read calls
9740			received by the server since last boot
9741			with request sizes between 8K-16383 bytes."
9742	::= { tv3ReadStats 6 }
9743
9744	tv3Read32KCalls                 OBJECT-TYPE
9745	SYNTAX                          Counter32
9746        MAX-ACCESS                      read-only
9747        STATUS                          current
9748	DESCRIPTION
9749			"The number of NFS Version 3 read calls
9750			received by the server since last boot
9751			with request sizes between 16K-32767 bytes."
9752	::= { tv3ReadStats 7 }
9753
9754	tv3Read64KCalls                 OBJECT-TYPE
9755	SYNTAX                          Counter32
9756        MAX-ACCESS                      read-only
9757        STATUS                          current
9758	DESCRIPTION
9759			"The number of NFS Version 3 read calls
9760			received by the server since last boot
9761			with request sizes between 32K-65535 bytes."
9762	::= { tv3ReadStats 8 }
9763
9764	tv3Read128KCalls                OBJECT-TYPE
9765	SYNTAX                          Counter32
9766        MAX-ACCESS                      read-only
9767        STATUS                          current
9768	DESCRIPTION
9769			"The number of NFS Version 3 read calls
9770			received by the server since last boot
9771			with request sizes between 64K-131071 bytes."
9772	::= { tv3ReadStats 9 }
9773
9774
9775	-- the tv3WriteStats group
9776
9777		-- this group contains statistics for the sizes of
9778		-- NFS version 3 write calls since last boot.
9779
9780	tv3Write512Calls                OBJECT-TYPE
9781	SYNTAX                          Counter32
9782        MAX-ACCESS                      read-only
9783        STATUS                          current
9784	DESCRIPTION
9785			"The number of NFS Version 3 write calls
9786			received by the server since last boot
9787			with request sizes between 0-511 bytes."
9788	::= { tv3WriteStats 1 }
9789
9790	tv3Write1KCalls                 OBJECT-TYPE
9791	SYNTAX                          Counter32
9792        MAX-ACCESS                      read-only
9793        STATUS                          current
9794	DESCRIPTION
9795			"The number of NFS Version 3 write calls
9796			received by the server since last boot
9797			with request sizes between 512-1023 bytes."
9798	::= { tv3WriteStats 2 }
9799
9800	tv3Write2KCalls                 OBJECT-TYPE
9801	SYNTAX                          Counter32
9802        MAX-ACCESS                      read-only
9803        STATUS                          current
9804	DESCRIPTION
9805			"The number of NFS Version 3 write calls
9806			received by the server since last boot
9807			with request sizes between 1K-2047 bytes."
9808	::= { tv3WriteStats 3 }
9809
9810	tv3Write4KCalls                 OBJECT-TYPE
9811	SYNTAX                          Counter32
9812        MAX-ACCESS                      read-only
9813        STATUS                          current
9814	DESCRIPTION
9815			"The number of NFS Version 3 write calls
9816			received by the server since last boot
9817			with request sizes between 2K-4095 bytes."
9818	::= { tv3WriteStats 4 }
9819
9820	tv3Write8KCalls                 OBJECT-TYPE
9821	SYNTAX                          Counter32
9822        MAX-ACCESS                      read-only
9823        STATUS                          current
9824	DESCRIPTION
9825			"The number of NFS Version 3 write calls
9826			received by the server since last boot
9827			with request sizes between 4K-8191 bytes."
9828	::= { tv3WriteStats 5 }
9829
9830	tv3Write16KCalls                OBJECT-TYPE
9831	SYNTAX                          Counter32
9832        MAX-ACCESS                      read-only
9833        STATUS                          current
9834	DESCRIPTION
9835			"The number of NFS Version 3 write calls
9836			received by the server since last boot
9837			with request sizes between 8K-16383 bytes."
9838	::= { tv3WriteStats 6 }
9839
9840	tv3Write32KCalls                OBJECT-TYPE
9841	SYNTAX                          Counter32
9842        MAX-ACCESS                      read-only
9843        STATUS                          current
9844	DESCRIPTION
9845			"The number of NFS Version 3 write calls
9846			received by the server since last boot
9847			with request sizes between 16K-32767 bytes."
9848	::= { tv3WriteStats 7 }
9849
9850	tv3Write64KCalls                OBJECT-TYPE
9851	SYNTAX                          Counter32
9852        MAX-ACCESS                      read-only
9853        STATUS                          current
9854	DESCRIPTION
9855			"The number of NFS Version 3 write calls
9856			received by the server since last boot
9857			with request sizes between 32K-65535 bytes."
9858	::= { tv3WriteStats 8 }
9859
9860	tv3Write128KCalls               OBJECT-TYPE
9861	SYNTAX                          Counter32
9862        MAX-ACCESS                      read-only
9863        STATUS                          current
9864	DESCRIPTION
9865			"The number of NFS Version 3 write calls
9866			received by the server since last boot
9867			with request sizes between 64K-131071 bytes."
9868	::= { tv3WriteStats 9 }
9869
9870
9871	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
9872	-- the nfsOptions group
9873	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
9874
9875	nfsIsLicensed                   OBJECT-TYPE
9876	SYNTAX                          INTEGER {
9877                                             false(1),
9878                                             true(2)
9879                                        }
9880        MAX-ACCESS                      read-only
9881        STATUS                          current
9882	DESCRIPTION
9883			"Whether the nfs protocol is licensed on the
9884			 filer."
9885	::= { nfsOptions 1 }
9886
9887
9888	-- -- -- -- -- --  --
9889	-- the quota group --
9890	-- -- -- -- -- --  --
9891
9892	quotaState                      OBJECT-TYPE
9893	SYNTAX                          INTEGER {
9894                                             quotaStateOff(1),
9895                                             quotaStateOn(2),
9896                                             quotaStateInit(3)
9897                                        }
9898        MAX-ACCESS                      read-only
9899        STATUS                          deprecated
9900	DESCRIPTION
9901			"Indicates whether the root volume's quotas are ON,
9902			 OFF or initializing.  This object is deprecated -
9903			 use qvStateTable.qvStateStat instead."
9904	::= { quota 1 }
9905
9906	quotaInitPercent                OBJECT-TYPE
9907	SYNTAX                          Integer32 (0..100)
9908        MAX-ACCESS                      read-only
9909        STATUS                          deprecated
9910	DESCRIPTION
9911			"Indicates percentage of root volume quota
9912			 computation done while quotas are in initializing
9913			 state. This object is deprecated - use
9914			 qvStateTable.qvInitPercent instead."
9915	::= { quota 2 }
9916
9917
9918	-- the old volume-unaware quota report table.  DEPRECATED
9919
9920	qrTable                         OBJECT-TYPE
9921	SYNTAX                          SEQUENCE OF QrEntry
9922        MAX-ACCESS                      not-accessible
9923        STATUS                          deprecated
9924	DESCRIPTION
9925			"Provide a report of the current file and
9926			 space consumption for each user or group with
9927			 a quota in /etc/quotas.  All quotas are displayed
9928			 regardless of volume, and no volume information
9929			 is given.  This table is deprecated - use qrVTable
9930			 instead."
9931	::= { quota 3 }
9932
9933	qrEntry                         OBJECT-TYPE
9934	SYNTAX                          QrEntry
9935        MAX-ACCESS                      not-accessible
9936        STATUS                          deprecated
9937	DESCRIPTION
9938			"Provide a report of the current file and
9939			 space consumption for a referenced entry
9940			 with a quota in the file /etc/quotas.
9941			 All quotas are displayed regardless of volume,
9942			 and no volume information is given.  This object is
9943			 deprecated - use qrVEntry instead."
9944
9945	INDEX	{ qrIndex }
9946	::= { qrTable 1 }
9947
9948	QrEntry ::=
9949	    SEQUENCE {
9950		qrIndex
9951		    Integer32,
9952		qrType
9953		    INTEGER,
9954		qrId
9955		    Integer32,
9956		qrKBytesUsed
9957		    Integer32,
9958		qrKBytesLimit
9959		    Integer32,
9960		qrFilesUsed
9961		    Integer32,
9962		qrFileLimit
9963		    Integer32,
9964		qrPathName
9965		    DisplayString
9966	    }
9967
9968	qrIndex                         OBJECT-TYPE
9969	SYNTAX                          Integer32 (1..2147483647)
9970        MAX-ACCESS                      read-only
9971        STATUS                          deprecated
9972	DESCRIPTION
9973			"A number that identifies this entry in the
9974			 file /etc/quotas."
9975	::= { qrEntry 1 }
9976
9977	qrType                          OBJECT-TYPE
9978	SYNTAX                          INTEGER {
9979                                             qrTypeUser(1),
9980                                             qrTypeGroup(2),
9981					     qrTypeTree(3),
9982                                             qrTypeUnknown(4)
9983                                        }
9984        MAX-ACCESS                      read-only
9985        STATUS                          deprecated
9986	DESCRIPTION
9987			"Identifies the kind of quota for this qrEntry."
9988	::= { qrEntry 2 }
9989
9990	qrId                            OBJECT-TYPE
9991	SYNTAX                          Integer32
9992        MAX-ACCESS                      read-only
9993        STATUS                          deprecated
9994	DESCRIPTION
9995			"The UID (user's numerical ID) or the GID (numerical
9996			 ID of  the  group  that a user belongs to), as
9997			 applicable, associated with this qrEntry."
9998	::= { qrEntry 3 }
9999
10000	qrKBytesUsed                    OBJECT-TYPE
10001	SYNTAX                          Integer32
10002        MAX-ACCESS                      read-only
10003        STATUS                          deprecated
10004	DESCRIPTION
10005			"The current number of KBytes used for this
10006			 qrEntry."
10007	::= { qrEntry 4 }
10008
10009	qrKBytesLimit                   OBJECT-TYPE
10010	SYNTAX                          Integer32
10011        MAX-ACCESS                      read-only
10012        STATUS                          deprecated
10013	DESCRIPTION
10014			"The limit of KBytes that can be used for this
10015			 qrEntry."
10016	::= { qrEntry 5 }
10017
10018	qrFilesUsed                     OBJECT-TYPE
10019	SYNTAX                          Integer32
10020        MAX-ACCESS                      read-only
10021        STATUS                          deprecated
10022	DESCRIPTION
10023			"The current number of files used for this
10024			 qrEntry."
10025	::= { qrEntry 6 }
10026
10027	qrFileLimit                     OBJECT-TYPE
10028	SYNTAX                          Integer32
10029        MAX-ACCESS                      read-only
10030        STATUS                          deprecated
10031	DESCRIPTION
10032			"The limit of files that can be used for this
10033			 qrEntry."
10034	::= { qrEntry 7 }
10035
10036	qrPathName                      OBJECT-TYPE
10037	SYNTAX                          DisplayString
10038        MAX-ACCESS                      read-only
10039        STATUS                          deprecated
10040	DESCRIPTION
10041			"A textual string that contains the path
10042			 corresponding to this qrEntry."
10043	::= { qrEntry 8 }
10044
10045	-- quota volume state table
10046
10047	qvStateTable                    OBJECT-TYPE
10048	SYNTAX                          SEQUENCE OF QvStateEntry
10049        MAX-ACCESS                      not-accessible
10050        STATUS                          current
10051	DESCRIPTION
10052			"Provide a report of the current quota state of
10053			each volume in the system."
10054	::= { quota 4 }
10055
10056	qvStateEntry                    OBJECT-TYPE
10057	SYNTAX                          QvStateEntry
10058        MAX-ACCESS                      not-accessible
10059        STATUS                          current
10060	DESCRIPTION
10061			"Provide a report of the current quota state of
10062			each volume in the system."
10063	INDEX	{ qvStateVolume }
10064	::= { qvStateTable 1 }
10065
10066	QvStateEntry ::=
10067	    SEQUENCE {
10068		qvStateVolume
10069		    Integer32,
10070		qvStateName
10071		    DisplayString,
10072		qvStateStat
10073		    INTEGER,
10074		qvStateInitPercent
10075		    Integer32,
10076		qvStateVserver
10077		    DisplayString
10078	    }
10079
10080	qvStateVolume                   OBJECT-TYPE
10081	SYNTAX                          Integer32 (1..2147483647)
10082        MAX-ACCESS                      read-only
10083        STATUS                          current
10084	DESCRIPTION
10085			"A number that identifies this volume.  The mapping
10086       			 of this number to actual volumes may change if
10087			 volumes are added or deleted.  Use qvStateName to
10088			 unambiguously identify a volume.  The mapping
10089			 established by this object is the same as
10090			 the mapping of qrVVolume (below) to actual volumes.
10091			 For instance, if a qvStateVolume value of '5'
10092			 represents the volume 'vol2', a value of '5'
10093			 in qrVVolume also represents the volume 'vol2'."
10094	::= { qvStateEntry 1 }
10095
10096	qvStateName                     OBJECT-TYPE
10097	SYNTAX                          DisplayString
10098        MAX-ACCESS                      read-only
10099        STATUS                          current
10100	DESCRIPTION
10101			"Indicates the name of this volume."
10102	::= { qvStateEntry 2 }
10103
10104	qvStateStat                     OBJECT-TYPE
10105	SYNTAX                          INTEGER {
10106                                             quotaStateOff(1),
10107                                             quotaStateOn(2),
10108                                             quotaStateInit(3),
10109					     quotaStateCorrupt(4)
10110                                        }
10111        MAX-ACCESS                      read-only
10112        STATUS                          current
10113	DESCRIPTION
10114			"Indicates whether quotas are ON, OFF,
10115			 initializing or corrupted"
10116	::= { qvStateEntry 3 }
10117
10118	qvStateInitPercent              OBJECT-TYPE
10119	SYNTAX                          Integer32 (0..100)
10120        MAX-ACCESS                      read-only
10121        STATUS                          current
10122	DESCRIPTION
10123			"Indicates percentage of quota computation done
10124			 while quotas are in initializing state."
10125	::= { qvStateEntry 4 }
10126
10127	qvStateVserver                  OBJECT-TYPE
10128	SYNTAX                          DisplayString
10129        MAX-ACCESS                      read-only
10130        STATUS                          current
10131	DESCRIPTION
10132			"Indicates the vserver to which the volume belongs.
10133			 Name from the cluster interfaces.
10134                         Only applicable to cluster-mode volume."
10135	::= { qvStateEntry 5 }
10136
10137
10138	-- multi-volume-aware quota table
10139	-- THIS IS DEPRECATED, please use qrV2Table instead
10140
10141	qrVTable                        OBJECT-TYPE
10142	SYNTAX                          SEQUENCE OF QrVEntry
10143        MAX-ACCESS                      not-accessible
10144        STATUS                          deprecated
10145	DESCRIPTION
10146			"Provide a report of the current file and
10147			 space consumption for each user or group with
10148			 a quota in /etc/quotas."
10149	::= { quota 5 }
10150
10151
10152	qrVEntry                        OBJECT-TYPE
10153	SYNTAX                          QrVEntry
10154        MAX-ACCESS                      not-accessible
10155        STATUS                          deprecated
10156	DESCRIPTION
10157			"Provide a report of the current file and
10158			 space consumption for a referenced entry
10159			 with a quota in the file /etc/quotas.  Indices
10160			 select the volume of the quota and the quota entry
10161			 itself."
10162	INDEX	{ qrVVolume, qrVIndex }
10163	::= { qrVTable 1 }
10164
10165	QrVEntry ::=
10166	    SEQUENCE {
10167		qrVIndex
10168		    Integer32,
10169		qrVType
10170		    INTEGER,
10171		qrVId
10172		    Integer32,
10173		qrVKBytesUsed
10174		    Integer32,
10175		qrVKBytesLimit
10176		    Integer32,
10177		qrVFilesUsed
10178		    Integer32,
10179		qrVFileLimit
10180		    Integer32,
10181		qrVPathName
10182		    DisplayString,
10183		qrVVolume
10184		    Integer32,
10185		qrVTree
10186		    DisplayString,
10187		qrVIdType
10188		    INTEGER,
10189                qrVSid
10190                    DisplayString,
10191	        qrVKBytesThreshold
10192                    Integer32,
10193		qrVKBytesLimitSoft
10194		    Integer32,
10195		qrVFileLimitSoft
10196		    Integer32
10197	    }
10198
10199	qrVIndex                        OBJECT-TYPE
10200	SYNTAX                          Integer32 (1..2147483647)
10201        MAX-ACCESS                      read-only
10202        STATUS                          deprecated
10203	DESCRIPTION
10204			"A number that identifies this entry in the
10205			 file /etc/quotas in the given volume."
10206	::= { qrVEntry 1 }
10207
10208	qrVType                         OBJECT-TYPE
10209	SYNTAX                          INTEGER {
10210                                             qrVTypeUser(1),
10211                                             qrVTypeGroup(2),
10212					     qrVTypeTree(3),
10213					     qrVTypeUserDefault(4),
10214					     qrVTypeGroupDefault(5),
10215                                             qrVTypeUnknown(6)
10216                                        }
10217        MAX-ACCESS                      read-only
10218        STATUS                          deprecated
10219	DESCRIPTION
10220			"Identifies the kind of quota for this qrVEntry."
10221	::= { qrVEntry 2 }
10222
10223	qrVId                           OBJECT-TYPE
10224	SYNTAX                          Integer32
10225        MAX-ACCESS                      read-only
10226        STATUS                          deprecated
10227	DESCRIPTION
10228			"The UID (user's numerical ID) or the GID (numerical
10229			 ID of  the  group  that a user belongs to), as
10230			 applicable, associated with this qrVEntry. Check
10231                         the qrVIdType field to see if this field is valid."
10232	::= { qrVEntry 3 }
10233
10234	qrVKBytesUsed                   OBJECT-TYPE
10235	SYNTAX                          Integer32
10236        MAX-ACCESS                      read-only
10237        STATUS                          deprecated
10238	DESCRIPTION
10239			"The current number of KBytes used for this
10240			 qrVEntry."
10241	::= { qrVEntry 4 }
10242
10243	qrVKBytesLimit                  OBJECT-TYPE
10244	SYNTAX                          Integer32
10245        MAX-ACCESS                      read-only
10246        STATUS                          deprecated
10247	DESCRIPTION
10248			"The limit of KBytes that can be used for this
10249			 qrVEntry."
10250	::= { qrVEntry 5 }
10251
10252	qrVFilesUsed                    OBJECT-TYPE
10253	SYNTAX                          Integer32
10254        MAX-ACCESS                      read-only
10255        STATUS                          deprecated
10256	DESCRIPTION
10257			"The current number of files used for this
10258			 qrVEntry."
10259	::= { qrVEntry 6 }
10260
10261	qrVFileLimit                    OBJECT-TYPE
10262	SYNTAX                          Integer32
10263        MAX-ACCESS                      read-only
10264        STATUS                          deprecated
10265	DESCRIPTION
10266			"The limit of files that can be used for this
10267			 qrVEntry."
10268	::= { qrVEntry 7 }
10269
10270	qrVPathName                     OBJECT-TYPE
10271	SYNTAX                          DisplayString
10272        MAX-ACCESS                      read-only
10273        STATUS                          deprecated
10274	DESCRIPTION
10275			"A textual string that contains the path
10276			 corresponding to this qrVEntry."
10277	::= { qrVEntry 8 }
10278
10279	qrVVolume                       OBJECT-TYPE
10280	SYNTAX                          Integer32 (1..2147483647)
10281        MAX-ACCESS                      read-only
10282        STATUS                          deprecated
10283	DESCRIPTION
10284			"A number that identifies the volume for which
10285			this quota is in effect on.  The volume that this
10286			value represents can be determined by checking
10287			the value of qvStateName (above) with
10288			qvStateVolume set to the value found here."
10289	::= { qrVEntry 9 }
10290
10291        qrVTree                         OBJECT-TYPE
10292	SYNTAX                          DisplayString
10293        MAX-ACCESS                      read-only
10294        STATUS                          deprecated
10295        DESCRIPTION
10296			"A string that indicates which qtree this quota
10297			belongs to."
10298	::= { qrVEntry 10 }
10299
10300        qrVIdType                       OBJECT-TYPE
10301	SYNTAX                          INTEGER {
10302                                             qrVIdValid(1),
10303                                             qrVSidValid(2)
10304                                        }
10305        MAX-ACCESS                      read-only
10306        STATUS                          deprecated
10307        DESCRIPTION
10308                        "A value that indicates which ID field is valid."
10309        ::= { qrVEntry 11}
10310
10311	qrVSid                          OBJECT-TYPE
10312	SYNTAX                          DisplayString
10313        MAX-ACCESS                      read-only
10314        STATUS                          deprecated
10315	DESCRIPTION
10316			"The one or more IDs associated with this qrVEntry.
10317                         If the qrVentry is associated with a Windows ID, the
10318			 text form of the Windows ID (the SID) is here. If
10319			 the qrVEntry is associated with more than one id,
10320			 this contains a blank separated list of those IDs.
10321                         Check the qrVIdType field to see if this field is
10322                         valid."
10323	::= { qrVEntry 12 }
10324
10325        qrVKBytesThreshold              OBJECT-TYPE
10326	SYNTAX                          Integer32
10327        MAX-ACCESS                      read-only
10328        STATUS                          deprecated
10329        DESCRIPTION
10330                        "A number of KBytes that when used by this entry
10331			 produces a warning message."
10332        ::= { qrVEntry 13 }
10333
10334        qrVKBytesLimitSoft              OBJECT-TYPE
10335	SYNTAX                          Integer32
10336        MAX-ACCESS                      read-only
10337        STATUS                          deprecated
10338        DESCRIPTION
10339			"The limit of KBytes that can be used for this
10340			 qrVEntry before a warning message and SNMP
10341			 trap is produced."
10342        ::= { qrVEntry 14 }
10343
10344        qrVFileLimitSoft                OBJECT-TYPE
10345	SYNTAX                          Integer32
10346        MAX-ACCESS                      read-only
10347        STATUS                          deprecated
10348        DESCRIPTION
10349			"The limit of files that can be used for this
10350			 qrVEntry before a warning message and SNMP
10351			 trap is produced."
10352        ::= { qrVEntry 15 }
10353
10354	--
10355	-- multi-volume-aware quota table with 64 bit values
10356	--
10357
10358	qrV2Table                       OBJECT-TYPE
10359	SYNTAX                          SEQUENCE OF QrV2Entry
10360        MAX-ACCESS                      not-accessible
10361        STATUS                          current
10362	DESCRIPTION
10363			"Provide a report of the current file and
10364			 space consumption for each user or group with
10365			 a quota in /etc/quotas."
10366	::= { quota 6 }
10367
10368
10369	qrV2Entry                       OBJECT-TYPE
10370	SYNTAX                          QrV2Entry
10371        MAX-ACCESS                      not-accessible
10372        STATUS                          current
10373	DESCRIPTION
10374			"Provide a report of the current file and
10375			 space consumption for a referenced entry
10376			 with a quota in the file /etc/quotas.  Indices
10377			 select the volume of the quota and the quota entry
10378			 itself."
10379	INDEX	{ qrV2Volume, qrV2Index }
10380	::= { qrV2Table 1 }
10381
10382	QrV2Entry ::=
10383	    SEQUENCE {
10384		qrV2Index
10385		    Integer32,
10386		qrV2Type
10387		    INTEGER,
10388		qrV2Id
10389		    Integer32,
10390		qrV2HighKBytesUsed
10391		    Integer32,
10392		qrV2LowKBytesUsed
10393		    Integer32,
10394                qrV2QuotaUnlimited
10395		    INTEGER,
10396		qrV2HighKBytesLimit
10397		    Integer32,
10398		qrV2LowKBytesLimit
10399		    Integer32,
10400		qrV2FilesUsed
10401		    Integer32,
10402                qrV2FileQuotaUnlimited
10403		    INTEGER,
10404		qrV2FileLimit
10405		    Integer32,
10406		qrV2PathName
10407		    DisplayString,
10408		qrV2Volume
10409		    Integer32,
10410		qrV2Tree
10411		    DisplayString,
10412		qrV2IdType
10413		    INTEGER,
10414                qrV2Sid
10415                    DisplayString,
10416                qrV2ThresholdUnlimited
10417		    INTEGER,
10418	        qrV2HighKBytesThreshold
10419                    Integer32,
10420	        qrV2LowKBytesThreshold
10421                    Integer32,
10422                qrV2SoftQuotaUnlimited
10423		    INTEGER,
10424		qrV2HighKBytesSoftLimit
10425		    Integer32,
10426		qrV2LowKBytesSoftLimit
10427		    Integer32,
10428		qrV2SoftFileQuotaUnlimited
10429		    INTEGER,
10430		qrV2SoftFileLimit
10431		    Integer32,
10432		qrV264KBytesUsed
10433		    Counter64,
10434		qrV264KBytesLimit
10435		    Counter64,
10436	        qrV264KBytesThreshold
10437                    Counter64,
10438		qrV264KBytesSoftLimit
10439		    Counter64,
10440		qrV2VolumeName
10441		    DisplayString,
10442		qrV2Vserver
10443		    DisplayString
10444	    }
10445
10446	qrV2Index                       OBJECT-TYPE
10447	SYNTAX                          Integer32 (1..2147483647)
10448        MAX-ACCESS                      read-only
10449        STATUS                          current
10450	DESCRIPTION
10451			"A number that identifies this entry in the
10452			 file /etc/quotas in the given volume."
10453	::= { qrV2Entry 1 }
10454
10455	qrV2Type                        OBJECT-TYPE
10456	SYNTAX                          INTEGER {
10457                                             qrV2TypeUser(1),
10458                                             qrV2TypeGroup(2),
10459					     qrV2TypeTree(3),
10460					     qrV2TypeUserDefault(4),
10461					     qrV2TypeGroupDefault(5),
10462                                             qrV2TypeUnknown(6),
10463					     qrV2TypeTreeDefault(7)
10464                                        }
10465        MAX-ACCESS                      read-only
10466        STATUS                          current
10467	DESCRIPTION
10468			"Identifies the kind of quota for this qrV2Entry."
10469	::= { qrV2Entry 2 }
10470
10471	qrV2Id                          OBJECT-TYPE
10472	SYNTAX                          Integer32
10473        MAX-ACCESS                      read-only
10474        STATUS                          current
10475	DESCRIPTION
10476			"The UID (user's numerical ID) or the GID (numerical
10477			 ID of  the  group  that a user belongs to), as
10478			 applicable, associated with this qrV2Entry. Check
10479                         the qrV2IdType field to see if this field is valid."
10480	::= { qrV2Entry 3 }
10481
10482	qrV2HighKBytesUsed              OBJECT-TYPE
10483	SYNTAX                          Integer32
10484        MAX-ACCESS                      read-only
10485        STATUS                          deprecated
10486	DESCRIPTION
10487			"The current number of KBytes used for this
10488			 qrV2Entry. This object returns the most significant
10489			 32 bits of the 64 bit unsigned integer. This object
10490			 is deprecated - Use qrV264KBytesUsed instead."
10491	::= { qrV2Entry 4 }
10492
10493	qrV2LowKBytesUsed               OBJECT-TYPE
10494	SYNTAX                          Integer32
10495        MAX-ACCESS                      read-only
10496        STATUS                          deprecated
10497	DESCRIPTION
10498			"The current number of KBytes used for this
10499			 qrV2Entry. This object returns the least significant
10500			 32 bits of the 64 bit unsigned integer. This object
10501			 is deprecated - Use qrV264KBytesUsed instead."
10502	::= { qrV2Entry 5 }
10503
10504	qrV2QuotaUnlimited              OBJECT-TYPE
10505	SYNTAX                          INTEGER {
10506                                             false(1),
10507                                             true(2)
10508                                        }
10509        MAX-ACCESS                      read-only
10510        STATUS                          current
10511	DESCRIPTION
10512			"This flag designates whether or not the
10513			size based quota limit for this qrV2Entry is unlimited.
10514			If false(1) then qrV2*KBytesLimit OID's are valid,
10515			if true(2) then qrV2*KBytesLimit OID's are unused
10516			and will return 0."
10517	::= { qrV2Entry 6 }
10518
10519	qrV2HighKBytesLimit             OBJECT-TYPE
10520	SYNTAX                          Integer32
10521        MAX-ACCESS                      read-only
10522        STATUS                          deprecated
10523	DESCRIPTION
10524			"The limit of KBytes that can be used for this
10525			 qrV2Entry. This object returns the most significant
10526			 32 bits of the 64 bit unsigned integer. This will
10527			 return 0 if qrV2QuotaUnlimited is true. This object
10528			 is deprecated - Use qrV264KBytesLimit instead."
10529	::= { qrV2Entry 7 }
10530
10531	qrV2LowKBytesLimit              OBJECT-TYPE
10532	SYNTAX                          Integer32
10533        MAX-ACCESS                      read-only
10534        STATUS                          deprecated
10535	DESCRIPTION
10536			"The limit of KBytes that can be used for this
10537			 qrV2Entry. This object returns the least significant
10538			 32 bits of the 64 bit unsigned integer. This will
10539			 return 0 if qrV2QuotaUnlimited is true. This object
10540			 is deprecated - Use qrV264KBytesLimit instead."
10541	::= { qrV2Entry 8 }
10542
10543	qrV2FilesUsed                   OBJECT-TYPE
10544	SYNTAX                          Integer32
10545        MAX-ACCESS                      read-only
10546        STATUS                          current
10547	DESCRIPTION
10548			"The current number of files used for this
10549			 qrV2Entry."
10550	::= { qrV2Entry 9 }
10551
10552	qrV2FileQuotaUnlimited          OBJECT-TYPE
10553	SYNTAX                          INTEGER {
10554                                             false(1),
10555                                             true(2)
10556                                        }
10557        MAX-ACCESS                      read-only
10558        STATUS                          current
10559	DESCRIPTION
10560			"This flag designates whether or not the
10561			file based quota limit for this qrV2Entry is unlimited.
10562			If false(1) then qrV2FileLimit is valid, if true(2)
10563			qrV2FileLimit will return 0."
10564	::= { qrV2Entry 10 }
10565
10566
10567	qrV2FileLimit                   OBJECT-TYPE
10568	SYNTAX                          Integer32
10569        MAX-ACCESS                      read-only
10570        STATUS                          current
10571	DESCRIPTION
10572			"The limit of files that can be used for this
10573			 qrV2Entry."
10574	::= { qrV2Entry 11 }
10575
10576	qrV2PathName                    OBJECT-TYPE
10577	SYNTAX                          DisplayString
10578        MAX-ACCESS                      read-only
10579        STATUS                          current
10580	DESCRIPTION
10581			"A textual string that contains the path
10582			 corresponding to this qrV2Entry."
10583	::= { qrV2Entry 12 }
10584
10585	qrV2Volume                      OBJECT-TYPE
10586	SYNTAX                          Integer32 (1..2147483647)
10587        MAX-ACCESS                      read-only
10588        STATUS                          current
10589	DESCRIPTION
10590			"A number that identifies the volume for which
10591			this quota is in effect on.  The volume that this
10592			value represents can be determined by checking
10593			the value of qvStateName (above) with
10594			qvStateVolume set to the value found here."
10595	::= { qrV2Entry 13 }
10596
10597        qrV2Tree                        OBJECT-TYPE
10598	SYNTAX                          DisplayString
10599        MAX-ACCESS                      read-only
10600        STATUS                          current
10601        DESCRIPTION
10602			"A string that indicates which qtree this quota
10603			belongs to."
10604	::= { qrV2Entry 14 }
10605
10606        qrV2IdType                      OBJECT-TYPE
10607	SYNTAX                          INTEGER {
10608                                             qrV2IdValid(1),
10609                                             qrV2SidValid(2)
10610                                        }
10611        MAX-ACCESS                      read-only
10612        STATUS                          current
10613        DESCRIPTION
10614                        "A value that indicates which ID field is valid."
10615        ::= { qrV2Entry 15 }
10616
10617	qrV2Sid                         OBJECT-TYPE
10618	SYNTAX                          DisplayString
10619        MAX-ACCESS                      read-only
10620        STATUS                          current
10621	DESCRIPTION
10622			"The one or more IDs associated with this qrV2Entry.
10623                         If the qrV2entry is associated with a Windows ID, the
10624			 text form of the Windows ID (the SID) is here. If
10625			 the qrV2Entry is associated with more than one id,
10626			 this contains a blank separated list of those IDs.
10627                         Check the qrV2IdType field to see if this field is
10628                         valid."
10629	::= { qrV2Entry 16 }
10630
10631	qrV2ThresholdUnlimited          OBJECT-TYPE
10632	SYNTAX                          INTEGER {
10633                                             false(1),
10634                                             true(2)
10635                                        }
10636        MAX-ACCESS                      read-only
10637        STATUS                          current
10638	DESCRIPTION
10639			"This flag designates whether or not the
10640			size based threshold limit for this qrV2Entry is
10641			unlimited. If false(1) then qrV2*KBytesThreshold OID's
10642			are valid, if true(2) then qrV2*KBytesThreshold OID's
10643			are unused and will return 0."
10644	::= { qrV2Entry 17 }
10645
10646        qrV2HighKBytesThreshold         OBJECT-TYPE
10647	SYNTAX                          Integer32
10648        MAX-ACCESS                      read-only
10649        STATUS                          deprecated
10650        DESCRIPTION
10651       			 "A number of KBytes that when used by this entry
10652			 produces a warning message. This object returns the
10653			 most significant 32 bits of the 64 bit unsigned
10654			 integer. This will return 0 if qrV2ThresholdUnlimited
10655			 is true. This object is deprecated - Use
10656			 qrV264KBytesThreshold instead."
10657        ::= { qrV2Entry 18 }
10658
10659        qrV2LowKBytesThreshold          OBJECT-TYPE
10660	SYNTAX                          Integer32
10661        MAX-ACCESS                      read-only
10662        STATUS                          deprecated
10663        DESCRIPTION
10664       			 "A number of KBytes that when used by this entry
10665			 produces a warning message. This object returns the
10666			 least significant 32 bits of the 64 bit unsigned
10667			 integer. This will return 0 if qrV2ThresholdUnlimited
10668			 is true. This object is deprecated - Use
10669			 qrV264KBytesThreshold instead."
10670        ::= { qrV2Entry 19 }
10671
10672	qrV2SoftQuotaUnlimited          OBJECT-TYPE
10673	SYNTAX                          INTEGER {
10674                                             false(1),
10675                                             true(2)
10676                                        }
10677        MAX-ACCESS                      read-only
10678        STATUS                          current
10679	DESCRIPTION
10680			"This flag designates whether or not the
10681			size based soft quota limit for this qrV2Entry is
10682			unlimited. If false(1) then qrV2*KBytesSoftLimit OID's
10683			are valid, if true(2) the qrV2*KBytesSoftLimit OID's
10684			are unused and will return 0."
10685	::= { qrV2Entry 20 }
10686
10687        qrV2HighKBytesSoftLimit         OBJECT-TYPE
10688	SYNTAX                          Integer32
10689        MAX-ACCESS                      read-only
10690        STATUS                          deprecated
10691        DESCRIPTION
10692			"The limit of KBytes that can be used for this
10693			 qrV2Entry before a warning message and SNMP
10694			 trap is produced. This object returns the most
10695			 significant 32 bits of the 64 bit unsigned integer.
10696			 This object is deprecated - Use qrV264KBytesSoftLimit
10697			 instead."
10698        ::= { qrV2Entry 21 }
10699
10700        qrV2LowKBytesSoftLimit          OBJECT-TYPE
10701	SYNTAX                          Integer32
10702        MAX-ACCESS                      read-only
10703        STATUS                          deprecated
10704        DESCRIPTION
10705			"The limit of KBytes that can be used for this
10706			 qrV2Entry before a warning message and SNMP
10707			 trap is produced. This object returns the least
10708			 significant 32 bits of the 64 bit unsigned integer.
10709			 This object is deprecated - Use qrV264KBytesSoftLimit
10710			 instead."
10711        ::= { qrV2Entry 22 }
10712
10713	qrV2SoftFileQuotaUnlimited      OBJECT-TYPE
10714	SYNTAX                          INTEGER {
10715                                             false(1),
10716                                             true(2)
10717                                        }
10718        MAX-ACCESS                      read-only
10719        STATUS                          current
10720	DESCRIPTION
10721			"This flag designates whether or not the
10722			file based soft quota limit for this qrV2Entry is
10723			unlimited. If false(1) then qrV2SoftFileLimit is valid,
10724			if true(2) qrV2SoftFileLimit is unused and will
10725			return 0."
10726	::= { qrV2Entry 23 }
10727
10728        qrV2SoftFileLimit               OBJECT-TYPE
10729	SYNTAX                          Integer32
10730        MAX-ACCESS                      read-only
10731        STATUS                          current
10732        DESCRIPTION
10733			"The limit of files that can be used for this
10734			 qrV2Entry before a warning message and SNMP
10735			 trap is produced. This will return 0 if
10736			 qrV2SoftFileQuotaUnlimited is true."
10737        ::= { qrV2Entry 24 }
10738
10739	qrV264KBytesUsed                OBJECT-TYPE
10740	SYNTAX                          Counter64
10741        MAX-ACCESS                      read-only
10742        STATUS                          current
10743	DESCRIPTION
10744			"The current number of KBytes used for this
10745			 qrV2Entry. This object returns all of the 64 bit
10746			 unsigned integer."
10747
10748	::= { qrV2Entry 25 }
10749
10750	qrV264KBytesLimit               OBJECT-TYPE
10751	SYNTAX                          Counter64
10752        MAX-ACCESS                      read-only
10753        STATUS                          current
10754	DESCRIPTION
10755			"The limit of KBytes that can be used for this
10756			 qrV2Entry. This object returns all of the 64
10757			 bit unsigned integer. This will return 0 if
10758			 qrV2QuotaUnlimited is true."
10759	::= { qrV2Entry 26 }
10760
10761        qrV264KBytesThreshold           OBJECT-TYPE
10762	SYNTAX                          Counter64
10763        MAX-ACCESS                      read-only
10764        STATUS                          current
10765        DESCRIPTION
10766                        "A number of KBytes that when used by this entry
10767			 produces a warning message. This object returns the
10768			 all of the 64 bit unsigned integer. This will return
10769			 0 if qrV2ThresholdUnlimited is true."
10770        ::= { qrV2Entry 27 }
10771
10772        qrV264KBytesSoftLimit           OBJECT-TYPE
10773	SYNTAX                          Counter64
10774        MAX-ACCESS                      read-only
10775        STATUS                          current
10776        DESCRIPTION
10777			"The limit of KBytes that can be used for this
10778			 qrV2Entry before a warning message and SNMP
10779			 trap is produced. This object returns all of the
10780			 64 bit unsigned integer."
10781        ::= { qrV2Entry 28 }
10782
10783	qrV2VolumeName                  OBJECT-TYPE
10784	SYNTAX                          DisplayString
10785        MAX-ACCESS                      read-only
10786        STATUS                          current
10787	DESCRIPTION
10788			"Indicates the name of the volume to which this quota
10789			 belongs to."
10790	::= { qrV2Entry 29 }
10791
10792	qrV2Vserver                     OBJECT-TYPE
10793	SYNTAX                          DisplayString
10794        MAX-ACCESS                      read-only
10795        STATUS                          current
10796	DESCRIPTION
10797			"Indicates the vserver to which the volume belongs.
10798			 Name from the cluster interfaces.
10799			 Only applicable to cluster-mode volume."
10800	::= { qrV2Entry 30 }
10801
10802	-- -- -- -- -- -- -- --  --
10803	-- the file system group --
10804	-- -- -- -- -- -- -- --  --
10805
10806	filesysMaxfilesAvail            OBJECT-TYPE
10807	SYNTAX                          Integer32
10808        MAX-ACCESS                      read-only
10809        STATUS                          deprecated
10810	DESCRIPTION
10811				"The count of the maximum number of
10812				 files allowable on the root volume.  This
10813				 object is deprecated - use
10814				 dfEntry.dfMaxFilesAvail instead."
10815	::= { filesys 1 }
10816
10817	filesysMaxfilesUsed             OBJECT-TYPE
10818	SYNTAX                          Integer32
10819        MAX-ACCESS                      read-only
10820        STATUS                          deprecated
10821	DESCRIPTION
10822				"The count of the number of files
10823				 currently in use on the root volume.
10824				 This object is deprecated - use
10825				 dfEntry.dfMaxFilesUsed instead."
10826	::= { filesys 2 }
10827
10828	filesysMaxfilesPossible         OBJECT-TYPE
10829	SYNTAX                          Integer32
10830        MAX-ACCESS                      read-only
10831        STATUS                          deprecated
10832	DESCRIPTION
10833				"The largest value to which the
10834				 filesysMaxfilesAvail parameter above can
10835				 be increased by reconfiguration on the
10836				 root volume.  This object is deprecated -
10837				 use dfEntry.dfMaxFilesPossible."
10838	::= { filesys 3 }
10839
10840	dfTable                         OBJECT-TYPE
10841	SYNTAX                          SEQUENCE OF DfEntry
10842        MAX-ACCESS                      not-accessible
10843        STATUS                          current
10844	DESCRIPTION
10845				"Provide a report of the available disk space
10846				 on the file systems. The tables shows the
10847				 available disk space for volumes as well as
10848				 aggregates.
10849				 For node volumes and aggregates, only online
10850				 volumes and aggregates are reported. For
10851				 cluster volumes and aggregates, the
10852				 dfStateOnline is set and the value for
10853				 other fields are undefined when volumes
10854				 and aggregates are not online."
10855
10856	::= { filesys 4 }
10857
10858	snapshot OBJECT IDENTIFIER ::= { filesys 5 }
10859
10860	-- the display file system table
10861
10862	dfEntry                         OBJECT-TYPE
10863	SYNTAX                          DfEntry
10864        MAX-ACCESS                      not-accessible
10865        STATUS                          current
10866	DESCRIPTION
10867			"Provide a report of the available disk space on
10868			 the referenced file system.
10869			 For entries returned from the cluster interfaces
10870			 only, if the dfRowInfo is not set to
10871			 'available', the values reported for other
10872			 fields may not be valid."
10873
10874	INDEX      { dfIndex }
10875	::= { dfTable 1 }
10876
10877	DfEntry ::=
10878	    SEQUENCE {
10879		dfIndex
10880		    Integer32,
10881		dfFileSys
10882		    DisplayString,
10883		dfKBytesTotal
10884		    Integer32,
10885		dfKBytesUsed
10886		    Integer32,
10887		dfKBytesAvail
10888		    Integer32,
10889		dfPerCentKBytesCapacity
10890		    Integer32,
10891		dfInodesUsed
10892		    Integer32,
10893		dfInodesFree
10894		    Integer32,
10895		dfPerCentInodeCapacity
10896		    Integer32,
10897		dfMountedOn
10898		    DisplayString,
10899		dfMaxFilesAvail
10900		    Integer32,
10901		dfMaxFilesUsed
10902		    Integer32,
10903		dfMaxFilesPossible
10904		    Integer32,
10905		dfHighTotalKBytes
10906		    Integer32,
10907		dfLowTotalKBytes
10908		    Integer32,
10909		dfHighUsedKBytes
10910		    Integer32,
10911		dfLowUsedKBytes
10912		    Integer32,
10913		dfHighAvailKBytes
10914		    Integer32,
10915		dfLowAvailKBytes
10916		    Integer32,
10917		dfStatus
10918		    INTEGER,
10919		dfMirrorStatus
10920		    INTEGER,
10921		dfPlexCount
10922		    Integer32,
10923		dfType
10924		    INTEGER,
10925		dfHighSisSharedKBytes
10926		    Integer32,
10927		dfLowSisSharedKBytes
10928		    Integer32,
10929		dfHighSisSavedKBytes
10930		    Integer32,
10931		dfLowSisSavedKBytes
10932		    Integer32,
10933		dfPerCentSaved
10934		    Integer32,
10935		df64TotalKBytes
10936		    Counter64,
10937		df64UsedKBytes
10938		    Counter64,
10939		df64AvailKBytes
10940		    Counter64,
10941		df64SisSharedKBytes
10942		    Counter64,
10943		df64SisSavedKBytes
10944		    Counter64,
10945		dfVserver
10946		    DisplayString,
10947		dfStateOnline
10948		    Boolean,
10949		dfRowInfo
10950		    INTEGER,
10951		df64CompressSaved
10952		    Counter64,
10953		dfCompressSavedPercent
10954		    Integer32,
10955		df64DedupeSaved
10956		    Counter64,
10957		dfDedupeSavedPercent
10958		    Integer32,
10959		df64TotalSaved
10960		    Counter64,
10961		dfTotalSavedPercent
10962		    Integer32,
10963		df64TotalReservedKBytes
10964		    Counter64
10965	    }
10966
10967	dfIndex                         OBJECT-TYPE
10968	SYNTAX                          Integer32 (1..2147483647)
10969        MAX-ACCESS                      read-only
10970        STATUS                          current
10971	DESCRIPTION
10972			"A number that identifies this entry for the
10973			 referenced file system."
10974	::= { dfEntry 1 }
10975
10976	dfFileSys                       OBJECT-TYPE
10977	SYNTAX                          DisplayString
10978        MAX-ACCESS                      read-only
10979        STATUS                          current
10980	DESCRIPTION
10981			"The name for the referenced file system."
10982	::= { dfEntry 2 }
10983
10984	dfKBytesTotal                   OBJECT-TYPE
10985	SYNTAX                          Integer32
10986        MAX-ACCESS                      read-only
10987        STATUS                          deprecated
10988	DESCRIPTION
10989			"The total capacity in KBytes for the
10990			 referenced file system."
10991	::= { dfEntry 3 }
10992
10993	dfKBytesUsed                    OBJECT-TYPE
10994	SYNTAX                          Integer32
10995        MAX-ACCESS                      read-only
10996        STATUS                          deprecated
10997	DESCRIPTION
10998			"The total disk space in KBytes that is in use
10999			 on the referenced file system."
11000	::= { dfEntry 4 }
11001
11002	dfKBytesAvail                   OBJECT-TYPE
11003	SYNTAX                          Integer32
11004        MAX-ACCESS                      read-only
11005        STATUS                          deprecated
11006	DESCRIPTION
11007			"The total disk space in KBytes that is
11008			 free for use on the referenced file system."
11009	::= { dfEntry 5 }
11010
11011	dfPerCentKBytesCapacity         OBJECT-TYPE
11012	SYNTAX                          Integer32
11013        MAX-ACCESS                      read-only
11014        STATUS                          current
11015	DESCRIPTION
11016				"The percentage of disk space currently
11017				 in use on the referenced file system."
11018	::= { dfEntry 6 }
11019
11020	dfInodesUsed                    OBJECT-TYPE
11021	SYNTAX                          Integer32
11022        MAX-ACCESS                      read-only
11023        STATUS                          current
11024	DESCRIPTION
11025				"The total number of inodes in use on the
11026				 referenced file system."
11027	::= { dfEntry 7 }
11028
11029	dfInodesFree                    OBJECT-TYPE
11030	SYNTAX                          Integer32
11031        MAX-ACCESS                      read-only
11032        STATUS                          current
11033	DESCRIPTION
11034				"The total number of inodes that are
11035				 available for use on the referenced
11036				 file system."
11037	::= { dfEntry 8 }
11038
11039	dfPerCentInodeCapacity          OBJECT-TYPE
11040	SYNTAX                          Integer32
11041        MAX-ACCESS                      read-only
11042        STATUS                          current
11043	DESCRIPTION
11044				"The percentage of disk space currently
11045				 in use based on inode counts, on the
11046				 referenced file system."
11047	::= { dfEntry 9 }
11048
11049	dfMountedOn                     OBJECT-TYPE
11050	SYNTAX                          DisplayString
11051        MAX-ACCESS                      read-only
11052        STATUS                          current
11053	DESCRIPTION
11054				"The name of the file on which this file
11055				 system is mounted."
11056	::= { dfEntry 10 }
11057
11058	dfMaxFilesAvail                 OBJECT-TYPE
11059	SYNTAX                          Integer32
11060        MAX-ACCESS                      read-only
11061        STATUS                          current
11062	DESCRIPTION
11063				"The count of the maximum number of
11064				 files allowable on the referenced file
11065				 system."
11066	::= { dfEntry 11 }
11067
11068	dfMaxFilesUsed                  OBJECT-TYPE
11069	SYNTAX                          Integer32
11070        MAX-ACCESS                      read-only
11071        STATUS                          current
11072	DESCRIPTION
11073				"The count of the number of files
11074				 currently in use on the referenced file
11075				 system."
11076	::= { dfEntry 12 }
11077
11078	dfMaxFilesPossible              OBJECT-TYPE
11079	SYNTAX                          Integer32
11080        MAX-ACCESS                      read-only
11081        STATUS                          current
11082	DESCRIPTION
11083				"The largest value to which the
11084				 filesysMaxfilesAvail parameter above can
11085				 be increased by reconfiguration on the
11086				 referenced file system."
11087	::= { dfEntry 13 }
11088
11089	dfHighTotalKBytes               OBJECT-TYPE
11090	SYNTAX                          Integer32
11091        MAX-ACCESS                      read-only
11092        STATUS                          deprecated
11093	DESCRIPTION
11094				"The total capacity in KBytes for the
11095				 referenced file system.  This object returns
11096				 the most significant 32 bits of the 64 bit
11097				 unsigned integer. This object is deprecated -
11098				 Use df64TotalKBytes instead."
11099	::= { dfEntry 14 }
11100
11101	dfLowTotalKBytes                OBJECT-TYPE
11102	SYNTAX                          Integer32
11103        MAX-ACCESS                      read-only
11104        STATUS                          deprecated
11105	DESCRIPTION
11106				"The total capacity in KBytes for the
11107				 referenced file system.  This object returns
11108				 the least significant 32 bits of the 64 bit
11109				 unsigned integer. This object is deprecated -
11110				 Use df64TotalKBytes instead."
11111	::= { dfEntry 15 }
11112
11113	dfHighUsedKBytes                OBJECT-TYPE
11114	SYNTAX                          Integer32
11115        MAX-ACCESS                      read-only
11116        STATUS                          deprecated
11117	DESCRIPTION
11118				"The total disk space in KBytes that is in use
11119				 on the referenced file system.  This object
11120				 returns the most significant 32 bits of the
11121				 64 bit unsigned integer. This object is
11122				 deprecated - Use df64UsedKBytes instead."
11123	::= { dfEntry 16 }
11124
11125	dfLowUsedKBytes                 OBJECT-TYPE
11126	SYNTAX                          Integer32
11127        MAX-ACCESS                      read-only
11128        STATUS                          deprecated
11129	DESCRIPTION
11130				"The total disk space in KBytes that is in use
11131				 on the referenced file system.  This object
11132				 returns the least significant 32 bits of the
11133				 64 bit unsigned integer. This object is
11134				 deprecated - Use df64UsedKBytes instead."
11135	::= { dfEntry 17 }
11136
11137	dfHighAvailKBytes               OBJECT-TYPE
11138	SYNTAX                          Integer32
11139        MAX-ACCESS                      read-only
11140        STATUS                          deprecated
11141	DESCRIPTION
11142				"The total disk space in KBytes that is free
11143				 for use on the referenced file system.
11144				 This object returns the most significant
11145				 32 bits of the 64 bit unsigned integer.
11146				 This object is deprecated - Use df64AvailKBytes
11147				 instead."
11148	::= { dfEntry 18 }
11149
11150	dfLowAvailKBytes                OBJECT-TYPE
11151	SYNTAX                          Integer32
11152        MAX-ACCESS                      read-only
11153        STATUS                          deprecated
11154	DESCRIPTION
11155				"The total disk space in KBytes that is free
11156				 for use on the referenced file system.
11157				 This object returns the least significant
11158				 32 bits of the 64 bit unsigned integer.
11159				 This object is deprecated - Use df64AvailKBytes
11160				 instead."
11161	::= { dfEntry 19 }
11162
11163
11164        dfStatus                        OBJECT-TYPE
11165	SYNTAX                          INTEGER {
11166                                             unmounted(1),
11167                                             mounted(2),
11168					     frozen(3),
11169					     destroying(4),
11170					     creating(5),
11171					     mounting(6),
11172					     unmounting(7),
11173					     nofsinfo(8),
11174					     replaying(9),
11175                                             replayed(10)
11176                                        }
11177        MAX-ACCESS                      read-only
11178        STATUS                          current
11179        DESCRIPTION
11180                                "The status of the file system."
11181        ::= { dfEntry 20 }
11182
11183        dfMirrorStatus                  OBJECT-TYPE
11184	SYNTAX                          INTEGER {
11185                                             invalid(1),
11186                                             uninitialized(2),
11187					     needcpcheck(3),
11188					     cpcheckwait(4),
11189					     unmirrored(5),
11190					     normal(6),
11191					     degraded(7),
11192					     resyncing(8),
11193					     failed(9),
11194                                             limbo(10)
11195                                        }
11196        MAX-ACCESS                      read-only
11197        STATUS                          current
11198        DESCRIPTION
11199                                "Overall mirror status of the file system."
11200        ::= { dfEntry 21 }
11201
11202        dfPlexCount                     OBJECT-TYPE
11203	SYNTAX                          Integer32
11204        MAX-ACCESS                      read-only
11205        STATUS                          current
11206        DESCRIPTION
11207                                "Number of plexes in this file system."
11208        ::= { dfEntry 22 }
11209
11210        dfType                          OBJECT-TYPE
11211	SYNTAX                          INTEGER {
11212                                             traditionalVolume(1),
11213                                             flexibleVolume(2),
11214                                             aggregate(3),
11215                                             stripedAggregate(4),
11216                                             stripedVolume(5)
11217                                        }
11218        MAX-ACCESS                      read-only
11219        STATUS                          current
11220        DESCRIPTION
11221                                "Indicates the type of container."
11222        ::= { dfEntry 23 }
11223
11224	dfHighSisSharedKBytes           OBJECT-TYPE
11225	SYNTAX                          Integer32
11226        MAX-ACCESS                      read-only
11227        STATUS                          deprecated
11228	DESCRIPTION
11229				"The total amount of data in KBytes that is
11230				 shared by more than one instance on the
11231				 referenced file system.  This object returns
11232				 the most significant 32 bits of the 64 bit
11233				 unsigned integer. This object is deprecated -
11234				 Use df64SisSharedKBytes instead."
11235	::= { dfEntry 24 }
11236
11237	dfLowSisSharedKBytes            OBJECT-TYPE
11238	SYNTAX                          Integer32
11239        MAX-ACCESS                      read-only
11240        STATUS                          deprecated
11241	DESCRIPTION
11242				"The total amount of data in KBytes that is
11243				 shared by more than one instance on the
11244				 referenced file system.  This object returns
11245				 the least significant 32 bits of the 64 bit
11246				 unsigned integer. This object is deprecated -
11247				 Use df64SisSharedKBytes instead."
11248	::= { dfEntry 25 }
11249
11250	dfHighSisSavedKBytes            OBJECT-TYPE
11251	SYNTAX                          Integer32
11252        MAX-ACCESS                      read-only
11253        STATUS                          deprecated
11254	DESCRIPTION
11255				"The total disk space in KBytes that is saved
11256				 by storing only one copy of the duplicated
11257				 blocks on the referenced file system.  The
11258				 object returns the most significant 32 bits
11259				 of the 64 bit unsigned integer. This object is
11260				 deprecated - Use df64SisSavedKBytes instead."
11261	::= { dfEntry 26 }
11262
11263	dfLowSisSavedKBytes             OBJECT-TYPE
11264	SYNTAX                          Integer32
11265        MAX-ACCESS                      read-only
11266        STATUS                          deprecated
11267	DESCRIPTION
11268				"The total disk space in KBytes that is saved
11269				 by storing only one copy of the duplicated
11270				 blocks on the referenced file system.  The
11271				 object returns the least significant 32 bits
11272				 of the 64 bit unsigned integer. This object is
11273				 deprecated - Use df64SisSavedKBytes instead."
11274	::= { dfEntry 27 }
11275
11276	dfPerCentSaved                  OBJECT-TYPE
11277	SYNTAX                          Integer32
11278        MAX-ACCESS                      read-only
11279        STATUS                          current
11280	DESCRIPTION
11281				"The percentage of disk space saved by
11282				 eliminating the duplicated blocks on the
11283				 referenced file system."
11284	::= { dfEntry 28 }
11285
11286	df64TotalKBytes                 OBJECT-TYPE
11287	SYNTAX                          Counter64
11288        MAX-ACCESS                      read-only
11289        STATUS                          current
11290	DESCRIPTION
11291				"The total capacity in KBytes for the
11292				 referenced file system.  This object returns
11293				 all of the 64 bit unsigned integer."
11294	::= { dfEntry 29 }
11295
11296	df64UsedKBytes                  OBJECT-TYPE
11297	SYNTAX                          Counter64
11298        MAX-ACCESS                      read-only
11299        STATUS                          current
11300	DESCRIPTION
11301				"The total disk space in KBytes that is in use
11302				 on the referenced file system.  This object
11303				 returns all of the 64 bit unsigned integer."
11304	::= { dfEntry 30 }
11305
11306	df64AvailKBytes                 OBJECT-TYPE
11307	SYNTAX                          Counter64
11308        MAX-ACCESS                      read-only
11309        STATUS                          current
11310	DESCRIPTION
11311				"The total disk space in KBytes that is free
11312				 for use on the referenced file system.
11313				 This object returns all of the 64 bit
11314				 unsigned integer."
11315	::= { dfEntry 31 }
11316
11317	df64SisSharedKBytes             OBJECT-TYPE
11318	SYNTAX                          Counter64
11319        MAX-ACCESS                      read-only
11320        STATUS                          current
11321	DESCRIPTION
11322				"The total amount of data in KBytes that is
11323				 shared by more than one instance on the
11324				 referenced file system.  This object returns
11325				 all of the 64 bit unsigned integer."
11326	::= { dfEntry 32 }
11327
11328	df64SisSavedKBytes              OBJECT-TYPE
11329	SYNTAX                          Counter64
11330        MAX-ACCESS                      read-only
11331        STATUS                          current
11332	DESCRIPTION
11333				"The total disk space in KBytes that is saved
11334				 by storing only one copy of the duplicated
11335				 blocks on the referenced file system.  The
11336				 object returns all of the 64 bit unsigned
11337				 integer."
11338	::= { dfEntry 33 }
11339
11340	dfVserver                       OBJECT-TYPE
11341	SYNTAX                          DisplayString
11342	MAX-ACCESS                      read-only
11343	STATUS                          current
11344	DESCRIPTION		"Name of the vserver to which the volume belongs.
11345				For aggregate and aggregate snapshot it will be
11346				an empty string.
11347
11348				This field is returned only from the cluster interfaces."
11349
11350	::= { dfEntry 34 }
11351
11352	dfStateOnline                   OBJECT-TYPE
11353	SYNTAX                          Boolean
11354	MAX-ACCESS                      read-only
11355	STATUS                          current
11356	DESCRIPTION		"The state of the cluster aggregates and
11357				 volumes. If this is not true, all the
11358				 values for the fields of this table are
11359				 undefined.
11360
11361				 This field is returned only from the cluster interfaces."
11362
11363	::= { dfEntry 35 }
11364
11365        dfRowInfo                       OBJECT-TYPE
11366	SYNTAX                          INTEGER {
11367					    available(1),
11368					    partiallyAvailable(2)
11369					}
11370
11371        MAX-ACCESS                      read-only
11372        STATUS                          current
11373        DESCRIPTION
11374			"Volume or aggregate and its snapshot
11375			is 'available' or 'partiallyAvailable'.
11376			This field is returned only from the cluster interfaces.
11377			Possible values for this field are:
11378
11379			'available'
11380			Indicates a normal case when everything went
11381			fine while fetching the values for the fields
11382			of this table and all values returned
11383			are valid.
11384
11385			'partiallyAvailable'
11386			Indicates something went wrong while fetching
11387			the values for the fields of this table and
11388			not all values are valid.
11389
11390			For fields that could not be fetched, default
11391			values are set. For integers it is -1, for
11392			counters 0, and for string it is null."
11393        ::= { dfEntry 36 }
11394
11395	df64CompressSaved		OBJECT-TYPE
11396	SYNTAX				Counter64
11397	MAX-ACCESS			read-only
11398	STATUS				current
11399	DESCRIPTION
11400			"Provides the compression savings in a volume
11401			 in KBytes. This is only returned for volumes."
11402
11403	::= { dfEntry 37 }
11404
11405	dfCompressSavedPercent		OBJECT-TYPE
11406	SYNTAX				Integer32 (0..100)
11407	MAX-ACCESS			read-only
11408	STATUS				current
11409	DESCRIPTION
11410			"Provides the percentage of compression
11411			 savings in a volume, which is
11412			 ((compr_saved/(compr_saved + used)) * 100).
11413			 This is only returned for volumes."
11414
11415	::= { dfEntry 38 }
11416
11417	df64DedupeSaved			OBJECT-TYPE
11418	SYNTAX				Counter64
11419	MAX-ACCESS			read-only
11420	STATUS				current
11421	DESCRIPTION
11422			"Provides the deduplication savings in a volume
11423			 in KBytes. This is only returned for volumes."
11424
11425	::= { dfEntry 39 }
11426
11427	dfDedupeSavedPercent		OBJECT-TYPE
11428	SYNTAX				Integer32 (0..100)
11429	MAX-ACCESS			read-only
11430	STATUS				current
11431	DESCRIPTION
11432			"Provides the percentage of deduplication
11433			 savings in a volume, which is
11434			 ((dedup_saved/(dedup_saved + used)) * 100).
11435			 This is only returned for volumes."
11436
11437
11438	::= { dfEntry 40 }
11439
11440	df64TotalSaved			OBJECT-TYPE
11441	SYNTAX				Counter64
11442	MAX-ACCESS			read-only
11443	STATUS				current
11444	DESCRIPTION
11445			"Provides the total savings due to deduplication
11446			 & compression in a volume in KBytes. This is
11447			 only returned for volumes."
11448
11449	::= { dfEntry 41 }
11450
11451	dfTotalSavedPercent		OBJECT-TYPE
11452	SYNTAX				Integer32 (0..100)
11453	MAX-ACCESS			read-only
11454	STATUS				current
11455	DESCRIPTION
11456			"Provides the percentage of total savings
11457			 due to deduplication & compression in a
11458			 volume, which is
11459			 ((total_saved/(total_saved + used)) * 100).
11460			 This is only returned for volumes."
11461
11462	::= { dfEntry 42 }
11463
11464	df64TotalReservedKBytes		OBJECT-TYPE
11465	SYNTAX                          Counter64
11466	MAX-ACCESS                      read-only
11467	STATUS                          current
11468	DESCRIPTION
11469			"The total disk space in KBytes that is
11470			 reserved on the referenced file system."
11471
11472
11473	::= { dfEntry 43 }
11474
11475	-- the old single-volume snapshot table.  DEPRECATED
11476
11477	slTable                         OBJECT-TYPE
11478	SYNTAX                          SEQUENCE OF SlEntry
11479        MAX-ACCESS                      not-accessible
11480        STATUS                          deprecated
11481	DESCRIPTION
11482			"Provide a report of the snapshots on the
11483			 root volume.  This table is deprecated - use
11484			 slVTable instead."
11485	::= { snapshot 1 }
11486
11487	slEntry                         OBJECT-TYPE
11488	SYNTAX                          SlEntry
11489        MAX-ACCESS                      not-accessible
11490        STATUS                          deprecated
11491	DESCRIPTION
11492			"Provide a report on a given snapshot on the
11493			 root volume.  This object is deprecated - use
11494			 slVEntry instead."
11495	INDEX	{ slIndex }
11496	::= { slTable 1 }
11497
11498	SlEntry ::=
11499	    SEQUENCE {
11500		slIndex
11501		    Integer32,
11502		slMonth
11503		    INTEGER,
11504		slDay
11505		    Integer32,
11506		slHour
11507		    Integer32,
11508		slMinutes
11509		    Integer32,
11510		slName
11511		    DisplayString
11512	    }
11513
11514	slIndex                         OBJECT-TYPE
11515	SYNTAX                          Integer32 (1..2147483647)
11516        MAX-ACCESS                      read-only
11517        STATUS                          deprecated
11518	DESCRIPTION
11519			"A number that identifies this entry for the
11520			 referenced file system."
11521	::= { slEntry 1 }
11522
11523	slMonth                         OBJECT-TYPE
11524	SYNTAX                          INTEGER {
11525                                             january(1),
11526                                             february(2),
11527					     march(3),
11528					     april(4),
11529					     may(5),
11530					     june(6),
11531					     july(7),
11532					     august(8),
11533					     september(9),
11534					     october(10),
11535					     november(11),
11536                                             december(12)
11537                                        }
11538        MAX-ACCESS                      read-only
11539        STATUS                          deprecated
11540	DESCRIPTION
11541			"The month in which the snapshot was created."
11542	::= { slEntry 2 }
11543
11544	slDay                           OBJECT-TYPE
11545	SYNTAX                          Integer32 (1..31)
11546        MAX-ACCESS                      read-only
11547        STATUS                          deprecated
11548	DESCRIPTION
11549			"The day on which the snapshot was created."
11550	::= { slEntry 3 }
11551
11552	slHour                          OBJECT-TYPE
11553	SYNTAX                          Integer32 (0..23)
11554        MAX-ACCESS                      read-only
11555        STATUS                          deprecated
11556	DESCRIPTION
11557			"The hour in which the snapshot was created."
11558	::= { slEntry 4 }
11559
11560	slMinutes                       OBJECT-TYPE
11561	SYNTAX                          Integer32 (0..59)
11562        MAX-ACCESS                      read-only
11563        STATUS                          deprecated
11564	DESCRIPTION
11565			"The minute in which the snapshot was created."
11566	::= { slEntry 5 }
11567
11568	slName                          OBJECT-TYPE
11569	SYNTAX                          DisplayString
11570        MAX-ACCESS                      read-only
11571        STATUS                          deprecated
11572	DESCRIPTION
11573			"The name of the referenced snapshot."
11574	::= { slEntry 6 }
11575
11576
11577	-- The multivolume / aggregate snapshot table.
11578
11579	slVTable                        OBJECT-TYPE
11580	SYNTAX                          SEQUENCE OF SlVEntry
11581        MAX-ACCESS                      not-accessible
11582        STATUS                          current
11583	DESCRIPTION
11584			"Provide a report of the snapshots on the
11585			 file systems."
11586	::= { snapshot 2 }
11587
11588	slVEntry                        OBJECT-TYPE
11589	SYNTAX                          SlVEntry
11590        MAX-ACCESS                      not-accessible
11591        STATUS                          current
11592	DESCRIPTION
11593			"Provide a report on a given snapshot on the
11594			 file system.  Indices select the volume of
11595			 the snapshot and the snapshot entry itself."
11596	INDEX	{ slVVolume, slVIndex }
11597	::= { slVTable 1 }
11598
11599	SlVEntry ::=
11600	    SEQUENCE {
11601		slVIndex
11602		    Integer32,
11603		slVMonth
11604		    INTEGER,
11605		slVDay
11606		    Integer32,
11607		slVHour
11608		    Integer32,
11609		slVMinutes
11610		    Integer32,
11611		slVName
11612		    DisplayString,
11613		slVVolume
11614		    Integer32,
11615		slVNumber
11616		    Integer32,
11617		slVVolumeName
11618		    DisplayString,
11619		slVType
11620		    INTEGER
11621	    }
11622
11623	slVIndex                        OBJECT-TYPE
11624	SYNTAX                          Integer32 (1..2147483647)
11625        MAX-ACCESS                      read-only
11626        STATUS                          current
11627	DESCRIPTION
11628			"A number that identifies this entry for the
11629			 referenced file system."
11630	::= { slVEntry 1 }
11631
11632	slVMonth                        OBJECT-TYPE
11633	SYNTAX                          INTEGER {
11634                                             january(1),
11635                                             february(2),
11636					     march(3),
11637					     april(4),
11638					     may(5),
11639					     june(6),
11640					     july(7),
11641					     august(8),
11642					     september(9),
11643					     october(10),
11644					     november(11),
11645                                             december(12)
11646                                        }
11647        MAX-ACCESS                      read-only
11648        STATUS                          current
11649	DESCRIPTION
11650			"The month in which the snapshot was created."
11651	::= { slVEntry 2 }
11652
11653	slVDay                          OBJECT-TYPE
11654	SYNTAX                          Integer32 (1..31)
11655        MAX-ACCESS                      read-only
11656        STATUS                          current
11657	DESCRIPTION
11658			"The day on which the snapshot was created."
11659	::= { slVEntry 3 }
11660
11661	slVHour                         OBJECT-TYPE
11662	SYNTAX                          Integer32 (0..23)
11663        MAX-ACCESS                      read-only
11664        STATUS                          current
11665	DESCRIPTION
11666			"The hour in which the snapshot was created."
11667	::= { slVEntry 4 }
11668
11669	slVMinutes                      OBJECT-TYPE
11670	SYNTAX                          Integer32 (0..59)
11671        MAX-ACCESS                      read-only
11672        STATUS                          current
11673	DESCRIPTION
11674			"The minute in which the snapshot was created."
11675	::= { slVEntry 5 }
11676
11677	slVName                         OBJECT-TYPE
11678	SYNTAX                          DisplayString
11679        MAX-ACCESS                      read-only
11680        STATUS                          current
11681	DESCRIPTION
11682			"The name of the referenced snapshot."
11683	::= { slVEntry 6 }
11684
11685	slVVolume                       OBJECT-TYPE
11686	SYNTAX                          Integer32 (1..2147483647)
11687        MAX-ACCESS                      read-only
11688        STATUS                          current
11689	DESCRIPTION
11690			"A number that identifies the volume  / aggregate that
11691			 contains this snapshot."
11692	::= { slVEntry 7 }
11693
11694	slVNumber                       OBJECT-TYPE
11695	SYNTAX                          Integer32
11696        MAX-ACCESS                      read-only
11697        STATUS                          current
11698	DESCRIPTION
11699			"Number of snapshots for this volume / aggregate."
11700	::= { slVEntry 8 }
11701
11702	slVVolumeName                   OBJECT-TYPE
11703	SYNTAX                          DisplayString
11704        MAX-ACCESS                      read-only
11705        STATUS                          current
11706	DESCRIPTION
11707			"The name of the volume / aggregate. This does not
11708			 have a /vol/ prefix."
11709
11710	::= { slVEntry 9 }
11711
11712	slVType                         OBJECT-TYPE
11713	SYNTAX                          INTEGER {
11714                                             traditionalVolume(1),
11715                                             flexibleVolume(2),
11716                                             aggregate(3)
11717                                        }
11718        MAX-ACCESS                      read-only
11719        STATUS                          current
11720	DESCRIPTION
11721			"Indicates the type of container for this
11722			 snapshot."
11723
11724	::= { slVEntry 10 }
11725
11726
11727	-- The snapshot content table.
11728
11729	slQTable                        OBJECT-TYPE
11730	SYNTAX                          SEQUENCE OF SlQEntry
11731        MAX-ACCESS                      not-accessible
11732        STATUS                          current
11733	DESCRIPTION
11734			"Provide a report of the snapshots and their contents
11735			on the file systems."
11736	::= { snapshot 3 }
11737
11738	slQEntry                        OBJECT-TYPE
11739	SYNTAX                          SlQEntry
11740        MAX-ACCESS                      not-accessible
11741        STATUS                          current
11742	DESCRIPTION
11743			"Provide a report on a given snapshot for a given
11744			qtree on the file system.  Indices select the volume
11745			and qtree of the snapshot and the snapshot entry
11746			itself."
11747
11748	INDEX	{ slQVolume, slQQtree, slQIndex }
11749	::= { slQTable 1 }
11750
11751	SlQEntry ::=
11752	    SEQUENCE {
11753		slQIndex
11754		    Integer32,
11755		slQVolume
11756		    Integer32,
11757		slQQtree
11758		    Integer32,
11759		slQSnapshotName
11760		    DisplayString,
11761    	        slQSnapshotTime
11762		    Integer32,
11763		slQQtreeName
11764		    DisplayString,
11765  	        slQQtreeContent
11766		    INTEGER,
11767		slQSource
11768		    OCTET STRING,
11769		slQSourceTime
11770		    Integer32,
11771		slQVolumeName
11772		    DisplayString
11773	    }
11774
11775	slQIndex                        OBJECT-TYPE
11776	SYNTAX                          Integer32 (1..2147483647)
11777        MAX-ACCESS                      read-only
11778        STATUS                          current
11779	DESCRIPTION
11780			"A number that identifies this entry for the
11781			 referenced file system."
11782	::= { slQEntry 1 }
11783
11784	slQVolume                       OBJECT-TYPE
11785	SYNTAX                          Integer32 (1..2147483647)
11786        MAX-ACCESS                      read-only
11787        STATUS                          current
11788	DESCRIPTION
11789			"A number that identifies the volume that contains
11790			this snapshot."
11791	::= { slQEntry 2 }
11792
11793	slQQtree                        OBJECT-TYPE
11794	SYNTAX                          Integer32 (1..2147483647)
11795        MAX-ACCESS                      read-only
11796        STATUS                          current
11797	DESCRIPTION
11798			"A number that identifies the qtree that contains
11799			this snapshot."
11800	::= { slQEntry 3 }
11801
11802	slQSnapshotName                 OBJECT-TYPE
11803	SYNTAX                          DisplayString
11804        MAX-ACCESS                      read-only
11805        STATUS                          current
11806	DESCRIPTION
11807			"The name of the referenced snapshot."
11808	::= { slQEntry 4 }
11809
11810	slQSnapshotTime                 OBJECT-TYPE
11811	SYNTAX                          Integer32
11812        MAX-ACCESS                      read-only
11813        STATUS                          current
11814	DESCRIPTION
11815			"Time of the snapshot on the system. The time in
11816			seconds since January 1, 1970."
11817	::= { slQEntry 5 }
11818
11819	slQQtreeName                    OBJECT-TYPE
11820	SYNTAX                          DisplayString
11821        MAX-ACCESS                      read-only
11822        STATUS                          current
11823	DESCRIPTION
11824			"A string that indicates which qtree is in this
11825			snapshot"
11826	::= { slQEntry 6 }
11827
11828        slQQtreeContent                 OBJECT-TYPE
11829	SYNTAX                          INTEGER {
11830                                             replica(1),
11831                                             transitioning(2),
11832                                             original(3)
11833                                        }
11834        MAX-ACCESS                      read-only
11835        STATUS                          current
11836	DESCRIPTION
11837	                "The content of the qtree tree"
11838	::= { slQEntry 7 }
11839
11840	slQSource                       OBJECT-TYPE
11841	SYNTAX                          OCTET STRING
11842        MAX-ACCESS                      read-only
11843        STATUS                          current
11844	DESCRIPTION
11845	    		"The source of this qtree for a replicated qtree.
11846			'-' for an original qtree."
11847	::= { slQEntry 8 }
11848
11849	slQSourceTime                   OBJECT-TYPE
11850	SYNTAX                          Integer32
11851        MAX-ACCESS                      read-only
11852        STATUS                          current
11853	DESCRIPTION
11854			"Time of the source snapshot for a replicated qtree.
11855			Time of the current snapshot for an original qtree.
11856			The time in seconds since January 1, 1970. 0 if the
11857			qtree is in a transitioning stage"
11858
11859	::= { slQEntry 9 }
11860
11861	slQVolumeName                   OBJECT-TYPE
11862	SYNTAX                          DisplayString
11863        MAX-ACCESS                      read-only
11864        STATUS                          current
11865	DESCRIPTION
11866			"The name of the volume. This does not have a /vol/
11867			prefix."
11868	::= { slQEntry 10 }
11869
11870
11871	dfNumber                        OBJECT-TYPE
11872	SYNTAX                          Integer32
11873        MAX-ACCESS                      read-only
11874        STATUS                          current
11875	DESCRIPTION
11876			"Number of entries in the dfTable table."
11877
11878	::= { filesys 6 }
11879
11880	-- -- -- -- -- -- -- -- -- -- -- --
11881	-- file system status information --
11882	-- -- -- -- -- -- -- -- -- -- -- --
11883
11884	fsStatus OBJECT IDENTIFIER ::= { filesys 7 }
11885
11886	fsOverallStatus                 OBJECT-TYPE
11887	SYNTAX                          INTEGER {
11888                                             ok(1),
11889                                             nearlyFull(2),
11890                                             full(3)
11891                                        }
11892        MAX-ACCESS                      read-only
11893        STATUS                          current
11894	DESCRIPTION
11895			"An indication of overall file system
11896			health.  'ok' indicates that all file systems
11897			have adequate space.  'nearlyFull' means
11898			that one or more is nearly full (more than
11899			95% full). 'full' means that one or more
11900			are more than 98% full."
11901	::= { fsStatus 1 }
11902
11903	fsStatusMessage                 OBJECT-TYPE
11904	SYNTAX                          DisplayString
11905        MAX-ACCESS                      read-only
11906        STATUS                          current
11907	DESCRIPTION
11908			"A string indicating any file systems which
11909			are full or nearly full."
11910	::= { fsStatus 2 }
11911
11912	fsMaxUsedBytesPerCent           OBJECT-TYPE
11913	SYNTAX                          Integer32 (0..100)
11914        MAX-ACCESS                      read-only
11915        STATUS                          current
11916	DESCRIPTION
11917			"The percentage of space currently in use or
11918			reserved by the fullest file system."
11919	::= { fsStatus 3 }
11920
11921	fsMaxUsedInodesPerCent          OBJECT-TYPE
11922	SYNTAX                          Integer32 (0..100)
11923        MAX-ACCESS                      read-only
11924        STATUS                          current
11925	DESCRIPTION
11926			"The percentage of inodes currently in use
11927			by the fullest file system."
11928	::= { fsStatus 4 }
11929
11930	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
11931	--
11932	--  All volumes, including those offline and those
11933	--  owned by the cluster partner.
11934	--
11935	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
11936
11937	volTable                        OBJECT-TYPE
11938	SYNTAX                          SEQUENCE OF VolEntry
11939        MAX-ACCESS                      not-accessible
11940        STATUS                          current
11941	DESCRIPTION
11942			"List the volumes defined on the system,
11943			including offline volumes."
11944
11945	::= { filesys 8 }
11946
11947	volEntry                        OBJECT-TYPE
11948	SYNTAX                          VolEntry
11949        MAX-ACCESS                      not-accessible
11950        STATUS                          current
11951	DESCRIPTION
11952			"Provide details about a particular volume.
11953			 For entries returned only from the cluster
11954			 interfaces, if the volRowInfo is not set to
11955			 'available', the values reported by other
11956			 fields of this table may not be valid."
11957
11958	INDEX	{ volIndex }
11959	::= { volTable 1 }
11960
11961	VolEntry ::=
11962	    SEQUENCE {
11963		volIndex	Integer32,
11964		volName		DisplayString,
11965		volFSID		DisplayString,
11966		volOwningHost	INTEGER,
11967		volState	DisplayString,
11968		volStatus	DisplayString,
11969		volOptions	OCTET STRING,
11970		volUUID		DisplayString,
11971		volAggrName	DisplayString,
11972		volType		INTEGER,
11973		volClone	INTEGER,
11974		volCloneOf	DisplayString,
11975		volCloneSnap	DisplayString,
11976		volVserver	DisplayString,
11977		volMSID		DisplayString,
11978		volDSID		DisplayString,
11979		volSpaceGuaranteeEnabled	INTEGER,
11980		volSpaceGuarantee		INTEGER,
11981		volLanguage	DisplayString,
11982		volLanguageCode	DisplayString,
11983		volCloneChildrenList	DisplayString,
11984		volJunctionPathActive	Boolean,
11985		volJunctionPath		DisplayString,
11986		volJunctionPathSource	DisplayString,
11987		volRowInfo		INTEGER,
11988		volNvfail		Boolean,
11989		volInNvfailedState	Boolean,
11990		volInstanceUUID		DisplayString,
11991		volProvenanceUUID	DisplayString,
11992		volDrForceNvfail        Boolean
11993	    }
11994
11995	volIndex                        OBJECT-TYPE
11996	SYNTAX                          Integer32 (1..2048)
11997        MAX-ACCESS                      read-only
11998        STATUS                          current
11999	DESCRIPTION
12000			"A number that identifies this volume.  The
12001			volIndex is not related to any other table
12002			defined in this MIB, and may change as
12003			volumes are created and destroyed."
12004	::= { volEntry 1 }
12005
12006	volName                         OBJECT-TYPE
12007	SYNTAX                          DisplayString
12008        MAX-ACCESS                      read-only
12009        STATUS                          current
12010	DESCRIPTION
12011			"Name of the volume.  This includes no /vol/
12012			prefix."
12013	::= { volEntry 2 }
12014
12015	volFSID                         OBJECT-TYPE
12016	SYNTAX                          DisplayString
12017        MAX-ACCESS                      read-only
12018        STATUS                          current
12019	DESCRIPTION
12020			"Unique identifier for this volume."
12021	::= { volEntry 3 }
12022
12023	volOwningHost                   OBJECT-TYPE
12024	SYNTAX                          INTEGER {
12025                                             local(1),
12026                                             partner(2)
12027                                        }
12028        MAX-ACCESS                      read-only
12029        STATUS                          current
12030	DESCRIPTION
12031			"Indication of which host owns this volume.
12032			 This field is not supported in a cluster."
12033	::= { volEntry 4 }
12034
12035	volState                        OBJECT-TYPE
12036	SYNTAX                          DisplayString
12037        MAX-ACCESS                      read-only
12038        STATUS                          current
12039	DESCRIPTION
12040			"State of the volume, such as 'online' or
12041			'offline'."
12042	::= { volEntry 5 }
12043
12044	volStatus                       OBJECT-TYPE
12045	SYNTAX                          DisplayString
12046        MAX-ACCESS                      read-only
12047        STATUS                          current
12048	DESCRIPTION
12049			"Status of the volume, such as 'normal' or
12050			'reconstructing'. May include several values
12051			separated by comma and space."
12052	::= { volEntry 6 }
12053
12054	volOptions                      OBJECT-TYPE
12055	SYNTAX                          OCTET STRING (SIZE (0..1024))
12056        MAX-ACCESS                      read-only
12057        STATUS                          current
12058	DESCRIPTION
12059			"Options associated with the volume, such
12060			as 'root' and 'nosnapdir=off'. May include
12061			several values separated by comma."
12062	::= { volEntry 7 }
12063
12064	volUUID                         OBJECT-TYPE
12065	SYNTAX                          DisplayString
12066        MAX-ACCESS                      read-only
12067        STATUS                          current
12068	DESCRIPTION
12069			"A unique id associated with the volume."
12070	::= { volEntry 8 }
12071
12072	volAggrName                     OBJECT-TYPE
12073	SYNTAX                          DisplayString
12074        MAX-ACCESS                      read-only
12075        STATUS                          current
12076	DESCRIPTION
12077			"Name of the aggregate this flexible volume is a
12078			part of."
12079	::= { volEntry 9 }
12080
12081	volType                         OBJECT-TYPE
12082	SYNTAX                          INTEGER {
12083                                             traditional(1),
12084                                             flexible(2),
12085                                             striped(3),
12086                                             asis(4),
12087                                             snaplock(5)
12088                                        }
12089        MAX-ACCESS                      read-only
12090        STATUS                          current
12091	DESCRIPTION
12092			"Type of this volume, older volumes are
12093			traditional while newer volumes contained in
12094			aggregates are flexible."
12095	::= { volEntry 10 }
12096
12097	volClone                        OBJECT-TYPE
12098	SYNTAX                          INTEGER {
12099                                             false(1),
12100                                             true(2)
12101                                        }
12102        MAX-ACCESS                      read-only
12103        STATUS                          current
12104	DESCRIPTION
12105			"True indicates flexible volume is a clone."
12106	::= { volEntry 11 }
12107
12108	volCloneOf                      OBJECT-TYPE
12109	SYNTAX                          DisplayString
12110        MAX-ACCESS                      read-only
12111        STATUS                          current
12112	DESCRIPTION
12113			"Name of flexible volume this flexible volume is
12114			a clone of."
12115	::= { volEntry 12 }
12116
12117	volCloneSnap                    OBJECT-TYPE
12118	SYNTAX                          DisplayString
12119        MAX-ACCESS                      read-only
12120        STATUS                          current
12121	DESCRIPTION
12122			"Name of original cloned snapshot."
12123	::= { volEntry 13 }
12124
12125	volVserver                      OBJECT-TYPE
12126	SYNTAX                          DisplayString
12127        MAX-ACCESS                      read-only
12128        STATUS                          current
12129	DESCRIPTION
12130			"Vserver to which the volume belongs.
12131			Name from the cluster interfaces.
12132			Only applicable to cluster-mode volume."
12133	::= { volEntry 14 }
12134
12135	volMSID                         OBJECT-TYPE
12136	SYNTAX                          DisplayString
12137        MAX-ACCESS                      read-only
12138        STATUS                          current
12139	DESCRIPTION
12140			"The volume's Mirror Set ID. MSIDs are formatted
12141			as 10-character strings composed of 8 hex
12142			characters prefixed with '0x'.
12143			Only applicable to cluster-mode volume."
12144	::= { volEntry 15 }
12145
12146	volDSID                         OBJECT-TYPE
12147	SYNTAX                          DisplayString
12148        MAX-ACCESS                      read-only
12149        STATUS                          current
12150	DESCRIPTION
12151			"The volume's Data Set ID. DSIDs are formatted
12152			as 10-character strings composed of 8 hex
12153			characters prefixed with '0x'.
12154			Only applicable to cluster-mode volume."
12155	::= { volEntry 16 }
12156
12157	volSpaceGuaranteeEnabled        OBJECT-TYPE
12158	SYNTAX                          INTEGER {
12159                                             false(1),
12160                                             true(2)
12161                                        }
12162        MAX-ACCESS                      read-only
12163        STATUS                          current
12164	DESCRIPTION
12165			"Whether or not the space guarantee style
12166			associated with the volume is currently in
12167			effect. This field does not appear if the
12168			flexible volume is restricted or offline."
12169	::= { volEntry 17 }
12170
12171	volSpaceGuarantee               OBJECT-TYPE
12172	SYNTAX                          INTEGER {
12173                                             none(0),
12174                                             file(1),
12175                                             volume(2)
12176                                        }
12177        MAX-ACCESS                      read-only
12178        STATUS                          current
12179	DESCRIPTION
12180			"The space guarantee style associated with the
12181			volume, such as 'volume', etc. This field does
12182			not appear if the flexible volume is
12183			restricted or offline."
12184	::= { volEntry 18 }
12185
12186	volLanguage                     OBJECT-TYPE
12187	SYNTAX                          DisplayString
12188        MAX-ACCESS                      read-only
12189        STATUS                          current
12190	DESCRIPTION
12191			"The language currently set for the volume. For
12192			example, 'English '."
12193	::= { volEntry 19 }
12194
12195	volLanguageCode                 OBJECT-TYPE
12196	SYNTAX                          DisplayString
12197        MAX-ACCESS                      read-only
12198        STATUS                          current
12199	DESCRIPTION
12200			"The language code currently set for the volume.
12201			For example, 'en'."
12202	::= { volEntry 20 }
12203
12204	volCloneChildrenList            OBJECT-TYPE
12205	SYNTAX                          DisplayString
12206        MAX-ACCESS                      read-only
12207        STATUS                          current
12208	DESCRIPTION
12209			"A comma separated list of all volume's child clones."
12210	::= { volEntry 21 }
12211
12212	volJunctionPathActive           OBJECT-TYPE
12213	SYNTAX                          Boolean
12214        MAX-ACCESS                      read-only
12215        STATUS                          current
12216	DESCRIPTION
12217			"Indicates if a Junction Path is active on this volume.
12218			This field is returned only from the cluster interfaces."
12219	::= { volEntry 22 }
12220
12221	volJunctionPath                 OBJECT-TYPE
12222	SYNTAX                          DisplayString
12223        MAX-ACCESS                      read-only
12224        STATUS                          current
12225	DESCRIPTION
12226			"The mount path for the volume, relative to the root
12227			volume. This field is returned only from the cluster
12228			interfaces."
12229	::= { volEntry 23 }
12230
12231	volJunctionPathSource           OBJECT-TYPE
12232	SYNTAX                          DisplayString
12233        MAX-ACCESS                      read-only
12234        STATUS                          current
12235	DESCRIPTION
12236			"Source directory of the Junction Path for this volume.
12237			This field is returned only from the cluster interfaces.
12238
12239			Two possible values are
12240			  'LSM volume' for Load Share Mirror volumes
12241			  'RW volume'  for Read-Write volumes."
12242	::= { volEntry 24 }
12243
12244        volRowInfo                      OBJECT-TYPE
12245        SYNTAX                          INTEGER {
12246                                             available(1),
12247                                             partiallyAvailable(2)
12248                                        }
12249        MAX-ACCESS                      read-only
12250        STATUS                          current
12251        DESCRIPTION
12252                "Volume is 'available' or 'partiallyAvailable'.
12253                This field is returned only from the cluster interfaces.
12254
12255                Two possible values are:
12256                'available'
12257                     Indicates a normal case when everything went
12258                     fine while fetching the values for the fields
12259                     of this table and all values returned
12260                     are valid.
12261
12262               'partiallyAvailable'
12263                     Indicates something went wrong while fetching
12264                     the values of the fields for this table and
12265                     not all values are valid.
12266
12267               For fields that could not be fetched, default
12268               values are set. For integers it is -1, for
12269               counters 0, and for string it is null."
12270
12271	::= { volEntry 25 }
12272	volNvfail                       OBJECT-TYPE
12273	SYNTAX                          Boolean
12274        MAX-ACCESS                      read-only
12275        STATUS                          current
12276	DESCRIPTION
12277			"Indicates whether nvfail option is enabled
12278			 on this volume."
12279
12280	::= { volEntry 26 }
12281	volInNvfailedState              OBJECT-TYPE
12282	SYNTAX                          Boolean
12283        MAX-ACCESS                      read-only
12284        STATUS                          current
12285	DESCRIPTION
12286			"Indicates whether the volume is in nvfailed state.
12287			 This is only applicable to cluster-mode volumes."
12288
12289	::= { volEntry 27 }
12290
12291	volInstanceUUID                 OBJECT-TYPE
12292	SYNTAX                          DisplayString
12293        MAX-ACCESS                      read-only
12294        STATUS                          current
12295	DESCRIPTION
12296			"A unique id associated with the volume that moves
12297			 with the volume when the volume is migrated."
12298
12299	::= { volEntry 28 }
12300
12301	volProvenanceUUID               OBJECT-TYPE
12302	SYNTAX                          DisplayString
12303        MAX-ACCESS                      read-only
12304        STATUS                          current
12305	DESCRIPTION
12306			"A unique id associated with the volume that identifies
12307			 the source of the volume content."
12308
12309        ::= { volEntry 29 }
12310
12311        volDrForceNvfail                OBJECT-TYPE
12312        SYNTAX                          Boolean
12313        MAX-ACCESS                      read-only
12314        STATUS                          current
12315        DESCRIPTION
12316			"Indicates whether dr-force-nvfail option is enabled
12317			 on this volume. If true, volume would be put in a
12318			 special state called 'in-nvfailed-state' by switchover
12319			 operation. The protocol access on the volume in
12320			 'in-nvfailed-state' is blocked. This will cause the
12321			 client applications to crash and thus prevent access
12322			 to data on the volume. To get out of this situation,
12323			 admin needs to manually clear the 'in-nvfailed-state'
12324			 on the volume. By default, dr-force-nvfail option
12325			 value is false."
12326
12327        ::= { volEntry 30 }
12328
12329        volNumber                      OBJECT-TYPE
12330        SYNTAX                          Integer32 (0..2048)
12331        MAX-ACCESS                      read-only
12332        STATUS                          current
12333        DESCRIPTION
12334			"Number of volumes in the volTable."
12335
12336	::= { filesys 9 }
12337
12338        qtreeTable                      OBJECT-TYPE
12339	SYNTAX                          SEQUENCE OF QtreeEntry
12340        MAX-ACCESS                      not-accessible
12341        STATUS                          current
12342	DESCRIPTION
12343			"Provide a list of the qtrees on the system."
12344
12345	::= { filesys 10 }
12346
12347	qtreeEntry                      OBJECT-TYPE
12348	SYNTAX                          QtreeEntry
12349        MAX-ACCESS                      not-accessible
12350        STATUS                          current
12351	DESCRIPTION
12352	                "Provide details about a particular qtree."
12353
12354	INDEX   { qtreeVolume, qtreeIndex }
12355        ::= { qtreeTable 1 }
12356
12357        QtreeEntry ::=
12358	    SEQUENCE {
12359		qtreeIndex		     Integer32,
12360		qtreeVolume		     Integer32,
12361		qtreeVolumeName		     DisplayString,
12362		qtreeId			     Integer32,
12363		qtreeName		     DisplayString,
12364		qtreeStyle		     INTEGER,
12365		qtreeStatus		     INTEGER,
12366		qtreeOplock		     INTEGER,
12367		qtreeVserver		     DisplayString,
12368		qtreeExportPolicy            DisplayString,
12369		qtreeIsExportPolicyInherited Boolean,
12370		qtreeMode                    Unsigned32
12371	    }
12372
12373	qtreeIndex                      OBJECT-TYPE
12374	SYNTAX                          Integer32 (1..2147483647)
12375        MAX-ACCESS                      read-only
12376        STATUS                          current
12377	DESCRIPTION
12378			"Index into the qtree table."
12379
12380	::= { qtreeEntry 1 }
12381
12382	qtreeVolume                     OBJECT-TYPE
12383	SYNTAX                          Integer32 (1..2147483647)
12384        MAX-ACCESS                      read-only
12385        STATUS                          current
12386	DESCRIPTION
12387	                "A number that identifies the volume that contains
12388			this qtree."
12389
12390	::= { qtreeEntry 2 }
12391
12392	qtreeVolumeName                 OBJECT-TYPE
12393	SYNTAX                          DisplayString
12394        MAX-ACCESS                      read-only
12395        STATUS                          current
12396	DESCRIPTION
12397			"The name of the volume that contains this qtree.
12398			This includes no /vol/prefix."
12399
12400	::= { qtreeEntry 3 }
12401
12402	qtreeId                         OBJECT-TYPE
12403	SYNTAX                          Integer32
12404        MAX-ACCESS                      read-only
12405        STATUS                          current
12406	DESCRIPTION
12407			"The Id number of the qtree."
12408
12409	::= { qtreeEntry 4 }
12410
12411	qtreeName                       OBJECT-TYPE
12412	SYNTAX                          DisplayString
12413        MAX-ACCESS                      read-only
12414        STATUS                          current
12415	DESCRIPTION
12416	                "The name of the qtree."
12417
12418	::= { qtreeEntry 5 }
12419
12420	qtreeStyle                      OBJECT-TYPE
12421	SYNTAX                          INTEGER {
12422                                             unix(1),
12423                                             ntfs(2),
12424                                             mixed(3)
12425                                        }
12426        MAX-ACCESS                      read-only
12427        STATUS                          current
12428        DESCRIPTION
12429	                "The security style of the qtree."
12430
12431        ::= { qtreeEntry 6 }
12432
12433	qtreeStatus                     OBJECT-TYPE
12434	SYNTAX                          INTEGER {
12435                                             normal(1)
12436                                        }
12437        MAX-ACCESS                      read-only
12438        STATUS                          current
12439        DESCRIPTION
12440	                "The status of the qtree."
12441
12442	::= { qtreeEntry 7 }
12443
12444	qtreeOplock                     OBJECT-TYPE
12445	SYNTAX                          INTEGER {
12446                                             enabled(1),
12447                                             disabled(2)
12448                                        }
12449        MAX-ACCESS                      read-only
12450        STATUS                          current
12451        DESCRIPTION
12452                        "An indication of whether the oplocks is enabled or not
12453			for this qtree."
12454
12455	::= { qtreeEntry 8 }
12456
12457        qtreeVserver                    OBJECT-TYPE
12458	SYNTAX                          DisplayString
12459	MAX-ACCESS                      read-only
12460	STATUS                          current
12461	DESCRIPTION
12462	                 "Indicates the vserver to which the volume belongs.
12463			  Name from the cluster interfaces.
12464			  Only applicable to cluster-mode volume."
12465
12466	::= { qtreeEntry 9 }
12467
12468        qtreeExportPolicy               OBJECT-TYPE
12469	SYNTAX                          DisplayString
12470	MAX-ACCESS                      read-only
12471	STATUS                          current
12472	DESCRIPTION
12473	                 "Indicates the export policy assigned to the qtree."
12474
12475	::= { qtreeEntry 10 }
12476
12477        qtreeIsExportPolicyInherited    OBJECT-TYPE
12478	SYNTAX                          Boolean
12479	MAX-ACCESS                      read-only
12480	STATUS                          current
12481	DESCRIPTION
12482	                 "Indicates the export policy assigned to the qtree is
12483			  inherited from the parent volume."
12484
12485	::= { qtreeEntry 11 }
12486
12487        qtreeMode                       OBJECT-TYPE
12488        SYNTAX                          Unsigned32
12489        MAX-ACCESS                      read-only
12490        STATUS                          current
12491        DESCRIPTION
12492                        "The file permission bits of the qtree."
12493
12494	::= { qtreeEntry 12 }
12495
12496        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
12497        --
12498        --  All aggregates, including those offline and those
12499        --  owned by the cluster partner.
12500        --
12501        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
12502
12503        aggrTable                       OBJECT-TYPE
12504	SYNTAX                          SEQUENCE OF AggrEntry
12505        MAX-ACCESS                      not-accessible
12506        STATUS                          current
12507        DESCRIPTION
12508                        "List the aggregates defined on the system,
12509                        including offline aggregates."
12510
12511        ::= { filesys 11 }
12512
12513        aggrEntry                       OBJECT-TYPE
12514	SYNTAX                          AggrEntry
12515        MAX-ACCESS                      not-accessible
12516        STATUS                          current
12517        DESCRIPTION
12518                        "Provide details about a particular aggregate.
12519                        For entries returned only from the cluster
12520                        interfaces, if the aggrRowInfo is not set to
12521                        'available', the values reported by other
12522                        fields of this table may not be valid."
12523
12524        INDEX   { aggrIndex }
12525        ::= { aggrTable 1 }
12526
12527        AggrEntry ::=
12528            SEQUENCE {
12529                aggrIndex       Integer32,
12530                aggrName        DisplayString,
12531                aggrFSID        DisplayString,
12532                aggrOwningHost  INTEGER,
12533                aggrState       DisplayString,
12534                aggrStatus      DisplayString,
12535                aggrOptions     DisplayString,
12536                aggrUUID        DisplayString,
12537                aggrFlexvollist OCTET STRING,
12538                aggrType        INTEGER,
12539                aggrRaidType    DisplayString,
12540                aggrHAType      INTEGER,
12541                aggrOwners      DisplayString,
12542                aggrRowInfo     INTEGER,
12543                aggrVolumeFootprints            Counter64,
12544                aggrVolumeFootprintsPercent     Integer32,
12545                aggrFilesystemMetadata	        Counter64,
12546                aggrFilesystemMetadataPercent   Integer32
12547            }
12548
12549        aggrIndex                       OBJECT-TYPE
12550	SYNTAX                          Integer32 (1..2048)
12551        MAX-ACCESS                      read-only
12552        STATUS                          current
12553        DESCRIPTION
12554                        "A number that identifies this aggregate.  The
12555                        aggrIndex is not related to any other table
12556                        defined in this MIB, and may change as
12557                        aggregates are created and destroyed."
12558        ::= { aggrEntry 1 }
12559
12560        aggrName                        OBJECT-TYPE
12561	SYNTAX                          DisplayString
12562        MAX-ACCESS                      read-only
12563        STATUS                          current
12564        DESCRIPTION
12565                        "Name of the aggregate.  This includes no /vol/
12566                        prefix."
12567        ::= { aggrEntry 2 }
12568
12569        aggrFSID                        OBJECT-TYPE
12570	SYNTAX                          DisplayString
12571        MAX-ACCESS                      read-only
12572        STATUS                          current
12573        DESCRIPTION
12574                        "Unique identifier for this aggregate."
12575        ::= { aggrEntry 3 }
12576
12577        aggrOwningHost                  OBJECT-TYPE
12578	SYNTAX                          INTEGER {
12579                                             local(1),
12580                                             partner(2)
12581                                        }
12582        MAX-ACCESS                      read-only
12583        STATUS                          current
12584        DESCRIPTION
12585                        "Indication of which host owns this aggregate.
12586                         This field is not supported in a cluster."
12587        ::= { aggrEntry 4 }
12588
12589        aggrState                       OBJECT-TYPE
12590	SYNTAX                          DisplayString
12591        MAX-ACCESS                      read-only
12592        STATUS                          current
12593        DESCRIPTION
12594                        "State of the aggregate, such as 'online' or
12595                        'offline'."
12596        ::= { aggrEntry 5 }
12597
12598        aggrStatus                      OBJECT-TYPE
12599	SYNTAX                          DisplayString
12600        MAX-ACCESS                      read-only
12601        STATUS                          current
12602        DESCRIPTION
12603                        "Status of the aggregate, such as 'normal' or
12604                        'reconstructing'. May include several values
12605                        separated by comma and space."
12606        ::= { aggrEntry 6 }
12607
12608        aggrOptions                     OBJECT-TYPE
12609	SYNTAX                          DisplayString
12610        MAX-ACCESS                      read-only
12611        STATUS                          current
12612        DESCRIPTION
12613                        "Options associated with the aggregate."
12614        ::= { aggrEntry 7 }
12615
12616        aggrUUID                        OBJECT-TYPE
12617	SYNTAX                          DisplayString
12618        MAX-ACCESS                      read-only
12619        STATUS                          current
12620        DESCRIPTION
12621                        "A unique id associated with the aggregate."
12622        ::= { aggrEntry 8 }
12623
12624        aggrFlexvollist                 OBJECT-TYPE
12625	SYNTAX                          OCTET STRING (SIZE (0..1024))
12626        MAX-ACCESS                      read-only
12627        STATUS                          current
12628        DESCRIPTION
12629                        "List of all the flexible volumes within this
12630                        aggregate.
12631                        This field is not supported in a cluster."
12632        ::= { aggrEntry 9 }
12633
12634        aggrType                        OBJECT-TYPE
12635	SYNTAX                          INTEGER {
12636                                             unknown(0),
12637                                             traditional(1),
12638                                             aggregate(2),
12639                                             striped(3)
12640                                        }
12641        MAX-ACCESS                      read-only
12642        STATUS                          current
12643        DESCRIPTION
12644                        "Type of this container, containers
12645                        containing flexible volumes are aggregate."
12646        ::= { aggrEntry 10 }
12647
12648        aggrRaidType                    OBJECT-TYPE
12649	SYNTAX                          DisplayString
12650        MAX-ACCESS                      read-only
12651        STATUS                          current
12652        DESCRIPTION
12653                        "Type of raid protection of the aggregate, such as
12654                        'raid0', 'mirrored raid0', 'raid4', 'mirrored raid4',
12655                        'raid_dp', 'mirrored raid_dp'."
12656        ::= { aggrEntry 11 }
12657
12658        aggrHAType                      OBJECT-TYPE
12659	SYNTAX                          INTEGER {
12660                                             none(0),
12661                                             cfo(1),
12662                                             sfo(2)
12663                                        }
12664        MAX-ACCESS                      read-only
12665        STATUS                          current
12666        DESCRIPTION
12667                        "Aggregate failover type, such as 'cfo' for
12668                        cluster failover, 'sfo' for storage failover.
12669                        This is set to 'none' if aggregate failover
12670			type is not known."
12671        ::= { aggrEntry 12 }
12672
12673        aggrOwners                      OBJECT-TYPE
12674	SYNTAX                          DisplayString
12675        MAX-ACCESS                      read-only
12676        STATUS                          current
12677        DESCRIPTION
12678                        "Current owner(s) or the node(s) to which the
12679                        aggregate belongs to. In case of striped
12680                        aggregates, this will be a comma separated list
12681                        of nodes to which the aggregate belongs to."
12682
12683        ::= { aggrEntry 13 }
12684
12685        aggrRowInfo                     OBJECT-TYPE
12686        SYNTAX                          INTEGER {
12687                                           available(1),
12688                                           partiallyAvailable(2)
12689                                         }
12690        MAX-ACCESS                      read-only
12691        STATUS                          current
12692        DESCRIPTION
12693                        "Aggregate is 'available' or 'partiallyAvailable'.
12694                        This OID is available only from the cluster
12695			management interfaces.
12696
12697                        Two possible values are:
12698                        'available' :
12699                          Indicates a normal case when everything went
12700                          fine while fetching the values of the fields
12701                          for this table and all values returned
12702                          are valid.
12703
12704                        'partiallyAvailable' :
12705                          Indicates something went wrong while fetching
12706                          the values of the fields for this table and
12707                          not all the values are valid.
12708
12709                        For fields that could not be fetched, default
12710                        values are set. For integers it is -1, for
12711                        counters 0, and for string it is null."
12712
12713        ::= { aggrEntry 14 }
12714
12715        aggrVolumeFootprints            OBJECT-TYPE
12716        SYNTAX                          Counter64
12717        MAX-ACCESS                      read-only
12718        STATUS                          deprecated
12719        DESCRIPTION
12720                        "Footprint of data and metadata inside
12721                        volumes belonging to the Aggregate.
12722			This field is deprecated in Data ONTAP 8.3
12723			and later - use the volume-footprints
12724			field of the aggr-space-get-iter ZAPI
12725			instead."
12726        ::= { aggrEntry 15 }
12727
12728        aggrVolumeFootprintsPercent     OBJECT-TYPE
12729        SYNTAX                          Integer32 (0..100)
12730        MAX-ACCESS                      read-only
12731        STATUS                          deprecated
12732        DESCRIPTION
12733                        "Footprint of data and metadata inside
12734                        volumes belonging to the aggregate as a
12735                        percentage of aggregate size.
12736			This field is deprecated in Data ONTAP 8.3
12737			and later - use the volume-footprints-percent
12738			field of the aggr-space-get-iter ZAPI
12739			instead."
12740        ::= { aggrEntry 16 }
12741
12742        aggrFilesystemMetadata          OBJECT-TYPE
12743        SYNTAX                          Counter64
12744        MAX-ACCESS                      read-only
12745        STATUS                          deprecated
12746        DESCRIPTION
12747                        "Metadata of the Aggregate.
12748			This field is deprecated in Data ONTAP 8.3
12749			and later - use the aggregate-metadata
12750			field of the aggr-space-get-iter ZAPI
12751			instead."
12752        ::= { aggrEntry 17 }
12753
12754        aggrFilesystemMetadataPercent   OBJECT-TYPE
12755        SYNTAX                          Integer32 (0..100)
12756        MAX-ACCESS                      read-only
12757        STATUS				deprecated
12758        DESCRIPTION
12759                        "Metadata of the Aggregate as a
12760                        percentage of Aggregate size.
12761			This field is deprecated in Data ONTAP 8.3
12762			and later - use the aggregate-metadata-percent
12763			field of the aggr-space-get-iter ZAPI instead."
12764        ::= { aggrEntry 18 }
12765
12766        aggrNumber                      OBJECT-TYPE
12767	SYNTAX                          Integer32 (0..2048)
12768        MAX-ACCESS                      read-only
12769        STATUS                          current
12770        DESCRIPTION
12771                        "Number of aggregates in the aggrTable."
12772
12773        ::= { filesys 12 }
12774
12775	volMoveStatusTable 		OBJECT-TYPE
12776	SYNTAX 				SEQUENCE OF VolMoveStatusEntry
12777	MAX-ACCESS 			not-accessible
12778	STATUS 				current
12779	DESCRIPTION
12780			"Status of Vol Move operation"
12781	::= { filesys 13 }
12782
12783	volMoveStatusEntry 		OBJECT-TYPE
12784	SYNTAX 				VolMoveStatusEntry
12785	MAX-ACCESS 			not-accessible
12786	STATUS 				current
12787	DESCRIPTION
12788			"Provide movement details of a particular volume"
12789
12790	INDEX    { volMoveIndex }
12791	::= { volMoveStatusTable 1}
12792
12793	VolMoveStatusEntry ::=
12794	    SEQUENCE {
12795		volMoveIndex		INTEGER,
12796		volMoveSrcName 		DisplayString,
12797		volMoveDstaggrName 	DisplayString,
12798		volMoveCOattempts 	Integer32,
12799		volMoveCOtime		Integer32,
12800		volMoveState 		DisplayString
12801	}
12802
12803	volMoveIndex	 		OBJECT-TYPE
12804	SYNTAX 				INTEGER (1..10)
12805	MAX-ACCESS 			read-only
12806	STATUS 				current
12807	DESCRIPTION
12808			"A number that identifies this volume. The volIndex is
12809			 not related to any other table defined in this MIB, and
12810			 may change as volumes are created and destroyed."
12811	::= { volMoveStatusEntry 1}
12812
12813	volMoveSrcName 			OBJECT-TYPE
12814	SYNTAX 				DisplayString
12815	MAX-ACCESS			read-only
12816	STATUS 				current
12817	DESCRIPTION
12818			"Name of the vol move source volume.
12819			 This will not have the /vol/ prefix."
12820	::= { volMoveStatusEntry 2}
12821
12822        volMoveDstaggrName              OBJECT-TYPE
12823        SYNTAX                          DisplayString
12824        MAX-ACCESS                      read-only
12825        STATUS                          current
12826        DESCRIPTION
12827                        "Name of the vol move destination aggregate"
12828        ::= { volMoveStatusEntry 3}
12829
12830        volMoveCOattempts               OBJECT-TYPE
12831        SYNTAX                          Integer32
12832        MAX-ACCESS                      read-only
12833        STATUS                          current
12834        DESCRIPTION
12835                        "Maximum Cutover attempts for specified vol move operation"
12836        ::= { volMoveStatusEntry 4}
12837
12838        volMoveCOtime                       OBJECT-TYPE
12839        SYNTAX                          Integer32
12840        MAX-ACCESS                      read-only
12841        STATUS                          current
12842        DESCRIPTION
12843                        "Maximum Cutover time for specified vol move operation"
12844        ::= { volMoveStatusEntry 5}
12845
12846        volMoveState                    OBJECT-TYPE
12847        SYNTAX                          DisplayString
12848        MAX-ACCESS                      read-only
12849        STATUS                          current
12850        DESCRIPTION
12851                        "State of the vol move operation"
12852        ::= { volMoveStatusEntry 6}
12853
12854	-- -- -- -- -- -- --
12855	-- the RAID group --
12856	-- -- -- -- -- -- --
12857
12858	-- Old root volume raid table.  DEPRECATED
12859
12860	raidTable                       OBJECT-TYPE
12861	SYNTAX                          SEQUENCE OF RaidEntry
12862        MAX-ACCESS                      not-accessible
12863        STATUS                          deprecated
12864	DESCRIPTION
12865			"Display RAID configuration information for the
12866			 root volume.  This table is deprecated - use
12867			 raidVTable instead."
12868	::= { raid 1 }
12869
12870	raidEntry                       OBJECT-TYPE
12871	SYNTAX                          RaidEntry
12872        MAX-ACCESS                      not-accessible
12873        STATUS                          deprecated
12874	DESCRIPTION
12875			"Display RAID configuration information for
12876			 the referenced disk drive.  This only works for
12877			 disks contained within the root volume, and will
12878			 include spare drives.  This object is
12879			 deprecated - use raidVEntry instead."
12880	INDEX	{ raidIndex }
12881	::= { raidTable 1 }
12882
12883	RaidEntry ::=
12884	    SEQUENCE {
12885		raidIndex
12886		    Integer32,
12887		raidDiskName
12888		    DisplayString,
12889		raidStatus
12890		    INTEGER,
12891		raidDiskId
12892		    Integer32,
12893		raidScsiAdapter
12894		    DisplayString,
12895		raidScsiId
12896		    Integer32,
12897		raidUsedMb
12898		    Integer32,
12899		raidUsedBlocks
12900		    Integer32,
12901		raidTotalMb
12902		    Integer32,
12903		raidTotalBlocks
12904		    Integer32,
12905		raidCompletionPerCent
12906		    Integer32
12907	    }
12908
12909	raidIndex                       OBJECT-TYPE
12910	SYNTAX                          Integer32 (1..2147483647)
12911        MAX-ACCESS                      read-only
12912        STATUS                          deprecated
12913	DESCRIPTION
12914			"A number that identifies this entry for the
12915			 referenced disk drive."
12916	::= { raidEntry 1 }
12917
12918	raidDiskName                    OBJECT-TYPE
12919	SYNTAX                          DisplayString
12920        MAX-ACCESS                      read-only
12921        STATUS                          deprecated
12922	DESCRIPTION
12923			"The name identifying the referenced disk drive."
12924	::= { raidEntry 2 }
12925
12926	raidStatus                      OBJECT-TYPE
12927	SYNTAX                          INTEGER {
12928                                             active(1),
12929                                             reconstructionInProgress(2),
12930					     parityReconstructionInProgress(3),
12931					     parityVerificationInProgress(4),
12932					     scrubbingInProgress(5),
12933					     failed(6),
12934					     addingSpare(7),
12935					     spare(8),
12936					     prefailed(9),
12937                                             offline(10)
12938                                        }
12939        MAX-ACCESS                      read-only
12940        STATUS                          deprecated
12941	DESCRIPTION
12942			"The status of the referenced disk drive."
12943	::= { raidEntry 3 }
12944
12945	raidDiskId                      OBJECT-TYPE
12946	SYNTAX                          Integer32
12947        MAX-ACCESS                      read-only
12948        STATUS                          deprecated
12949	DESCRIPTION
12950			"The disk identifier for the referenced disk
12951			 drive."
12952	::= { raidEntry 4 }
12953
12954	raidScsiAdapter                 OBJECT-TYPE
12955	SYNTAX                          DisplayString
12956        MAX-ACCESS                      read-only
12957        STATUS                          deprecated
12958	DESCRIPTION
12959			"The identifier of the SCSI adapter for the
12960			 referenced disk drive."
12961	::= { raidEntry 5 }
12962
12963	raidScsiId                      OBJECT-TYPE
12964	SYNTAX                          Integer32 (0..100)
12965        MAX-ACCESS                      read-only
12966        STATUS                          deprecated
12967	DESCRIPTION
12968			"The identifier for the referenced disk drive
12969			 on the referenced SCSI adapter."
12970	::= { raidEntry 6 }
12971
12972	raidUsedMb                      OBJECT-TYPE
12973	SYNTAX                          Integer32
12974        MAX-ACCESS                      read-only
12975        STATUS                          deprecated
12976	DESCRIPTION
12977			"The number of MBytes currently in use on
12978			 the referenced disk drive."
12979	::= { raidEntry 7 }
12980
12981	raidUsedBlocks                  OBJECT-TYPE
12982	SYNTAX                          Integer32
12983        MAX-ACCESS                      read-only
12984        STATUS                          deprecated
12985	DESCRIPTION
12986			"The number of Blocks currently in use on
12987			 the referenced disk drive."
12988	::= { raidEntry 8 }
12989
12990	raidTotalMb                     OBJECT-TYPE
12991	SYNTAX                          Integer32
12992        MAX-ACCESS                      read-only
12993        STATUS                          deprecated
12994	DESCRIPTION
12995			"The number of MBytes physically available
12996			 on the referenced disk drive."
12997	::= { raidEntry 9 }
12998
12999	raidTotalBlocks                 OBJECT-TYPE
13000	SYNTAX                          Integer32
13001        MAX-ACCESS                      read-only
13002        STATUS                          deprecated
13003	DESCRIPTION
13004			"The number of Blocks physically available
13005			 on the referenced disk drive."
13006	::= { raidEntry 10 }
13007
13008	raidCompletionPerCent           OBJECT-TYPE
13009	SYNTAX                          Integer32 (0..100)
13010        MAX-ACCESS                      read-only
13011        STATUS                          deprecated
13012	DESCRIPTION
13013			 "In the case when reconstruction/adding a
13014			  spare, verification or scrubbing is in progress,
13015			  the percent of such reconstruction, verification
13016			  or scrubbing that has been completed on the
13017			  referenced disk drive."
13018	::= { raidEntry 11 }
13019
13020
13021	-- Multivolume raidTable.
13022
13023
13024 	raidVTable                      OBJECT-TYPE
13025	SYNTAX                          SEQUENCE OF RaidVEntry
13026        MAX-ACCESS                      not-accessible
13027        STATUS                          current
13028	DESCRIPTION
13029			"Display RAID configuration information."
13030	::= { raid 2 }
13031
13032	raidVEntry                      OBJECT-TYPE
13033	SYNTAX                          RaidVEntry
13034        MAX-ACCESS                      not-accessible
13035        STATUS                          current
13036	DESCRIPTION
13037			"Display RAID configuration information for
13038			 the referenced aggregate, raid group, and disk drive."
13039	INDEX	{ raidVVol, raidVGroup, raidVIndex }
13040	::= { raidVTable 1 }
13041
13042	RaidVEntry ::=
13043	    SEQUENCE {
13044		raidVIndex
13045		    Integer32,
13046		raidVDiskName
13047		    DisplayString,
13048		raidVStatus
13049		    INTEGER,
13050		raidVDiskId
13051		    Integer32,
13052		raidVScsiAdapter
13053		    DisplayString,
13054		raidVScsiId
13055		    Integer32,
13056		raidVUsedMb
13057		    Integer32,
13058		raidVUsedBlocks
13059		    Integer32,
13060		raidVTotalMb
13061		    Integer32,
13062		raidVTotalBlocks
13063		    Integer32,
13064		raidVCompletionPerCent
13065		    Integer32,
13066		raidVVol
13067		    Integer32,
13068		raidVGroup
13069		    Integer32,
13070		raidVDiskNumber
13071		    Integer32,
13072		raidVGroupNumber
13073		    Integer32,
13074		raidVDiskPort
13075		    INTEGER,
13076		raidVSecondaryDiskName
13077		    DisplayString,
13078		raidVSecondaryDiskPort
13079		    INTEGER,
13080		raidVShelf
13081		    Integer32,
13082		raidVBay
13083		    Integer32,
13084                raidVPlex
13085                    Integer32,
13086                raidVPlexGroup
13087                    Integer32,
13088                raidVPlexNumber
13089                    Integer32,
13090                raidVPlexName
13091                    DisplayString,
13092                raidVSectorSize
13093                    Integer32,
13094		raidVDiskSerialNumber
13095		    DisplayString,
13096		raidVDiskVendor
13097		    DisplayString,
13098		raidVDiskModel
13099		    DisplayString,
13100		raidVDiskFirmwareRevision
13101		    DisplayString,
13102		raidVDiskRPM
13103		    DisplayString,
13104		raidVDiskType
13105		    DisplayString,
13106		raidVDiskPool
13107		    DisplayString,
13108		raidVDiskCopyDestDiskName
13109		    DisplayString,
13110		raidVDiskUID
13111		    DisplayString,
13112		raidV64UsedBlocks
13113		    Counter64,
13114		raidV64TotalBlocks
13115		    Counter64,
13116		raidVCarrierID
13117		    DisplayString
13118	    }
13119
13120	raidVIndex                      OBJECT-TYPE
13121	SYNTAX                          Integer32 (1..2147483647)
13122        MAX-ACCESS                      read-only
13123        STATUS                          current
13124	DESCRIPTION
13125			"A number that identifies this disk drive within
13126			 the given aggregate and RAID group."
13127	::= { raidVEntry 1 }
13128
13129	raidVDiskName                   OBJECT-TYPE
13130	SYNTAX                          DisplayString
13131        MAX-ACCESS                      read-only
13132        STATUS                          current
13133	DESCRIPTION
13134			"The name identifying the referenced disk drive."
13135	::= { raidVEntry 2 }
13136
13137	raidVStatus                     OBJECT-TYPE
13138	SYNTAX                          INTEGER {
13139                                             active(1),
13140                                             reconstructionInProgress(2),
13141					     parityReconstructionInProgress(3),
13142					     parityVerificationInProgress(4),
13143					     scrubbingInProgress(5),
13144					     failed(6),
13145					     prefailed(9),
13146                                             offline(10)
13147                                        }
13148        MAX-ACCESS                      read-only
13149        STATUS                          current
13150	DESCRIPTION
13151			"The status of the referenced disk drive."
13152	::= { raidVEntry 3 }
13153
13154	raidVDiskId                     OBJECT-TYPE
13155	SYNTAX                          Integer32
13156        MAX-ACCESS                      read-only
13157        STATUS                          deprecated
13158	DESCRIPTION
13159			"The disk identifier for the referenced disk
13160			 drive. This OID is not available from the
13161			 Cluster management interfaces. This object is deprecated."
13162	::= { raidVEntry 4 }
13163
13164	raidVScsiAdapter                OBJECT-TYPE
13165	SYNTAX                          DisplayString
13166        MAX-ACCESS                      read-only
13167        STATUS                          deprecated
13168	DESCRIPTION
13169			"The identifier of the SCSI adapter for the
13170			 referenced disk drive. This OID is not available
13171			 from the Cluster management interfaces. This object is deprecated."
13172	::= { raidVEntry 5 }
13173
13174	raidVScsiId                     OBJECT-TYPE
13175	SYNTAX                          Integer32 (0..100)
13176        MAX-ACCESS                      read-only
13177        STATUS                          deprecated
13178	DESCRIPTION
13179			"The identifier for the referenced disk drive
13180			 on the referenced SCSI adapter. This OID is
13181			 not available from the Cluster management interfaces.
13182			 This object is deprecated."
13183	::= { raidVEntry 6 }
13184
13185	raidVUsedMb                     OBJECT-TYPE
13186	SYNTAX                          Integer32
13187        MAX-ACCESS                      read-only
13188        STATUS                          current
13189	DESCRIPTION
13190			"The number of MBytes currently in use on
13191			 the referenced disk drive."
13192	::= { raidVEntry 7 }
13193
13194	raidVUsedBlocks                 OBJECT-TYPE
13195	SYNTAX                          Integer32
13196        MAX-ACCESS                      read-only
13197        STATUS                          deprecated
13198	DESCRIPTION
13199			"The number of Blocks currently in use on
13200			 the referenced disk drive. This object is deprecated.
13201			 Use raidV64UsedBlocks object instead."
13202	::= { raidVEntry 8 }
13203
13204	raidVTotalMb                    OBJECT-TYPE
13205	SYNTAX                          Integer32
13206        MAX-ACCESS                      read-only
13207        STATUS                          current
13208	DESCRIPTION
13209			"The number of MBytes physically available
13210			 on the referenced disk drive."
13211	::= { raidVEntry 9 }
13212
13213	raidVTotalBlocks                OBJECT-TYPE
13214	SYNTAX                          Integer32
13215        MAX-ACCESS                      read-only
13216        STATUS                          deprecated
13217	DESCRIPTION
13218			"The number of Blocks physically available
13219			 on the referenced disk drive. This object is deprecated.
13220			 Use raidV64TotalBlocks object instead."
13221	::= { raidVEntry 10 }
13222
13223	raidVCompletionPerCent          OBJECT-TYPE
13224	SYNTAX                          Integer32 (0..100)
13225        MAX-ACCESS                      read-only
13226        STATUS                          current
13227	DESCRIPTION
13228			 "In the case when rapid raid recovery, disk copy,
13229			  reconstruction/adding a spare, verification or
13230			  scrubbing is in progress, the percent of such
13231			  copy, reconstruction, verification or scrubbing
13232			  that has been completed on the referenced disk
13233			  drive."
13234	::= { raidVEntry 11 }
13235
13236	raidVVol                        OBJECT-TYPE
13237	SYNTAX                          Integer32 (1..2147483647)
13238        MAX-ACCESS                      read-only
13239        STATUS                          current
13240	DESCRIPTION
13241			"A number that identifies the aggregate that this entry
13242			 belongs to.  The first aggregate is '1'."
13243	::= { raidVEntry 12 }
13244
13245	raidVGroup                      OBJECT-TYPE
13246	SYNTAX                          Integer32 (1..2147483647)
13247        MAX-ACCESS                      read-only
13248        STATUS                          current
13249	DESCRIPTION
13250			"A number that identifies the RAID group within the
13251			 given aggregate that this entry belongs to.  The
13252			 first RAID group is '1', and number across all plexes."
13253	::= { raidVEntry 13 }
13254
13255	raidVDiskNumber                 OBJECT-TYPE
13256	SYNTAX                          Integer32
13257        MAX-ACCESS                      read-only
13258        STATUS                          current
13259	DESCRIPTION
13260			"The number of disks within this RAID group."
13261	::= { raidVEntry 14 }
13262
13263	raidVGroupNumber                OBJECT-TYPE
13264	SYNTAX                          Integer32
13265        MAX-ACCESS                      read-only
13266        STATUS                          current
13267	DESCRIPTION
13268			"The number of RAID groups within this aggregate."
13269	::= { raidVEntry 15 }
13270
13271	raidVDiskPort                   OBJECT-TYPE
13272	SYNTAX                          INTEGER {
13273                                             portA(1),
13274                                             portB(2),
13275					     portSingle(3),
13276                                             portNone(4)
13277                                        }
13278        MAX-ACCESS                      read-only
13279        STATUS                          deprecated
13280	DESCRIPTION
13281			"A number that indicates which port of the
13282			disk is being used by the primary path to the disk.
13283			For a dual-ported disk, values of portA and portB
13284			indicate which port is being used.
13285			If the disk only has a single port, the value
13286			is portSingle, and if the port is not active,
13287			the value is portNone. This OID is not available
13288			from the Cluster management interfaces.
13289			This object is deprecated."
13290	::= { raidVEntry 16 }
13291
13292	raidVSecondaryDiskName          OBJECT-TYPE
13293	SYNTAX                          DisplayString
13294        MAX-ACCESS                      read-only
13295        STATUS                          deprecated
13296	DESCRIPTION
13297			"The name identifying the secondary path to
13298			the referenced disk drive. This OID is not
13299			available from the Cluster management interfaces.
13300			This object is deprecated."
13301	::= { raidVEntry 17 }
13302
13303	raidVSecondaryDiskPort          OBJECT-TYPE
13304	SYNTAX                          INTEGER {
13305                                             portA(1),
13306                                             portB(2),
13307					     portSingle(3),
13308                                             portNone(4)
13309                                        }
13310        MAX-ACCESS                      read-only
13311        STATUS                          deprecated
13312	DESCRIPTION
13313			"A number that indicates which port of the
13314			disk is being used by the secondary path to the disk.
13315			For a dual-ported disk, values of portA and portB
13316			indicate which port is being used.
13317			If the disk only has a single port, the value
13318			is portSingle, and if the port is not active,
13319			the value is portNone. This OID is not available from
13320			the Cluster management interfaces. This object is deprecated."
13321	::= { raidVEntry 18 }
13322
13323	raidVShelf                      OBJECT-TYPE
13324	SYNTAX                          Integer32
13325        MAX-ACCESS                      read-only
13326        STATUS                          current
13327	DESCRIPTION
13328			"Number identifying the shelf where the disk
13329			is located."
13330	::= { raidVEntry 19 }
13331
13332	raidVBay                        OBJECT-TYPE
13333	SYNTAX                          Integer32
13334        MAX-ACCESS                      read-only
13335        STATUS                          current
13336	DESCRIPTION
13337			"Number identifying the disk bay within
13338			the shelf where the disk is located."
13339	::= { raidVEntry 20 }
13340
13341
13342        raidVPlex                       OBJECT-TYPE
13343	SYNTAX                          Integer32
13344        MAX-ACCESS                      read-only
13345        STATUS                          current
13346        DESCRIPTION
13347                        "A number that identifies the plex within the
13348                         given aggregate that this entry belongs to.  The
13349                         first plex is '1'."
13350        ::= { raidVEntry 21 }
13351
13352        raidVPlexGroup                  OBJECT-TYPE
13353	SYNTAX                          Integer32
13354        MAX-ACCESS                      read-only
13355        STATUS                          current
13356        DESCRIPTION
13357                        "A number that identifies the RAID group within
13358                         the given plex that this entry belongs to.  The
13359                         first RAID group is '1'."
13360        ::= { raidVEntry 22 }
13361
13362	raidVPlexNumber                 OBJECT-TYPE
13363	SYNTAX                          Integer32 (1..2)
13364        MAX-ACCESS                      read-only
13365        STATUS                          current
13366	DESCRIPTION
13367			"The number of plexes within this aggregate.
13368                        This number is always 1 or 2."
13369	::= { raidVEntry 23 }
13370
13371        raidVPlexName                   OBJECT-TYPE
13372	SYNTAX                          DisplayString
13373        MAX-ACCESS                      read-only
13374        STATUS                          current
13375	DESCRIPTION
13376			"A name that identifies the plex that this entry
13377			 belongs to.  A plex name can be anything, but
13378                         is usually a string like 'plex0' or 'plex1'."
13379        ::= { raidVEntry 24 }
13380
13381        raidVSectorSize                 OBJECT-TYPE
13382	SYNTAX                          Integer32
13383        MAX-ACCESS                      read-only
13384        STATUS                          current
13385        DESCRIPTION
13386                        "A number that specifies bytes per sector
13387                         for this entry.  Values are '512' or '520'."
13388        ::= { raidVEntry 25 }
13389
13390	raidVDiskSerialNumber           OBJECT-TYPE
13391	SYNTAX                          DisplayString
13392        MAX-ACCESS                      read-only
13393        STATUS                          current
13394	DESCRIPTION
13395		"Serial number of the referenced disk drive."
13396	::= { raidVEntry 26 }
13397
13398	raidVDiskVendor                 OBJECT-TYPE
13399	SYNTAX                          DisplayString
13400        MAX-ACCESS                      read-only
13401        STATUS                          current
13402	DESCRIPTION
13403		"The vendor of the referenced disk drive."
13404	::= { raidVEntry 27 }
13405
13406	raidVDiskModel                  OBJECT-TYPE
13407	SYNTAX                          DisplayString
13408        MAX-ACCESS                      read-only
13409        STATUS                          current
13410	DESCRIPTION
13411		"Model string of the referenced disk drive."
13412	::= { raidVEntry 28 }
13413
13414	raidVDiskFirmwareRevision       OBJECT-TYPE
13415	SYNTAX                          DisplayString
13416        MAX-ACCESS                      read-only
13417        STATUS                          current
13418	DESCRIPTION
13419		"Firmware revision number of the referenced disk drive."
13420	::= { raidVEntry 29 }
13421
13422	raidVDiskRPM                    OBJECT-TYPE
13423	SYNTAX                          DisplayString
13424        MAX-ACCESS                      read-only
13425        STATUS                          current
13426	DESCRIPTION
13427		"RPM of the referenced disk drive."
13428	::= { raidVEntry 30 }
13429
13430	raidVDiskType                   OBJECT-TYPE
13431	SYNTAX                          DisplayString
13432        MAX-ACCESS                      read-only
13433        STATUS                          current
13434	DESCRIPTION
13435		"Interface type of the referenced disk drive. e.g SCSI,
13436		 or ATA."
13437	::= { raidVEntry 31 }
13438
13439	raidVDiskPool                   OBJECT-TYPE
13440	SYNTAX                          DisplayString
13441        MAX-ACCESS                      read-only
13442        STATUS                          current
13443	DESCRIPTION
13444		"A name that identifies the disk pool that this entry
13445		 belongs to."
13446	::= { raidVEntry 32 }
13447
13448	raidVDiskCopyDestDiskName       OBJECT-TYPE
13449	SYNTAX                          DisplayString
13450        MAX-ACCESS                      read-only
13451        STATUS                          current
13452	DESCRIPTION
13453		"When raidVStatus value is prefailed, this string identifies
13454		 the name of the disk which is the copy target of the
13455		 referenced prefailed disk."
13456	::= { raidVEntry 33 }
13457
13458	raidVDiskUID			OBJECT-TYPE
13459	SYNTAX                          DisplayString
13460        MAX-ACCESS                      read-only
13461        STATUS                          current
13462	DESCRIPTION
13463		"Unique identifier for the disk. The maximum length is 90 characters."
13464	::= { raidVEntry 34 }
13465
13466	raidV64UsedBlocks               OBJECT-TYPE
13467	SYNTAX                          Counter64
13468        MAX-ACCESS                      read-only
13469        STATUS                          current
13470	DESCRIPTION
13471		"The number of Blocks currently in use on the referenced disk drive.
13472		 This object returns all of the 64 bit unsigned integer."
13473	::= { raidVEntry 35 }
13474
13475	raidV64TotalBlocks              OBJECT-TYPE
13476	SYNTAX                          Counter64
13477        MAX-ACCESS                      read-only
13478        STATUS                          current
13479	DESCRIPTION
13480		"The number of Blocks physically available on the referenced disk drive.
13481		 This object returns all of the 64 bit unsigned integer."
13482	::= { raidVEntry 36 }
13483
13484	raidVCarrierID			OBJECT-TYPE
13485	SYNTAX				DisplayString
13486	MAX-ACCESS			read-only
13487	STATUS				current
13488	DESCRIPTION
13489		"Unique identifier of the disk carrier."
13490	::= { raidVEntry 37 }
13491
13492	-- Spare disk table.
13493
13494	spareTable                      OBJECT-TYPE
13495	SYNTAX                          SEQUENCE OF SpareEntry
13496        MAX-ACCESS                      not-accessible
13497        STATUS                          current
13498	DESCRIPTION
13499			"Display spare disk configuration information."
13500	::= { raid 3 }
13501
13502	spareEntry                      OBJECT-TYPE
13503	SYNTAX                          SpareEntry
13504        MAX-ACCESS                      not-accessible
13505        STATUS                          current
13506	DESCRIPTION
13507			"Display configuration information for
13508			 the referenced spare disk drive."
13509	INDEX	{ spareIndex }
13510	::= { spareTable 1 }
13511
13512	SpareEntry ::=
13513	    SEQUENCE {
13514		spareIndex
13515		    Integer32,
13516		spareDiskName
13517		    DisplayString,
13518		spareStatus
13519		    INTEGER,
13520		spareDiskId
13521		    Integer32,
13522		spareScsiAdapter
13523		    DisplayString,
13524		spareScsiId
13525		    Integer32,
13526		spareTotalMb
13527		    Integer32,
13528		spareTotalBlocks
13529		    Integer32,
13530		spareDiskPort
13531		    INTEGER,
13532		spareSecondaryDiskName
13533		    DisplayString,
13534		spareSecondaryDiskPort
13535		    INTEGER,
13536		spareShelf
13537		    Integer32,
13538		spareBay
13539		    Integer32,
13540		sparePool
13541		    DisplayString,
13542		spareSectorSize
13543		    Integer32,
13544		spareDiskSerialNumber
13545		    DisplayString,
13546		spareDiskVendor
13547		    DisplayString,
13548		spareDiskModel
13549		    DisplayString,
13550		spareDiskFirmwareRevision
13551		    DisplayString,
13552		spareDiskRPM
13553		    DisplayString,
13554		spareDiskType
13555		    DisplayString,
13556		spareDiskUID
13557		    DisplayString,
13558		spare64TotalBlocks
13559		    Counter64,
13560		spareCarrierID
13561		    DisplayString
13562	    }
13563
13564	spareIndex                      OBJECT-TYPE
13565	SYNTAX                          Integer32 (1..2147483647)
13566        MAX-ACCESS                      read-only
13567        STATUS                          current
13568	DESCRIPTION
13569			"A number that identifies this entry for the
13570			 referenced disk drive in the list of spare disk
13571			 drives."
13572	::= { spareEntry 1 }
13573
13574	spareDiskName                   OBJECT-TYPE
13575	SYNTAX                          DisplayString
13576        MAX-ACCESS                      read-only
13577        STATUS                          current
13578	DESCRIPTION
13579			"The name identifying the referenced spare disk
13580			 drive."
13581	::= { spareEntry 2 }
13582
13583	spareStatus                     OBJECT-TYPE
13584	SYNTAX                          INTEGER {
13585                                             spare(1),
13586                                             addingspare(2),
13587					     bypassed(3),
13588					     unknown(4),
13589                                             offline(10)
13590                                        }
13591        MAX-ACCESS                      read-only
13592        STATUS                          current
13593	DESCRIPTION
13594			"The status of the referenced spare disk drive."
13595	::= { spareEntry 3 }
13596
13597	spareDiskId                     OBJECT-TYPE
13598	SYNTAX                          Integer32
13599        MAX-ACCESS                      read-only
13600        STATUS                          deprecated
13601	DESCRIPTION
13602			"The disk identifier for the referenced spare disk
13603			 drive. This OID is not available from the Cluster
13604			 management interfaces. This object is deprecated."
13605	::= { spareEntry 4 }
13606
13607	spareScsiAdapter                OBJECT-TYPE
13608	SYNTAX                          DisplayString
13609        MAX-ACCESS                      read-only
13610        STATUS                          deprecated
13611	DESCRIPTION
13612			"The identifier of the SCSI adapter for the
13613			 referenced spare disk drive. This OID is not
13614			 available from the Cluster management interfaces.
13615			 This object is deprecated."
13616	::= { spareEntry 5 }
13617
13618	spareScsiId                     OBJECT-TYPE
13619	SYNTAX                          Integer32 (0..100)
13620        MAX-ACCESS                      read-only
13621        STATUS                          deprecated
13622	DESCRIPTION
13623			"The identifier for the referenced spare disk drive
13624			 on the referenced SCSI adapter. This OID is not
13625			 available from the Cluster management interfaces.
13626			 This object is deprecated."
13627	::= { spareEntry 6 }
13628
13629	spareTotalMb                    OBJECT-TYPE
13630	SYNTAX                          Integer32
13631        MAX-ACCESS                      read-only
13632        STATUS                          current
13633	DESCRIPTION
13634			"The number of MBytes physically available
13635			 on the referenced spare disk drive."
13636	::= { spareEntry 7 }
13637
13638	spareTotalBlocks                OBJECT-TYPE
13639	SYNTAX                          Integer32
13640        MAX-ACCESS                      read-only
13641        STATUS                          deprecated
13642	DESCRIPTION
13643			"The number of Blocks physically available
13644			 on the referenced spare disk drive. This object is deprecated.
13645			 Use spare64TotalBlocks object instead."
13646	::= { spareEntry 8 }
13647
13648	spareDiskPort                   OBJECT-TYPE
13649	SYNTAX                          INTEGER {
13650                                             portA(1),
13651                                             portB(2),
13652					     portSingle(3),
13653                                             portNone(4)
13654                                        }
13655        MAX-ACCESS                      read-only
13656        STATUS                          deprecated
13657	DESCRIPTION
13658			"A number that indicates which port of the
13659			disk is being used by the primary path to the disk.
13660			For a dual-ported disk, values of portA and portB
13661			indicate which port is being used.
13662			If the disk only has a single port, the value
13663			is portSingle, and if the port is not active,
13664			the value is portNone. This OID is not available
13665			from the Cluster management interfaces.
13666			This object is deprecated."
13667	::= { spareEntry 9 }
13668
13669	spareSecondaryDiskName          OBJECT-TYPE
13670	SYNTAX                          DisplayString
13671        MAX-ACCESS                      read-only
13672        STATUS                          deprecated
13673	DESCRIPTION
13674			"The name identifying the secondary path to
13675			the referenced disk drive. This OID is not
13676			available from the Cluster management interfaces.
13677			This object is deprecated."
13678	::= { spareEntry 10 }
13679
13680	spareSecondaryDiskPort          OBJECT-TYPE
13681	SYNTAX                          INTEGER {
13682                                             portA(1),
13683                                             portB(2),
13684					     portSingle(3),
13685                                             portNone(4)
13686                                        }
13687        MAX-ACCESS                      read-only
13688        STATUS                          deprecated
13689	DESCRIPTION
13690			"A number that indicates which port of the
13691			disk is being used by the secondary path to the disk.
13692			For a dual-ported disk, values of portA and portB
13693			indicate which port is being used.
13694			If the disk only has a single port, the value
13695			is portSingle, and if the port is not active,
13696			the value is portNone. This OID is not available from
13697			the Cluster management interfaces. This object is deprecated."
13698	::= { spareEntry 11 }
13699
13700	spareShelf                      OBJECT-TYPE
13701	SYNTAX                          Integer32
13702        MAX-ACCESS                      read-only
13703        STATUS                          current
13704	DESCRIPTION
13705			"Number identifying the shelf where the disk
13706			is located."
13707	::= { spareEntry 12 }
13708
13709	spareBay                        OBJECT-TYPE
13710	SYNTAX                          Integer32
13711        MAX-ACCESS                      read-only
13712        STATUS                          current
13713	DESCRIPTION
13714			"Number identifying the disk bay within
13715			the shelf where the disk is located."
13716	::= { spareEntry 13 }
13717
13718        sparePool                       OBJECT-TYPE
13719	SYNTAX                          DisplayString
13720        MAX-ACCESS                      read-only
13721        STATUS                          current
13722        DESCRIPTION
13723                        "A name that identifies the disk pool that this
13724                         entry belongs to."
13725        ::= { spareEntry 14 }
13726
13727        spareSectorSize                 OBJECT-TYPE
13728	SYNTAX                          Integer32
13729        MAX-ACCESS                      read-only
13730        STATUS                          current
13731        DESCRIPTION
13732                        "A number that specifies bytes per sector
13733                         for this entry.  Values are '512' or '520'."
13734        ::= { spareEntry 15 }
13735
13736	spareDiskSerialNumber           OBJECT-TYPE
13737	SYNTAX                          DisplayString
13738        MAX-ACCESS                      read-only
13739        STATUS                          current
13740	DESCRIPTION
13741		"Serial number of the referenced disk drive."
13742	::= { spareEntry 16 }
13743
13744	spareDiskVendor                 OBJECT-TYPE
13745	SYNTAX                          DisplayString
13746        MAX-ACCESS                      read-only
13747        STATUS                          current
13748	DESCRIPTION
13749		"The vendor of the referenced disk drive."
13750	::= { spareEntry 17 }
13751
13752	spareDiskModel                  OBJECT-TYPE
13753	SYNTAX                          DisplayString
13754        MAX-ACCESS                      read-only
13755        STATUS                          current
13756	DESCRIPTION
13757		"Model string of the referenced disk drive."
13758	::= { spareEntry 18 }
13759
13760	spareDiskFirmwareRevision       OBJECT-TYPE
13761	SYNTAX                          DisplayString
13762        MAX-ACCESS                      read-only
13763        STATUS                          current
13764	DESCRIPTION
13765		"Firmware revision number of the referenced disk drive."
13766	::= { spareEntry 19 }
13767
13768	spareDiskRPM                    OBJECT-TYPE
13769	SYNTAX                          DisplayString
13770        MAX-ACCESS                      read-only
13771        STATUS                          current
13772	DESCRIPTION
13773		"RPM of the referenced disk drive."
13774	::= { spareEntry 20 }
13775
13776	spareDiskType                   OBJECT-TYPE
13777	SYNTAX                          DisplayString
13778        MAX-ACCESS                      read-only
13779        STATUS                          current
13780	DESCRIPTION
13781		"Interface type of the referenced disk drive. e.g SCSI,
13782		 or ATA."
13783	::= { spareEntry 21 }
13784
13785	spareDiskUID			OBJECT-TYPE
13786	SYNTAX				DisplayString
13787	MAX-ACCESS			read-only
13788	STATUS				current
13789	DESCRIPTION
13790		"External unique identifier for the disk.
13791		The Maximum length is 90 characters."
13792	::= { spareEntry 22 }
13793
13794	spare64TotalBlocks              OBJECT-TYPE
13795	SYNTAX                          Counter64
13796        MAX-ACCESS                      read-only
13797        STATUS                          current
13798	DESCRIPTION
13799			"The number of Blocks physically available
13800			 on the referenced spare disk drive. This
13801			 object returns all of the 64 bit unsigned integer."
13802	::= { spareEntry 23 }
13803
13804	spareCarrierID			OBJECT-TYPE
13805	SYNTAX				DisplayString
13806	MAX-ACCESS			read-only
13807	STATUS				current
13808	DESCRIPTION
13809		"Unique identifier of the disk carrier."
13810	::= { spareEntry 24 }
13811
13812	-- Disk summaries
13813
13814	diskSummary	OBJECT IDENTIFIER ::= { raid 4 }
13815
13816	diskTotalCount                  OBJECT-TYPE
13817	SYNTAX                          Integer32
13818        MAX-ACCESS                      read-only
13819        STATUS                          current
13820	DESCRIPTION
13821			"The total number of disks on the system."
13822
13823	::= { diskSummary 1 }
13824
13825	diskActiveCount                 OBJECT-TYPE
13826	SYNTAX                          Integer32
13827        MAX-ACCESS                      read-only
13828        STATUS                          current
13829	DESCRIPTION
13830			"The number of disks which are currently active,
13831			including parity disks."
13832
13833	::= { diskSummary 2 }
13834
13835	diskReconstructingCount         OBJECT-TYPE
13836	SYNTAX                          Integer32
13837        MAX-ACCESS                      read-only
13838        STATUS                          current
13839	DESCRIPTION
13840			"The number of disks which are
13841			currently being reconstructed."
13842
13843	::= { diskSummary 3 }
13844
13845	diskReconstructingParityCount   OBJECT-TYPE
13846	SYNTAX                          Integer32
13847        MAX-ACCESS                      read-only
13848        STATUS                          current
13849	DESCRIPTION
13850			"The number of parity disks which are
13851			currently being reconstructed."
13852
13853	::= { diskSummary 4 }
13854
13855	diskVerifyingParityCount        OBJECT-TYPE
13856	SYNTAX                          Integer32
13857        MAX-ACCESS                      read-only
13858        STATUS                          current
13859	DESCRIPTION
13860			"The number of disks which are
13861			currently being verified."
13862
13863	::= { diskSummary 5 }
13864
13865	diskScrubbingCount              OBJECT-TYPE
13866	SYNTAX                          Integer32
13867        MAX-ACCESS                      read-only
13868        STATUS                          current
13869	DESCRIPTION
13870			"The number of disks which are
13871			currently being scrubbed."
13872
13873	::= { diskSummary 6 }
13874
13875	diskFailedCount                 OBJECT-TYPE
13876	SYNTAX                          Integer32
13877        MAX-ACCESS                      read-only
13878        STATUS                          current
13879	DESCRIPTION
13880			"The number of disks which are
13881			currently broken."
13882
13883	::= { diskSummary 7 }
13884
13885	diskSpareCount                  OBJECT-TYPE
13886	SYNTAX                          Integer32
13887        MAX-ACCESS                      read-only
13888        STATUS                          current
13889	DESCRIPTION
13890			"The number of available spare disks."
13891
13892	::= { diskSummary 8 }
13893
13894	diskAddingSpareCount            OBJECT-TYPE
13895	SYNTAX                          Integer32
13896        MAX-ACCESS                      read-only
13897        STATUS                          current
13898	DESCRIPTION
13899			"The number of spare disks which are
13900			currently being added into a RAID group."
13901
13902	::= { diskSummary 9 }
13903
13904	diskFailedMessage               OBJECT-TYPE
13905	SYNTAX                          DisplayString
13906        MAX-ACCESS                      read-only
13907        STATUS                          current
13908	DESCRIPTION
13909			"If diskFailedCount is non-zero, this is
13910			a string describing the failed disk or
13911			disks.  Each failed disk is described with
13912			a sentence like
13913
13914			Disk on adapter 8a, shelf 1, bay 0, failed.
13915
13916			or
13917
13918			Disk on stack 3, shelf 2, bay 2, failed."
13919
13920	::= { diskSummary 10 }
13921
13922        diskPrefailedCount              OBJECT-TYPE
13923	SYNTAX                          Integer32
13924        MAX-ACCESS                      read-only
13925        STATUS                          current
13926        DESCRIPTION
13927			"The number of disks which are prefailed and marked
13928			  for rapid raid recovery."
13929
13930        ::= { diskSummary 11 }
13931
13932	raidVNumber                     OBJECT-TYPE
13933	SYNTAX                          Integer32
13934        MAX-ACCESS                      read-only
13935        STATUS                          current
13936	DESCRIPTION
13937			"Number of entries in the raidVTable table.
13938			 This is the total number of aggregates in the system."
13939
13940	::= { raid 5 }
13941
13942	spareNumber                     OBJECT-TYPE
13943	SYNTAX                          Integer32
13944        MAX-ACCESS                      read-only
13945        STATUS                          current
13946	DESCRIPTION
13947			"Number of entries in the spareTable table."
13948
13949	::= { raid 6 }
13950
13951	otherDiskNumber                 OBJECT-TYPE
13952	SYNTAX                          Integer32
13953        MAX-ACCESS                      read-only
13954        STATUS                          current
13955	DESCRIPTION
13956			"Number of entries in the otherDiskTable table."
13957
13958	::= { raid 7 }
13959
13960	raidPNumber                     OBJECT-TYPE
13961	SYNTAX                          Integer32
13962        MAX-ACCESS                      read-only
13963        STATUS                          current
13964	DESCRIPTION
13965			"Number of entries in the raidPTable table.
13966			 This is the total number of aggregates in the system."
13967
13968	::= { raid 8 }
13969
13970	-- Other (out-of-service) disk table.
13971
13972	otherDiskTable                  OBJECT-TYPE
13973	SYNTAX                          SEQUENCE OF OtherDiskEntry
13974        MAX-ACCESS                      not-accessible
13975        STATUS                          current
13976	DESCRIPTION
13977			"Display out-of-service disk configuration information."
13978	::= { raid 9 }
13979
13980	otherDiskEntry                  OBJECT-TYPE
13981	SYNTAX                          OtherDiskEntry
13982        MAX-ACCESS                      not-accessible
13983        STATUS                          current
13984	DESCRIPTION
13985			"Display configuration information for
13986			 the referenced disk drive."
13987	INDEX	{ otherDiskIndex }
13988	::= { otherDiskTable 1 }
13989
13990	OtherDiskEntry ::=
13991	    SEQUENCE {
13992		otherDiskIndex
13993		    Integer32,
13994		otherDiskDiskName
13995		    DisplayString,
13996		otherDiskStatus
13997		    INTEGER,
13998		otherDiskDiskId
13999		    Integer32,
14000		otherDiskScsiAdapter
14001		    DisplayString,
14002		otherDiskScsiId
14003		    Integer32,
14004		otherDiskTotalMb
14005		    Integer32,
14006		otherDiskTotalBlocks
14007		    Integer32,
14008		otherDiskDiskPort
14009		    INTEGER,
14010		otherDiskSecondaryDiskName
14011		    DisplayString,
14012		otherDiskSecondaryDiskPort
14013		    INTEGER,
14014		otherDiskShelf
14015		    Integer32,
14016		otherDiskBay
14017		    Integer32,
14018		otherDiskPool
14019		    DisplayString,
14020		otherDiskSectorSize
14021		    Integer32,
14022		otherDiskSerialNumber
14023		    DisplayString,
14024		otherDiskVendor
14025		    DisplayString,
14026		otherDiskModel
14027		    DisplayString,
14028		otherDiskFirmwareRevision
14029		    DisplayString,
14030		otherDiskRPM
14031		    DisplayString,
14032		otherDiskType
14033		    DisplayString,
14034		otherDisk64TotalBlocks
14035		    Counter64,
14036		otherDiskCarrierID
14037		    DisplayString
14038	    }
14039
14040	otherDiskIndex                  OBJECT-TYPE
14041	SYNTAX                          Integer32 (1..2147483647)
14042        MAX-ACCESS                      read-only
14043        STATUS                          current
14044	DESCRIPTION
14045			"A number that identifies this entry for the
14046			 referenced disk drive in the list of out-of-service
14047			 disk drives. Out-of-service disks include all disks
14048                         that are not in service in a raid group or available
14049                         as a spare disk."
14050	::= { otherDiskEntry 1 }
14051
14052	otherDiskDiskName               OBJECT-TYPE
14053	SYNTAX                          DisplayString
14054        MAX-ACCESS                      read-only
14055        STATUS                          current
14056	DESCRIPTION
14057			"The name identifying the referenced disk
14058			 drive."
14059	::= { otherDiskEntry 2 }
14060
14061	otherDiskStatus                 OBJECT-TYPE
14062	SYNTAX                          INTEGER {
14063                                             broken(1),
14064                                             bypassed(2),
14065                                             unknown(3)
14066                                        }
14067        MAX-ACCESS                      read-only
14068        STATUS                          current
14069	DESCRIPTION
14070			"The status of the referenced disk drive."
14071	::= { otherDiskEntry 3 }
14072
14073	otherDiskDiskId                 OBJECT-TYPE
14074	SYNTAX                          Integer32
14075        MAX-ACCESS                      read-only
14076        STATUS                          deprecated
14077	DESCRIPTION
14078			"The disk identifier for the referenced disk
14079			 drive. This OID is not available from the Cluster
14080			 management interfaces. This object is deprecated."
14081	::= { otherDiskEntry 4 }
14082
14083	otherDiskScsiAdapter            OBJECT-TYPE
14084	SYNTAX                          DisplayString
14085        MAX-ACCESS                      read-only
14086        STATUS                          deprecated
14087	DESCRIPTION
14088			"The identifier of the SCSI adapter for the
14089			 referenced disk drive. This OID is not available
14090			 from the Cluster management interfaces.
14091			 This object is deprecated."
14092	::= { otherDiskEntry 5 }
14093
14094	otherDiskScsiId                 OBJECT-TYPE
14095	SYNTAX                          Integer32 (0..100)
14096        MAX-ACCESS                      read-only
14097        STATUS                          deprecated
14098	DESCRIPTION
14099			"The identifier for the referenced disk drive
14100			 on the referenced SCSI adapter. This OID is
14101			 not available from the Cluster management interfaces.
14102			 This object is deprecated."
14103	::= { otherDiskEntry 6 }
14104
14105	otherDiskTotalMb                OBJECT-TYPE
14106	SYNTAX                          Integer32
14107        MAX-ACCESS                      read-only
14108        STATUS                          current
14109	DESCRIPTION
14110			"The number of MBytes physically available
14111			 on the referenced disk drive."
14112	::= { otherDiskEntry 7 }
14113
14114	otherDiskTotalBlocks            OBJECT-TYPE
14115	SYNTAX                          Integer32
14116        MAX-ACCESS                      read-only
14117        STATUS                          deprecated
14118	DESCRIPTION
14119			"The number of Blocks physically available
14120			 on the referenced disk drive. This object is deprecated.
14121			 Use otherDisk64TotalBlocks object instead."
14122	::= { otherDiskEntry 8 }
14123
14124	otherDiskDiskPort               OBJECT-TYPE
14125	SYNTAX                          INTEGER {
14126                                             portA(1),
14127                                             portB(2),
14128					     portSingle(3),
14129                                             portNone(4)
14130                                        }
14131        MAX-ACCESS                      read-only
14132        STATUS                          deprecated
14133	DESCRIPTION
14134			"A number that indicates which port of the
14135			disk is being used by the primary path to the disk.
14136			For a dual-ported disk, values of portA and portB
14137			indicate which port is being used.
14138			If the disk only has a single port, the value
14139			is portSingle, and if the port is not active,
14140			the value is portNone. This OID is not available
14141			from the Cluster management interfaces.
14142			This object is deprecated."
14143	::= { otherDiskEntry 9 }
14144
14145	otherDiskSecondaryDiskName      OBJECT-TYPE
14146	SYNTAX                          DisplayString
14147        MAX-ACCESS                      read-only
14148        STATUS                          deprecated
14149	DESCRIPTION
14150			"The name identifying the secondary path to
14151			the referenced disk drive. This OID is not available
14152			from the Cluster management interfaces.
14153			This object is deprecated."
14154	::= { otherDiskEntry 10 }
14155
14156	otherDiskSecondaryDiskPort      OBJECT-TYPE
14157	SYNTAX                          INTEGER {
14158                                             portA(1),
14159                                             portB(2),
14160					     portSingle(3),
14161                                             portNone(4)
14162                                        }
14163        MAX-ACCESS                      read-only
14164        STATUS                          deprecated
14165	DESCRIPTION
14166			"A number that indicates which port of the
14167			disk is being used by the secondary path to the disk.
14168			For a dual-ported disk, values of portA and portB
14169			indicate which port is being used.
14170			If the disk only has a single port, the value
14171			is portSingle, and if the port is not active,
14172			the value is portNone. This OID is not available
14173			from the Cluster management interfaces.
14174			This object is deprecated."
14175	::= { otherDiskEntry 11 }
14176
14177	otherDiskShelf                  OBJECT-TYPE
14178	SYNTAX                          Integer32
14179        MAX-ACCESS                      read-only
14180        STATUS                          current
14181	DESCRIPTION
14182			"Number identifying the shelf where the disk
14183			is located."
14184	::= { otherDiskEntry 12 }
14185
14186	otherDiskBay                    OBJECT-TYPE
14187	SYNTAX                          Integer32
14188        MAX-ACCESS                      read-only
14189        STATUS                          current
14190	DESCRIPTION
14191			"Number identifying the disk bay within
14192			the shelf where the disk is located."
14193	::= { otherDiskEntry 13 }
14194
14195        otherDiskPool                   OBJECT-TYPE
14196	SYNTAX                          DisplayString
14197        MAX-ACCESS                      read-only
14198        STATUS                          current
14199        DESCRIPTION
14200                        "A name that identifies the disk pool that this
14201                         entry belongs to."
14202        ::= { otherDiskEntry 14 }
14203
14204        otherDiskSectorSize             OBJECT-TYPE
14205	SYNTAX                          Integer32
14206        MAX-ACCESS                      read-only
14207        STATUS                          current
14208        DESCRIPTION
14209                        "A number that specifies bytes per sector
14210                         for this entry.  Values are '512' or '520'."
14211        ::= { otherDiskEntry 15 }
14212
14213	otherDiskSerialNumber           OBJECT-TYPE
14214	SYNTAX                          DisplayString
14215        MAX-ACCESS                      read-only
14216        STATUS                          current
14217	DESCRIPTION
14218		"Serial number of the referenced disk drive."
14219	::= { otherDiskEntry 16 }
14220
14221	otherDiskVendor                 OBJECT-TYPE
14222	SYNTAX                          DisplayString
14223        MAX-ACCESS                      read-only
14224        STATUS                          current
14225	DESCRIPTION
14226		"The vendor of the referenced disk drive."
14227	::= { otherDiskEntry 17 }
14228
14229	otherDiskModel                  OBJECT-TYPE
14230	SYNTAX                          DisplayString
14231        MAX-ACCESS                      read-only
14232        STATUS                          current
14233	DESCRIPTION
14234		"Model string of the referenced disk drive."
14235	::= { otherDiskEntry 18 }
14236
14237	otherDiskFirmwareRevision       OBJECT-TYPE
14238	SYNTAX                          DisplayString
14239        MAX-ACCESS                      read-only
14240        STATUS                          current
14241	DESCRIPTION
14242		"Firmware revision number of the referenced disk drive."
14243	::= { otherDiskEntry 19 }
14244
14245	otherDiskRPM                    OBJECT-TYPE
14246	SYNTAX                          DisplayString
14247        MAX-ACCESS                      read-only
14248        STATUS                          current
14249	DESCRIPTION
14250		"RPM of the referenced disk drive."
14251	::= { otherDiskEntry 20 }
14252
14253	otherDiskType                   OBJECT-TYPE
14254	SYNTAX                          DisplayString
14255        MAX-ACCESS                      read-only
14256        STATUS                          current
14257	DESCRIPTION
14258		"Interface type of the referenced disk drive. e.g SCSI,
14259		 or ATA."
14260	::= { otherDiskEntry 21 }
14261
14262	otherDisk64TotalBlocks          OBJECT-TYPE
14263	SYNTAX                          Counter64
14264        MAX-ACCESS                      read-only
14265        STATUS                          current
14266	DESCRIPTION
14267			"The number of Blocks physically available
14268			 on the referenced disk drive. This object
14269			returns all of the 64 bit unsigned integer."
14270	::= { otherDiskEntry 22 }
14271
14272	otherDiskCarrierID		OBJECT-TYPE
14273	SYNTAX				DisplayString
14274	MAX-ACCESS			read-only
14275	STATUS				current
14276	DESCRIPTION
14277		"Unique identifier of the disk carrier."
14278	::= { otherDiskEntry 23 }
14279
14280	-- Multivolume and multiplex raidTable.
14281
14282	raidPTable                      OBJECT-TYPE
14283	SYNTAX                          SEQUENCE OF RaidPEntry
14284        MAX-ACCESS                      not-accessible
14285        STATUS                          current
14286	DESCRIPTION
14287			"Display RAID configuration information."
14288	::= { raid 10 }
14289
14290	raidPEntry                      OBJECT-TYPE
14291	SYNTAX                          RaidPEntry
14292        MAX-ACCESS                      not-accessible
14293        STATUS                          current
14294	DESCRIPTION
14295			"Display RAID configuration information for
14296			 the referenced aggregate, plex, raid group, and disk drive."
14297	INDEX	{ raidPVol, raidPPlex, raidPGroup, raidPIndex }
14298	::= { raidPTable 1 }
14299
14300	RaidPEntry ::=
14301	    SEQUENCE {
14302		raidPIndex
14303		    Integer32,
14304		raidPStatus
14305		    INTEGER,
14306		raidPVol
14307		    Integer32,
14308                raidPPlex
14309                    Integer32,
14310		raidPGroup
14311		    Integer32,
14312		raidPPlexNumber
14313		    Integer32,
14314		raidPGroupNumber
14315		    Integer32,
14316		raidPDiskNumber
14317		    Integer32,
14318                raidPPlexName
14319                    DisplayString,
14320		raidPDiskName
14321		    DisplayString,
14322		raidPDiskPort
14323		    INTEGER,
14324		raidPSecondaryDiskName
14325		    DisplayString,
14326		raidPSecondaryDiskPort
14327		    INTEGER,
14328		raidPScsiAdapter
14329		    DisplayString,
14330		raidPScsiId
14331		    Integer32,
14332		raidPDiskId
14333		    Integer32,
14334		raidPShelf
14335		    Integer32,
14336		raidPBay
14337		    Integer32,
14338                raidPSectorSize
14339                    Integer32,
14340		raidPUsedMb
14341		    Integer32,
14342		raidPUsedBlocks
14343		    Integer32,
14344		raidPTotalMb
14345		    Integer32,
14346		raidPTotalBlocks
14347		    Integer32,
14348		raidPCompletionPerCent
14349		    Integer32,
14350		raidPDiskSerialNumber
14351		    DisplayString,
14352		raidPDiskVendor
14353		    DisplayString,
14354		raidPDiskModel
14355		    DisplayString,
14356		raidPDiskFirmwareRevision
14357		    DisplayString,
14358		raidPDiskRPM
14359		    DisplayString,
14360		raidPDiskType
14361		    DisplayString,
14362		raidPDiskPool
14363		    DisplayString,
14364		raidPDiskCopyDestDiskName
14365		    DisplayString,
14366		raidP64UsedBlocks
14367		    Counter64,
14368		raidP64TotalBlocks
14369		    Counter64,
14370		raidPCarrierID
14371		    DisplayString
14372	    }
14373
14374	raidPIndex                      OBJECT-TYPE
14375	SYNTAX                          Integer32 (1..2147483647)
14376        MAX-ACCESS                      read-only
14377        STATUS                          current
14378	DESCRIPTION
14379			"A number that identifies this disk drive within
14380			 the given aggregate and RAID group."
14381	::= { raidPEntry 1 }
14382
14383	raidPStatus                     OBJECT-TYPE
14384	SYNTAX                          INTEGER {
14385                                             active(1),
14386                                             reconstructionInProgress(2),
14387					     parityReconstructionInProgress(3),
14388					     parityVerificationInProgress(4),
14389					     scrubbingInProgress(5),
14390					     failed(6),
14391					     prefailed(9),
14392                                             offline(10)
14393                                        }
14394        MAX-ACCESS                      read-only
14395        STATUS                          current
14396	DESCRIPTION
14397			"The status of the referenced disk drive."
14398	::= { raidPEntry 2 }
14399
14400	raidPVol                        OBJECT-TYPE
14401	SYNTAX                          Integer32 (1..2147483647)
14402        MAX-ACCESS                      read-only
14403        STATUS                          current
14404	DESCRIPTION
14405			"A number that identifies the aggregate that this entry
14406			 belongs to. The first aggregate is '1'."
14407	::= { raidPEntry 3 }
14408
14409	raidPPlex                       OBJECT-TYPE
14410	SYNTAX                          Integer32 (1..2147483647)
14411        MAX-ACCESS                      read-only
14412        STATUS                          current
14413	DESCRIPTION
14414			"A number that identifies the plex that this entry
14415			 belongs to. The first plex is '1'."
14416	::= { raidPEntry 4 }
14417
14418	raidPGroup                      OBJECT-TYPE
14419	SYNTAX                          Integer32 (1..2147483647)
14420        MAX-ACCESS                      read-only
14421        STATUS                          current
14422	DESCRIPTION
14423			"A number that identifies the RAID group within the
14424			 given plex that this entry belongs to. The
14425			 first RAID group is '1'."
14426	::= { raidPEntry 5 }
14427
14428	raidPPlexNumber                 OBJECT-TYPE
14429	SYNTAX                          Integer32 (1..2)
14430        MAX-ACCESS                      read-only
14431        STATUS                          current
14432	DESCRIPTION
14433			"The number of plexes within this aggregate.
14434                        This number is always 1 or 2."
14435	::= { raidPEntry 6 }
14436
14437	raidPGroupNumber                OBJECT-TYPE
14438	SYNTAX                          Integer32
14439        MAX-ACCESS                      read-only
14440        STATUS                          current
14441	DESCRIPTION
14442			"The number of RAID groups within this plex."
14443	::= { raidPEntry 7 }
14444
14445	raidPDiskNumber                 OBJECT-TYPE
14446	SYNTAX                          Integer32 (1..100)
14447        MAX-ACCESS                      read-only
14448        STATUS                          current
14449	DESCRIPTION
14450			"The number of disks within this RAID group."
14451	::= { raidPEntry 8 }
14452
14453	raidPPlexName                   OBJECT-TYPE
14454	SYNTAX                          DisplayString
14455        MAX-ACCESS                      read-only
14456        STATUS                          current
14457	DESCRIPTION
14458			"A name that identifies the plex that this entry
14459			 belongs to.  A plex name can be anything, but
14460                         is usually a string like 'plex0' or 'plex1'."
14461	::= { raidPEntry 9 }
14462
14463	raidPDiskName                   OBJECT-TYPE
14464	SYNTAX                          DisplayString
14465        MAX-ACCESS                      read-only
14466        STATUS                          current
14467	DESCRIPTION
14468			"The name identifying the referenced disk drive."
14469	::= { raidPEntry 10 }
14470
14471	raidPDiskPort                   OBJECT-TYPE
14472	SYNTAX                          INTEGER {
14473                                             portA(1),
14474                                             portB(2),
14475					     portSingle(3),
14476                                             portNone(4)
14477                                        }
14478        MAX-ACCESS                      read-only
14479        STATUS                          deprecated
14480	DESCRIPTION
14481			"A number that indicates which port of the
14482			disk is being used by the primary path to the disk.
14483			For a dual-ported disk, values of portA and portB
14484			indicate which port is being used.
14485			If the disk only has a single port, the value
14486			is portSingle, and if the port is not active,
14487			the value is portNone. This OID is not available
14488			from the Cluster management interfaces.
14489			This object is deprecated."
14490	::= { raidPEntry 11 }
14491
14492	raidPSecondaryDiskName          OBJECT-TYPE
14493	SYNTAX                          DisplayString
14494        MAX-ACCESS                      read-only
14495        STATUS                          deprecated
14496	DESCRIPTION
14497			"The name identifying the secondary path to
14498			the referenced disk drive. This OID is not
14499			available from the Cluster management interfaces.
14500			This object is deprecated."
14501	::= { raidPEntry 12 }
14502
14503	raidPSecondaryDiskPort          OBJECT-TYPE
14504	SYNTAX                          INTEGER {
14505                                             portA(1),
14506                                             portB(2),
14507					     portSingle(3),
14508                                             portNone(4)
14509                                        }
14510        MAX-ACCESS                      read-only
14511        STATUS                          deprecated
14512	DESCRIPTION
14513			"A number that indicates which port of the
14514			disk is being used by the secondary path to the disk.
14515			For a dual-ported disk, values of portA and portB
14516			indicate which port is being used.
14517			If the disk only has a single port, the value
14518			is portSingle, and if the port is not active,
14519			the value is portNone. This OID is not available
14520			from the Cluster management interfaces.
14521			This object is deprecated."
14522	::= { raidPEntry 13 }
14523
14524	raidPScsiAdapter                OBJECT-TYPE
14525	SYNTAX                          DisplayString
14526        MAX-ACCESS                      read-only
14527        STATUS                          deprecated
14528	DESCRIPTION
14529			"The identifier of the SCSI adapter for the
14530			 referenced disk drive. This OID is not available
14531			 from the Cluster management interfaces.
14532			 This object is deprecated."
14533	::= { raidPEntry 14 }
14534
14535	raidPScsiId                     OBJECT-TYPE
14536	SYNTAX                          Integer32 (0..100)
14537        MAX-ACCESS                      read-only
14538        STATUS                          deprecated
14539	DESCRIPTION
14540			"The identifier for the referenced disk drive
14541			 on the referenced SCSI adapter. This OID is
14542			 not available from the Cluster management interfaces.
14543			 This object is deprecated."
14544	::= { raidPEntry 15 }
14545
14546	raidPDiskId                     OBJECT-TYPE
14547	SYNTAX                          Integer32
14548        MAX-ACCESS                      read-only
14549        STATUS                          deprecated
14550	DESCRIPTION
14551			"The disk identifier for the referenced disk
14552			 drive. This OID is not available from the
14553			 Cluster management interfaces.
14554			 This object is deprecated."
14555	::= { raidPEntry 16 }
14556
14557	raidPShelf                      OBJECT-TYPE
14558	SYNTAX                          Integer32
14559        MAX-ACCESS                      read-only
14560        STATUS                          current
14561	DESCRIPTION
14562			"Number identifying the shelf where the disk
14563			is located."
14564	::= { raidPEntry 17 }
14565
14566	raidPBay                        OBJECT-TYPE
14567	SYNTAX                          Integer32
14568        MAX-ACCESS                      read-only
14569        STATUS                          current
14570	DESCRIPTION
14571			"Number identifying the disk bay within
14572			the shelf where the disk is located."
14573	::= { raidPEntry 18 }
14574
14575
14576        raidPSectorSize                 OBJECT-TYPE
14577	SYNTAX                          Integer32
14578        MAX-ACCESS                      read-only
14579        STATUS                          current
14580        DESCRIPTION
14581                        "A number that specifies bytes per sector
14582                         for this entry.  Values are '512' or '520'."
14583        ::= { raidPEntry 19 }
14584
14585	raidPUsedMb                     OBJECT-TYPE
14586	SYNTAX                          Integer32
14587        MAX-ACCESS                      read-only
14588        STATUS                          current
14589	DESCRIPTION
14590			"The number of MBytes currently in use on
14591			 the referenced disk drive."
14592	::= { raidPEntry 20 }
14593
14594	raidPUsedBlocks                 OBJECT-TYPE
14595	SYNTAX                          Integer32
14596        MAX-ACCESS                      read-only
14597        STATUS                          deprecated
14598	DESCRIPTION
14599			"The number of Blocks currently in use on
14600			 the referenced disk drive. This object is deprecated.
14601			 Use raidP64UsedBlocks object instead."
14602	::= { raidPEntry 21 }
14603
14604	raidPTotalMb                    OBJECT-TYPE
14605	SYNTAX                          Integer32
14606        MAX-ACCESS                      read-only
14607        STATUS                          current
14608	DESCRIPTION
14609			"The number of MBytes physically available
14610			 on the referenced disk drive."
14611	::= { raidPEntry 22 }
14612
14613	raidPTotalBlocks                OBJECT-TYPE
14614	SYNTAX                          Integer32
14615        MAX-ACCESS                      read-only
14616        STATUS                          deprecated
14617	DESCRIPTION
14618			"The number of Blocks physically available
14619			 on the referenced disk drive. This object is deprecated.
14620			 Use raidP64TotalBlocks object instead."
14621	::= { raidPEntry 23 }
14622
14623	raidPCompletionPerCent          OBJECT-TYPE
14624	SYNTAX                          Integer32 (0..100)
14625        MAX-ACCESS                      read-only
14626        STATUS                          current
14627	DESCRIPTION
14628			 "In the case when rapid raid recovery, disk copy,
14629			  reconstruction or adding a spare, verification or
14630			  scrubbing is in progress, the percent of such copy,
14631			  reconstruction, verification or scrubbing that has
14632			  been completed on the referenced disk drive."
14633	::= { raidPEntry 24 }
14634
14635	raidPDiskSerialNumber           OBJECT-TYPE
14636	SYNTAX                          DisplayString
14637        MAX-ACCESS                      read-only
14638        STATUS                          current
14639	DESCRIPTION
14640		"Serial number of the referenced disk drive."
14641	::= { raidPEntry 25 }
14642
14643	raidPDiskVendor                 OBJECT-TYPE
14644	SYNTAX                          DisplayString
14645        MAX-ACCESS                      read-only
14646        STATUS                          current
14647	DESCRIPTION
14648		"The vendor of the referenced disk drive."
14649	::= { raidPEntry 26 }
14650
14651	raidPDiskModel                  OBJECT-TYPE
14652	SYNTAX                          DisplayString
14653        MAX-ACCESS                      read-only
14654        STATUS                          current
14655	DESCRIPTION
14656		"Model string of the referenced disk drive."
14657	::= { raidPEntry 27 }
14658
14659	raidPDiskFirmwareRevision       OBJECT-TYPE
14660	SYNTAX                          DisplayString
14661        MAX-ACCESS                      read-only
14662        STATUS                          current
14663	DESCRIPTION
14664		"Firmware revision number of the referenced disk drive."
14665	::= { raidPEntry 28 }
14666
14667	raidPDiskRPM                    OBJECT-TYPE
14668	SYNTAX                          DisplayString
14669        MAX-ACCESS                      read-only
14670        STATUS                          current
14671	DESCRIPTION
14672		"RPM of the referenced disk drive."
14673	::= { raidPEntry 29 }
14674
14675	raidPDiskType                   OBJECT-TYPE
14676	SYNTAX                          DisplayString
14677        MAX-ACCESS                      read-only
14678        STATUS                          current
14679	DESCRIPTION
14680		"Interface type of the referenced disk drive. e.g SCSI,
14681		 or ATA."
14682	::= { raidPEntry 30 }
14683
14684	raidPDiskPool                   OBJECT-TYPE
14685	SYNTAX                          DisplayString
14686        MAX-ACCESS                      read-only
14687        STATUS                          current
14688	DESCRIPTION
14689		"A name that identifies the disk pool that this entry
14690		 belongs to."
14691	::= { raidPEntry 31 }
14692
14693	raidPDiskCopyDestDiskName       OBJECT-TYPE
14694	SYNTAX                          DisplayString
14695        MAX-ACCESS                      read-only
14696        STATUS                          current
14697	DESCRIPTION
14698		"When raidPStatus value is prefailed, this string identifies
14699		 the name of the disk which is the copy target of the
14700		 referenced prefailed disk."
14701	::= { raidPEntry 32 }
14702
14703	raidP64UsedBlocks               OBJECT-TYPE
14704	SYNTAX                          Counter64
14705        MAX-ACCESS                      read-only
14706        STATUS                          current
14707	DESCRIPTION
14708			"The number of Blocks currently in use on
14709			 the referenced disk drive. This object returns
14710			 all of the 64 bit unsigned integer."
14711	::= { raidPEntry 33 }
14712
14713	raidP64TotalBlocks              OBJECT-TYPE
14714	SYNTAX                          Counter64
14715        MAX-ACCESS                      read-only
14716        STATUS                          current
14717	DESCRIPTION
14718			"The number of Blocks physically available on
14719			 the referenced disk drive. This object returns
14720			 all of the 64 bit unsigned integer."
14721	::= { raidPEntry 34 }
14722
14723	raidPCarrierID			OBJECT-TYPE
14724	SYNTAX				DisplayString
14725	MAX-ACCESS			read-only
14726	STATUS				current
14727	DESCRIPTION
14728		"Unique identifier of the disk carrier."
14729	::= { raidPEntry 35 }
14730
14731	-- RAID Plex table.
14732
14733        plexTable                       OBJECT-TYPE
14734	SYNTAX                          SEQUENCE OF PlexEntry
14735        MAX-ACCESS                      not-accessible
14736        STATUS                          current
14737        DESCRIPTION
14738                    "A table containing plex specific information."
14739        ::= {raid 11}
14740
14741        -- display plexes
14742
14743        plexEntry                       OBJECT-TYPE
14744	SYNTAX                          PlexEntry
14745        MAX-ACCESS                      not-accessible
14746        STATUS                          current
14747        DESCRIPTION
14748                        "Provide a report on file system plexes."
14749        INDEX           { plexIndex }
14750        ::= { plexTable 1 }
14751
14752        PlexEntry ::=
14753            SEQUENCE {
14754                plexIndex
14755                    Integer32,
14756                plexName
14757                    DisplayString,
14758                plexVolName
14759                    DisplayString,
14760                plexStatus
14761                    INTEGER,
14762                plexPercentResyncing
14763                    Integer32
14764            }
14765
14766        plexIndex                       OBJECT-TYPE
14767	SYNTAX                          Integer32 (1..2147483647)
14768        MAX-ACCESS                      read-only
14769        STATUS                          current
14770        DESCRIPTION
14771                        "A number that identifies this entry for the
14772                         referenced plex."
14773        ::= { plexEntry 1 }
14774
14775        plexName                        OBJECT-TYPE
14776	SYNTAX                          DisplayString
14777        MAX-ACCESS                      read-only
14778        STATUS                          current
14779        DESCRIPTION
14780                        "The identifier of the plex."
14781        ::= { plexEntry 2 }
14782
14783        plexVolName                     OBJECT-TYPE
14784	SYNTAX                          DisplayString
14785        MAX-ACCESS                      read-only
14786        STATUS                          current
14787        DESCRIPTION
14788                        "The aggregate to which this plex belongs."
14789        ::= { plexEntry 3 }
14790
14791        plexStatus                      OBJECT-TYPE
14792	SYNTAX                          INTEGER {
14793                                             offline(1),
14794                                             resyncing(2),
14795                                             online(3)
14796                                        }
14797        MAX-ACCESS                      read-only
14798        STATUS                          current
14799        DESCRIPTION
14800                        "The status of the plex."
14801        ::= { plexEntry 4 }
14802
14803        plexPercentResyncing            OBJECT-TYPE
14804	SYNTAX                          Integer32
14805        MAX-ACCESS                      read-only
14806        STATUS                          current
14807        DESCRIPTION
14808                             "If the plex is resyncing, the percent
14809                              completion of the resync."
14810        ::= { plexEntry 5 }
14811
14812	--out-of-dateDisks
14813
14814	outOfDateDiskCount              OBJECT-TYPE
14815	SYNTAX                          Integer32
14816        MAX-ACCESS                      read-only
14817        STATUS                          current
14818	DESCRIPTION
14819			"Number of entries in the outOfDateDiskTable table."
14820
14821	::= { raid 12 }
14822
14823	-- out-of-date disk table.
14824
14825	outOfDateDiskTable              OBJECT-TYPE
14826	SYNTAX                          SEQUENCE OF OutOfDateDiskEntry
14827        MAX-ACCESS                      not-accessible
14828        STATUS                          current
14829	DESCRIPTION
14830			"Display out-of-date disk information."
14831	::= { raid 13 }
14832
14833	outOfDateDiskEntry              OBJECT-TYPE
14834	SYNTAX                          OutOfDateDiskEntry
14835        MAX-ACCESS                      not-accessible
14836        STATUS                          current
14837	DESCRIPTION
14838			"Display information for the referenced
14839			 out-of-date disk."
14840	INDEX	{ outOfDateDiskIndex }
14841	::= { outOfDateDiskTable 1 }
14842
14843	OutOfDateDiskEntry ::=
14844	    SEQUENCE {
14845		outOfDateDiskIndex
14846		    Integer32,
14847		outOfDateDiskDiskName
14848		    DisplayString,
14849		outOfDateDiskDiskId
14850		    Integer32,
14851		outOfDateDiskScsiAdapter
14852		    DisplayString,
14853		outOfDateDiskScsiId
14854		    Integer32,
14855		outOfDateDiskTotalMb
14856		    Integer32,
14857		outOfDateDiskTotalBlocks
14858		    Integer32,
14859		outOfDateDiskDiskPort
14860		    INTEGER,
14861		outOfDateDiskSecondaryDiskName
14862		    DisplayString,
14863		outOfDateDiskSecondaryDiskPort
14864		    INTEGER,
14865		outOfDateDiskShelf
14866		    Integer32,
14867		outOfDateDiskBay
14868		    Integer32,
14869		outOfDateDiskPool
14870		    DisplayString,
14871		outOfDateDiskSectorSize
14872		    Integer32,
14873		outOfDateDiskSerialNumber
14874		    DisplayString,
14875		outOfDateDiskVendor
14876		    DisplayString,
14877		outOfDateDiskModel
14878		    DisplayString,
14879		outOfDateDiskFirmwareRevision
14880		    DisplayString,
14881		outOfDateDiskRPM
14882		    DisplayString,
14883		outOfDateDiskType
14884		    DisplayString,
14885		outOfDateDisk64TotalBlocks
14886		    Counter64,
14887		outOfDateDiskCarrierID
14888		    DisplayString
14889	    }
14890
14891	outOfDateDiskIndex              OBJECT-TYPE
14892	SYNTAX                          Integer32 (1..2147483647)
14893        MAX-ACCESS                      read-only
14894        STATUS                          current
14895	DESCRIPTION
14896			"A number that identifies this entry for the
14897			 referenced disk drive in the list of out-of-date
14898			 disk drives."
14899	::= { outOfDateDiskEntry 1 }
14900
14901	outOfDateDiskDiskName           OBJECT-TYPE
14902	SYNTAX                          DisplayString
14903        MAX-ACCESS                      read-only
14904        STATUS                          current
14905	DESCRIPTION
14906			"The name identifying the referenced disk
14907			 drive."
14908	::= { outOfDateDiskEntry 2 }
14909
14910	outOfDateDiskDiskId             OBJECT-TYPE
14911	SYNTAX                          Integer32
14912        MAX-ACCESS                      read-only
14913        STATUS                          deprecated
14914	DESCRIPTION
14915			"The disk identifier for the referenced disk
14916			 drive. This OID is not available from the
14917			 Cluster management interfaces.
14918			 This object is deprecated."
14919	::= { outOfDateDiskEntry 3 }
14920
14921	outOfDateDiskScsiAdapter        OBJECT-TYPE
14922	SYNTAX                          DisplayString
14923        MAX-ACCESS                      read-only
14924        STATUS                          deprecated
14925	DESCRIPTION
14926			"The identifier of the SCSI adapter for the
14927			 referenced disk drive. This OID is not available
14928			 from the Cluster management interfaces.
14929			 This object is deprecated."
14930	::= { outOfDateDiskEntry 4 }
14931
14932	outOfDateDiskScsiId             OBJECT-TYPE
14933	SYNTAX                          Integer32 (0..100)
14934        MAX-ACCESS                      read-only
14935        STATUS                          deprecated
14936	DESCRIPTION
14937			"The identifier for the referenced disk drive
14938			 on the referenced SCSI adapter. This OID is not
14939			 available from the Cluster management interfaces.
14940			 This object is deprecated."
14941	::= { outOfDateDiskEntry 5 }
14942
14943	outOfDateDiskTotalMb            OBJECT-TYPE
14944	SYNTAX                          Integer32
14945        MAX-ACCESS                      read-only
14946        STATUS                          current
14947	DESCRIPTION
14948			"The number of MBytes physically available
14949			 on the referenced disk drive."
14950	::= { outOfDateDiskEntry 6 }
14951
14952	outOfDateDiskTotalBlocks        OBJECT-TYPE
14953	SYNTAX                          Integer32
14954        MAX-ACCESS                      read-only
14955        STATUS                          deprecated
14956	DESCRIPTION
14957			"The number of Blocks physically available
14958			 on the referenced disk drive. This object is deprecated.
14959			 Use outOfDateDisk64TotalBlocks object instead."
14960	::= { outOfDateDiskEntry 7 }
14961
14962	outOfDateDiskDiskPort           OBJECT-TYPE
14963	SYNTAX                          INTEGER {
14964                                             portA(1),
14965                                             portB(2),
14966					     portSingle(3),
14967                                             portNone(4)
14968                                        }
14969        MAX-ACCESS                      read-only
14970        STATUS                          deprecated
14971	DESCRIPTION
14972			"A number that indicates which port of the
14973			disk is being used by the primary path to the disk.
14974			For a dual-ported disk, values of portA and portB
14975			indicate which port is being used.
14976			If the disk only has a single port, the value
14977			is portSingle, and if the port is not active,
14978			the value is portNone. This OID is not available
14979			from the Cluster management interfaces.
14980			This object is deprecated."
14981	::= { outOfDateDiskEntry 8 }
14982
14983	outOfDateDiskSecondaryDiskName  OBJECT-TYPE
14984	SYNTAX                          DisplayString
14985        MAX-ACCESS                      read-only
14986        STATUS                          deprecated
14987	DESCRIPTION
14988			"The name identifying the secondary path to
14989			the referenced disk drive. This OID is not available
14990			from the Cluster management interfaces.
14991			This object is deprecated"
14992	::= { outOfDateDiskEntry 9 }
14993
14994	outOfDateDiskSecondaryDiskPort  OBJECT-TYPE
14995	SYNTAX                          INTEGER {
14996                                             portA(1),
14997                                             portB(2),
14998					     portSingle(3),
14999                                             portNone(4)
15000                                        }
15001        MAX-ACCESS                      read-only
15002        STATUS                          deprecated
15003	DESCRIPTION
15004			"A number that indicates which port of the
15005			disk is being used by the secondary path to the disk.
15006			For a dual-ported disk, values of portA and portB
15007			indicate which port is being used.
15008			If the disk only has a single port, the value
15009			is portSingle, and if the port is not active,
15010			the value is portNone. This OID is not available
15011			from the Cluster management interfaces.
15012			This object is deprecated."
15013	::= { outOfDateDiskEntry 10 }
15014
15015	outOfDateDiskShelf              OBJECT-TYPE
15016	SYNTAX                          Integer32
15017        MAX-ACCESS                      read-only
15018        STATUS                          current
15019	DESCRIPTION
15020			"Number identifying the shelf where the disk
15021			is located."
15022	::= { outOfDateDiskEntry 11 }
15023
15024	outOfDateDiskBay                OBJECT-TYPE
15025	SYNTAX                          Integer32
15026        MAX-ACCESS                      read-only
15027        STATUS                          current
15028	DESCRIPTION
15029			"Number identifying the disk bay within
15030			the shelf where the disk is located."
15031	::= { outOfDateDiskEntry 12 }
15032
15033        outOfDateDiskPool               OBJECT-TYPE
15034	SYNTAX                          DisplayString
15035        MAX-ACCESS                      read-only
15036        STATUS                          current
15037        DESCRIPTION
15038                        "A name that identifies the disk pool that this
15039                         entry belongs to."
15040        ::= { outOfDateDiskEntry 13 }
15041
15042        outOfDateDiskSectorSize         OBJECT-TYPE
15043	SYNTAX                          Integer32
15044        MAX-ACCESS                      read-only
15045        STATUS                          current
15046        DESCRIPTION
15047                        "A number that specifies bytes per sector
15048                         for this entry.  Values are '512' or '520'."
15049        ::= { outOfDateDiskEntry 14 }
15050
15051	outOfDateDiskSerialNumber       OBJECT-TYPE
15052	SYNTAX                          DisplayString
15053        MAX-ACCESS                      read-only
15054        STATUS                          current
15055	DESCRIPTION
15056		"Serial number of the referenced disk drive."
15057	::= { outOfDateDiskEntry 15 }
15058
15059	outOfDateDiskVendor             OBJECT-TYPE
15060	SYNTAX                          DisplayString
15061        MAX-ACCESS                      read-only
15062        STATUS                          current
15063	DESCRIPTION
15064		"The vendor of the referenced disk drive."
15065	::= { outOfDateDiskEntry 16 }
15066
15067	outOfDateDiskModel              OBJECT-TYPE
15068	SYNTAX                          DisplayString
15069        MAX-ACCESS                      read-only
15070        STATUS                          current
15071	DESCRIPTION
15072		"Model string of the referenced disk drive."
15073	::= { outOfDateDiskEntry 17 }
15074
15075	outOfDateDiskFirmwareRevision   OBJECT-TYPE
15076	SYNTAX                          DisplayString
15077        MAX-ACCESS                      read-only
15078        STATUS                          current
15079	DESCRIPTION
15080		"Firmware revision number of the referenced disk drive."
15081	::= { outOfDateDiskEntry 18 }
15082
15083	outOfDateDiskRPM                OBJECT-TYPE
15084	SYNTAX                          DisplayString
15085        MAX-ACCESS                      read-only
15086        STATUS                          current
15087	DESCRIPTION
15088		"RPM of the referenced disk drive."
15089	::= { outOfDateDiskEntry 19 }
15090
15091	outOfDateDiskType               OBJECT-TYPE
15092	SYNTAX                          DisplayString
15093        MAX-ACCESS                      read-only
15094        STATUS                          current
15095	DESCRIPTION
15096		"Interface type of the referenced disk drive. e.g SCSI,
15097		 or ATA."
15098	::= { outOfDateDiskEntry 20 }
15099
15100	outOfDateDisk64TotalBlocks        OBJECT-TYPE
15101	SYNTAX                            Counter64
15102        MAX-ACCESS                        read-only
15103        STATUS                            current
15104	DESCRIPTION
15105			"The number of Blocks physically available
15106			 on the referenced disk drive. This object
15107			 returns all of the 64 bit unsigned integer."
15108	::= { outOfDateDiskEntry 21 }
15109
15110	outOfDateDiskCarrierID		OBJECT-TYPE
15111	SYNTAX				DisplayString
15112	MAX-ACCESS			read-only
15113	STATUS				current
15114	DESCRIPTION
15115		"Unique identifier of the disk carrier."
15116	::= { outOfDateDiskEntry 22 }
15117
15118	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15119	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15120	-- the CIFS group    --
15121	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15122	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15123
15124
15125	cifsOptions	OBJECT IDENTIFIER ::= { cifs 1 }
15126
15127	cifsInfo	OBJECT IDENTIFIER ::= { cifs 2 }
15128
15129	cifsStats	OBJECT IDENTIFIER ::= { cifs 3 }
15130
15131	cifsMisc	OBJECT IDENTIFIER ::= { cifs 4 }
15132
15133	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15134	-- the cifsOptions group
15135	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15136
15137	cifsIsEnabled                   OBJECT-TYPE
15138	SYNTAX                          INTEGER {
15139                                             false(1),
15140                                             true(2)
15141                                        }
15142        MAX-ACCESS                      read-only
15143        STATUS                          current
15144	DESCRIPTION
15145			"Whether the CIFS protocol is active on the
15146			 filer."
15147	::= { cifsOptions 1 }
15148
15149	cifsIsLoginEnabled              OBJECT-TYPE
15150	SYNTAX                          INTEGER {
15151                                             false(1),
15152                                             true(2)
15153                                        }
15154        MAX-ACCESS                      read-only
15155        STATUS                          current
15156	DESCRIPTION
15157			"Whether new CIFS connections to the filer
15158			 are currently allowed."
15159	::= { cifsOptions 2 }
15160
15161
15162	cifsHostName                    OBJECT-TYPE
15163	SYNTAX                          DisplayString
15164        MAX-ACCESS                      read-only
15165        STATUS                          current
15166	DESCRIPTION
15167			"The host name used by the CIFS protocol on this
15168			 filer."
15169	::= { cifsOptions 3 }
15170
15171
15172	cifsAltNames                    OBJECT-TYPE
15173	SYNTAX                          DisplayString
15174        MAX-ACCESS                      read-only
15175        STATUS                          current
15176	DESCRIPTION
15177			"Alternate names recognized by the filer."
15178	::= { cifsOptions 4 }
15179
15180
15181	cifsDomainJoined                OBJECT-TYPE
15182	SYNTAX                          INTEGER {
15183                                             false(1),
15184                                             true(2)
15185                                        }
15186        MAX-ACCESS                      read-only
15187        STATUS                          current
15188	DESCRIPTION
15189			"Has the filer joined an NT domain?
15190			 If this value is true, cifsDomainName
15191			 will contain the name of the domain.
15192			 Otherwise, the filer may have joined
15193			 a WorkGroup, and cifsWGName will contain
15194			 the name of the WorkGroup. "
15195        ::= { cifsOptions 5 }
15196
15197
15198 	cifsDomainName                  OBJECT-TYPE
15199	SYNTAX                          DisplayString
15200        MAX-ACCESS                      read-only
15201        STATUS                          current
15202	DESCRIPTION
15203			"The domain name used by the CIFS
15204			 protocol on this filer."
15205	::= { cifsOptions 6 }
15206
15207
15208	cifsWGName                      OBJECT-TYPE
15209	SYNTAX                          DisplayString
15210        MAX-ACCESS                      read-only
15211        STATUS                          current
15212	DESCRIPTION
15213			"The workgroup name (if any) used by
15214			 the CIFS protocol on this filer."
15215	::= { cifsOptions 7 }
15216
15217
15218	cifsDCName                      OBJECT-TYPE
15219	SYNTAX                          DisplayString
15220        MAX-ACCESS                      read-only
15221        STATUS                          current
15222	DESCRIPTION
15223			"The name of the Domain Controller used by
15224			 this filer to authenticate users and file
15225			 requests."
15226	::= { cifsOptions 8 }
15227
15228
15229	cifsIsWinsEnabled               OBJECT-TYPE
15230	SYNTAX                          INTEGER {
15231                                             false(1),
15232                                             true(2)
15233                                        }
15234        MAX-ACCESS                      read-only
15235        STATUS                          current
15236	DESCRIPTION
15237			"True if WINS name resolution is enabled
15238			 on the filer."
15239	::= { cifsOptions 9 }
15240
15241
15242	cifsWinsServers                 OBJECT-TYPE
15243	SYNTAX                          DisplayString
15244        MAX-ACCESS                      read-only
15245        STATUS                          current
15246	DESCRIPTION
15247			"The name(s) of the WINS servers registered
15248			 with the filer."
15249	::= { cifsOptions 10 }
15250
15251
15252	cifsSecurityModel               OBJECT-TYPE
15253	SYNTAX                          INTEGER {
15254                                             unix(1),
15255                                             pc(2)
15256                                        }
15257        MAX-ACCESS                      read-only
15258        STATUS                          current
15259	DESCRIPTION
15260			"Which type of authentication semantics
15261			 (Unix or PC) are in use for PC access to
15262			 Unix files on the filer. If Unix semantics
15263			 are in use, no ACL on a Unix file is ever
15264			 checked. If PC semantics are in use, the
15265			 share level ACL on the share containing the
15266			 file is used for authentication instead of
15267			 the group portion of the permissions on
15268			 the file."
15269	::= { cifsOptions 11 }
15270
15271
15272	cifsPCGenericUser               OBJECT-TYPE
15273	SYNTAX                          DisplayString
15274        MAX-ACCESS                      read-only
15275        STATUS                          current
15276	DESCRIPTION
15277			"The name of the generic PC user, if any.  This
15278			 username is used for CIFS access by Unix users
15279			 who have not authenticated through CIFS or NT."
15280	::= { cifsOptions 12 }
15281
15282
15283	cifsOplocksEnabled              OBJECT-TYPE
15284	SYNTAX                          INTEGER {
15285                                             notEnabled(1),
15286                                             enabled(2)
15287                                        }
15288        MAX-ACCESS                      read-only
15289        STATUS                          current
15290	DESCRIPTION
15291			"Whether oplocks are enabled on the filer."
15292	::= { cifsOptions 15 }
15293
15294
15295	cifsLevel2OplocksEnabled        OBJECT-TYPE
15296	SYNTAX                          INTEGER {
15297                                             notEnabled(1),
15298                                             enabled(2)
15299                                        }
15300        MAX-ACCESS                      read-only
15301        STATUS                          current
15302	DESCRIPTION
15303			"Whether level 2 oplocks are enabled on the filer."
15304	::= { cifsOptions 16 }
15305
15306
15307	cifsPreserveCase                OBJECT-TYPE
15308	SYNTAX                          INTEGER {
15309                                             noPreserveCase(1),
15310                                             preserveCase(2)
15311                                        }
15312        MAX-ACCESS                      read-only
15313        STATUS                          current
15314	DESCRIPTION
15315			"If this option is set to preserve-case
15316			 (the default), all filename references
15317			 will be case preserving.  Otherwise,
15318			 they are forced to lowercase."
15319	::= { cifsOptions 17 }
15320
15321
15322	cifsSymlinksEnabled             OBJECT-TYPE
15323	SYNTAX                          INTEGER {
15324                                             notEnabled(1),
15325                                             enabled(2)
15326                                        }
15327        MAX-ACCESS                      read-only
15328        STATUS                          current
15329	DESCRIPTION
15330			"If this option is enabled, CIFS accesses will
15331			 follow symbolic links using Unix semantics."
15332	::= { cifsOptions 19 }
15333
15334
15335	cifsSymlinkCycleProtEnabled     OBJECT-TYPE
15336	SYNTAX                          INTEGER {
15337                                             notEnabled(1),
15338                                             enabled(2)
15339                                        }
15340        MAX-ACCESS                      read-only
15341        STATUS                          current
15342	DESCRIPTION
15343			"If this option is enabled, CIFS accesses will
15344			 through symbolic links will check for cycles
15345			 in the link graph."
15346	::= { cifsOptions 20 }
15347
15348
15349	cifsIsLicensed                  OBJECT-TYPE
15350	SYNTAX                          INTEGER {
15351                                             false(1),
15352                                             true(2)
15353                                        }
15354        MAX-ACCESS                      read-only
15355        STATUS                          current
15356	DESCRIPTION
15357			"Whether the CIFS protocol is licensed on the
15358			 filer."
15359	::= { cifsOptions 21 }
15360
15361	cifsPerClientStatsEnabled       OBJECT-TYPE
15362	SYNTAX                          INTEGER {
15363                                             false(1),
15364                                             true(2)
15365                                        }
15366        MAX-ACCESS                      read-only
15367        STATUS                          current
15368	DESCRIPTION
15369			"True when cifs.per_client_stats are
15370			 being collected."
15371	::= { cifsOptions 22 }
15372
15373	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15374	-- the cifsInfo group
15375	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15376
15377	cifsStatus                      OBJECT-TYPE
15378	SYNTAX                          Integer32
15379        MAX-ACCESS                      read-only
15380        STATUS                          current
15381	DESCRIPTION
15382			"Encoding of CIFS startup state on the filer."
15383              ::= { cifsInfo 1 }
15384
15385	cifsNeedPW                      OBJECT-TYPE
15386	SYNTAX                          Integer32
15387        MAX-ACCESS                      read-only
15388        STATUS                          current
15389	DESCRIPTION
15390			"Does the administrative password need
15391			 to be set before start?"
15392	::= { cifsInfo 2 }
15393
15394	cifsTimeToShutdown              OBJECT-TYPE
15395	SYNTAX                          Integer32
15396        MAX-ACCESS                      read-only
15397        STATUS                          current
15398	DESCRIPTION
15399			"Time remaining until CIFS shutdown"
15400	::= { cifsInfo 3 }
15401
15402
15403 	cifsMaxConnections              OBJECT-TYPE
15404	SYNTAX                          Integer32
15405        MAX-ACCESS                      read-only
15406        STATUS                          current
15407	DESCRIPTION
15408			"The maximum number of simultaneous CIFS
15409			 connections allowed on the filer."
15410	::= { cifsInfo 4 }
15411
15412	cifsMaxTrees                    OBJECT-TYPE
15413	SYNTAX                          Integer32
15414        MAX-ACCESS                      read-only
15415        STATUS                          current
15416	DESCRIPTION
15417			"The maximum number of simultaneous CIFS
15418			 trees allowed on the filer."
15419	::= { cifsInfo 5 }
15420
15421	cifsMaxShares                   OBJECT-TYPE
15422	SYNTAX                          Integer32
15423        MAX-ACCESS                      read-only
15424        STATUS                          current
15425	DESCRIPTION
15426			"The maximum number of simultaneous CIFS
15427			 shares allowed on the filer."
15428	::= { cifsInfo 6 }
15429
15430	cifsMaxFiles                    OBJECT-TYPE
15431	SYNTAX                          Integer32
15432        MAX-ACCESS                      read-only
15433        STATUS                          current
15434	DESCRIPTION
15435			"The maximum number of concurrently open CIFS
15436			 files and directories allowed on the filer."
15437	::= { cifsInfo 7 }
15438
15439
15440	cifsMaxACLs                     OBJECT-TYPE
15441	SYNTAX                          Integer32
15442        MAX-ACCESS                      read-only
15443        STATUS                          current
15444	DESCRIPTION
15445			"This object is deprecated, and always has a
15446			 value of 0."
15447	::= { cifsInfo 8 }
15448
15449
15450	cifsConnectedUsers              OBJECT-TYPE
15451	SYNTAX                          Counter32
15452        MAX-ACCESS                      read-only
15453        STATUS                          current
15454	DESCRIPTION
15455			"The current number of CIFS users on the
15456			 filer."
15457	::= { cifsInfo 9 }
15458
15459	cifsNTrees                      OBJECT-TYPE
15460	SYNTAX                          Counter32
15461        MAX-ACCESS                      read-only
15462        STATUS                          current
15463	DESCRIPTION
15464			"The current number of CIFS trees on the
15465			 filer."
15466	::= { cifsInfo 10 }
15467
15468	cifsNShares                     OBJECT-TYPE
15469	SYNTAX                          Counter32
15470        MAX-ACCESS                      read-only
15471        STATUS                          current
15472	DESCRIPTION
15473			"The current number of CIFS shares on the
15474			 filer."
15475	::= { cifsInfo 11 }
15476
15477	cifsNSessions                   OBJECT-TYPE
15478	SYNTAX                          Counter32
15479        MAX-ACCESS                      read-only
15480        STATUS                          current
15481	DESCRIPTION
15482			"The current number of active CIFS sessions
15483			 on the filer."
15484	::= { cifsInfo 12 }
15485
15486	cifsNOpenFiles                  OBJECT-TYPE
15487	SYNTAX                          Counter32
15488        MAX-ACCESS                      read-only
15489        STATUS                          current
15490	DESCRIPTION
15491			"The number of open CIFS files and directories
15492			 on the filer."
15493	::= { cifsInfo 13 }
15494
15495	cifsNOpenDirs                   OBJECT-TYPE
15496	SYNTAX                          Counter32
15497        MAX-ACCESS                      read-only
15498        STATUS                          current
15499	DESCRIPTION
15500			"The number of open CIFS directories on the
15501			 filer."
15502	::= { cifsInfo 14 }
15503
15504
15505	cifsNOplockBreakWaits           OBJECT-TYPE
15506	SYNTAX                          Counter32
15507        MAX-ACCESS                      read-only
15508        STATUS                          current
15509	DESCRIPTION
15510			"The number of open files waiting for oplock
15511			 break messages to be sent."
15512	::= { cifsInfo 16 }
15513
15514
15515	cifsNOplockAckWaits             OBJECT-TYPE
15516	SYNTAX                          Counter32
15517        MAX-ACCESS                      read-only
15518        STATUS                          current
15519	DESCRIPTION
15520			"The number of open files waiting for
15521			 acknowledgements to oplock break messages."
15522	::= { cifsInfo 17 }
15523
15524	cifsSuspectOps                  OBJECT-TYPE
15525	SYNTAX                          Integer32
15526        MAX-ACCESS                      read-only
15527        STATUS                          current
15528	DESCRIPTION
15529			"A smoothed average of the number of events
15530			 per second of the type frequently seen
15531			 during virus attacks."
15532	::= { cifsInfo 18 }
15533
15534	cifsNDomainControllers          OBJECT-TYPE
15535	SYNTAX                          Integer32
15536        MAX-ACCESS                      read-only
15537        STATUS                          current
15538	DESCRIPTION
15539			"The number of Domain Controllers found."
15540	::= { cifsInfo 19 }
15541
15542	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15543	-- the cifsStats group
15544	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15545
15546		-- this group contains cifs statistics since the last
15547		-- time the statistics were cleared
15548
15549	cifsServ	 OBJECT IDENTIFIER ::= { cifsStats 1 }
15550
15551	-- cifsPerClient OBJECT IDENTIFIER ::= { cifsStats 2 }
15552
15553		-- no per-client stats are kept as of the 5.3 release
15554
15555
15556	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15557	-- the cifsServ group
15558	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15559
15560		-- this group contains statistics for CIFS
15561		-- status, and calls processed since the last
15562		-- time the statistics were cleared
15563
15564	cifsOps		OBJECT IDENTIFIER ::= { cifsServ 1 }
15565
15566	cifsReqs	OBJECT IDENTIFIER ::= { cifsServ 2 }
15567
15568	cifsPercent	OBJECT IDENTIFIER ::= { cifsServ 3 }
15569
15570	cifsObsReqs	OBJECT IDENTIFIER ::= { cifsServ 4 }
15571
15572	cifsObsPercent	OBJECT IDENTIFIER ::= { cifsServ 5 }
15573
15574	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15575	-- the cifsOps group
15576	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15577
15578	cifsTotalOps                    OBJECT-TYPE
15579	SYNTAX                          Counter32
15580        MAX-ACCESS                      read-only
15581        STATUS                          current
15582	DESCRIPTION
15583			"The number of CIFS operations done by the filer,
15584			 since the last time the statistics were cleared."
15585	::= { cifsOps 1 }
15586
15587	cifsTotalCalls                  OBJECT-TYPE
15588	SYNTAX                          Counter32
15589        MAX-ACCESS                      read-only
15590        STATUS                          current
15591	DESCRIPTION
15592			"The total number of CIFS calls received, since
15593			 the last time the statistics were cleared.  This
15594			 is the number of cifsTotalOps plus the number of
15595			 miscellaneous operations that are not logged
15596			 which were received in that time period."
15597	::= { cifsOps 2 }
15598
15599	cifsBadCalls                    OBJECT-TYPE
15600	SYNTAX                          Counter32
15601        MAX-ACCESS                      read-only
15602        STATUS                          current
15603	DESCRIPTION
15604			"The total number of received CIFS calls rejected,
15605			 since the last time the statistics were cleared."
15606	::= { cifsOps 3 }
15607
15608
15609	cifsGetAttrs                    OBJECT-TYPE
15610	SYNTAX                          Counter32
15611        MAX-ACCESS                      read-only
15612        STATUS                          current
15613	DESCRIPTION
15614			"The total number of CIFS operations to get
15615			 the attributes on a file or directory, since
15616			 the last time the statistics were reset."
15617        ::= { cifsOps 4 }
15618
15619
15620	cifsReads                       OBJECT-TYPE
15621	SYNTAX                          Counter32
15622        MAX-ACCESS                      read-only
15623        STATUS                          current
15624	DESCRIPTION
15625			"The total number of CIFS Read operations on
15626			 a file or directory, since the last time the
15627			 statistics were reset."
15628	::= { cifsOps 5 }
15629
15630
15631	cifsWrites                      OBJECT-TYPE
15632	SYNTAX                          Counter32
15633        MAX-ACCESS                      read-only
15634        STATUS                          current
15635	DESCRIPTION
15636			"The total number of CIFS write operations on
15637			 a file or directory, since the last time the
15638			 statistics were reset."
15639	::= { cifsOps 6 }
15640
15641
15642	cifsLocks                       OBJECT-TYPE
15643	SYNTAX                          Counter32
15644        MAX-ACCESS                      read-only
15645        STATUS                          current
15646	DESCRIPTION
15647			"The number of CIFS file locking requests
15648			 since the last time the statistics were reset."
15649	::= { cifsOps 7 }
15650
15651
15652	cifsOpens                       OBJECT-TYPE
15653	SYNTAX                          Counter32
15654        MAX-ACCESS                      read-only
15655        STATUS                          current
15656	DESCRIPTION
15657			"The number of calls, via CIFS, to open
15658			 a file or directory, since the last time
15659			 the statistics were reset."
15660	::= { cifsOps 8 }
15661
15662
15663 	cifsDirOps                      OBJECT-TYPE
15664	SYNTAX                          Counter32
15665        MAX-ACCESS                      read-only
15666        STATUS                          current
15667 	DESCRIPTION
15668			"The number of CIFS directory operations,
15669			 since the last time the statistics were reset."
15670        ::= { cifsOps 9 }
15671
15672
15673 	cifsOthers                      OBJECT-TYPE
15674	SYNTAX                          Counter32
15675        MAX-ACCESS                      read-only
15676        STATUS                          current
15677 	DESCRIPTION
15678			"The number of CIFS operations, since the
15679			 last time the statistics were reset, that
15680			 don't fall into the categories for GetAttr,
15681			 SetAttr, Read, Write, Lock, DirOp and Open."
15682        ::= { cifsOps 10 }
15683
15684	cifsSetAttrs			OBJECT-TYPE
15685	SYNTAX				Counter32
15686	MAX-ACCESS			read-only
15687	STATUS				current
15688	DESCRIPTION
15689			"The total number of CIFS operations to set
15690			 the attributes on a file or directory, since
15691			 the last time the statistics were reset."
15692        ::= { cifsOps 11 }
15693
15694 	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15695	-- the cifsReqs group
15696	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
15697
15698		-- this group contains statistics for the number of
15699		-- calls received for each CIFS SMB request
15700		-- since the last time the statistics were cleared
15701
15702	smbNegProts                     OBJECT-TYPE
15703	SYNTAX                          Counter32
15704        MAX-ACCESS                      read-only
15705        STATUS                          current
15706	DESCRIPTION
15707			"The number of SMB NEGOTIATE requests,
15708			 since the last time the statistics were cleared."
15709	::= { cifsReqs 1 }
15710
15711	smbSessionSetupAndXs            OBJECT-TYPE
15712	SYNTAX                          Counter32
15713        MAX-ACCESS                      read-only
15714        STATUS                          current
15715	DESCRIPTION
15716			"The number of SMB SESSION_SETUP_ANDX requests,
15717			 since the last time the statistics were cleared."
15718	::= { cifsReqs 2 }
15719
15720	smbLogoffAndXs                  OBJECT-TYPE
15721	SYNTAX                          Counter32
15722        MAX-ACCESS                      read-only
15723        STATUS                          current
15724	DESCRIPTION
15725			"The number of SMB LOGOFF_ANDX requests,
15726			 since the last time the statistics were cleared."
15727	::= { cifsReqs 3 }
15728
15729	smbTreeConnectAndXs             OBJECT-TYPE
15730	SYNTAX                          Counter32
15731        MAX-ACCESS                      read-only
15732        STATUS                          current
15733	DESCRIPTION
15734			"The number of SMB TREE_CONNECT_ANDX requests,
15735			 since the last time the statistics were cleared."
15736	::= { cifsReqs 4 }
15737
15738	smbTreeDisconnects              OBJECT-TYPE
15739	SYNTAX                          Counter32
15740        MAX-ACCESS                      read-only
15741        STATUS                          current
15742	DESCRIPTION
15743			"The number of SMB TREE_DISCONNECT requests,
15744			 since the last time the statistics were cleared."
15745	::= { cifsReqs 5 }
15746
15747	smbTrans2QueryFSInfos           OBJECT-TYPE
15748	SYNTAX                          Counter32
15749        MAX-ACCESS                      read-only
15750        STATUS                          current
15751	DESCRIPTION
15752			"The number of SMB TRANS2_QUERY_FS_INFORMATION
15753			 requests, since the last time the statistics
15754			 were cleared."
15755	::= { cifsReqs 6 }
15756
15757	smbEchos                        OBJECT-TYPE
15758	SYNTAX                          Counter32
15759        MAX-ACCESS                      read-only
15760        STATUS                          current
15761	DESCRIPTION
15762			"The number of SMB ECHO requests,
15763			 since the last time the statistics were cleared."
15764	::= { cifsReqs 7 }
15765
15766	smbNTCancels                    OBJECT-TYPE
15767	SYNTAX                          Counter32
15768        MAX-ACCESS                      read-only
15769        STATUS                          current
15770	DESCRIPTION
15771			"The number of SMB NT_CANCEL requests, since the
15772			 last time the statistics were cleared."
15773	::= { cifsReqs 8 }
15774
15775	smbNTCreateAndXs                OBJECT-TYPE
15776	SYNTAX                          Counter32
15777        MAX-ACCESS                      read-only
15778        STATUS                          current
15779	DESCRIPTION
15780			"The number of SMB NT_CREATE_ANDX requests,
15781			 since the last time the statistics were cleared."
15782	::= { cifsReqs 9 }
15783
15784	smbNTTransactCreates            OBJECT-TYPE
15785	SYNTAX                          Counter32
15786        MAX-ACCESS                      read-only
15787        STATUS                          current
15788	DESCRIPTION
15789			"The number of SMB NT_TRANSACT_CREATE requests,
15790			 since the last time the statistics were cleared."
15791	::= { cifsReqs 10 }
15792
15793	smbCreateTemporaries            OBJECT-TYPE
15794	SYNTAX                          Counter32
15795        MAX-ACCESS                      read-only
15796        STATUS                          current
15797	DESCRIPTION
15798			"The SMB CREATE_TEMPORARY operation is not presently
15799			 supported, so this value should always be zero."
15800	::= { cifsReqs 11 }
15801
15802	smbReadAndXs                    OBJECT-TYPE
15803	SYNTAX                          Counter32
15804        MAX-ACCESS                      read-only
15805        STATUS                          current
15806	DESCRIPTION
15807			"The number of SMB READ_ANDX requests,
15808			 since the last time the statistics were cleared."
15809	::= { cifsReqs 12 }
15810
15811	smbWriteAndXs                   OBJECT-TYPE
15812	SYNTAX                          Counter32
15813        MAX-ACCESS                      read-only
15814        STATUS                          current
15815	DESCRIPTION
15816			"The number of SMB WRITE_ANDX requests,
15817			 since the last time the statistics were cleared."
15818	::= { cifsReqs 13 }
15819
15820	smbLockingAndXs                 OBJECT-TYPE
15821	SYNTAX                          Counter32
15822        MAX-ACCESS                      read-only
15823        STATUS                          current
15824	DESCRIPTION
15825			"The number of SMB LOCKING_ANDX requests,
15826			 since the last time the statistics were cleared."
15827	::= { cifsReqs 14 }
15828
15829	smbSeeks                        OBJECT-TYPE
15830	SYNTAX                          Counter32
15831        MAX-ACCESS                      read-only
15832        STATUS                          current
15833	DESCRIPTION
15834			"The number of SMB SEEK requests,
15835			 since the last time the statistics were cleared."
15836	::= { cifsReqs 15 }
15837
15838	smbFlushes                      OBJECT-TYPE
15839	SYNTAX                          Counter32
15840        MAX-ACCESS                      read-only
15841        STATUS                          current
15842	DESCRIPTION
15843			"The number of SMB FLUSH requests,
15844			 since the last time the statistics were cleared."
15845	::= { cifsReqs 16 }
15846
15847	smbCloses                       OBJECT-TYPE
15848	SYNTAX                          Counter32
15849        MAX-ACCESS                      read-only
15850        STATUS                          current
15851	DESCRIPTION
15852			"The number of SMB CLOSE requests,
15853			 since the last time the statistics were cleared."
15854	::= { cifsReqs 17 }
15855
15856	smbDeletes                      OBJECT-TYPE
15857	SYNTAX                          Counter32
15858        MAX-ACCESS                      read-only
15859        STATUS                          current
15860	DESCRIPTION
15861			"The number of SMB DELETE requests,
15862			 since the last time the statistics were cleared."
15863	::= { cifsReqs 18 }
15864
15865	smbRenames                      OBJECT-TYPE
15866	SYNTAX                          Counter32
15867        MAX-ACCESS                      read-only
15868        STATUS                          current
15869	DESCRIPTION
15870			"The number of SMB RENAME requests,
15871			 since the last time the statistics were cleared."
15872	::= { cifsReqs 19 }
15873
15874	smbMoves                        OBJECT-TYPE
15875	SYNTAX                          Counter32
15876        MAX-ACCESS                      read-only
15877        STATUS                          current
15878	DESCRIPTION
15879			"The SMB MOVE request is not presently supported,
15880			 so this value should always be zero."
15881	::= { cifsReqs 20 }
15882
15883	smbCopies                       OBJECT-TYPE
15884	SYNTAX                          Counter32
15885        MAX-ACCESS                      read-only
15886        STATUS                          current
15887	DESCRIPTION
15888			"The SMB COPY request is not presently supported,
15889			 so this value should always be zero."
15890	::= { cifsReqs 21 }
15891
15892	smbTrans2QueryPathInfos         OBJECT-TYPE
15893	SYNTAX                          Counter32
15894        MAX-ACCESS                      read-only
15895        STATUS                          current
15896	DESCRIPTION
15897			"The number of SMB TRANS2_QUERY_PATH_INFORMATION
15898			 requests, since the last time the statistics
15899			 were cleared."
15900	::= { cifsReqs 22 }
15901
15902	smbTrans2QueryFileInfos         OBJECT-TYPE
15903	SYNTAX                          Counter32
15904        MAX-ACCESS                      read-only
15905        STATUS                          current
15906	DESCRIPTION
15907			"The number of SMB TRANS2_QUERY_FILE_INFORMATION
15908			 requests, since the last time the statistics
15909			 were cleared."
15910	::= { cifsReqs 23 }
15911
15912	smbTrans2SetPathInfos           OBJECT-TYPE
15913	SYNTAX                          Counter32
15914        MAX-ACCESS                      read-only
15915        STATUS                          current
15916	DESCRIPTION
15917			"The number of SMB TRANS2_SET_PATH_INFORMATION
15918			 requests, since the last time the statistics
15919			 were cleared."
15920	::= { cifsReqs 24 }
15921
15922	smbTrans2SetFileInfos           OBJECT-TYPE
15923	SYNTAX                          Counter32
15924        MAX-ACCESS                      read-only
15925        STATUS                          current
15926	DESCRIPTION
15927			"The number of SMB TRANS2_SET_FILE_INFORMATION
15928			 requests, since the last time the statistics
15929			 were cleared."
15930	::= { cifsReqs 25 }
15931
15932	smbDeleteDirs                   OBJECT-TYPE
15933	SYNTAX                          Counter32
15934        MAX-ACCESS                      read-only
15935        STATUS                          current
15936	DESCRIPTION
15937			"The number of SMB DELETE_DIRECTORY requests,
15938			 since the last time the statistics were cleared."
15939	::= { cifsReqs 26 }
15940
15941	smbCheckDirs                    OBJECT-TYPE
15942	SYNTAX                          Counter32
15943        MAX-ACCESS                      read-only
15944        STATUS                          current
15945	DESCRIPTION
15946			"The SMB COPY request is not presently supported,
15947			 so this value should always be zero."
15948	::= { cifsReqs 27 }
15949
15950	smbTrans2FindFirst2s            OBJECT-TYPE
15951	SYNTAX                          Counter32
15952        MAX-ACCESS                      read-only
15953        STATUS                          current
15954	DESCRIPTION
15955			"The number of SMB TRANS2_FIND_FIRST2 requests,
15956			 since the last time the statistics were cleared."
15957	::= { cifsReqs 28 }
15958
15959	smbTrans2FindNext2s             OBJECT-TYPE
15960	SYNTAX                          Counter32
15961        MAX-ACCESS                      read-only
15962        STATUS                          current
15963	DESCRIPTION
15964			"The number of SMB TRANS2_FIND_NEXT2 requests,
15965			 since the last time the statistics were cleared."
15966	::= { cifsReqs 29 }
15967
15968	smbFindClose2s                  OBJECT-TYPE
15969	SYNTAX                          Counter32
15970        MAX-ACCESS                      read-only
15971        STATUS                          current
15972	DESCRIPTION
15973			"The number of SMB FIND_CLOSE2 requests,
15974			 since the last time the statistics were cleared."
15975	::= { cifsReqs 30 }
15976
15977	smbNTTransactNotifyChgs         OBJECT-TYPE
15978	SYNTAX                          Counter32
15979        MAX-ACCESS                      read-only
15980        STATUS                          current
15981	DESCRIPTION
15982			"The number of SMB NT_TRANSACT_NOTIFY_CHANGE
15983			 requests, since the last time the statistics
15984			 were cleared."
15985	::= { cifsReqs 31 }
15986
15987	smbTrans2GetDFSReferrals        OBJECT-TYPE
15988	SYNTAX                          Counter32
15989        MAX-ACCESS                      read-only
15990        STATUS                          current
15991	DESCRIPTION
15992			"The SMB TRANS2_GET_DFS_REFERRAL request is
15993			 not presently supported, so this value should
15994			 always be zero."
15995	::= { cifsReqs 32 }
15996
15997	smbTrans2ReportDFSIncs          OBJECT-TYPE
15998	SYNTAX                          Counter32
15999        MAX-ACCESS                      read-only
16000        STATUS                          current
16001	DESCRIPTION
16002			"The SMB TRANS2_REPORT_DFS_INCONSISTENCY request is
16003			 not presently supported, so this value should
16004			 always be zero."
16005	::= { cifsReqs 33 }
16006
16007	smbOpenPrintFiles               OBJECT-TYPE
16008	SYNTAX                          Counter32
16009        MAX-ACCESS                      read-only
16010        STATUS                          current
16011	DESCRIPTION
16012			"The SMB OPEN_PRINT_FILE request is not supported,
16013			 so this value should always be zero."
16014	::= { cifsReqs 34 }
16015
16016	smbGetPrintQueues               OBJECT-TYPE
16017	SYNTAX                          Counter32
16018        MAX-ACCESS                      read-only
16019        STATUS                          current
16020	DESCRIPTION
16021			"The SMB GET_PRINT_QUEUE request is not supported,
16022			 so this value should always be zero."
16023	::= { cifsReqs 35 }
16024
16025	smbNTTransactIoctls             OBJECT-TYPE
16026	SYNTAX                          Counter32
16027        MAX-ACCESS                      read-only
16028        STATUS                          current
16029	DESCRIPTION
16030			"The number of SMB NT_TRANSACT_IOCTL requests,
16031			 since the last time the statistics were cleared."
16032	::= { cifsReqs 36 }
16033
16034	smbNTTransactQuerySecDescs      OBJECT-TYPE
16035	SYNTAX                          Counter32
16036        MAX-ACCESS                      read-only
16037        STATUS                          current
16038	DESCRIPTION
16039			"The number of SMB NT_TRANSACT_QUERY_SECURITY_DESC
16040			 requests, since the last time the statistics
16041			 were cleared."
16042	::= { cifsReqs 37 }
16043
16044	smbNTTransactSetSecDescs        OBJECT-TYPE
16045	SYNTAX                          Counter32
16046        MAX-ACCESS                      read-only
16047        STATUS                          current
16048	DESCRIPTION
16049			"The number of SMB NT_TRANSACT_SET_SECURITY_DESC
16050			 requests, since the last time the statistics
16051			 were cleared."
16052	::= { cifsReqs 38 }
16053
16054
16055	smbTrans2CreateDirs             OBJECT-TYPE
16056	SYNTAX                          Counter32
16057        MAX-ACCESS                      read-only
16058        STATUS                          current
16059	DESCRIPTION
16060			"The number of SMB TRANS2_CREATE_DIRECTORY
16061			 requests, since the last time the statistics
16062			 were cleared."
16063	::= { cifsReqs 39 }
16064
16065
16066	smbNTCancelCNs                  OBJECT-TYPE
16067	SYNTAX                          Counter32
16068        MAX-ACCESS                      read-only
16069        STATUS                          current
16070	DESCRIPTION
16071			"The number of SMB NT_CANCEL requests against
16072			 change notifications since the last time
16073			 the statistics were cleared."
16074	::= { cifsReqs 40 }
16075
16076	smbNTCancelOthers               OBJECT-TYPE
16077	SYNTAX                          Counter32
16078        MAX-ACCESS                      read-only
16079        STATUS                          current
16080	DESCRIPTION
16081			"The number of SMB NT_CANCEL requests against
16082			 operations other than change notifications,
16083			 since the last time the statistics
16084			 were cleared."
16085	::= { cifsReqs 41 }
16086
16087	smb2Echos			OBJECT-TYPE
16088	SYNTAX				Counter32
16089	MAX-ACCESS			read-only
16090	STATUS				current
16091	DESCRIPTION
16092			"The number of SMB2 ECHO requests,
16093			since the last time the statistics were cleared."
16094	::= { cifsReqs 42 }
16095
16096	smb2NegProts			OBJECT-TYPE
16097	SYNTAX				Counter32
16098	MAX-ACCESS			read-only
16099	STATUS				current
16100	DESCRIPTION
16101			"The number of SMB2 NEGOTIATE requests,
16102			 since the last time the statistics were cleared."
16103	::= { cifsReqs 43 }
16104
16105	smb2SessionSetups		OBJECT-TYPE
16106	SYNTAX				Counter32
16107	MAX-ACCESS			read-only
16108	STATUS				current
16109	DESCRIPTION
16110			"The number of SMB2 SESSION_SETUP requests,
16111			 since the last time the statistics were cleared."
16112	::= { cifsReqs 44 }
16113
16114	smb2Logoffs			OBJECT-TYPE
16115	SYNTAX				Counter32
16116	MAX-ACCESS			read-only
16117	STATUS				current
16118	DESCRIPTION
16119			"The number of SMB2 LOGOFF requests,
16120			 since the last time the statistics were cleared."
16121	::= { cifsReqs 45 }
16122
16123	smb2TreeConnects		OBJECT-TYPE
16124	SYNTAX				Counter32
16125	MAX-ACCESS			read-only
16126	STATUS				current
16127	DESCRIPTION
16128			"The number of SMB2 TREE_CONNECT requests,
16129			 since the last time the statistics were cleared."
16130	::= { cifsReqs 46 }
16131
16132	smb2TreeDisconnects		OBJECT-TYPE
16133	SYNTAX				Counter32
16134	MAX-ACCESS			read-only
16135	STATUS				current
16136	DESCRIPTION
16137			"The number of SMB2 TREE_DISCONNECT requests,
16138			 since the last time the statistics were cleared."
16139	::= { cifsReqs 47 }
16140
16141
16142	smb2Cancels			OBJECT-TYPE
16143	SYNTAX				Counter32
16144	MAX-ACCESS			read-only
16145	STATUS				current
16146	DESCRIPTION
16147			"The number of SMB2 CANCEL requests,
16148			 since the last time the statistics were cleared."
16149	::= { cifsReqs 48 }
16150
16151	smb2Creates			OBJECT-TYPE
16152	SYNTAX				Counter32
16153	MAX-ACCESS			read-only
16154	STATUS				current
16155	DESCRIPTION
16156			"The number of SMB2 CREATE requests,
16157			 since the last time the statistics were cleared."
16158	::= { cifsReqs 49 }
16159
16160	smb2IpcCreates			OBJECT-TYPE
16161	SYNTAX				Counter32
16162	MAX-ACCESS			read-only
16163	STATUS				current
16164	DESCRIPTION
16165			"The number of SMB2 IPC CREATE requests,
16166			 since the last time the statistics were cleared."
16167	::= { cifsReqs 50 }
16168
16169	smb2Reads			OBJECT-TYPE
16170	SYNTAX				Counter32
16171	MAX-ACCESS			read-only
16172	STATUS				current
16173	DESCRIPTION
16174			"The number of SMB2 READ requests,
16175			 since the last time the statistics were cleared."
16176	::= { cifsReqs 51 }
16177
16178	smb2Writes			OBJECT-TYPE
16179	SYNTAX				Counter32
16180	MAX-ACCESS			read-only
16181	STATUS				current
16182	DESCRIPTION
16183			"The number of SMB2 WRITE requests,
16184			 since the last time the statistics were cleared."
16185	::= { cifsReqs 52 }
16186
16187	smb2IpcReads			OBJECT-TYPE
16188	SYNTAX				Counter32
16189	MAX-ACCESS			read-only
16190	STATUS				current
16191	DESCRIPTION
16192			"The number of SMB2 IPC READ requests,
16193			 since the last time the statistics were cleared."
16194	::= { cifsReqs 53 }
16195
16196	smb2IpcWrites			OBJECT-TYPE
16197	SYNTAX				Counter32
16198	MAX-ACCESS			read-only
16199	STATUS				current
16200	DESCRIPTION
16201			"The number of SMB2 IPC WRITE requests,
16202			 since the last time the statistics were cleared."
16203	::= { cifsReqs 54 }
16204
16205	smb2Locks			OBJECT-TYPE
16206	SYNTAX				Counter32
16207	MAX-ACCESS			read-only
16208	STATUS				current
16209	DESCRIPTION
16210			"The number of SMB2 LOCK requests,
16211			 since the last time the statistics were cleared."
16212	::= { cifsReqs 55 }
16213
16214	smb2UnLocks			OBJECT-TYPE
16215	SYNTAX				Counter32
16216	MAX-ACCESS			read-only
16217	STATUS				current
16218	DESCRIPTION
16219			"The number of SMB2 UNLOCK requests,
16220			 since the last time the statistics were cleared."
16221	::= { cifsReqs 56 }
16222
16223	smb2OplkBrkAck			OBJECT-TYPE
16224	SYNTAX				Counter32
16225	MAX-ACCESS			read-only
16226	STATUS				current
16227	DESCRIPTION
16228			"The number of SMB2 Oplock Break Acknowledgements,
16229			 since the last time the statistics were cleared."
16230
16231	::= { cifsReqs 57 }
16232
16233	smb2Flushs			OBJECT-TYPE
16234	SYNTAX				Counter32
16235	MAX-ACCESS			read-only
16236	STATUS				current
16237	DESCRIPTION
16238			"The number of SMB2 FLUSH requests,
16239			 since the last time the statistics were cleared."
16240	::= { cifsReqs 58 }
16241
16242	smb2Closes			OBJECT-TYPE
16243	SYNTAX				Counter32
16244	MAX-ACCESS			read-only
16245	STATUS				current
16246	DESCRIPTION
16247			"The number of SMB2 CLOSE requests,
16248			 since the last time the statistics were cleared."
16249	::= { cifsReqs 59 }
16250
16251	smb2QueryFileBasicInfos		OBJECT-TYPE
16252	SYNTAX				Counter32
16253	MAX-ACCESS			read-only
16254	STATUS				current
16255	DESCRIPTION
16256			"The number of SMB2 QUERY_FILE_BASIC_INFO
16257			 requests, since the last time the statistics
16258			 were cleared."
16259	::= { cifsReqs 60 }
16260
16261
16262	smb2QueryFileStandardInfos	OBJECT-TYPE
16263	SYNTAX				Counter32
16264	MAX-ACCESS			read-only
16265	STATUS				current
16266	DESCRIPTION
16267			"The number of SMB2 QUERY_FILE_STANDARD_INFO
16268			 requests, since the last time the statistics
16269			 were cleared."
16270	::= { cifsReqs 61 }
16271
16272	smb2QueryFileInternalInfos	OBJECT-TYPE
16273	SYNTAX				Counter32
16274	MAX-ACCESS			read-only
16275	STATUS				current
16276	DESCRIPTION
16277			"The number of SMB2 QUERY_FILE_INT_INFO
16278			 requests, since the last time the statistics
16279			 were cleared."
16280	::= { cifsReqs 62 }
16281
16282	smb2QueryFileEAInfos		OBJECT-TYPE
16283	SYNTAX				Counter32
16284	MAX-ACCESS			read-only
16285	STATUS				current
16286	DESCRIPTION
16287			"The number of SMB2 QUERY_FILE_EA_INFO
16288			 requests, since the last time the statistics
16289			 were cleared."
16290	::= { cifsReqs 63 }
16291
16292	smb2QueryFileFullEAInfos	OBJECT-TYPE
16293	SYNTAX				Counter32
16294	MAX-ACCESS			read-only
16295	STATUS				current
16296	DESCRIPTION
16297			"The number of SMB2 QUERY_FILE_FULL_EA_INFO
16298			 requests, since the last time the statistics
16299			 were cleared."
16300	::= { cifsReqs 64 }
16301
16302	smb2QueryFileModeInfos		OBJECT-TYPE
16303	SYNTAX				Counter32
16304	MAX-ACCESS			read-only
16305	STATUS				current
16306	DESCRIPTION
16307			"The number of SMB2 QUERY_FILE_MODE_INFO
16308			 requests, since the last time the statistics
16309			 were cleared."
16310	::= { cifsReqs 65 }
16311
16312	smb2QueryFileAltNames		OBJECT-TYPE
16313	SYNTAX				Counter32
16314	MAX-ACCESS			read-only
16315	STATUS				current
16316	DESCRIPTION
16317			"The number of SMB2 QUERY_FILE_ALT_NAME_INFO_
16318			 requests, since the last time the statistics
16319			 were cleared."
16320	::= { cifsReqs 66 }
16321
16322	smb2QueryFileStreamInfos	OBJECT-TYPE
16323	SYNTAX				Counter32
16324	MAX-ACCESS			read-only
16325	STATUS				current
16326	DESCRIPTION
16327			"The number of SMB2 QUERY_FILE_STREAM_INFO_
16328			 requests, since the last time the statistics
16329			 were cleared."
16330	::= { cifsReqs 67 }
16331
16332	smb2QueryFileNetOpenInfos	OBJECT-TYPE
16333	SYNTAX				Counter32
16334	MAX-ACCESS			read-only
16335	STATUS				current
16336	DESCRIPTION
16337			"The number of SMB2 QUERY_FILE_NET_OPEN_INFO
16338			 requests, since the last time the statistics
16339			 were cleared."
16340	::= { cifsReqs 68 }
16341
16342	smb2QueryFileAttrTagInfos	OBJECT-TYPE
16343	SYNTAX				Counter32
16344	MAX-ACCESS			read-only
16345	STATUS				current
16346	DESCRIPTION
16347			"The number of SMB2 QUERY_FILE_ATTR_TAG_INFO
16348			 requests, since the last time the statistics
16349			 were cleared."
16350	::= { cifsReqs 69 }
16351
16352	smb2QueryFileUnsupporteds	OBJECT-TYPE
16353	SYNTAX				Counter32
16354	MAX-ACCESS			read-only
16355	STATUS				current
16356	DESCRIPTION
16357			"The number of SMB2 Unsupported QUERY_FILE_INFO
16358			 requests, since the last time the statistics
16359			 were cleared."
16360	::= { cifsReqs 70 }
16361
16362	smb2QueryFileInvalids		OBJECT-TYPE
16363	SYNTAX				Counter32
16364	MAX-ACCESS			read-only
16365	STATUS				current
16366	DESCRIPTION
16367			"The number of SMB2 invalid QUERY_FILE_INFO
16368			 requests, since the last time the statistics
16369			 were cleared."
16370	::= { cifsReqs 71 }
16371
16372	smb2QueryFsVolInfos		OBJECT-TYPE
16373	SYNTAX				Counter32
16374	MAX-ACCESS			read-only
16375	STATUS				current
16376	DESCRIPTION
16377			"The number of SMB2 QUERY_FS_VOLUME_INFO
16378			 requests, since the last time the statistics
16379			 were cleared."
16380	::= { cifsReqs 72 }
16381
16382	smb2QueryFsSizeInfos		OBJECT-TYPE
16383	SYNTAX				Counter32
16384	MAX-ACCESS			read-only
16385	STATUS				current
16386	DESCRIPTION
16387			"The number of SMB2 QUERY_FS_SIZE_INFO
16388			 requests, since the last time the statistics
16389			 were cleared."
16390	::= { cifsReqs 73 }
16391
16392	smb2QueryFsDeviceInfos		OBJECT-TYPE
16393	SYNTAX				Counter32
16394	MAX-ACCESS			read-only
16395	STATUS				current
16396	DESCRIPTION
16397			"The number of SMB2 QUERY_FS_DEVICE_INFO
16398			 requests, since the last time the statistics
16399			 were cleared."
16400	::= { cifsReqs 74 }
16401
16402	smb2QueryFsAttrInfos		OBJECT-TYPE
16403	SYNTAX				Counter32
16404	MAX-ACCESS			read-only
16405	STATUS				current
16406	DESCRIPTION
16407			"The number of SMB2 QUERY_FS_ATTR_INFO
16408			 requests, since the last time the statistics
16409			 were cleared."
16410	::= { cifsReqs 75 }
16411
16412	smb2QueryFsFullSizeInfos	OBJECT-TYPE
16413	SYNTAX				Counter32
16414	MAX-ACCESS			read-only
16415	STATUS				current
16416	DESCRIPTION
16417			"The number of SMB2 QUERY_FS_FULL_SIZE_INFO
16418			 requests, since the last time the statistics
16419			 were cleared."
16420	::= { cifsReqs 76 }
16421
16422	smb2QueryFsObjectIdInfos	OBJECT-TYPE
16423	SYNTAX				Counter32
16424	MAX-ACCESS			read-only
16425	STATUS				current
16426	DESCRIPTION
16427			"The number of SMB2 QUERY_FS_OBJECT_ID_INFO
16428			 requests, since the last time the statistics
16429			 were cleared."
16430	::= { cifsReqs 77 }
16431
16432	smb2QueryFsInvalids		OBJECT-TYPE
16433	SYNTAX				Counter32
16434	MAX-ACCESS			read-only
16435	STATUS				current
16436	DESCRIPTION
16437			"The number of SMB2 invalid QUERY_FS_INFO
16438			 requests, since the last time the statistics
16439			 were cleared."
16440	::= { cifsReqs 78 }
16441
16442	smb2SetBasicInfos		OBJECT-TYPE
16443	SYNTAX				Counter32
16444	MAX-ACCESS			read-only
16445	STATUS				current
16446	DESCRIPTION
16447			"The number of SMB2 SET_BASIC_INFO
16448			 received, since the last time the statistics
16449			 were cleared."
16450	::= { cifsReqs 79 }
16451
16452	smb2SetRenameInfos		OBJECT-TYPE
16453	SYNTAX				Counter32
16454	MAX-ACCESS			read-only
16455	STATUS				current
16456	DESCRIPTION
16457			"The number of SMB2 SET_FILE_RENAME_INFO
16458			 received, since the last time the statistics
16459			 were cleared."
16460	::= { cifsReqs 80 }
16461
16462	smb2SetFileLinkInfos		OBJECT-TYPE
16463	SYNTAX				Counter32
16464	MAX-ACCESS			read-only
16465	STATUS				current
16466	DESCRIPTION
16467			"The number of SMB2 SET_FILE_LINK_INFO
16468			 received, since the last time the statistics
16469			 were cleared."
16470	::= { cifsReqs 81 }
16471
16472	smb2SetFileDispInfos		OBJECT-TYPE
16473	SYNTAX				Counter32
16474	MAX-ACCESS			read-only
16475	STATUS				current
16476	DESCRIPTION
16477			"The number of SMB2 SET_FILE_DISP_INFO
16478			 received, since the last time the statistics
16479			 were cleared."
16480	::= { cifsReqs 82 }
16481
16482	smb2SetFullEaInfos		OBJECT-TYPE
16483	SYNTAX				Counter32
16484	MAX-ACCESS			read-only
16485	STATUS				current
16486	DESCRIPTION
16487			"The number of SMB2 SET_FULL_EA_INFO
16488			 received, since the last time the statistics
16489			 were cleared."
16490	::= { cifsReqs 83 }
16491
16492	smb2SetModeInfos		OBJECT-TYPE
16493	SYNTAX				Counter32
16494	MAX-ACCESS			read-only
16495	STATUS				current
16496	DESCRIPTION
16497			"The number of SMB2 SET_MODE_INFO
16498			 received, since the last time the statistics
16499			 were cleared."
16500	::= { cifsReqs 84 }
16501
16502	smb2SetAllocInfos		OBJECT-TYPE
16503	SYNTAX				Counter32
16504	MAX-ACCESS			read-only
16505	STATUS				current
16506	DESCRIPTION
16507			"The number of SMB2 SET_ALLOC_INFO
16508			 received, since the last time the statistics
16509			 were cleared."
16510	::= { cifsReqs 85 }
16511
16512	smb2SetEofInfos			OBJECT-TYPE
16513	SYNTAX				Counter32
16514	MAX-ACCESS			read-only
16515	STATUS				current
16516	DESCRIPTION
16517			"The number of SMB2 SET_EOF_INFO
16518			 received, since the last time the statistics
16519			 were cleared."
16520	::= { cifsReqs 86 }
16521
16522	smb2SetInfoUnsupporteds		OBJECT-TYPE
16523	SYNTAX				Counter32
16524	MAX-ACCESS			read-only
16525	STATUS				current
16526	DESCRIPTION
16527			"The number of SMB2 Unsupported SET_INFO
16528			 received, since the last time the statistics
16529			 were cleared."
16530	::= { cifsReqs 87 }
16531
16532	smb2SetInfoInvalids		OBJECT-TYPE
16533	SYNTAX				Counter32
16534	MAX-ACCESS			read-only
16535	STATUS				current
16536	DESCRIPTION
16537			"The number of invalid SMB2 SET_INFO
16538			 received, since the last time the statistics
16539			 were cleared."
16540	::= { cifsReqs 88 }
16541
16542	smb2FsctlPipeTransceives	OBJECT-TYPE
16543	SYNTAX				Counter32
16544	MAX-ACCESS			read-only
16545	STATUS				current
16546	DESCRIPTION
16547			"The number of SMB2 FSCTL_PIPE_TRANSCEIVE
16548			 received, since the last time the statistics
16549			 were cleared."
16550	::= { cifsReqs 89 }
16551
16552	smb2FsctlPipePeeks		OBJECT-TYPE
16553	SYNTAX				Counter32
16554	MAX-ACCESS			read-only
16555	STATUS				current
16556	DESCRIPTION
16557			"The number of SMB2 FSCTL_PIPE_PEEK
16558			 received, since the last time the statistics
16559			 were cleared."
16560	::= { cifsReqs 90 }
16561
16562	smb2FsctlEnumSnapshotss		OBJECT-TYPE
16563	SYNTAX				Counter32
16564	MAX-ACCESS			read-only
16565	STATUS				current
16566	DESCRIPTION
16567			"The number of SMB2 FSCTL_ENUMERATE_SNAPSHOTS
16568			 received, since the last time the statistics
16569			 were cleared."
16570	::= { cifsReqs 91 }
16571
16572	smb2FsctlDfsReferralss		OBJECT-TYPE
16573	SYNTAX				Counter32
16574	MAX-ACCESS			read-only
16575	STATUS				current
16576	DESCRIPTION
16577			"The number of SMB2 FSCTL_DFS_REFERRALS
16578			 received, since the last time the statistics
16579			 were cleared."
16580	::= { cifsReqs 92 }
16581
16582	smb2FsctlSetSparses		OBJECT-TYPE
16583	SYNTAX				Counter32
16584	MAX-ACCESS			read-only
16585	STATUS				current
16586	DESCRIPTION
16587			"The number of SMB2 FSCTL_SET_SPARSE
16588			 received, since the last time the statistics
16589			 were cleared."
16590	::= { cifsReqs 93 }
16591
16592	smb2FsctlSecureShares		OBJECT-TYPE
16593	SYNTAX				Counter32
16594	MAX-ACCESS			read-only
16595	STATUS				current
16596	DESCRIPTION
16597			"The number of SMB2 FSCTL_SECURE_SHARE
16598			 received, since the last time the statistics
16599			 were cleared."
16600	::= { cifsReqs 94 }
16601
16602	smb2FsctlFileUnsupporteds	OBJECT-TYPE
16603	SYNTAX				Counter32
16604	MAX-ACCESS			read-only
16605	STATUS				current
16606	DESCRIPTION
16607			"The number of Unsupported SMB2 File FSCTL
16608			 received, since the last time the statistics
16609			 were cleared."
16610	::= { cifsReqs 95 }
16611
16612	smb2FsctlIpcUnsupporteds	OBJECT-TYPE
16613	SYNTAX				Counter32
16614	MAX-ACCESS			read-only
16615	STATUS				current
16616	DESCRIPTION
16617			"The number of Unsupported SMB2 IPC FSCTL
16618			 received, since the last time the statistics
16619			 were cleared."
16620	::= { cifsReqs 96 }
16621
16622	smb2QueryDirs			OBJECT-TYPE
16623	SYNTAX				Counter32
16624	MAX-ACCESS			read-only
16625	STATUS				current
16626	DESCRIPTION
16627			"The number of SMB2 QUERY_DIR
16628			 received, since the last time the statistics
16629			 were cleared."
16630	::= { cifsReqs 97 }
16631
16632	smb2ChgNfys			OBJECT-TYPE
16633	SYNTAX				Counter32
16634	MAX-ACCESS			read-only
16635	STATUS				current
16636	DESCRIPTION
16637			"The number of SMB2 CHANGE_NOTIFY
16638			 received, since the last time the statistics
16639			 were cleared."
16640	::= { cifsReqs 98 }
16641
16642	smb2QuerySecurityInfos		OBJECT-TYPE
16643	SYNTAX				Counter32
16644	MAX-ACCESS			read-only
16645	STATUS				current
16646	DESCRIPTION
16647			"The number of SMB2 QUERY_INFO SECURITY requests
16648			 received, since the last time the statistics
16649			 were cleared."
16650	::= { cifsReqs 99 }
16651
16652	smb2SetSecurityInfos		OBJECT-TYPE
16653	SYNTAX				Counter32
16654	MAX-ACCESS			read-only
16655	STATUS				current
16656	DESCRIPTION
16657			"The number of SMB2 SET_INFO SECURITY requests
16658			 received, since the last time the statistics
16659			 were cleared."
16660	::= { cifsReqs 100 }
16661
16662	smb2QueryFileAccessInfos	OBJECT-TYPE
16663	SYNTAX				Counter32
16664	MAX-ACCESS			read-only
16665	STATUS				current
16666	DESCRIPTION
16667			"The number of SMB2 QUERY_FILE_ACCESS_INFO
16668			 requests, since the last time the statistics
16669			 were cleared."
16670	::= { cifsReqs 101 }
16671
16672
16673	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16674	-- the cifsObsReqs group
16675	-- (Obsolete SMB requests)
16676	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16677
16678	obsSmbClosePrintFiles           OBJECT-TYPE
16679	SYNTAX                          Counter32
16680        MAX-ACCESS                      read-only
16681        STATUS                          current
16682	DESCRIPTION
16683			"The number of SMB CLOSE_PRINT_FILE requests,
16684			 since the last time the statistics were cleared."
16685	::= { cifsObsReqs 1 }
16686
16687	obsSmbCreates                   OBJECT-TYPE
16688	SYNTAX                          Counter32
16689        MAX-ACCESS                      read-only
16690        STATUS                          current
16691	DESCRIPTION
16692			"The number of SMB CREATE requests,
16693			 since the last time the statistics were cleared."
16694	::= { cifsObsReqs 2 }
16695
16696	obsSmbCreateDirs                OBJECT-TYPE
16697	SYNTAX                          Counter32
16698        MAX-ACCESS                      read-only
16699        STATUS                          current
16700	DESCRIPTION
16701			"The number of SMB CREATE_DIRECTORY requests,
16702			 since the last time the statistics were cleared."
16703	::= { cifsObsReqs 3 }
16704
16705	obsSmbCreateNews                OBJECT-TYPE
16706	SYNTAX                          Counter32
16707        MAX-ACCESS                      read-only
16708        STATUS                          current
16709	DESCRIPTION
16710			"The number of SMB CREATE_NEW requests,
16711			 since the last time the statistics were cleared."
16712	::= { cifsObsReqs 4 }
16713
16714	obsSmbLockAndReads              OBJECT-TYPE
16715	SYNTAX                          Counter32
16716        MAX-ACCESS                      read-only
16717        STATUS                          current
16718	DESCRIPTION
16719			"The number of SMB LOCK_AND_READ requests,
16720			 since the last time the statistics were cleared."
16721	::= { cifsObsReqs 5 }
16722
16723	obsSmbLockByteRanges            OBJECT-TYPE
16724	SYNTAX                          Counter32
16725        MAX-ACCESS                      read-only
16726        STATUS                          current
16727	DESCRIPTION
16728			"The number of SMB LOCK_BYTE_RANGE requests,
16729			 since the last time the statistics were cleared."
16730	::= { cifsObsReqs 6 }
16731
16732	obsSmbOpens                     OBJECT-TYPE
16733	SYNTAX                          Counter32
16734        MAX-ACCESS                      read-only
16735        STATUS                          current
16736	DESCRIPTION
16737			"The number of SMB OPEN requests,
16738			 since the last time the statistics were cleared."
16739	::= { cifsObsReqs 7 }
16740
16741	obsSmbOpenAndXs                 OBJECT-TYPE
16742	SYNTAX                          Counter32
16743        MAX-ACCESS                      read-only
16744        STATUS                          current
16745	DESCRIPTION
16746			"The number of SMB OPEN_ANDX requests,
16747			 since the last time the statistics were cleared."
16748	::= { cifsObsReqs 8 }
16749
16750	obsSmbProcessExits              OBJECT-TYPE
16751	SYNTAX                          Counter32
16752        MAX-ACCESS                      read-only
16753        STATUS                          current
16754	DESCRIPTION
16755			"The number of SMB PROCESS_EXIT requests,
16756			 since the last time the statistics were cleared."
16757	::= { cifsObsReqs 9 }
16758
16759	obsSmbQueryInfos                OBJECT-TYPE
16760	SYNTAX                          Counter32
16761        MAX-ACCESS                      read-only
16762        STATUS                          current
16763	DESCRIPTION
16764			"The number of SMB QUERY_INFORMATION requests,
16765			 since the last time the statistics were cleared."
16766	::= { cifsObsReqs 10 }
16767
16768	obsSmbQueryInfo2s               OBJECT-TYPE
16769	SYNTAX                          Counter32
16770        MAX-ACCESS                      read-only
16771        STATUS                          current
16772	DESCRIPTION
16773			"The number of SMB QUERY_INFORMATION2 requests,
16774			 since the last time the statistics were cleared."
16775	::= { cifsObsReqs 11 }
16776
16777	obsSmbReads                     OBJECT-TYPE
16778	SYNTAX                          Counter32
16779        MAX-ACCESS                      read-only
16780        STATUS                          current
16781	DESCRIPTION
16782			"The number of SMB READ requests,
16783			 since the last time the statistics were cleared."
16784	::= { cifsObsReqs 12 }
16785
16786	obsSmbReadMPXs                  OBJECT-TYPE
16787	SYNTAX                          Counter32
16788        MAX-ACCESS                      read-only
16789        STATUS                          current
16790	DESCRIPTION
16791			"The SMB READ_MPX request is not supported,
16792			 so this value should always be zero."
16793	::= { cifsObsReqs 13 }
16794
16795	obsSmbReadRaws                  OBJECT-TYPE
16796	SYNTAX                          Counter32
16797        MAX-ACCESS                      read-only
16798        STATUS                          current
16799	DESCRIPTION
16800			"The number of SMB READ_RAW requests,
16801			 since the last time the statistics were cleared."
16802	::= { cifsObsReqs 14 }
16803
16804	obsSmbSearchs                   OBJECT-TYPE
16805	SYNTAX                          Counter32
16806        MAX-ACCESS                      read-only
16807        STATUS                          current
16808	DESCRIPTION
16809			"The number of SMB SEARCH requests,
16810			 since the last time the statistics were cleared."
16811	::= { cifsObsReqs 15 }
16812
16813	obsSmbSetInfos                  OBJECT-TYPE
16814	SYNTAX                          Counter32
16815        MAX-ACCESS                      read-only
16816        STATUS                          current
16817	DESCRIPTION
16818			"The number of SMB SET_INFORMATION requests,
16819			 since the last time the statistics were cleared."
16820	::= { cifsObsReqs 16 }
16821
16822	obsSmbSetInfo2s                 OBJECT-TYPE
16823	SYNTAX                          Counter32
16824        MAX-ACCESS                      read-only
16825        STATUS                          current
16826	DESCRIPTION
16827			"The number of SMB SET_INFORMATION2 requests,
16828			 since the last time the statistics were cleared."
16829	::= { cifsObsReqs 17 }
16830
16831	obsSmbQueryInfoDisks            OBJECT-TYPE
16832	SYNTAX                          Counter32
16833        MAX-ACCESS                      read-only
16834        STATUS                          current
16835	DESCRIPTION
16836			"The number of SMB QUERY_INFORMATION_DISK
16837			 requests, since the last time the statistics
16838			 were cleared."
16839	::= { cifsObsReqs 18 }
16840
16841	obsSmbTrans2Open2s              OBJECT-TYPE
16842	SYNTAX                          Counter32
16843        MAX-ACCESS                      read-only
16844        STATUS                          current
16845	DESCRIPTION
16846			"The number of SMB TRANS2_OPEN2 requests,
16847			 since the last time the statistics were cleared."
16848	::= { cifsObsReqs 19 }
16849
16850	obsSmbTreeConnects              OBJECT-TYPE
16851	SYNTAX                          Counter32
16852        MAX-ACCESS                      read-only
16853        STATUS                          current
16854	DESCRIPTION
16855			"The number of SMB TREE_CONNECT requests,
16856			 since the last time the statistics were cleared."
16857	::= { cifsObsReqs 20 }
16858
16859	obsSmbUnlockByteRanges          OBJECT-TYPE
16860	SYNTAX                          Counter32
16861        MAX-ACCESS                      read-only
16862        STATUS                          current
16863	DESCRIPTION
16864			"The number of SMB UNLOCK_BYTE_RANGE requests,
16865			 since the last time the statistics were cleared."
16866	::= { cifsObsReqs 21 }
16867
16868	obsSmbWrites                    OBJECT-TYPE
16869	SYNTAX                          Counter32
16870        MAX-ACCESS                      read-only
16871        STATUS                          current
16872	DESCRIPTION
16873			"The number of SMB WRITE requests,
16874			 since the last time the statistics were cleared."
16875	::= { cifsObsReqs 22 }
16876
16877	obsSmbWriteAndUnlocks           OBJECT-TYPE
16878	SYNTAX                          Counter32
16879        MAX-ACCESS                      read-only
16880        STATUS                          current
16881	DESCRIPTION
16882			"The number of SMB WRITE_AND_UNLOCK requests,
16883			 since the last time the statistics were cleared."
16884	::= { cifsObsReqs 23 }
16885
16886	obsSmbWriteAndCloses            OBJECT-TYPE
16887	SYNTAX                          Counter32
16888        MAX-ACCESS                      read-only
16889        STATUS                          current
16890	DESCRIPTION
16891			"The number of SMB WRITE_AND_CLOSE requests,
16892			 since the last time the statistics were cleared."
16893	::= { cifsObsReqs 24 }
16894
16895	obsSmbWriteMPXs                 OBJECT-TYPE
16896	SYNTAX                          Counter32
16897        MAX-ACCESS                      read-only
16898        STATUS                          current
16899	DESCRIPTION
16900			"The SMB WRITE_MPX request is not supported,
16901			 so this value should always be zero."
16902	::= { cifsObsReqs 25 }
16903
16904	obsSmbWritePrintFiles           OBJECT-TYPE
16905	SYNTAX                          Counter32
16906        MAX-ACCESS                      read-only
16907        STATUS                          current
16908	DESCRIPTION
16909			"The SMB WRITE_PRINT_FILE request is not supported,
16910			 so this value should always be zero."
16911	::= { cifsObsReqs 26 }
16912
16913	obsSmbWriteRaws                 OBJECT-TYPE
16914	SYNTAX                          Counter32
16915        MAX-ACCESS                      read-only
16916        STATUS                          current
16917	DESCRIPTION
16918			"The number of SMB WRITE_RAW requests,
16919			 since the last time the statistics were cleared."
16920	::= { cifsObsReqs 27 }
16921
16922
16923
16924	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16925	-- the cifsPercent group
16926	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16927
16928		-- this group contains statistics for the number of
16929		-- calls received for each CIFS SMB request
16930		-- as a percentage of total CIFS calls received,
16931		-- since the last time the statistics were cleared
16932
16933	smbNegProtPct                   OBJECT-TYPE
16934	SYNTAX                          Integer32 (0..100)
16935        MAX-ACCESS                      read-only
16936        STATUS                          current
16937	DESCRIPTION
16938			"The number of SMB NEGOTIATE requests,
16939			 as a percentage of total CIFS calls received,
16940			 since the last time the statistics were cleared."
16941	::= { cifsPercent 1 }
16942
16943	smbSessionSetupAndXPct          OBJECT-TYPE
16944	SYNTAX                          Integer32 (0..100)
16945        MAX-ACCESS                      read-only
16946        STATUS                          current
16947	DESCRIPTION
16948			"The number of SMB SESSION_SETUP_ANDX requests,
16949			 as a percentage of total CIFS calls received,
16950			 since the last time the statistics were cleared."
16951	::= { cifsPercent 2 }
16952
16953	smbLogoffAndXPct                OBJECT-TYPE
16954	SYNTAX                          Integer32 (0..100)
16955        MAX-ACCESS                      read-only
16956        STATUS                          current
16957	DESCRIPTION
16958			"The number of SMB LOGOFF_ANDX requests,
16959			 as a percentage of total CIFS calls received,
16960			 since the last time the statistics were cleared."
16961	::= { cifsPercent 3 }
16962
16963	smbTreeConnectAndXPct           OBJECT-TYPE
16964	SYNTAX                          Integer32 (0..100)
16965        MAX-ACCESS                      read-only
16966        STATUS                          current
16967	DESCRIPTION
16968			"The number of SMB TREE_CONNECT_ANDX requests,
16969			 as a percentage of total CIFS calls received,
16970			 since the last time the statistics were cleared."
16971	::= { cifsPercent 4 }
16972
16973	smbTreeDisconnectAndXPct        OBJECT-TYPE
16974	SYNTAX                          Integer32 (0..100)
16975        MAX-ACCESS                      read-only
16976        STATUS                          current
16977	DESCRIPTION
16978			"The number of SMB TREE_DISCONNECT_ANDX requests,
16979			 as a percentage of total CIFS calls received,
16980			 since the last time the statistics were cleared."
16981	::= { cifsPercent 5 }
16982
16983	smbTrans2QueryFSInfoPct         OBJECT-TYPE
16984	SYNTAX                          Integer32 (0..100)
16985        MAX-ACCESS                      read-only
16986        STATUS                          current
16987	DESCRIPTION
16988			"The number of SMB TRANS2_QUERY_FS_INFORMATION
16989			 requests, as a percentage of total CIFS calls
16990			 received, since the last time the statistics
16991			 were cleared."
16992	::= { cifsPercent 6 }
16993
16994	smbEchoPct                      OBJECT-TYPE
16995	SYNTAX                          Integer32 (0..100)
16996        MAX-ACCESS                      read-only
16997        STATUS                          current
16998	DESCRIPTION
16999			"The number of SMB ECHO requests,
17000			 as a percentage of total CIFS calls received,
17001			 since the last time the statistics were cleared."
17002	::= { cifsPercent 7 }
17003
17004	smbNTCancelPct                  OBJECT-TYPE
17005	SYNTAX                          Integer32 (0..100)
17006        MAX-ACCESS                      read-only
17007        STATUS                          current
17008	DESCRIPTION
17009			"The number of SMB NT_CANCEL requests,
17010			 as a percentage of total CIFS calls received,
17011			 since the last time the statistics were cleared."
17012	::= { cifsPercent 8 }
17013
17014	smbCreateAndXPct                OBJECT-TYPE
17015	SYNTAX                          Integer32 (0..100)
17016        MAX-ACCESS                      read-only
17017        STATUS                          current
17018	DESCRIPTION
17019			"The number of SMB NT_CREATE_ANDX requests,
17020			 as a percentage of total CIFS calls received,
17021			 since the last time the statistics were cleared."
17022	::= { cifsPercent 9 }
17023
17024	smbTransactCreatePct            OBJECT-TYPE
17025	SYNTAX                          Integer32 (0..100)
17026        MAX-ACCESS                      read-only
17027        STATUS                          current
17028	DESCRIPTION
17029			"The number of SMB NT_TRANSACT_CREATE requests,
17030			 as a percentage of total CIFS calls received,
17031			 since the last time the statistics were cleared."
17032	::= { cifsPercent 10 }
17033
17034	smbCreateTemporaryPct           OBJECT-TYPE
17035	SYNTAX                          Integer32 (0..100)
17036        MAX-ACCESS                      read-only
17037        STATUS                          current
17038	DESCRIPTION
17039			"The number of SMB CREATE_TEMPORARY requests,
17040			 as a percentage of total CIFS calls received,
17041			 since the last time the statistics were cleared."
17042	::= { cifsPercent 11 }
17043
17044	smbReadAndXPct                  OBJECT-TYPE
17045	SYNTAX                          Integer32 (0..100)
17046        MAX-ACCESS                      read-only
17047        STATUS                          current
17048	DESCRIPTION
17049			"The number of SMB READ_ANDX requests,
17050			 as a percentage of total CIFS calls received,
17051			 since the last time the statistics were cleared."
17052	::= { cifsPercent 12 }
17053
17054	smbWriteAndXPct                 OBJECT-TYPE
17055	SYNTAX                          Integer32 (0..100)
17056        MAX-ACCESS                      read-only
17057        STATUS                          current
17058	DESCRIPTION
17059			"The number of SMB WRITE_ANDX requests,
17060			 as a percentage of total CIFS calls received,
17061			 since the last time the statistics were cleared."
17062	::= { cifsPercent 13 }
17063
17064	smbLockingAndXPct               OBJECT-TYPE
17065	SYNTAX                          Integer32 (0..100)
17066        MAX-ACCESS                      read-only
17067        STATUS                          current
17068	DESCRIPTION
17069			"The number of SMB LOCKING_ANDX requests,
17070			 as a percentage of total CIFS calls received,
17071			 since the last time the statistics were cleared."
17072	::= { cifsPercent 14 }
17073
17074	smbSeekPct                      OBJECT-TYPE
17075	SYNTAX                          Integer32 (0..100)
17076        MAX-ACCESS                      read-only
17077        STATUS                          current
17078	DESCRIPTION
17079			"The number of SMB SEEK requests,
17080			 as a percentage of total CIFS calls received,
17081			 since the last time the statistics were cleared."
17082	::= { cifsPercent 15 }
17083
17084	smbFlushPct                     OBJECT-TYPE
17085	SYNTAX                          Integer32 (0..100)
17086        MAX-ACCESS                      read-only
17087        STATUS                          current
17088	DESCRIPTION
17089			"The number of SMB FLUSH requests,
17090			 as a percentage of total CIFS calls received,
17091			 since the last time the statistics were cleared."
17092	::= { cifsPercent 16 }
17093
17094	smbClosePct                     OBJECT-TYPE
17095	SYNTAX                          Integer32 (0..100)
17096        MAX-ACCESS                      read-only
17097        STATUS                          current
17098	DESCRIPTION
17099			"The number of SMB CLOSE requests,
17100			 as a percentage of total CIFS calls received,
17101			 since the last time the statistics were cleared."
17102	::= { cifsPercent 17 }
17103
17104	smbDeletePct                    OBJECT-TYPE
17105	SYNTAX                          Integer32 (0..100)
17106        MAX-ACCESS                      read-only
17107        STATUS                          current
17108	DESCRIPTION
17109			"The number of SMB DELETE requests,
17110			 as a percentage of total CIFS calls received,
17111			 since the last time the statistics were cleared."
17112	::= { cifsPercent 18 }
17113
17114	smbRenamePct                    OBJECT-TYPE
17115	SYNTAX                          Integer32 (0..100)
17116        MAX-ACCESS                      read-only
17117        STATUS                          current
17118	DESCRIPTION
17119			"The number of SMB RENAME requests,
17120			 as a percentage of total CIFS calls received,
17121			 since the last time the statistics were cleared."
17122	::= { cifsPercent 19 }
17123
17124	smbMovePct                      OBJECT-TYPE
17125	SYNTAX                          Integer32 (0..100)
17126        MAX-ACCESS                      read-only
17127        STATUS                          current
17128	DESCRIPTION
17129			"The number of SMB MOVE requests,
17130			 as a percentage of total CIFS calls received,
17131			 since the last time the statistics were cleared."
17132	::= { cifsPercent 20 }
17133
17134	smbCopyPct                      OBJECT-TYPE
17135	SYNTAX                          Integer32 (0..100)
17136        MAX-ACCESS                      read-only
17137        STATUS                          current
17138	DESCRIPTION
17139			"The number of SMB COPY requests,
17140			 as a percentage of total CIFS calls received,
17141			 since the last time the statistics were cleared."
17142	::= { cifsPercent 21 }
17143
17144	smbTrans2QueryPathInfoPct       OBJECT-TYPE
17145	SYNTAX                          Integer32 (0..100)
17146        MAX-ACCESS                      read-only
17147        STATUS                          current
17148	DESCRIPTION
17149			"The number of SMB TRANS2_QUERY_PATH_INFORMATION
17150			 requests, as a percentage of total CIFS calls
17151			 received, since the last time the statistics
17152			 were cleared."
17153	::= { cifsPercent 22 }
17154
17155	smbTrans2QueryFileInfoPct       OBJECT-TYPE
17156	SYNTAX                          Integer32 (0..100)
17157        MAX-ACCESS                      read-only
17158        STATUS                          current
17159	DESCRIPTION
17160			"The number of SMB TRANS2_QUERY_FILE_INFORMATION
17161			 requests, as a percentage of total CIFS calls
17162			 received, since the last time the statistics
17163			 were cleared."
17164	::= { cifsPercent 23 }
17165
17166	smbTrans2SetPathInfoPct         OBJECT-TYPE
17167	SYNTAX                          Integer32 (0..100)
17168        MAX-ACCESS                      read-only
17169        STATUS                          current
17170	DESCRIPTION
17171			"The number of SMB TRANS2_SET_PATH_INFORMATION
17172			 requests, as a percentage of total CIFS calls
17173			 received, since the last time the statistics
17174			 were cleared."
17175	::= { cifsPercent 24 }
17176
17177	smbTrans2SetFileInfoPct         OBJECT-TYPE
17178	SYNTAX                          Integer32 (0..100)
17179        MAX-ACCESS                      read-only
17180        STATUS                          current
17181	DESCRIPTION
17182			"The number of SMB TRANS2_SET_FILE_INFORMATION
17183			 requests, as a percentage of total CIFS calls
17184			 received, since the last time the statistics
17185			 were cleared."
17186	::= { cifsPercent 25 }
17187
17188	smbDeleteDirPct                 OBJECT-TYPE
17189	SYNTAX                          Integer32 (0..100)
17190        MAX-ACCESS                      read-only
17191        STATUS                          current
17192	DESCRIPTION
17193			"The number of SMB DELETE_DIRECTORY requests,
17194			 as a percentage of total CIFS calls received,
17195			 since the last time the statistics were cleared."
17196	::= { cifsPercent 26 }
17197
17198	smbCheckDirPct                  OBJECT-TYPE
17199	SYNTAX                          Integer32 (0..100)
17200        MAX-ACCESS                      read-only
17201        STATUS                          current
17202	DESCRIPTION
17203			"The number of SMB CHECK_DIRECTORY requests,
17204			 as a percentage of total CIFS calls received,
17205			 since the last time the statistics were cleared."
17206	::= { cifsPercent 27 }
17207
17208
17209	smbTrans2FindFirst2Pct          OBJECT-TYPE
17210	SYNTAX                          Integer32 (0..100)
17211        MAX-ACCESS                      read-only
17212        STATUS                          current
17213	DESCRIPTION
17214			"The number of SMB TRANS2_FIND_FIRST2 requests,
17215			 as a percentage of total CIFS calls received,
17216			 since the last time the statistics were cleared."
17217	::= { cifsPercent 28 }
17218
17219	smbTrans2FindNext2Pct           OBJECT-TYPE
17220	SYNTAX                          Integer32 (0..100)
17221        MAX-ACCESS                      read-only
17222        STATUS                          current
17223	DESCRIPTION
17224			"The number of SMB TRANS2_FIND_NEXT2 requests,
17225			 as a percentage of total CIFS calls received,
17226			 since the last time the statistics were cleared."
17227	::= { cifsPercent 29 }
17228
17229	smbFindClose2Pct                OBJECT-TYPE
17230	SYNTAX                          Integer32 (0..100)
17231        MAX-ACCESS                      read-only
17232        STATUS                          current
17233	DESCRIPTION
17234			"The number of SMB FIND_CLOSE2 requests,
17235			 as a percentage of total CIFS calls received,
17236			 since the last time the statistics were cleared."
17237	::= { cifsPercent 30 }
17238
17239	smbNTTransactNotifyChgPct       OBJECT-TYPE
17240	SYNTAX                          Integer32 (0..100)
17241        MAX-ACCESS                      read-only
17242        STATUS                          current
17243	DESCRIPTION
17244			"The number of SMB NT_TRANSACT_NOTIFY_CHANGE
17245			 requests, as a percentage of total CIFS calls
17246			 received, since the last time the statistics
17247			 were cleared."
17248	::= { cifsPercent 31 }
17249
17250	smbTrans2GetDFSReferralPct      OBJECT-TYPE
17251	SYNTAX                          Integer32 (0..100)
17252        MAX-ACCESS                      read-only
17253        STATUS                          current
17254	DESCRIPTION
17255			"The number of SMB TRANS2_GET_DFS_REFERRAL
17256			 requests, as a percentage of total CIFS calls
17257			 received, since the last time the statistics
17258			 were cleared."
17259	::= { cifsPercent 32 }
17260
17261	smbTrans2ReportDFSIncPct        OBJECT-TYPE
17262	SYNTAX                          Integer32 (0..100)
17263        MAX-ACCESS                      read-only
17264        STATUS                          current
17265	DESCRIPTION
17266			"The number of SMB TRANS2_REPORT_DFS_INCONSISTENCY
17267			 requests, as a percentage of total CIFS calls
17268			 received, since the last time the statistics
17269			 were cleared."
17270	::= { cifsPercent 33 }
17271
17272	smbOpenPrintFilePct             OBJECT-TYPE
17273	SYNTAX                          Integer32 (0..100)
17274        MAX-ACCESS                      read-only
17275        STATUS                          current
17276	DESCRIPTION
17277			"The number of SMB OPEN_PRINT_FILE requests,
17278			 as a percentage of total CIFS calls received,
17279			 since the last time the statistics were cleared."
17280	::= { cifsPercent 34 }
17281
17282	smbGetPrintQueuePct             OBJECT-TYPE
17283	SYNTAX                          Integer32 (0..100)
17284        MAX-ACCESS                      read-only
17285        STATUS                          current
17286	DESCRIPTION
17287			"The number of SMB GET_PRINT_QUEUE requests,
17288			 as a percentage of total CIFS calls received,
17289			 since the last time the statistics were cleared."
17290	::= { cifsPercent 35 }
17291
17292	smbNTTransactIoctlPct           OBJECT-TYPE
17293	SYNTAX                          Integer32 (0..100)
17294        MAX-ACCESS                      read-only
17295        STATUS                          current
17296	DESCRIPTION
17297			"The number of SMB NT_TRANSACT_IOCTL requests,
17298			 as a percentage of total CIFS calls received,
17299			 since the last time the statistics were cleared."
17300	::= { cifsPercent 36 }
17301
17302	smbNTTransactQuerySecDescPct    OBJECT-TYPE
17303	SYNTAX                          Integer32 (0..100)
17304        MAX-ACCESS                      read-only
17305        STATUS                          current
17306	DESCRIPTION
17307			"The number of SMB NT_TRANSACT_QUERY_SECURITY_DESC
17308			 requests, as a percentage of total CIFS calls
17309			 received, since the last time the statistics
17310			 were cleared."
17311	::= { cifsPercent 37 }
17312
17313	smbNTTransactSetSecDescPct      OBJECT-TYPE
17314	SYNTAX                          Integer32 (0..100)
17315        MAX-ACCESS                      read-only
17316        STATUS                          current
17317	DESCRIPTION
17318			"The number of SMB NT_TRANSACT_SET_SECURITY_DESC
17319			 requests, as a percentage of total CIFS calls
17320			 received, since the last time the statistics
17321			 were cleared."
17322	::= { cifsPercent 38 }
17323
17324
17325	smbTrans2CreateDirPct           OBJECT-TYPE
17326	SYNTAX                          Integer32 (0..100)
17327        MAX-ACCESS                      read-only
17328        STATUS                          current
17329	DESCRIPTION
17330			"The number of SMB TRANS2_CREATE_DIRECTORY
17331			 requests, as a percentage of total CIFS calls
17332			 received, since the last time the statistics
17333			 were cleared."
17334	::= { cifsPercent 39 }
17335
17336
17337	smbNTCancelCNPct                OBJECT-TYPE
17338	SYNTAX                          Integer32 (0..100)
17339        MAX-ACCESS                      read-only
17340        STATUS                          current
17341	DESCRIPTION
17342			"The number of SMB NT_CANCEL requests against
17343			 change notifications, as a percentage of
17344			 total CIFS calls received, since the last
17345			 time the statistics were cleared."
17346	::= { cifsPercent 40 }
17347
17348	smbNTCancelOtherPct             OBJECT-TYPE
17349	SYNTAX                          Integer32 (0..100)
17350        MAX-ACCESS                      read-only
17351        STATUS                          current
17352	DESCRIPTION
17353			"The number of SMB NT_CANCEL requests against
17354			 calls other than change notifications, as
17355			 a percentage of total CIFS calls received,
17356			 since the last time the statistics were
17357			 cleared."
17358	::= { cifsPercent 41 }
17359
17360	smb2EchoPct			OBJECT-TYPE
17361	SYNTAX				Integer32 (0..100)
17362	MAX-ACCESS			read-only
17363	STATUS				current
17364	DESCRIPTION
17365			"The number of SMB2 ECHO requests,
17366			 as a percentage of total CIFS calls received,
17367			 since the last time the statistics were cleared."
17368	::= { cifsPercent 42 }
17369
17370	smb2NegProtPct			OBJECT-TYPE
17371	SYNTAX				Integer32 (0..100)
17372	MAX-ACCESS			read-only
17373	STATUS				current
17374	DESCRIPTION
17375			"The number of SMB2 NEGOTIATE requests,
17376			 as a percentage of total CIFS calls received,
17377			 since the last time the statistics were cleared."
17378	::= { cifsPercent 43 }
17379
17380	smb2SessionSetupPct		OBJECT-TYPE
17381	SYNTAX				Integer32 (0..100)
17382	MAX-ACCESS			read-only
17383	STATUS				current
17384	DESCRIPTION
17385			"The number of SMB2 SESSION_SETUP requests,
17386			 as a percentage of total CIFS calls received,
17387			 since the last time the statistics were cleared."
17388	::= { cifsPercent 44 }
17389
17390	smb2LogoffPct			OBJECT-TYPE
17391	SYNTAX				Integer32 (0..100)
17392	MAX-ACCESS			read-only
17393	STATUS				current
17394	DESCRIPTION
17395			"The number of SMB2 LOGOFF requests,
17396			 as a percentage of total CIFS calls received,
17397			 since the last time the statistics were cleared."
17398	::= { cifsPercent 45 }
17399
17400	smb2TreeConnectPct		OBJECT-TYPE
17401	SYNTAX				Integer32 (0..100)
17402	MAX-ACCESS			read-only
17403	STATUS				current
17404	DESCRIPTION
17405			"The number of SMB2 TREE_CONNECT requests,
17406			 as a percentage of total CIFS calls received,
17407			 since the last time the statistics were cleared."
17408	::= { cifsPercent 46 }
17409
17410	smb2TreeDisconnectPct		OBJECT-TYPE
17411	SYNTAX				Integer32 (0..100)
17412	MAX-ACCESS			read-only
17413	STATUS				current
17414	DESCRIPTION
17415			"The number of SMB2 TREE_DISCONNECT requests,
17416			 as a percentage of total CIFS calls received,
17417			 since the last time the statistics were cleared."
17418	::= { cifsPercent 47 }
17419
17420
17421	smb2CancelPct			OBJECT-TYPE
17422	SYNTAX				Integer32 (0..100)
17423	MAX-ACCESS			read-only
17424	STATUS				current
17425	DESCRIPTION
17426			"The number of SMB2 CANCEL requests,
17427			 as a percentage of total CIFS calls received,
17428			 since the last time the statistics were cleared."
17429	::= { cifsPercent 48 }
17430
17431	smb2CreatePct			OBJECT-TYPE
17432	SYNTAX				Integer32 (0..100)
17433	MAX-ACCESS			read-only
17434	STATUS				current
17435	DESCRIPTION
17436			"The number of SMB2 CREATE requests,
17437			 as a percentage of total CIFS calls received,
17438			 since the last time the statistics were cleared."
17439	::= { cifsPercent 49 }
17440
17441	smb2IpcCreatePct		OBJECT-TYPE
17442	SYNTAX				Integer32 (0..100)
17443	MAX-ACCESS			read-only
17444	STATUS				current
17445	DESCRIPTION
17446			"The number of SMB2 IPC CREATE requests,
17447			 as a percentage of total CIFS calls received,
17448			 since the last time the statistics were cleared."
17449	::= { cifsPercent 50 }
17450
17451	smb2ReadPct			OBJECT-TYPE
17452	SYNTAX				Integer32 (0..100)
17453	MAX-ACCESS			read-only
17454	STATUS				current
17455	DESCRIPTION
17456			"The number of SMB2 READ requests,
17457			 as a percentage of total CIFS calls received,
17458			 since the last time the statistics were cleared."
17459	::= { cifsPercent 51 }
17460
17461	smb2WritePct			OBJECT-TYPE
17462	SYNTAX				Integer32 (0..100)
17463	MAX-ACCESS			read-only
17464	STATUS				current
17465	DESCRIPTION
17466			"The number of SMB2 WRITE requests,
17467			 as a percentage of total CIFS calls received,
17468			 since the last time the statistics were cleared."
17469	::= { cifsPercent 52 }
17470
17471	smb2IpcReadPct			OBJECT-TYPE
17472	SYNTAX				Integer32 (0..100)
17473	MAX-ACCESS			read-only
17474	STATUS				current
17475	DESCRIPTION
17476			"The number of SMB2 IPC READ requests,
17477			 as a percentage of total CIFS calls received,
17478			 since the last time the statistics were cleared."
17479	::= { cifsPercent 53 }
17480
17481	smb2IpcWritePct			OBJECT-TYPE
17482	SYNTAX				Integer32 (0..100)
17483	MAX-ACCESS			read-only
17484	STATUS				current
17485	DESCRIPTION
17486			"The number of SMB2 IPC WRITE requests,
17487			 as a percentage of total CIFS calls received,
17488			 since the last time the statistics were cleared."
17489	::= { cifsPercent 54 }
17490
17491	smb2LockPct			OBJECT-TYPE
17492	SYNTAX				Integer32 (0..100)
17493	MAX-ACCESS			read-only
17494	STATUS				current
17495	DESCRIPTION
17496			"The number of SMB2 LOCK requests,
17497			 as a percentage of total CIFS calls received,
17498			 since the last time the statistics were cleared."
17499	::= { cifsPercent 55 }
17500
17501	smb2UnLockPct			OBJECT-TYPE
17502	SYNTAX				Integer32 (0..100)
17503	MAX-ACCESS			read-only
17504	STATUS				current
17505	DESCRIPTION
17506			"The number of SMB2 UNLOCK requests,
17507			 as a percentage of total CIFS calls received,
17508			 since the last time the statistics were cleared."
17509	::= { cifsPercent 56 }
17510
17511	smb2OplkBrkAckPct		OBJECT-TYPE
17512	SYNTAX				Integer32 (0..100)
17513	MAX-ACCESS			read-only
17514	STATUS				current
17515	DESCRIPTION
17516			"The number of SMB2 Oplock Break Acknowledgement,
17517			 as a percentage of total CIFS calls received,
17518			 since the last time the statistics were cleared."
17519	::= { cifsPercent 57 }
17520
17521	smb2FlushPct			OBJECT-TYPE
17522	SYNTAX				Integer32 (0..100)
17523	MAX-ACCESS			read-only
17524	STATUS				current
17525	DESCRIPTION
17526			"The number of SMB2 FLUSH requests,
17527			 as a percentage of total CIFS calls received,
17528			 since the last time the statistics were cleared."
17529	::= { cifsPercent 58 }
17530
17531	smb2ClosePct			OBJECT-TYPE
17532	SYNTAX				Integer32 (0..100)
17533	MAX-ACCESS			read-only
17534	STATUS				current
17535	DESCRIPTION
17536			"The number of SMB2 CLOSE requests,
17537			 as a percentage of total CIFS calls received,
17538			 since the last time the statistics were cleared."
17539	::= { cifsPercent 59 }
17540
17541	smb2QueryFileBasicInfoPct	OBJECT-TYPE
17542	SYNTAX				Integer32 (0..100)
17543	MAX-ACCESS			read-only
17544	STATUS				current
17545	DESCRIPTION
17546			"The number of SMB2 QUERY_FILE_BASIC_INFO
17547			 requests, as a percentage of total CIFS calls
17548			 received, since the last time the statistics
17549			 were cleared."
17550	::= { cifsPercent 60 }
17551
17552
17553	smb2QueryFileStandardInfoPct	OBJECT-TYPE
17554	SYNTAX				Integer32 (0..100)
17555	MAX-ACCESS			read-only
17556	STATUS				current
17557	DESCRIPTION
17558			"The number of SMB2 QUERY_FILE_STANDARD_INFO
17559			 requests, as a percentage of total CIFS calls
17560			 received, since the last time the statistics
17561			 were cleared."
17562	::= { cifsPercent 61 }
17563
17564	smb2QueryFileInternalInfoPct	OBJECT-TYPE
17565	SYNTAX				Integer32 (0..100)
17566	MAX-ACCESS			read-only
17567	STATUS				current
17568	DESCRIPTION
17569			"The number of SMB2 QUERY_FILE_INT_INFO
17570			 requests, as a percentage of total CIFS calls
17571			 received, since the last time the statistics
17572			 were cleared."
17573	::= { cifsPercent 62 }
17574
17575	smb2QueryFileEAInfoPct		OBJECT-TYPE
17576	SYNTAX				Integer32 (0..100)
17577	MAX-ACCESS			read-only
17578	STATUS				current
17579	DESCRIPTION
17580			"The number of SMB2 QUERY_FILE_EA_INFO
17581			 requests, as a percentage of total CIFS calls
17582			 received, since the last time the statistics
17583			 were cleared."
17584	::= { cifsPercent 63 }
17585
17586	smb2QueryFileFullEAInfoPct	OBJECT-TYPE
17587	SYNTAX				Integer32 (0..100)
17588	MAX-ACCESS			read-only
17589	STATUS				current
17590	DESCRIPTION
17591			"The number of SMB2 QUERY_FILE_FULL_EA_INFO
17592			 requests, as a percentage of total CIFS calls
17593			 received, since the last time the statistics
17594			 were cleared."
17595	::= { cifsPercent 64 }
17596
17597	smb2QueryFileModeInfoPct	OBJECT-TYPE
17598	SYNTAX				Integer32 (0..100)
17599	MAX-ACCESS			read-only
17600	STATUS				current
17601	DESCRIPTION
17602			"The number of SMB2 QUERY_FILE_MODE_INFO
17603			 requests, as a percentage of total CIFS calls
17604			 received, since the last time the statistics
17605			 were cleared."
17606	::= { cifsPercent 65 }
17607
17608	smb2QueryFileAltNamePct		OBJECT-TYPE
17609	SYNTAX				Integer32 (0..100)
17610	MAX-ACCESS			read-only
17611	STATUS				current
17612	DESCRIPTION
17613			"The number of SMB2 QUERY_FILE_ALT_NAME_INFO_
17614			 requests, as a percentage of total CIFS calls
17615			 received, since the last time the statistics
17616			 were cleared."
17617	::= { cifsPercent 66 }
17618
17619	smb2QueryFileStreamInfoPct	OBJECT-TYPE
17620	SYNTAX				Integer32 (0..100)
17621	MAX-ACCESS			read-only
17622	STATUS				current
17623	DESCRIPTION
17624			"The number of SMB2 QUERY_FILE_STREAM_INFO_
17625			 requests, as a percentage of total CIFS calls
17626			 received, since the last time the statistics
17627			 were cleared."
17628	::= { cifsPercent 67 }
17629
17630	smb2QueryFileNetOpenInfoPct	OBJECT-TYPE
17631	SYNTAX				Integer32 (0..100)
17632	MAX-ACCESS			read-only
17633	STATUS				current
17634	DESCRIPTION
17635			"The number of SMB2 QUERY_FILE_NET_OPEN_INFO
17636			 requests, as a percentage of total CIFS calls
17637			 received, since the last time the statistics
17638			 were cleared."
17639	::= { cifsPercent 68 }
17640
17641	smb2QueryFileAttrTagInfoPct	OBJECT-TYPE
17642	SYNTAX				Integer32 (0..100)
17643	MAX-ACCESS			read-only
17644	STATUS				current
17645	DESCRIPTION
17646			"The number of SMB2 QUERY_FILE_ATTR_TAG_INFO
17647			 requests, as a percentage of total CIFS calls
17648			 received, since the last time the statistics
17649			 were cleared."
17650	::= { cifsPercent 69 }
17651
17652	smb2QueryFileUnsupportedPct	OBJECT-TYPE
17653	SYNTAX				Integer32 (0..100)
17654	MAX-ACCESS			read-only
17655	STATUS				current
17656	DESCRIPTION
17657			"The number of SMB2 Unsupported QUERY_FILE_INFO
17658			 requests, as a percentage of total CIFS calls
17659			 received, since the last time the statistics
17660			 were cleared."
17661	::= { cifsPercent 70 }
17662
17663	smb2QueryFileInvalidPct		OBJECT-TYPE
17664	SYNTAX				Integer32 (0..100)
17665	MAX-ACCESS			read-only
17666	STATUS				current
17667	DESCRIPTION
17668			"The number of SMB2 invalid QUERY_FILE_INFO
17669			 requests, as a percentage of total CIFS calls
17670			 received, since the last time the statistics
17671			 were cleared."
17672	::= { cifsPercent 71 }
17673
17674	smb2QueryFsVolInfoPct		OBJECT-TYPE
17675	SYNTAX				Integer32 (0..100)
17676	MAX-ACCESS			read-only
17677	STATUS				current
17678	DESCRIPTION
17679			"The number of SMB2 QUERY_FS_VOLUME_INFO
17680			 requests, as a percentage of total CIFS calls
17681			 received, since the last time the statistics
17682			 were cleared."
17683	::= { cifsPercent 72 }
17684
17685	smb2QueryFsSizeInfoPct		OBJECT-TYPE
17686	SYNTAX				Integer32 (0..100)
17687	MAX-ACCESS			read-only
17688	STATUS				current
17689	DESCRIPTION
17690			"The number of SMB2 QUERY_FS_SIZE_INFO
17691			 requests, as a percentage of total CIFS calls
17692			 received, since the last time the statistics
17693			 were cleared."
17694	::= { cifsPercent 73 }
17695
17696	smb2QueryFsDeviceInfoPct	OBJECT-TYPE
17697	SYNTAX				Integer32 (0..100)
17698	MAX-ACCESS			read-only
17699	STATUS				current
17700	DESCRIPTION
17701			"The number of SMB2 QUERY_FS_DEVICE_INFO
17702			 requests, as a percentage of total CIFS calls
17703			 received, since the last time the statistics
17704			 were cleared."
17705	::= { cifsPercent 74 }
17706
17707	smb2QueryFsAttrInfoPct		OBJECT-TYPE
17708	SYNTAX				Integer32 (0..100)
17709	MAX-ACCESS			read-only
17710	STATUS				current
17711	DESCRIPTION
17712			"The number of SMB2 QUERY_FS_ATTR_INFO
17713			 requests, as a percentage of total CIFS calls
17714			 received, since the last time the statistics
17715			 were cleared."
17716	::= { cifsPercent 75 }
17717
17718	smb2QueryFsFullSizeInfoPct	OBJECT-TYPE
17719	SYNTAX				Integer32 (0..100)
17720	MAX-ACCESS			read-only
17721	STATUS				current
17722	DESCRIPTION
17723			"The number of SMB2 QUERY_FS_FULL_SIZE_INFO
17724			 requests, as a percentage of total CIFS calls
17725			 received, since the last time the statistics
17726			 were cleared."
17727	::= { cifsPercent 76 }
17728
17729	smb2QueryFsObjectIdInfoPct	OBJECT-TYPE
17730	SYNTAX				Integer32 (0..100)
17731	MAX-ACCESS			read-only
17732	STATUS				current
17733	DESCRIPTION
17734			"The number of SMB2 QUERY_FS_OBJECT_ID_INFO
17735			 requests, as a percentage of total CIFS calls
17736			 received, since the last time the statistics
17737			 were cleared."
17738	::= { cifsPercent 77 }
17739
17740	smb2QueryFsInvalidPct		OBJECT-TYPE
17741	SYNTAX				Integer32 (0..100)
17742	MAX-ACCESS			read-only
17743	STATUS				current
17744	DESCRIPTION
17745			"The number of SMB2 invalid QUERY_FS_INFO
17746			 requests, as a percentage of total CIFS calls
17747			 received, since the last time the statistics
17748			 were cleared."
17749	::= { cifsPercent 78 }
17750
17751	smb2SetBasicInfoPct		OBJECT-TYPE
17752	SYNTAX				Integer32 (0..100)
17753	MAX-ACCESS			read-only
17754	STATUS				current
17755	DESCRIPTION
17756			"The number of SMB2 SET_BASIC_INFO
17757			 requests, as a percentage of total CIFS calls
17758			 received, since the last time the statistics
17759			 were cleared."
17760	::= { cifsPercent 79 }
17761
17762	smb2SetRenameInfoPct		OBJECT-TYPE
17763	SYNTAX				Integer32 (0..100)
17764	MAX-ACCESS			read-only
17765	STATUS				current
17766	DESCRIPTION
17767			"The number of SMB2 SET_FILE_RENAME_INFO
17768			 requests, as a percentage of total CIFS calls
17769			 received, since the last time the statistics
17770			 were cleared."
17771	::= { cifsPercent 80 }
17772
17773	smb2SetFileLinkInfoPct		OBJECT-TYPE
17774	SYNTAX				Integer32 (0..100)
17775	MAX-ACCESS			read-only
17776	STATUS				current
17777	DESCRIPTION
17778			"The number of SMB2 SET_FILE_LINK_INFO
17779			 requests, as a percentage of total CIFS calls
17780			 received, since the last time the statistics
17781			 were cleared."
17782	::= { cifsPercent 81 }
17783
17784	smb2SetFileDispInfoPct		OBJECT-TYPE
17785	SYNTAX				Integer32 (0..100)
17786	MAX-ACCESS			read-only
17787	STATUS				current
17788	DESCRIPTION
17789			"The number of SMB2 SET_FILE_DISP_INFO
17790			 requests, as a percentage of total CIFS calls
17791			 received, since the last time the statistics
17792			 were cleared."
17793	::= { cifsPercent 82 }
17794
17795	smb2SetFullEaInfoPct		OBJECT-TYPE
17796	SYNTAX				Integer32 (0..100)
17797	MAX-ACCESS			read-only
17798	STATUS				current
17799	DESCRIPTION
17800			"The number of SMB2 SET_FULL_EA_INFO
17801			 requests, as a percentage of total CIFS calls
17802			 received, since the last time the statistics
17803			 were cleared."
17804	::= { cifsPercent 83 }
17805
17806	smb2SetModeInfoPct		OBJECT-TYPE
17807	SYNTAX				Integer32 (0..100)
17808	MAX-ACCESS			read-only
17809	STATUS				current
17810	DESCRIPTION
17811			"The number of SMB2 SET_MODE_INFO
17812			 requests, as a percentage of total CIFS calls
17813			 received, since the last time the statistics
17814			 were cleared."
17815	::= { cifsPercent 84 }
17816
17817	smb2SetAllocInfoPct		OBJECT-TYPE
17818	SYNTAX				Integer32 (0..100)
17819	MAX-ACCESS			read-only
17820	STATUS				current
17821	DESCRIPTION
17822			"The number of SMB2 SET_ALLOC_INFO
17823			 requests, as a percentage of total CIFS calls
17824			 received, since the last time the statistics
17825			 were cleared."
17826	::= { cifsPercent 85 }
17827
17828	smb2SetEofInfoPct		OBJECT-TYPE
17829	SYNTAX				Integer32 (0..100)
17830	MAX-ACCESS			read-only
17831	STATUS				current
17832	DESCRIPTION
17833			"The number of SMB2 SET_EOF_INFO
17834			 requests, as a percentage of total CIFS calls
17835			 received, since the last time the statistics
17836			 were cleared."
17837	::= { cifsPercent 86 }
17838
17839	smb2SetInfoUnsupportedPct	OBJECT-TYPE
17840	SYNTAX				Integer32 (0..100)
17841	MAX-ACCESS			read-only
17842	STATUS				current
17843	DESCRIPTION
17844			"The number of SMB2 Unsupported SET_INFO
17845			 requests, as a percentage of total CIFS calls
17846			 received, since the last time the statistics
17847			 were cleared."
17848	::= { cifsPercent 87 }
17849
17850	smb2SetInfoInvalidPct		OBJECT-TYPE
17851	SYNTAX				Integer32 (0..100)
17852	MAX-ACCESS			read-only
17853	STATUS				current
17854	DESCRIPTION
17855			"The number of invalid SMB2 SET_INFO
17856			 requests, as a percentage of total CIFS calls
17857			 received, since the last time the statistics
17858			 were cleared."
17859	::= { cifsPercent 88 }
17860
17861	smb2FsctlPipeTransceivePct	OBJECT-TYPE
17862	SYNTAX				Integer32 (0..100)
17863	MAX-ACCESS			read-only
17864	STATUS				current
17865	DESCRIPTION
17866			"The number of SMB2 FSCTL_PIPE_TRANSCEIVE
17867			 requests, as a percentage of total CIFS calls
17868			 received, since the last time the statistics
17869			 were cleared."
17870	::= { cifsPercent 89 }
17871
17872	smb2FsctlPipePeekPct		OBJECT-TYPE
17873	SYNTAX				Integer32 (0..100)
17874	MAX-ACCESS			read-only
17875	STATUS				current
17876	DESCRIPTION
17877			"The number of SMB2 FSCTL_PIPE_PEEK
17878			 requests, as a percentage of total CIFS calls
17879			 received, since the last time the statistics
17880			 were cleared."
17881	::= { cifsPercent 90 }
17882
17883	smb2FsctlEnumSnapshotsPct	OBJECT-TYPE
17884	SYNTAX				Integer32 (0..100)
17885	MAX-ACCESS			read-only
17886	STATUS				current
17887	DESCRIPTION
17888			"The number of SMB2 FSCTL_ENUMERATE_SNAPSHOTS
17889			 requests, as a percentage of total CIFS calls
17890			 received, since the last time the statistics
17891			 were cleared."
17892	::= { cifsPercent 91 }
17893
17894	smb2FsctlDfsReferralsPct	OBJECT-TYPE
17895	SYNTAX				Integer32 (0..100)
17896	MAX-ACCESS			read-only
17897	STATUS				current
17898	DESCRIPTION
17899			"The number of SMB2 FSCTL_DFS_REFERRALS
17900			 requests, as a percentage of total CIFS calls
17901			 received, since the last time the statistics
17902			 were cleared."
17903	::= { cifsPercent 92 }
17904
17905	smb2FsctlSetSparsePct		OBJECT-TYPE
17906	SYNTAX				Integer32 (0..100)
17907	MAX-ACCESS			read-only
17908	STATUS				current
17909	DESCRIPTION
17910			"The number of SMB2 FSCTL_SET_SPARSE
17911			 requests, as a percentage of total CIFS calls
17912			 received, since the last time the statistics
17913			 were cleared."
17914	::= { cifsPercent 93 }
17915
17916	smb2FsctlSecureSharePct		OBJECT-TYPE
17917	SYNTAX				Integer32 (0..100)
17918	MAX-ACCESS			read-only
17919	STATUS				current
17920	DESCRIPTION
17921			"The number of SMB2 FSCTL_SECURE_SHARE
17922			 requests, as a percentage of total CIFS calls
17923			 received, since the last time the statistics
17924			 were cleared."
17925	::= { cifsPercent 94 }
17926
17927	smb2FsctlFileUnsupportedPct	OBJECT-TYPE
17928	SYNTAX				Integer32 (0..100)
17929	MAX-ACCESS			read-only
17930	STATUS				current
17931	DESCRIPTION
17932			"The number of Unsupported SMB2 File FSCTL
17933			 requests, as a percentage of total CIFS calls
17934			 received, since the last time the statistics
17935			 were cleared."
17936	::= { cifsPercent 95 }
17937
17938	smb2FsctlIpcUnsupportedPct	OBJECT-TYPE
17939	SYNTAX				Integer32 (0..100)
17940	MAX-ACCESS			read-only
17941	STATUS				current
17942	DESCRIPTION
17943			"The number of Unsupported SMB2 IPC FSCTL
17944			 requests, as a percentage of total CIFS calls
17945			 received, since the last time the statistics
17946			 were cleared."
17947	::= { cifsPercent 96 }
17948
17949	smb2QueryDirPct			OBJECT-TYPE
17950	SYNTAX				Integer32 (0..100)
17951	MAX-ACCESS			read-only
17952	STATUS				current
17953	DESCRIPTION
17954			"The number of SMB2 QUERY_DIR
17955			 requests, as a percentage of total CIFS calls
17956			 received, since the last time the statistics
17957			 were cleared."
17958	::= { cifsPercent 97 }
17959
17960	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
17961	-- the obsPct group
17962	-- (Obsolete SMB requests)
17963	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
17964
17965	obsSmbClosePrintFilePct         OBJECT-TYPE
17966	SYNTAX                          Integer32 (0..100)
17967        MAX-ACCESS                      read-only
17968        STATUS                          current
17969	DESCRIPTION
17970			"The number of SMB CLOSE_PRINT_FILE requests,
17971			 as a percentage of total CIFS calls received,
17972			 since the last time the statistics were cleared."
17973	::= { cifsObsPercent 1 }
17974
17975	obsSmbCreatePct                 OBJECT-TYPE
17976	SYNTAX                          Integer32 (0..100)
17977        MAX-ACCESS                      read-only
17978        STATUS                          current
17979	DESCRIPTION
17980			"The number of SMB CREATE requests,
17981			 as a percentage of total CIFS calls received,
17982			 since the last time the statistics were cleared."
17983	::= { cifsObsPercent 2 }
17984
17985	obsSmbCreateDirPct              OBJECT-TYPE
17986	SYNTAX                          Integer32 (0..100)
17987        MAX-ACCESS                      read-only
17988        STATUS                          current
17989	DESCRIPTION
17990			"The number of SMB CREATE_DIRECTORY requests,
17991			 as a percentage of total CIFS calls received,
17992			 since the last time the statistics were cleared."
17993	::= { cifsObsPercent 3 }
17994
17995	obsSmbCreateNewPct              OBJECT-TYPE
17996	SYNTAX                          Integer32 (0..100)
17997        MAX-ACCESS                      read-only
17998        STATUS                          current
17999	DESCRIPTION
18000			"The number of SMB CREATE_NEW requests,
18001			 as a percentage of total CIFS calls received,
18002			 since the last time the statistics were cleared."
18003	::= { cifsObsPercent 4 }
18004
18005	obsSmbLockAndReadPct            OBJECT-TYPE
18006	SYNTAX                          Integer32 (0..100)
18007        MAX-ACCESS                      read-only
18008        STATUS                          current
18009	DESCRIPTION
18010			"The number of SMB LOCK_AND_READ requests,
18011			 as a percentage of total CIFS calls received,
18012			 since the last time the statistics were cleared."
18013	::= { cifsObsPercent 5 }
18014
18015	obsSmbLockByteRangePct          OBJECT-TYPE
18016	SYNTAX                          Integer32 (0..100)
18017        MAX-ACCESS                      read-only
18018        STATUS                          current
18019	DESCRIPTION
18020			"The number of SMB LOCK_BYTE_RANGE requests,
18021			 as a percentage of total CIFS calls received,
18022			 since the last time the statistics were cleared."
18023	::= { cifsObsPercent 6 }
18024
18025	obsSmbOpenPct                   OBJECT-TYPE
18026	SYNTAX                          Integer32 (0..100)
18027        MAX-ACCESS                      read-only
18028        STATUS                          current
18029	DESCRIPTION
18030			"The number of SMB OPEN requests,
18031			 as a percentage of total CIFS calls received,
18032			 since the last time the statistics were cleared."
18033	::= { cifsObsPercent 7 }
18034
18035	obsSmbOpenAndXPct               OBJECT-TYPE
18036	SYNTAX                          Integer32 (0..100)
18037        MAX-ACCESS                      read-only
18038        STATUS                          current
18039	DESCRIPTION
18040			"The number of SMB OPEN_ANDX requests,
18041			 as a percentage of total CIFS calls received,
18042			 since the last time the statistics were cleared."
18043	::= { cifsObsPercent 8 }
18044
18045	obsSmbProcessExitPct            OBJECT-TYPE
18046	SYNTAX                          Integer32 (0..100)
18047        MAX-ACCESS                      read-only
18048        STATUS                          current
18049	DESCRIPTION
18050			"The number of SMB PROCESS_EXIT requests,
18051			 as a percentage of total CIFS calls received,
18052			 since the last time the statistics were cleared."
18053	::= { cifsObsPercent 9 }
18054
18055	obsSmbQueryInfoPct              OBJECT-TYPE
18056	SYNTAX                          Integer32 (0..100)
18057        MAX-ACCESS                      read-only
18058        STATUS                          current
18059	DESCRIPTION
18060			"The number of SMB QUERY_INFORMATION requests,
18061			 as a percentage of total CIFS calls received,
18062			 since the last time the statistics were cleared."
18063	::= { cifsObsPercent 10 }
18064
18065	obsSmbQueryInfo2Pct             OBJECT-TYPE
18066	SYNTAX                          Integer32 (0..100)
18067        MAX-ACCESS                      read-only
18068        STATUS                          current
18069	DESCRIPTION
18070			"The number of SMB QUERY_INFORMATION2 requests,
18071			 as a percentage of total CIFS calls received,
18072			 since the last time the statistics were cleared."
18073	::= { cifsObsPercent 11 }
18074
18075	obsSmbReadPct                   OBJECT-TYPE
18076	SYNTAX                          Integer32 (0..100)
18077        MAX-ACCESS                      read-only
18078        STATUS                          current
18079	DESCRIPTION
18080			"The number of SMB READ requests,
18081			 as a percentage of total CIFS calls received,
18082			 since the last time the statistics were cleared."
18083	::= { cifsObsPercent 12 }
18084
18085	obsSmbReadMPXPct                OBJECT-TYPE
18086	SYNTAX                          Integer32 (0..100)
18087        MAX-ACCESS                      read-only
18088        STATUS                          current
18089	DESCRIPTION
18090			"The number of SMB READ_MPX requests,
18091			 as a percentage of total CIFS calls received,
18092			 since the last time the statistics were cleared."
18093	::= { cifsObsPercent 13 }
18094
18095	obsSmbReadRawPct                OBJECT-TYPE
18096	SYNTAX                          Integer32 (0..100)
18097        MAX-ACCESS                      read-only
18098        STATUS                          current
18099	DESCRIPTION
18100			"The number of SMB READ_RAW requests,
18101			 as a percentage of total CIFS calls received,
18102			 since the last time the statistics were cleared."
18103	::= { cifsObsPercent 14 }
18104
18105	obsSmbSearchPct                 OBJECT-TYPE
18106	SYNTAX                          Integer32 (0..100)
18107        MAX-ACCESS                      read-only
18108        STATUS                          current
18109	DESCRIPTION
18110			"The number of SMB SEARCH requests,
18111			 as a percentage of total CIFS calls received,
18112			 since the last time the statistics were cleared."
18113	::= { cifsObsPercent 15 }
18114
18115	obsSmbSetInfoPct                OBJECT-TYPE
18116	SYNTAX                          Integer32 (0..100)
18117        MAX-ACCESS                      read-only
18118        STATUS                          current
18119	DESCRIPTION
18120			"The number of SMB SET_INFORMATION requests,
18121			 as a percentage of total CIFS calls received,
18122			 since the last time the statistics were cleared."
18123	::= { cifsObsPercent 16 }
18124
18125	obsSmbSetInfo2Pct               OBJECT-TYPE
18126	SYNTAX                          Integer32 (0..100)
18127        MAX-ACCESS                      read-only
18128        STATUS                          current
18129	DESCRIPTION
18130			"The number of SMB SET_INFORMATION2 requests,
18131			 as a percentage of total CIFS calls received,
18132			 since the last time the statistics were cleared."
18133	::= { cifsObsPercent 17 }
18134
18135	obsSmbQueryInfoDiskPct          OBJECT-TYPE
18136	SYNTAX                          Integer32 (0..100)
18137        MAX-ACCESS                      read-only
18138        STATUS                          current
18139	DESCRIPTION
18140			"The number of SMB QUERY_INFORMATION_DISK
18141			 requests, as a percentage of total CIFS calls
18142			 received, since the last time the statistics
18143			 were cleared."
18144	::= { cifsObsPercent 18 }
18145
18146	obsSmbTrans2Open2Pct            OBJECT-TYPE
18147	SYNTAX                          Integer32 (0..100)
18148        MAX-ACCESS                      read-only
18149        STATUS                          current
18150	DESCRIPTION
18151			"The number of SMB TRANS2_OPEN2 requests,
18152			 as a percentage of total CIFS calls received,
18153			 since the last time the statistics were cleared."
18154	::= { cifsObsPercent 19 }
18155
18156	obsSmbTreeConnectPct            OBJECT-TYPE
18157	SYNTAX                          Integer32 (0..100)
18158        MAX-ACCESS                      read-only
18159        STATUS                          current
18160	DESCRIPTION
18161			"The number of SMB TREE_CONNECT requests,
18162			 as a percentage of total CIFS calls received,
18163			 since the last time the statistics were cleared."
18164	::= { cifsObsPercent 20 }
18165
18166	obsSmbUnlockByteRangePct        OBJECT-TYPE
18167	SYNTAX                          Integer32 (0..100)
18168        MAX-ACCESS                      read-only
18169        STATUS                          current
18170	DESCRIPTION
18171			"The number of SMB UNLOCK_BYTE_RANGE requests,
18172			 as a percentage of total CIFS calls received,
18173			 since the last time the statistics were cleared."
18174	::= { cifsObsPercent 21 }
18175
18176	obsSmbWritePct                  OBJECT-TYPE
18177	SYNTAX                          Integer32 (0..100)
18178        MAX-ACCESS                      read-only
18179        STATUS                          current
18180	DESCRIPTION
18181			"The number of SMB WRITE requests,
18182			 as a percentage of total CIFS calls received,
18183			 since the last time the statistics were cleared."
18184	::= { cifsObsPercent 22 }
18185
18186	obsSmbWriteAndUnlockPct         OBJECT-TYPE
18187	SYNTAX                          Integer32 (0..100)
18188        MAX-ACCESS                      read-only
18189        STATUS                          current
18190	DESCRIPTION
18191			"The number of SMB WRITE_AND_UNLOCK requests,
18192			 as a percentage of total CIFS calls received,
18193			 since the last time the statistics were cleared."
18194	::= { cifsObsPercent 23 }
18195
18196	obsSmbWriteAndClosePct          OBJECT-TYPE
18197	SYNTAX                          Integer32 (0..100)
18198        MAX-ACCESS                      read-only
18199        STATUS                          current
18200	DESCRIPTION
18201			"The number of SMB WRITE_AND_CLOSE requests,
18202			 as a percentage of total CIFS calls received,
18203			 since the last time the statistics were cleared."
18204	::= { cifsObsPercent 24 }
18205
18206	obsSmbWriteMPXPct               OBJECT-TYPE
18207	SYNTAX                          Integer32 (0..100)
18208        MAX-ACCESS                      read-only
18209        STATUS                          current
18210	DESCRIPTION
18211			"The number of SMB WRITE_MPX requests,
18212			 as a percentage of total CIFS calls received,
18213			 since the last time the statistics were cleared."
18214	::= { cifsObsPercent 25 }
18215
18216	obsSmbWritePrintFilePct         OBJECT-TYPE
18217	SYNTAX                          Integer32 (0..100)
18218        MAX-ACCESS                      read-only
18219        STATUS                          current
18220	DESCRIPTION
18221			"The number of SMB WRITE_PRINT_FILE requests,
18222			 as a percentage of total CIFS calls received,
18223			 since the last time the statistics were cleared."
18224	::= { cifsObsPercent 26 }
18225
18226	obsSmbWriteRawPct               OBJECT-TYPE
18227	SYNTAX                          Integer32 (0..100)
18228        MAX-ACCESS                      read-only
18229        STATUS                          current
18230	DESCRIPTION
18231			"The number of SMB WRITE_RAW requests,
18232			 as a percentage of total CIFS calls received,
18233			 since the last time the statistics were cleared."
18234	::= { cifsObsPercent 27 }
18235
18236	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18237	-- the cifsMisc group
18238	-- These statistics are primarily of interest to
18239	-- NetApp developers.
18240	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18241
18242	cifsCancelLocks                 OBJECT-TYPE
18243	SYNTAX                          Counter32
18244        MAX-ACCESS                      read-only
18245        STATUS                          current
18246	DESCRIPTION
18247			"Undocumented"
18248	::= { cifsMisc 1 }
18249
18250	cifsWaitLocks                   OBJECT-TYPE
18251	SYNTAX                          Counter32
18252        MAX-ACCESS                      read-only
18253        STATUS                          current
18254	DESCRIPTION
18255			"Undocumented"
18256	::= { cifsMisc 2 }
18257
18258	cifsCopyToAligns                OBJECT-TYPE
18259	SYNTAX                          Counter32
18260        MAX-ACCESS                      read-only
18261        STATUS                          current
18262	DESCRIPTION
18263			"Undocumented"
18264	::= { cifsMisc 3 }
18265
18266	cifsAlignedSmalls               OBJECT-TYPE
18267	SYNTAX                          Counter32
18268        MAX-ACCESS                      read-only
18269        STATUS                          current
18270	DESCRIPTION
18271			"Undocumented"
18272	::= { cifsMisc 4 }
18273
18274	cifsAlignedLarges               OBJECT-TYPE
18275	SYNTAX                          Counter32
18276        MAX-ACCESS                      read-only
18277        STATUS                          current
18278	DESCRIPTION
18279			"Undocumented"
18280	::= { cifsMisc 5 }
18281
18282	cifsAlignedSmallRels            OBJECT-TYPE
18283	SYNTAX                          Counter32
18284        MAX-ACCESS                      read-only
18285        STATUS                          current
18286	DESCRIPTION
18287			"Undocumented"
18288	::= { cifsMisc 6 }
18289
18290	cifsAlignedLargeRels            OBJECT-TYPE
18291	SYNTAX                          Counter32
18292        MAX-ACCESS                      read-only
18293        STATUS                          current
18294	DESCRIPTION
18295			"Undocumented"
18296	::= { cifsMisc 7 }
18297
18298	cifsMbufWaits                   OBJECT-TYPE
18299	SYNTAX                          Counter32
18300        MAX-ACCESS                      read-only
18301        STATUS                          current
18302	DESCRIPTION
18303			"Undocumented"
18304	::= { cifsMisc 8 }
18305
18306	cifsNbtWaits                    OBJECT-TYPE
18307	SYNTAX                          Counter32
18308        MAX-ACCESS                      read-only
18309        STATUS                          current
18310	DESCRIPTION
18311			"Undocumented"
18312	::= { cifsMisc 9 }
18313
18314	cifsCwaWaits                    OBJECT-TYPE
18315	SYNTAX                          Counter32
18316        MAX-ACCESS                      read-only
18317        STATUS                          current
18318	DESCRIPTION
18319			"Undocumented"
18320	::= { cifsMisc 10 }
18321
18322	cifsMultipleVCs                 OBJECT-TYPE
18323	SYNTAX                          Counter32
18324        MAX-ACCESS                      read-only
18325        STATUS                          current
18326	DESCRIPTION
18327			"Undocumented"
18328	::= { cifsMisc 11 }
18329
18330	cifsPDCUpcalls                  OBJECT-TYPE
18331	SYNTAX                          Counter32
18332        MAX-ACCESS                      read-only
18333        STATUS                          current
18334	DESCRIPTION
18335			"Undocumented"
18336	::= { cifsMisc 12 }
18337
18338	cifsQueuedWriteRaws             OBJECT-TYPE
18339	SYNTAX                          Counter32
18340        MAX-ACCESS                      read-only
18341        STATUS                          current
18342	DESCRIPTION
18343			"Undocumented"
18344	::= { cifsMisc 13 }
18345
18346	cifsNBTDisconnects              OBJECT-TYPE
18347	SYNTAX                          Counter32
18348        MAX-ACCESS                      read-only
18349        STATUS                          current
18350	DESCRIPTION
18351			"Undocumented"
18352	::= { cifsMisc 14 }
18353
18354	cifsSMBDisconnects              OBJECT-TYPE
18355	SYNTAX                          Counter32
18356        MAX-ACCESS                      read-only
18357        STATUS                          current
18358	DESCRIPTION
18359			"Undocumented"
18360	::= { cifsMisc 15 }
18361
18362	cifsDupDisconnects              OBJECT-TYPE
18363	SYNTAX                          Counter32
18364        MAX-ACCESS                      read-only
18365        STATUS                          current
18366	DESCRIPTION
18367			"Undocumented"
18368	::= { cifsMisc 16 }
18369
18370	cifsOpLkBatchToL2s              OBJECT-TYPE
18371	SYNTAX                          Counter32
18372        MAX-ACCESS                      read-only
18373        STATUS                          current
18374	DESCRIPTION
18375			"Undocumented"
18376	::= { cifsMisc 17 }
18377
18378	cifsOpLkBatchToNones            OBJECT-TYPE
18379	SYNTAX                          Counter32
18380        MAX-ACCESS                      read-only
18381        STATUS                          current
18382	DESCRIPTION
18383			"Undocumented"
18384	::= { cifsMisc 18 }
18385
18386	cifsOpLkL2ToNones               OBJECT-TYPE
18387	SYNTAX                          Counter32
18388        MAX-ACCESS                      read-only
18389        STATUS                          current
18390	DESCRIPTION
18391			"Undocumented"
18392	::= { cifsMisc 19 }
18393
18394	cifsOpLkNoBreakAcks             OBJECT-TYPE
18395	SYNTAX                          Counter32
18396        MAX-ACCESS                      read-only
18397        STATUS                          current
18398	DESCRIPTION
18399			"Undocumented"
18400	::= { cifsMisc 20 }
18401
18402	cifsOpLkIgnoredAcks             OBJECT-TYPE
18403	SYNTAX                          Counter32
18404        MAX-ACCESS                      read-only
18405        STATUS                          current
18406	DESCRIPTION
18407			"Undocumented"
18408	::= { cifsMisc 21 }
18409
18410	cifsOpLkMultiWaiters            OBJECT-TYPE
18411	SYNTAX                          Counter32
18412        MAX-ACCESS                      read-only
18413        STATUS                          current
18414	DESCRIPTION
18415			"Undocumented"
18416	::= { cifsMisc 22 }
18417
18418	cifsSharingErrorRetries         OBJECT-TYPE
18419	SYNTAX                          Counter32
18420        MAX-ACCESS                      read-only
18421        STATUS                          current
18422	DESCRIPTION
18423			"Undocumented"
18424	::= { cifsMisc 23 }
18425
18426	cifsOpLkWaiterTimedOuts         OBJECT-TYPE
18427	SYNTAX                          Counter32
18428        MAX-ACCESS                      read-only
18429        STATUS                          current
18430	DESCRIPTION
18431			"Undocumented"
18432	::= { cifsMisc 24 }
18433
18434	cifsOpLkDelayedBreaks           OBJECT-TYPE
18435	SYNTAX                          Counter32
18436        MAX-ACCESS                      read-only
18437        STATUS                          current
18438	DESCRIPTION
18439			"Undocumented"
18440	::= { cifsMisc 25 }
18441
18442	cifsOpLkEarlyNFSs               OBJECT-TYPE
18443	SYNTAX                          Counter32
18444        MAX-ACCESS                      read-only
18445        STATUS                          current
18446	DESCRIPTION
18447			"Undocumented"
18448	::= { cifsMisc 26 }
18449
18450	cifsOpLkNFSWaiteds              OBJECT-TYPE
18451	SYNTAX                          Counter32
18452        MAX-ACCESS                      read-only
18453        STATUS                          current
18454	DESCRIPTION
18455			"Undocumented"
18456	::= { cifsMisc 27 }
18457
18458	cifsMaxNFSBkWaiterCount         OBJECT-TYPE
18459	SYNTAX                          Integer32
18460        MAX-ACCESS                      read-only
18461        STATUS                          current
18462	DESCRIPTION
18463			"Undocumented"
18464	::= { cifsMisc 28 }
18465
18466	cifsClearTextPasswd             OBJECT-TYPE
18467	SYNTAX                          INTEGER {
18468                                             no(1),
18469                                             yes(2)
18470                                        }
18471        MAX-ACCESS                      read-only
18472        STATUS                          current
18473	DESCRIPTION
18474				"This indicates whether the cifs clients are
18475				 using clear text passwords when authenticating
18476				 with the filer. If cifsDomainJoined is false and
18477				 this variable is also false, then the filer is
18478				 using NT Security from a local user list."
18479	::= { cifsMisc 29 }
18480
18481	cifsSmb2MidUsedHash		OBJECT-TYPE
18482	SYNTAX				Counter32
18483	MAX-ACCESS			read-only
18484	STATUS				current
18485	DESCRIPTION
18486			"Undocumented"
18487	::= { cifsMisc 30 }
18488
18489	cifsSmb2MidUnusedHash		OBJECT-TYPE
18490	SYNTAX				Counter32
18491	MAX-ACCESS			read-only
18492	STATUS				current
18493	DESCRIPTION
18494			"Undocumented"
18495	::= { cifsMisc 31 }
18496
18497	cifsSmb2MidInvReject		OBJECT-TYPE
18498	SYNTAX				Counter32
18499	MAX-ACCESS			read-only
18500	STATUS				current
18501	DESCRIPTION
18502			"Undocumented"
18503	::= { cifsMisc 32 }
18504
18505	cifsSmb2DurableCreateReceived	OBJECT-TYPE
18506	SYNTAX				Counter32
18507	MAX-ACCESS			read-only
18508	STATUS				current
18509	DESCRIPTION
18510			"Undocumented"
18511	::= { cifsMisc 33 }
18512
18513	cifsSmb2DurableCreateSucceeded	OBJECT-TYPE
18514	SYNTAX				Counter32
18515	MAX-ACCESS			read-only
18516	STATUS				current
18517	DESCRIPTION
18518			"Undocumented"
18519	::= { cifsMisc 34 }
18520
18521	cifsSmb2DurableReclaimReceived	OBJECT-TYPE
18522	SYNTAX				Counter32
18523	MAX-ACCESS			read-only
18524	STATUS				current
18525	DESCRIPTION
18526			"Undocumented"
18527	::= { cifsMisc 35 }
18528
18529	cifsSmb2DurableReclaimSucceeded	OBJECT-TYPE
18530	SYNTAX				Counter32
18531	MAX-ACCESS			read-only
18532	STATUS				current
18533	DESCRIPTION
18534			"Undocumented"
18535	::= { cifsMisc 36 }
18536
18537	cifsSmb2DurableHandlePreserved	OBJECT-TYPE
18538	SYNTAX				Counter32
18539	MAX-ACCESS			read-only
18540	STATUS				current
18541	DESCRIPTION
18542			"Undocumented"
18543	::= { cifsMisc 37 }
18544
18545	cifsSmb2DurableHandlePurged	OBJECT-TYPE
18546	SYNTAX				Counter32
18547	MAX-ACCESS			read-only
18548	STATUS				current
18549	DESCRIPTION
18550			"Undocumented"
18551	::= { cifsMisc 38 }
18552
18553	cifsSmb2DurableHandleExpired	OBJECT-TYPE
18554	SYNTAX				Counter32
18555	MAX-ACCESS			read-only
18556	STATUS				current
18557	DESCRIPTION
18558			"Undocumented"
18559	::= { cifsMisc 39 }
18560
18561	cifsSmb2FileDirInfo		OBJECT-TYPE
18562	SYNTAX				Counter32
18563	MAX-ACCESS			read-only
18564	STATUS				current
18565	DESCRIPTION
18566			"Undocumented"
18567	::= { cifsMisc 40 }
18568
18569	cifsSmb2FileFullDirInfo		OBJECT-TYPE
18570	SYNTAX				Counter32
18571	MAX-ACCESS			read-only
18572	STATUS				current
18573	DESCRIPTION
18574			"Undocumented"
18575	::= { cifsMisc 41 }
18576
18577	cifsSmb2FileIdFullDirInfo	OBJECT-TYPE
18578	SYNTAX				Counter32
18579	MAX-ACCESS			read-only
18580	STATUS				current
18581	DESCRIPTION
18582			"Undocumented"
18583	::= { cifsMisc 42 }
18584
18585	cifsSmb2FileBothDirInfo		OBJECT-TYPE
18586	SYNTAX				Counter32
18587	MAX-ACCESS			read-only
18588	STATUS				current
18589	DESCRIPTION
18590			"Undocumented"
18591	::= { cifsMisc 43 }
18592
18593	cifsSmb2FileIdBothDirInfo	OBJECT-TYPE
18594	SYNTAX				Counter32
18595	MAX-ACCESS			read-only
18596	STATUS				current
18597	DESCRIPTION
18598			"Undocumented"
18599	::= { cifsMisc 44 }
18600
18601	cifsSmb2FileNamesInfo		OBJECT-TYPE
18602	SYNTAX				Counter32
18603	MAX-ACCESS			read-only
18604	STATUS				current
18605	DESCRIPTION
18606			"Undocumented"
18607	::= { cifsMisc 45 }
18608
18609	cifsSmb2FileDirUnsupported	OBJECT-TYPE
18610	SYNTAX				Counter32
18611	MAX-ACCESS			read-only
18612	STATUS				current
18613	DESCRIPTION
18614			"Undocumented"
18615	::= { cifsMisc 46 }
18616
18617	cifsSmb2QueryInfo		OBJECT-TYPE
18618	SYNTAX				Counter32
18619	MAX-ACCESS			read-only
18620	STATUS				current
18621	DESCRIPTION
18622			"Undocumented"
18623	::= { cifsMisc 47 }
18624
18625	cifsSmb2SetInfo			OBJECT-TYPE
18626	SYNTAX				Counter32
18627	MAX-ACCESS			read-only
18628	STATUS				current
18629	DESCRIPTION
18630			"Undocumented"
18631	::= { cifsMisc 48 }
18632
18633	cifsSmb2Ioctl			OBJECT-TYPE
18634	SYNTAX				Counter32
18635	MAX-ACCESS			read-only
18636	STATUS				current
18637	DESCRIPTION
18638			"Undocumented"
18639	::= { cifsMisc 49 }
18640
18641	cifsSmb2RelatedCompRequest	OBJECT-TYPE
18642	SYNTAX				Counter32
18643	MAX-ACCESS			read-only
18644	STATUS				current
18645	DESCRIPTION
18646			"Undocumented"
18647	::= { cifsMisc 50 }
18648
18649	cifsSmb2UnRelatedCompRequest	OBJECT-TYPE
18650	SYNTAX				Counter32
18651	MAX-ACCESS			read-only
18652	STATUS				current
18653	DESCRIPTION
18654			"Undocumented"
18655	::= { cifsMisc 51 }
18656
18657	cifsSmb2FileRequest		OBJECT-TYPE
18658	SYNTAX				Counter32
18659	MAX-ACCESS			read-only
18660	STATUS				current
18661	DESCRIPTION
18662			"Undocumented"
18663	::= { cifsMisc 52 }
18664
18665	cifsSmb2PipeRequest		OBJECT-TYPE
18666	SYNTAX				Counter32
18667	MAX-ACCESS			read-only
18668	STATUS				current
18669	DESCRIPTION
18670			"Undocumented"
18671	::= { cifsMisc 53 }
18672
18673	cifsSmb2Unsupported		OBJECT-TYPE
18674	SYNTAX				Counter32
18675	MAX-ACCESS			read-only
18676	STATUS				current
18677	DESCRIPTION
18678			"Undocumented"
18679	::= { cifsMisc 54 }
18680
18681	cifsSmb2InvalidSignatures	OBJECT-TYPE
18682	SYNTAX				Counter32
18683	MAX-ACCESS			read-only
18684	STATUS				current
18685	DESCRIPTION
18686			"Number of CIFS SMB 2.0 messages received
18687			 with incorrect signature."
18688	::= { cifsMisc 55 }
18689
18690	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18691	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18692	-- the netcache group --
18693	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18694	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18695
18696	ncOptions	OBJECT IDENTIFIER ::= { netcache 1 }
18697
18698	ncInfo		OBJECT IDENTIFIER ::= { netcache 2 }
18699
18700	ncStats		OBJECT IDENTIFIER ::= { netcache 3 }
18701
18702	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18703	-- the netcache options group
18704	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18705
18706	ncIsEnabled                     OBJECT-TYPE
18707	SYNTAX                          INTEGER {
18708                                             false(1),
18709                                             true(2)
18710                                        }
18711        MAX-ACCESS                      read-only
18712        STATUS                          current
18713	DESCRIPTION
18714			"Whether Netcache is enabled on this system."
18715	::= { ncOptions 1 }
18716
18717	ncIsLicensed                    OBJECT-TYPE
18718	SYNTAX                          INTEGER {
18719                                             false(1),
18720                                             true(2)
18721                                        }
18722        MAX-ACCESS                      read-only
18723        STATUS                          current
18724	DESCRIPTION
18725			"Whether Netcache is licensed on this system."
18726	::= { ncOptions 2 }
18727
18728	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18729	-- the dns options group
18730	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18731
18732	ncDnsOptions		OBJECT IDENTIFIER ::= { ncOptions 3 }
18733
18734	ncDnsIsEnabled                  OBJECT-TYPE
18735	SYNTAX                          INTEGER {
18736                                             false(1),
18737                                             true(2)
18738                                        }
18739        MAX-ACCESS                      read-only
18740        STATUS                          current
18741	DESCRIPTION
18742			"Whether the Domain Name System (DNS)
18743			is enabled on this system."
18744	::= { ncDnsOptions 1 }
18745
18746	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18747	-- the http options group
18748	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18749
18750	ncHttpOptions		OBJECT IDENTIFIER ::= { ncOptions 4 }
18751
18752	ncHttpIsEnabled                 OBJECT-TYPE
18753	SYNTAX                          INTEGER {
18754                                             false(1),
18755                                             true(2)
18756                                        }
18757        MAX-ACCESS                      read-only
18758        STATUS                          current
18759	DESCRIPTION
18760			"Whether HTTP is enabled on this system."
18761	::= { ncHttpOptions 1 }
18762
18763	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18764	-- the nntp options group
18765	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18766
18767	ncNntpOptions		OBJECT IDENTIFIER ::= { ncOptions 5 }
18768
18769	ncNntpIsEnabled                 OBJECT-TYPE
18770	SYNTAX                          INTEGER {
18771                                             false(1),
18772                                             true(2)
18773                                        }
18774        MAX-ACCESS                      read-only
18775        STATUS                          current
18776	DESCRIPTION
18777			"Whether NNTP is enabled on this system."
18778	::= { ncNntpOptions 1 }
18779
18780	ncNntpIsLicensed                OBJECT-TYPE
18781	SYNTAX                          INTEGER {
18782                                             false(1),
18783                                             true(2)
18784                                        }
18785        MAX-ACCESS                      read-only
18786        STATUS                          current
18787	DESCRIPTION
18788			"Whether NNTP is licensed on this system."
18789	::= { ncNntpOptions 2 }
18790
18791	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18792	-- the streaming options group
18793	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18794
18795	ncStreamingOptions	OBJECT IDENTIFIER ::= { ncOptions 6 }
18796
18797	ncStreamingMmsIsEnabled         OBJECT-TYPE
18798	SYNTAX                          INTEGER {
18799                                             false(1),
18800                                             true(2)
18801                                        }
18802        MAX-ACCESS                      read-only
18803        STATUS                          current
18804	DESCRIPTION
18805			"Whether Microsoft Media Services (MMS)
18806			is enabled on this system."
18807	::= { ncStreamingOptions 1 }
18808
18809	ncStreamingMmsIsLicensed        OBJECT-TYPE
18810	SYNTAX                          INTEGER {
18811                                             false(1),
18812                                             true(2)
18813                                        }
18814        MAX-ACCESS                      read-only
18815        STATUS                          current
18816	DESCRIPTION
18817			"Whether Microsoft Windows Media Service (MMS)
18818			is licensed on this system."
18819	::= { ncStreamingOptions 2 }
18820
18821	ncStreamingMmsProIsLicensed     OBJECT-TYPE
18822	SYNTAX                          INTEGER {
18823                                             false(1),
18824                                             true(2)
18825                                        }
18826        MAX-ACCESS                      read-only
18827        STATUS                          current
18828	DESCRIPTION
18829			"Whether Microsoft Windows Media Service Pro (MMS)
18830			is licensed on this system."
18831	::= { ncStreamingOptions 3 }
18832
18833	ncStreamingRtspIsEnabled        OBJECT-TYPE
18834	SYNTAX                          INTEGER {
18835                                             false(1),
18836                                             true(2)
18837                                        }
18838        MAX-ACCESS                      read-only
18839        STATUS                          current
18840	DESCRIPTION
18841			"Whether the Real Time Streaming Protocol (RTSP)
18842			is enabled on this system."
18843	::= { ncStreamingOptions 4 }
18844
18845	ncStreamingQuickTimeIsLicensed  OBJECT-TYPE
18846	SYNTAX                          INTEGER {
18847                                             false(1),
18848                                             true(2)
18849                                        }
18850        MAX-ACCESS                      read-only
18851        STATUS                          current
18852	DESCRIPTION
18853			"Whether QuickTime is licensed on this system."
18854	::= { ncStreamingOptions 5 }
18855
18856	ncStreamingRealIsLicensed       OBJECT-TYPE
18857	SYNTAX                          INTEGER {
18858                                             false(1),
18859                                             true(2)
18860                                        }
18861        MAX-ACCESS                      read-only
18862        STATUS                          current
18863	DESCRIPTION
18864			"Whether Real Media streaming is licensed on
18865			this system."
18866	::= { ncStreamingOptions 6 }
18867
18868	ncStreamingMmsUltraIsLicensed   OBJECT-TYPE
18869	SYNTAX                          INTEGER {
18870                                             false(1),
18871                                             true(2)
18872                                        }
18873        MAX-ACCESS                      read-only
18874        STATUS                          current
18875	DESCRIPTION
18876			"Whether Microsoft Windows Media Service Ultra (MMS)
18877			is licensed on this system."
18878	::= { ncStreamingOptions 7 }
18879
18880	ncStreamingRealProIsLicensed    OBJECT-TYPE
18881	SYNTAX                          INTEGER {
18882                                             false(1),
18883                                             true(2)
18884                                        }
18885        MAX-ACCESS                      read-only
18886        STATUS                          current
18887	DESCRIPTION
18888			"Whether Real Media Pro streaming is licensed on
18889			this system."
18890	::= { ncStreamingOptions 8 }
18891
18892	ncStreamingRealUltraIsLicensed  OBJECT-TYPE
18893	SYNTAX                          INTEGER {
18894                                             false(1),
18895                                             true(2)
18896                                        }
18897        MAX-ACCESS                      read-only
18898        STATUS                          current
18899	DESCRIPTION
18900			"Whether Real Media Ultra streaming is licensed on
18901			this system."
18902	::= { ncStreamingOptions 9 }
18903
18904	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18905	-- the icap options group
18906	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18907
18908	ncIcapOptions		OBJECT IDENTIFIER ::= { ncOptions 7 }
18909
18910	ncIcapIsEnabled                 OBJECT-TYPE
18911	SYNTAX                          INTEGER {
18912                                             false(1),
18913                                             true(2)
18914                                        }
18915        MAX-ACCESS                      read-only
18916        STATUS                          current
18917	DESCRIPTION
18918			"Whether ICAP v0.95 is enabled on this system."
18919	::= { ncIcapOptions 1 }
18920
18921	ncIcapIsLicensed                OBJECT-TYPE
18922	SYNTAX                          INTEGER {
18923                                             false(1),
18924                                             true(2)
18925                                        }
18926        MAX-ACCESS                      read-only
18927        STATUS                          current
18928	DESCRIPTION
18929			"Whether ICAP is licensed on this system."
18930	::= { ncIcapOptions 2 }
18931
18932	ncIcapv1IsEnabled               OBJECT-TYPE
18933	SYNTAX                          INTEGER {
18934                                             false(1),
18935                                             true(2)
18936                                        }
18937        MAX-ACCESS                      read-only
18938        STATUS                          current
18939	DESCRIPTION
18940			"Whether ICAP v1.0 is enabled on this system."
18941	::= { ncIcapOptions 3 }
18942
18943	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18944	-- the grm options group
18945	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18946
18947	ncGrmOptions		OBJECT IDENTIFIER ::= { ncOptions 8 }
18948
18949	ncGrmServerOptions	OBJECT IDENTIFIER ::= { ncGrmOptions 1 }
18950
18951	ncGrmAgentOptions	OBJECT IDENTIFIER ::= { ncGrmOptions 2 }
18952
18953	ncGrmServerIsEnabled            OBJECT-TYPE
18954	SYNTAX                          INTEGER {
18955                                             false(1),
18956                                             true(2)
18957                                        }
18958        MAX-ACCESS                      read-only
18959        STATUS                          current
18960	DESCRIPTION
18961			"Whether the Global Request Manager (GRM) Server
18962			is enabled on this system."
18963	::= { ncGrmServerOptions 1 }
18964
18965	ncGrmServerIsLicensed           OBJECT-TYPE
18966	SYNTAX                          INTEGER {
18967                                             false(1),
18968                                             true(2)
18969                                        }
18970        MAX-ACCESS                      read-only
18971        STATUS                          current
18972	DESCRIPTION
18973			"Whether the Global Request Manager (GRM) Server
18974			is licensed on this system."
18975	::= { ncGrmServerOptions 2 }
18976
18977	ncGrmAgentIsEnabled             OBJECT-TYPE
18978	SYNTAX                          INTEGER {
18979                                             false(1),
18980                                             true(2)
18981                                        }
18982        MAX-ACCESS                      read-only
18983        STATUS                          current
18984	DESCRIPTION
18985			"Whether the Global Request Manager (GRM) Agent
18986			enabled on this system."
18987	::= { ncGrmAgentOptions 1 }
18988
18989	ncGrmAgentIsLicensed            OBJECT-TYPE
18990	SYNTAX                          INTEGER {
18991                                             false(1),
18992                                             true(2)
18993                                        }
18994        MAX-ACCESS                      read-only
18995        STATUS                          current
18996	DESCRIPTION
18997			"Whether the Global Request Manager (GRM) Agent
18998			is licensed on this system."
18999	::= { ncGrmAgentOptions 2 }
19000
19001	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19002	-- the content director options group
19003	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19004
19005	ncCdOptions	OBJECT IDENTIFIER ::= { ncOptions 9 }
19006
19007	ncCdIsEnabled                   OBJECT-TYPE
19008	SYNTAX                          INTEGER {
19009                                             false(1),
19010                                             true(2)
19011                                        }
19012        MAX-ACCESS                      read-only
19013        STATUS                          current
19014	DESCRIPTION
19015			"Whether Content Director is enabled on this system."
19016	::= { ncCdOptions 1 }
19017
19018	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19019	-- the https options group
19020	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19021
19022	ncHttpsProxyOptions		OBJECT IDENTIFIER ::= { ncOptions 10 }
19023
19024	ncHttpsProxyIsEnabled           OBJECT-TYPE
19025	SYNTAX                          INTEGER {
19026                                             false(1),
19027                                             true(2)
19028                                        }
19029        MAX-ACCESS                      read-only
19030        STATUS                          current
19031	DESCRIPTION
19032			"Whether HTTPS is enabled on this system."
19033	::= { ncHttpsProxyOptions 1 }
19034
19035	ncHttpsProxyIsLicensed          OBJECT-TYPE
19036	SYNTAX                          INTEGER {
19037                                             false(1),
19038                                             true(2)
19039                                        }
19040        MAX-ACCESS                      read-only
19041        STATUS                          current
19042	DESCRIPTION
19043			"Whether HTTPS is licensed on this system."
19044	::= { ncHttpsProxyOptions 2 }
19045
19046	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19047	-- the cms options group
19048	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19049	ncCmsOptions		OBJECT IDENTIFIER ::= { ncOptions 11 }
19050
19051	ncCmsIsEnabled                  OBJECT-TYPE
19052	SYNTAX                          INTEGER {
19053                                             false(1),
19054                                             true(2)
19055                                        }
19056        MAX-ACCESS                      read-only
19057        STATUS                          current
19058	DESCRIPTION
19059			"Whether CMS is enabled on this system."
19060	::= { ncCmsOptions 1 }
19061
19062	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19063	-- the netcache info group
19064	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19065
19066 	ncVersion                       OBJECT-TYPE
19067	SYNTAX                          DisplayString
19068        MAX-ACCESS                      read-only
19069        STATUS                          current
19070	DESCRIPTION
19071			"The Netcache version string."
19072	::= { ncInfo 1 }
19073
19074 	ncAdminPort                     OBJECT-TYPE
19075	SYNTAX                          Integer32
19076        MAX-ACCESS                      read-only
19077        STATUS                          current
19078	DESCRIPTION
19079			"Netcache Admin Port number - this
19080			 is the first in the list of admin
19081			 ports configured for the NetCache."
19082	::= { ncInfo 2 }
19083
19084
19085	accelmonitor	OBJECT IDENTIFIER ::= { ncInfo 3 }
19086
19087	-- the acceleration monitor group
19088	-- Implementation of the Acceleration Monitor (accelmonitor.
19089
19090	amNumber                        OBJECT-TYPE
19091	SYNTAX                          Integer32
19092        MAX-ACCESS                      read-only
19093        STATUS                          current
19094	    DESCRIPTION
19095		"The number of entries in the acceleration monitor table."
19096	    ::= { accelmonitor 1 }
19097
19098	amMonitor                       OBJECT-TYPE
19099	SYNTAX                          INTEGER {
19100                                             togglea(1),
19101                                             toggleb(2)
19102                                        }
19103        MAX-ACCESS                      read-only
19104        STATUS                          current
19105	    DESCRIPTION
19106		"Variable for user defined SNMP traps to monitor whether			there has been a status change of any of the acceleration
19107		servers that netcache is probing."
19108	    ::= { accelmonitor 2 }
19109
19110	amMonitorString                 OBJECT-TYPE
19111	SYNTAX                          DisplayString
19112        MAX-ACCESS                      read-only
19113        STATUS                          current
19114	    DESCRIPTION
19115		"Used in conjunction with amMonitor. This returns a string
19116		in format of: 'IP:port status' which reports the status
19117		of all the servers netcache is accelerating as of last
19118		status change."
19119	    ::= { accelmonitor 3 }
19120
19121	-- accelmonitor table
19122
19123	-- the Acceleration Monitor table contains information of the
19124	-- the acceleration server, port that we are monitoring and its
19125	-- status.
19126
19127	amTable                         OBJECT-TYPE
19128	SYNTAX                          SEQUENCE OF AmEntry
19129        MAX-ACCESS                      not-accessible
19130        STATUS                          current
19131	    DESCRIPTION
19132		     "A list of acceleration server and port entries. The
19133		     number of entries is given by the value of amNumber."
19134	    ::= { accelmonitor 4 }
19135
19136	amEntry                         OBJECT-TYPE
19137	SYNTAX                          AmEntry
19138        MAX-ACCESS                      not-accessible
19139        STATUS                          current
19140	    DESCRIPTION
19141		    "An acceleration monitor entry contains: the server
19142		    IP address, server port and the status."
19143	    INDEX   { amIndex }
19144	    ::= { amTable 1 }
19145
19146	AmEntry ::=
19147	    SEQUENCE {
19148		amIndex
19149		    Integer32,
19150		amAddress
19151		    IpAddress,
19152		amPort
19153		    Integer32,
19154		amStatus
19155		    INTEGER
19156	    }
19157
19158	amIndex                         OBJECT-TYPE
19159	SYNTAX                          Integer32 (1..2147483647)
19160        MAX-ACCESS                      read-only
19161        STATUS                          current
19162	    DESCRIPTION
19163		    " A unique value for each entry in the acceleration monitor
19164		    table."
19165	    ::= { amEntry 1 }
19166
19167	amAddress                       OBJECT-TYPE
19168	SYNTAX                          IpAddress
19169        MAX-ACCESS                      read-only
19170        STATUS                          current
19171	    DESCRIPTION
19172		    "The IP address of the acceleration server the NetCache
19173		    is monitoring."
19174	    ::= { amEntry 2 }
19175
19176	amPort                          OBJECT-TYPE
19177	SYNTAX                          Integer32 (0..65535)
19178        MAX-ACCESS                      read-only
19179        STATUS                          current
19180	    DESCRIPTION
19181		   "The corresponding port on the server that NetCache is
19182		   monitoring."
19183	    ::= { amEntry 3 }
19184
19185	amStatus                        OBJECT-TYPE
19186	SYNTAX                          INTEGER {
19187                                             active(1),
19188                                             up(2),
19189					     down(3),
19190                                             inactive(4)
19191                                        }
19192        MAX-ACCESS                      read-only
19193        STATUS                          current
19194	    DESCRIPTION
19195		    "The status of the service running on the server.
19196		    active -  in queue but no probes done yet.
19197		    up - the server is reachable and responding to probes.
19198		    down - the server is unreachable.
19199		    inactive - monitoring is disabled."
19200	    ::= { amEntry 4 }
19201
19202 	ncLocalConfigChanged            OBJECT-TYPE
19203	SYNTAX                          INTEGER {
19204                                             false(1),
19205                                             true(2)
19206                                        }
19207        MAX-ACCESS                      read-only
19208        STATUS                          current
19209	DESCRIPTION
19210			"Whether the local configuration file on NetCache
19211			was changed without using DFM configuration management."
19212	::= { ncInfo 4 }
19213
19214 	ncLocalConfigVersion            OBJECT-TYPE
19215	SYNTAX                          Integer32
19216        MAX-ACCESS                      read-only
19217        STATUS                          current
19218	DESCRIPTION
19219			"The current cache configuration's version."
19220	::= { ncInfo 5 }
19221
19222	grmMonitor	OBJECT IDENTIFIER ::= { ncInfo 6 }
19223
19224	-- the GRM monitor group
19225	-- Implementation of the GRM agent monitor
19226
19227	grmMonitorToggle                OBJECT-TYPE
19228	SYNTAX                          INTEGER {
19229                                             togglea(1),
19230                                             toggleb(2)
19231                                        }
19232        MAX-ACCESS                      read-only
19233        STATUS                          current
19234       DESCRIPTION
19235		"Variable for user defined SNMP traps to monitor whether			there has been a status change of any of the GRM
19236		agents reporting to this GRM server."
19237	    ::= { grmMonitor 1 }
19238
19239	grmMonitorString                OBJECT-TYPE
19240	SYNTAX                          DisplayString
19241        MAX-ACCESS                      read-only
19242        STATUS                          current
19243	    DESCRIPTION
19244		"Used in conjunction with grmMonitor. This returns a string
19245		in format of: 'IP status.' which reports the status
19246		of all the GRM agents reporting to this GRM server as of last
19247		status change."
19248	    ::= { grmMonitor 2 }
19249
19250	takeoverinfo	OBJECT IDENTIFIER ::= { ncInfo 7 }
19251
19252	-- the takeover information group
19253	-- information same as status.takeover.addrs and
19254	-- status.takeover.mode and status.takeover.partner_status
19255
19256	takeoverAddrs                   OBJECT-TYPE
19257	SYNTAX                          DisplayString
19258        MAX-ACCESS                      read-only
19259        STATUS                          current
19260	    DESCRIPTION
19261		"Indicates the list of interfaces and their corresponding IP
19262		 addresses of the partner NetCache that this appliance has taken 		 over."
19263	    ::= { takeoverinfo 1 }
19264
19265	takeoverMode                    OBJECT-TYPE
19266	SYNTAX                          INTEGER {
19267                                             normal(1),
19268                                             takingover(2),
19269					     takenover(3),
19270                                             giveback(4)
19271                                        }
19272        MAX-ACCESS                      read-only
19273        STATUS                          current
19274	    DESCRIPTION
19275		"Indicates the current takeover mode of this appliance."
19276	    ::= { takeoverinfo 2 }
19277
19278	takeoverStatus                  OBJECT-TYPE
19279	SYNTAX                          INTEGER {
19280                                             up(1),
19281                                             unknown(2),
19282                                             failed(3)
19283                                        }
19284        MAX-ACCESS                      read-only
19285        STATUS                          current
19286	    DESCRIPTION
19287		"Indicates the current status of the takeover partner of
19288		 this appliance. up(1) indicates that the takeover partner is
19289		 reachable. unknown(2) indicates that an unknown error occurred.
19290		 failed(3) indicates that the partner has failed, takeoverAddrs
19291		 indicates the partner's IP address this appliance has taken
19292		 over."
19293	    ::= { takeoverinfo 3 }
19294
19295
19296	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19297	-- the netcache stats group --
19298	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19299
19300 	ncObjectsStored                 OBJECT-TYPE
19301	SYNTAX                          Integer32
19302        MAX-ACCESS                      read-only
19303        STATUS                          current
19304	DESCRIPTION
19305			"The total number of objects stored currently."
19306	::= { ncStats 1 }
19307
19308	ncBytesToClients                OBJECT-TYPE
19309	SYNTAX                          Counter32
19310        MAX-ACCESS                      read-only
19311        STATUS                          current
19312	DESCRIPTION
19313			"Total bytes sent to clients"
19314	::= { ncStats 2 }
19315
19316	ncBytesFromClients              OBJECT-TYPE
19317	SYNTAX                          Counter32
19318        MAX-ACCESS                      read-only
19319        STATUS                          current
19320	DESCRIPTION
19321			"Total bytes received from clients"
19322	::= { ncStats 3 }
19323
19324	ncBytesToServers                OBJECT-TYPE
19325	SYNTAX                          Counter32
19326        MAX-ACCESS                      read-only
19327        STATUS                          current
19328	DESCRIPTION
19329			"Total bytes sent to servers"
19330	::= { ncStats 4 }
19331
19332	ncBytesFromServers              OBJECT-TYPE
19333	SYNTAX                          Counter32
19334        MAX-ACCESS                      read-only
19335        STATUS                          current
19336	DESCRIPTION
19337			"Total bytes received from servers"
19338	::= { ncStats 5 }
19339
19340	ncHttp		OBJECT IDENTIFIER ::= { ncStats 6 }
19341
19342	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19343	-- the http stats group
19344	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19345
19346 	ncHttpTotalRequests             OBJECT-TYPE
19347	SYNTAX                          Counter32
19348        MAX-ACCESS                      read-only
19349        STATUS                          current
19350	DESCRIPTION
19351			"Total HTTP requests so far"
19352	::= { ncHttp 1 }
19353
19354 	ncHttpHitRequests               OBJECT-TYPE
19355	SYNTAX                          Counter32
19356        MAX-ACCESS                      read-only
19357        STATUS                          current
19358	DESCRIPTION
19359			"HTTP requests that resulted in hits so far"
19360	::= { ncHttp 2 }
19361
19362 	ncHttpMissRequests              OBJECT-TYPE
19363	SYNTAX                          Counter32
19364        MAX-ACCESS                      read-only
19365        STATUS                          current
19366	DESCRIPTION
19367			"HTTP requests that resulted in misses so far"
19368	::= { ncHttp 3 }
19369
19370 	ncHttpServConns                 OBJECT-TYPE
19371	SYNTAX                          Integer32
19372        MAX-ACCESS                      read-only
19373        STATUS                          current
19374	DESCRIPTION
19375			"Number of currently open TCP/IP connections to HTTP servers (active and idle)"
19376	::= { ncHttp 4 }
19377
19378 	ncHttpCliConns                  OBJECT-TYPE
19379	SYNTAX                          Integer32
19380        MAX-ACCESS                      read-only
19381        STATUS                          current
19382	DESCRIPTION
19383			"Number of currently open TCP/IP connections to HTTP clients (active and idle)"
19384	::= { ncHttp 5 }
19385
19386 	ncHttpBWSavings                 OBJECT-TYPE
19387	SYNTAX                          Integer32
19388        MAX-ACCESS                      read-only
19389        STATUS                          current
19390	DESCRIPTION
19391			"Bandwidth savings for HTTP requests"
19392	::= { ncHttp 6 }
19393
19394 	ncHttpObjHitrate                OBJECT-TYPE
19395	SYNTAX                          Integer32
19396        MAX-ACCESS                      read-only
19397        STATUS                          current
19398	DESCRIPTION
19399			"Object Hitrate HTTP requests"
19400	::= { ncHttp 7 }
19401
19402 	ncHttpRespTimePerByte           OBJECT-TYPE
19403	SYNTAX                          Integer32
19404        MAX-ACCESS                      read-only
19405        STATUS                          current
19406	DESCRIPTION
19407			"Response time in milliseconds per byte for HTTP requests."
19408	::= { ncHttp 8 }
19409
19410 	ncHttpAvgRespTime               OBJECT-TYPE
19411	SYNTAX                          Integer32
19412        MAX-ACCESS                      read-only
19413        STATUS                          current
19414	DESCRIPTION
19415			"Average response time in milliseconds for all HTTP requests."
19416	::= { ncHttp 9 }
19417
19418 	ncHttpAvgHitRespTime            OBJECT-TYPE
19419	SYNTAX                          Integer32
19420        MAX-ACCESS                      read-only
19421        STATUS                          current
19422	DESCRIPTION
19423			"Average response time in milliseconds for HTTP hit requests."
19424	::= { ncHttp 10 }
19425
19426 	ncHttpAvgMissRespTime           OBJECT-TYPE
19427	SYNTAX                          Integer32
19428        MAX-ACCESS                      read-only
19429        STATUS                          current
19430	DESCRIPTION
19431			"Average response time in milliseconds for HTTP miss requests."
19432	::= { ncHttp 11 }
19433
19434 	ncHttpInstAvgRespTime           OBJECT-TYPE
19435	SYNTAX                          Integer32
19436        MAX-ACCESS                      read-only
19437        STATUS                          current
19438	DESCRIPTION
19439			"Average response time in milliseconds for all HTTP requests during the last 60 seconds."
19440	::= { ncHttp 12 }
19441
19442
19443 	ncHttpInstAvgHitRespTime        OBJECT-TYPE
19444	SYNTAX                          Integer32
19445        MAX-ACCESS                      read-only
19446        STATUS                          current
19447	DESCRIPTION
19448			"Average response time in milliseconds for HTTP hit requests during the last 60 seconds."
19449	::= { ncHttp 13 }
19450
19451 	ncHttpInstAvgMissRespTime       OBJECT-TYPE
19452	SYNTAX                          Integer32
19453        MAX-ACCESS                      read-only
19454        STATUS                          current
19455	DESCRIPTION
19456			"Average response time in milliseconds for HTTP miss requests during the last 60 seconds."
19457	::= { ncHttp 14 }
19458
19459	ncHttpTotalRespTime             OBJECT-TYPE
19460	SYNTAX                          Integer32
19461        MAX-ACCESS                      read-only
19462        STATUS                          current
19463	DESCRIPTION
19464			"Total fetch time in milliseconds for HTTP requests"
19465	::= { ncHttp 15 }
19466
19467	ncHttpTotalHitRespTime          OBJECT-TYPE
19468	SYNTAX                          Integer32
19469        MAX-ACCESS                      read-only
19470        STATUS                          current
19471	DESCRIPTION
19472			"Total fetch time in milliseconds for HTTP HIT requests"
19473	::= { ncHttp 16 }
19474
19475	ncHttpTotalMissRespTime         OBJECT-TYPE
19476	SYNTAX                          Integer32
19477        MAX-ACCESS                      read-only
19478        STATUS                          current
19479	DESCRIPTION
19480			"Total fetch time in milliseconds for HTTP MISS requests"
19481	::= { ncHttp 17 }
19482
19483	ncHttpBytesToClients            OBJECT-TYPE
19484	SYNTAX                          Counter32
19485        MAX-ACCESS                      read-only
19486        STATUS                          current
19487	DESCRIPTION
19488			"Total HTTP bytes sent to clients"
19489	::= { ncHttp 18 }
19490
19491	ncHttpBytesFromClients          OBJECT-TYPE
19492	SYNTAX                          Counter32
19493        MAX-ACCESS                      read-only
19494        STATUS                          current
19495	DESCRIPTION
19496			"Total HTTP bytes received from clients"
19497	::= { ncHttp 19 }
19498
19499	ncHttpBytesToServers            OBJECT-TYPE
19500	SYNTAX                          Counter32
19501        MAX-ACCESS                      read-only
19502        STATUS                          current
19503	DESCRIPTION
19504			"Total HTTP bytes sent to servers"
19505	::= { ncHttp 20 }
19506
19507	ncHttpBytesFromServers          OBJECT-TYPE
19508	SYNTAX                          Counter32
19509        MAX-ACCESS                      read-only
19510        STATUS                          current
19511	DESCRIPTION
19512			"Total HTTP bytes received from servers"
19513	::= { ncHttp 21 }
19514
19515	ncHttpHighTotalRespTimes        OBJECT-TYPE
19516	SYNTAX                          Counter32
19517        MAX-ACCESS                      read-only
19518        STATUS                          current
19519	DESCRIPTION
19520			"Total fetch time in milliseconds for HTTP requests.
19521			This object returns the most significant 32 bits
19522			of the 64 bit unsigned integer."
19523	::= { ncHttp 22 }
19524
19525	ncHttpLowTotalRespTimes         OBJECT-TYPE
19526	SYNTAX                          Counter32
19527        MAX-ACCESS                      read-only
19528        STATUS                          current
19529	DESCRIPTION
19530			"Total fetch time in milliseconds for HTTP requests.
19531			This object returns the least significant 32 bits
19532			of the 64 bit unsigned integer."
19533	::= { ncHttp 23 }
19534
19535	ncHttpHighTotalHitRespTimes     OBJECT-TYPE
19536	SYNTAX                          Counter32
19537        MAX-ACCESS                      read-only
19538        STATUS                          current
19539	DESCRIPTION
19540			"Total fetch time in milliseconds for HTTP HIT requests.
19541			This object returns the most significant 32 bits
19542			of the 64 bit unsigned integer."
19543	::= { ncHttp 24 }
19544
19545	ncHttpLowTotalHitRespTimes      OBJECT-TYPE
19546	SYNTAX                          Counter32
19547        MAX-ACCESS                      read-only
19548        STATUS                          current
19549	DESCRIPTION
19550			"Total fetch time in milliseconds for HTTP HIT requests.
19551			This object returns the least significant 32 bits
19552			of the 64 bit unsigned integer."
19553	::= { ncHttp 25 }
19554
19555	ncHttpHighTotalMissRespTimes    OBJECT-TYPE
19556	SYNTAX                          Counter32
19557        MAX-ACCESS                      read-only
19558        STATUS                          current
19559	DESCRIPTION
19560			"Total fetch time in milliseconds for HTTP MISS requests.
19561			This object returns the most significant 32 bits
19562			of the 64 bit unsigned integer."
19563	::= { ncHttp 26 }
19564
19565	ncHttpLowTotalMissRespTimes     OBJECT-TYPE
19566	SYNTAX                          Counter32
19567        MAX-ACCESS                      read-only
19568        STATUS                          current
19569	DESCRIPTION
19570			"Total fetch time in milliseconds for HTTP MISS requests.
19571			This object returns the least significant 32 bits
19572			of the 64 bit unsigned integer."
19573	::= { ncHttp 27 }
19574
19575 	ncHttpReqRate                   OBJECT-TYPE
19576	SYNTAX                          Integer32
19577        MAX-ACCESS                      read-only
19578        STATUS                          current
19579	DESCRIPTION
19580			"Request Rate for HTTP requests"
19581	::= { ncHttp 28 }
19582
19583 	ncHttpObjHitRateLast1Min        OBJECT-TYPE
19584	SYNTAX                          Integer32
19585        MAX-ACCESS                      read-only
19586        STATUS                          current
19587	DESCRIPTION
19588			"HTTP object hit rate in the last 1 minute."
19589	::= { ncHttp 29 }
19590
19591 	ncHttpObjHitRateLast5Min        OBJECT-TYPE
19592	SYNTAX                          Integer32
19593        MAX-ACCESS                      read-only
19594        STATUS                          current
19595	DESCRIPTION
19596			"HTTP object hit rate in the last 5 minutes."
19597	::= { ncHttp 30 }
19598
19599 	ncHttpByteHitRateLast1Min       OBJECT-TYPE
19600	SYNTAX                          Integer32
19601        MAX-ACCESS                      read-only
19602        STATUS                          current
19603	DESCRIPTION
19604			"HTTP byte hit rate in the last 1 minute."
19605	::= { ncHttp 31 }
19606
19607 	ncHttpByteHitRateLast5Min       OBJECT-TYPE
19608	SYNTAX                          Integer32
19609        MAX-ACCESS                      read-only
19610        STATUS                          current
19611	DESCRIPTION
19612			"HTTP byte hit rate in the last 5 minutes."
19613	::= { ncHttp 32 }
19614
19615 	ncHttpBWSavingsLast1Min         OBJECT-TYPE
19616	SYNTAX                          Integer32
19617        MAX-ACCESS                      read-only
19618        STATUS                          current
19619	DESCRIPTION
19620			"Bandwidth savings for HTTP requests in the last
19621			 1 minute"
19622	::= { ncHttp 33 }
19623
19624	ncHttpBWSavingsLast5Min         OBJECT-TYPE
19625	SYNTAX                          Integer32
19626        MAX-ACCESS                      read-only
19627        STATUS                          current
19628	DESCRIPTION
19629			"Bandwidth savings for HTTP requests in the last
19630			 5 minutes"
19631	::= { ncHttp 34 }
19632
19633 	ncHttpActiveServConns           OBJECT-TYPE
19634	SYNTAX                          Integer32
19635        MAX-ACCESS                      read-only
19636        STATUS                          current
19637	DESCRIPTION
19638			"Number of currently active TCP/IP connections to HTTP servers"
19639	::= { ncHttp 35 }
19640
19641 	ncHttpActiveCliConns            OBJECT-TYPE
19642	SYNTAX                          Integer32
19643        MAX-ACCESS                      read-only
19644        STATUS                          current
19645	DESCRIPTION
19646			"Number of currently active TCP/IP connections to HTTP clients"
19647	::= { ncHttp 36 }
19648
19649	ncHttpAccelTable                OBJECT-TYPE
19650	SYNTAX                          SEQUENCE OF NcHttpAccelEntry
19651        MAX-ACCESS                      not-accessible
19652        STATUS                          current
19653	DESCRIPTION
19654		 	"Number of kilobytes sent to and received from the client side
19655			per acceleration rule"
19656
19657 	::= { ncHttp 37 }
19658
19659	ncHttpAccelEntry                OBJECT-TYPE
19660	SYNTAX                          NcHttpAccelEntry
19661        MAX-ACCESS                      not-accessible
19662        STATUS                          current
19663 	DESCRIPTION
19664 			"Each entry contains the number of kilobytes sent and
19665 			received to/from the clients side per acceleration
19666			rule"
19667
19668	INDEX	 { ncHttpAccelIndex }
19669 	::= { ncHttpAccelTable 1 }
19670
19671	NcHttpAccelEntry ::=
19672 	SEQUENCE {
19673 		ncHttpAccelIndex		Integer32,
19674 		ncHttpAccelKbytesFromClient 	Counter32,
19675 		ncHttpAccelKbytesToClient	Counter32,
19676		ncHttpAccelHits			Counter32
19677 		}
19678
19679 	ncHttpAccelIndex                OBJECT-TYPE
19680	SYNTAX                          Integer32 (1..513)
19681        MAX-ACCESS                      read-only
19682        STATUS                          current
19683 	DESCRIPTION
19684 			"A unique value for each entry in the http acceleration
19685			 stats table"
19686 	::= { ncHttpAccelEntry 1 }
19687
19688	ncHttpAccelKbytesFromClient     OBJECT-TYPE
19689	SYNTAX                          Counter32
19690        MAX-ACCESS                      read-only
19691        STATUS                          current
19692 	DESCRIPTION
19693 			"The total number of kilobytes received from the client
19694 			for this acceleration rule"
19695 	::= { ncHttpAccelEntry 2 }
19696
19697 	ncHttpAccelKbytesToClient       OBJECT-TYPE
19698	SYNTAX                          Counter32
19699        MAX-ACCESS                      read-only
19700        STATUS                          current
19701 	DESCRIPTION
19702			"The total number of kilobytes sent to the client for
19703 			this acceleration rule"
19704	::= { ncHttpAccelEntry 3 }
19705
19706	ncHttpAccelHits                 OBJECT-TYPE
19707	SYNTAX                          Counter32
19708        MAX-ACCESS                      read-only
19709        STATUS                          current
19710	DESCRIPTION
19711			" The number of times this acceleration rule has been hit"
19712	::= { ncHttpAccelEntry 4 }
19713
19714	ncHttpsAccelTable               OBJECT-TYPE
19715	SYNTAX                          SEQUENCE OF NcHttpsAccelEntry
19716        MAX-ACCESS                      not-accessible
19717        STATUS                          current
19718 	DESCRIPTION
19719			"Number of kilobytes sent to and received from the client side
19720 			per acceleration rule"
19721
19722	::= { ncHttp 38 }
19723
19724	ncHttpsAccelEntry               OBJECT-TYPE
19725	SYNTAX                          NcHttpsAccelEntry
19726        MAX-ACCESS                      not-accessible
19727        STATUS                          current
19728	DESCRIPTION
19729			"Each entry contains the number of kilobytes sent and
19730			 received to/from the clients side per acceleration
19731				rule"
19732
19733	INDEX	 { ncHttpsAccelIndex }
19734 	::= { ncHttpsAccelTable 1 }
19735
19736	NcHttpsAccelEntry ::=
19737	SEQUENCE {
19738		ncHttpsAccelIndex		Integer32,
19739		ncHttpsAccelKbytesFromClient	Counter32,
19740 		ncHttpsAccelKbytesToClient	Counter32,
19741		ncHttpsAccelHits	Counter32
19742		}
19743
19744	ncHttpsAccelIndex               OBJECT-TYPE
19745	SYNTAX                          Integer32 (1..513)
19746        MAX-ACCESS                      read-only
19747        STATUS                          current
19748 	DESCRIPTION
19749 			"A unique value for each entry in the http acceleration
19750			 stats table"
19751	::= { ncHttpsAccelEntry 1 }
19752
19753 	ncHttpsAccelKbytesFromClient    OBJECT-TYPE
19754	SYNTAX                          Counter32
19755        MAX-ACCESS                      read-only
19756        STATUS                          current
19757 	DESCRIPTION
19758			"The total number of kilobytes received from the client
19759			 for this acceleration rule"
19760	::= { ncHttpsAccelEntry 2 }
19761
19762	ncHttpsAccelKbytesToClient      OBJECT-TYPE
19763	SYNTAX                          Counter32
19764        MAX-ACCESS                      read-only
19765        STATUS                          current
19766	DESCRIPTION
19767 			"The total number of kilobytes sent to the client for
19768			 this acceleration rule"
19769	::= { ncHttpsAccelEntry 3 }
19770
19771 	ncHttpsAccelHits                OBJECT-TYPE
19772	SYNTAX                          Counter32
19773        MAX-ACCESS                      read-only
19774        STATUS                          current
19775 	DESCRIPTION
19776 			" The number of times this acceleration rule has been hit"
19777	::= { ncHttpsAccelEntry 4 }
19778
19779
19780	ncNntp		OBJECT IDENTIFIER ::= { ncStats 7 }
19781
19782	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19783	-- the nntp stats group
19784	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19785
19786 	ncNntpTotalRequests             OBJECT-TYPE
19787	SYNTAX                          Counter32
19788        MAX-ACCESS                      read-only
19789        STATUS                          current
19790	DESCRIPTION
19791			"NNTP total requests so far"
19792	::= { ncNntp 1 }
19793 	ncNntpCacheableRequests         OBJECT-TYPE
19794	SYNTAX                          Counter32
19795        MAX-ACCESS                      read-only
19796        STATUS                          current
19797	DESCRIPTION
19798			"NNTP requests that were cacheable"
19799	::= { ncNntp 2 }
19800
19801 	ncNntpProxyRequests             OBJECT-TYPE
19802	SYNTAX                          Counter32
19803        MAX-ACCESS                      read-only
19804        STATUS                          current
19805	DESCRIPTION
19806			"NNTP requests that were non-cacheable"
19807	::= { ncNntp 3 }
19808
19809 	ncNntpServConns                 OBJECT-TYPE
19810	SYNTAX                          Integer32
19811        MAX-ACCESS                      read-only
19812        STATUS                          current
19813	DESCRIPTION
19814			"Number of currently open TCP/IP connections to NNTP servers (active and idle)"
19815	::= { ncNntp 4 }
19816
19817 	ncNntpCliConns                  OBJECT-TYPE
19818	SYNTAX                          Integer32
19819        MAX-ACCESS                      read-only
19820        STATUS                          current
19821	DESCRIPTION
19822			"Number of currently open TCP/IP connections to NNTP clients (active and idle)"
19823	::= { ncNntp 5 }
19824
19825 	ncNntpBWSavings                 OBJECT-TYPE
19826	SYNTAX                          Integer32
19827        MAX-ACCESS                      read-only
19828        STATUS                          current
19829	DESCRIPTION
19830			"Bandwidth savings for NNTP requests"
19831	::= { ncNntp 6 }
19832
19833 	ncNntpRespTimePerByte           OBJECT-TYPE
19834	SYNTAX                          Integer32
19835        MAX-ACCESS                      read-only
19836        STATUS                          current
19837	DESCRIPTION
19838			"Response time per byte for NNTP requests"
19839	::= { ncNntp 7 }
19840
19841	ncNntpBytesToClients            OBJECT-TYPE
19842	SYNTAX                          Counter32
19843        MAX-ACCESS                      read-only
19844        STATUS                          current
19845	DESCRIPTION
19846				"Total NNTP bytes sent to clients"
19847	::= { ncNntp 8 }
19848
19849	ncNntpBytesFromClients          OBJECT-TYPE
19850	SYNTAX                          Counter32
19851        MAX-ACCESS                      read-only
19852        STATUS                          current
19853	DESCRIPTION
19854				"Total NNTP bytes received from clients"
19855	::= { ncNntp 9 }
19856
19857	ncNntpBytesToServers            OBJECT-TYPE
19858	SYNTAX                          Counter32
19859        MAX-ACCESS                      read-only
19860        STATUS                          current
19861	DESCRIPTION
19862				"Total NNTP bytes sent to servers"
19863	::= { ncNntp 10 }
19864
19865	ncNntpBytesFromServers          OBJECT-TYPE
19866	SYNTAX                          Counter32
19867        MAX-ACCESS                      read-only
19868        STATUS                          current
19869	DESCRIPTION
19870				"Total NNTP bytes received from servers"
19871	::= { ncNntp 11 }
19872
19873 	ncNntpObjHitrate                OBJECT-TYPE
19874	SYNTAX                          Integer32
19875        MAX-ACCESS                      read-only
19876        STATUS                          current
19877	DESCRIPTION
19878			"Object Hitrate of NNTP requests"
19879	::= { ncNntp 12 }
19880
19881 	ncNntpActiveServConns           OBJECT-TYPE
19882	SYNTAX                          Integer32
19883        MAX-ACCESS                      read-only
19884        STATUS                          current
19885	DESCRIPTION
19886			"Number of currently active TCP/IP connections to NNTP servers"
19887	::= { ncNntp 13 }
19888
19889 	ncNntpActiveCliConns            OBJECT-TYPE
19890	SYNTAX                          Integer32
19891        MAX-ACCESS                      read-only
19892        STATUS                          current
19893	DESCRIPTION
19894			"Number of currently active TCP/IP connections to NNTP clients"
19895	::= { ncNntp 14 }
19896
19897	ncFtp		OBJECT IDENTIFIER ::= { ncStats 8 }
19898
19899	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19900	-- the ftp stats group
19901	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
19902
19903 	ncFtpTotalRequests              OBJECT-TYPE
19904	SYNTAX                          Counter32
19905        MAX-ACCESS                      read-only
19906        STATUS                          current
19907	DESCRIPTION
19908			"FTP total requests so far"
19909	::= { ncFtp 1 }
19910
19911 	ncFtpHitRequests                OBJECT-TYPE
19912	SYNTAX                          Counter32
19913        MAX-ACCESS                      read-only
19914        STATUS                          current
19915	DESCRIPTION
19916			"FTP requests that resulted in hits so far"
19917	::= { ncFtp 2 }
19918
19919 	ncFtpMissRequests               OBJECT-TYPE
19920	SYNTAX                          Counter32
19921        MAX-ACCESS                      read-only
19922        STATUS                          current
19923	DESCRIPTION
19924			"FTP requests that resulted in misses so far"
19925	::= { ncFtp 3 }
19926
19927 	ncFtpServConns                  OBJECT-TYPE
19928	SYNTAX                          Integer32
19929        MAX-ACCESS                      read-only
19930        STATUS                          current
19931	DESCRIPTION
19932			"Number of currently open TCP/IP connections to FTP servers (active and idle)"
19933	::= { ncFtp 4 }
19934
19935 	ncFtpCliConns                   OBJECT-TYPE
19936	SYNTAX                          Integer32
19937        MAX-ACCESS                      read-only
19938        STATUS                          current
19939	DESCRIPTION
19940			"Number of currently open TCP/IP connections to FTP clients (active and idle)"
19941	::= { ncFtp 5 }
19942
19943 	ncFtpBWSavings                  OBJECT-TYPE
19944	SYNTAX                          Integer32
19945        MAX-ACCESS                      read-only
19946        STATUS                          current
19947	DESCRIPTION
19948			"Bandwidth savings for FTP requests"
19949	::= { ncFtp 6 }
19950
19951 	ncFtpRespTimePerByte            OBJECT-TYPE
19952	SYNTAX                          Integer32
19953        MAX-ACCESS                      read-only
19954        STATUS                          current
19955	DESCRIPTION
19956			"Response time per byte for FTP requests"
19957	::= { ncFtp 7 }
19958
19959	ncFtpBytesToClients             OBJECT-TYPE
19960	SYNTAX                          Counter32
19961        MAX-ACCESS                      read-only
19962        STATUS                          current
19963	DESCRIPTION
19964				"Total FTP bytes sent to clients"
19965	::= { ncFtp 8 }
19966
19967	ncFtpBytesFromClients           OBJECT-TYPE
19968	SYNTAX                          Counter32
19969        MAX-ACCESS                      read-only
19970        STATUS                          current
19971	DESCRIPTION
19972				"Total FTP bytes received from clients"
19973	::= { ncFtp 9 }
19974
19975	ncFtpBytesToServers             OBJECT-TYPE
19976	SYNTAX                          Counter32
19977        MAX-ACCESS                      read-only
19978        STATUS                          current
19979	DESCRIPTION
19980				"Total FTP bytes sent to servers"
19981	::= { ncFtp 10 }
19982
19983	ncFtpBytesFromServers           OBJECT-TYPE
19984	SYNTAX                          Counter32
19985        MAX-ACCESS                      read-only
19986        STATUS                          current
19987	DESCRIPTION
19988				"Total FTP bytes received from servers"
19989	::= { ncFtp 11 }
19990
19991 	ncFtpObjHitrate                 OBJECT-TYPE
19992	SYNTAX                          Integer32
19993        MAX-ACCESS                      read-only
19994        STATUS                          current
19995	DESCRIPTION
19996			"Object Hitrate of FTP requests"
19997	::= { ncFtp 12 }
19998
19999 	ncFtpActiveServConns            OBJECT-TYPE
20000	SYNTAX                          Integer32
20001        MAX-ACCESS                      read-only
20002        STATUS                          current
20003	DESCRIPTION
20004			"Number of currently active TCP/IP connections to FTP servers"
20005	::= { ncFtp 13 }
20006
20007 	ncFtpActiveCliConns             OBJECT-TYPE
20008	SYNTAX                          Integer32
20009        MAX-ACCESS                      read-only
20010        STATUS                          current
20011	DESCRIPTION
20012			"Number of currently active TCP/IP connections to FTP clients"
20013	::= { ncFtp 14 }
20014
20015	ncStreaming	OBJECT IDENTIFIER ::= { ncStats 9 }
20016
20017	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20018	-- the streaming stats group
20019	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20020
20021 	ncStreamingServConns            OBJECT-TYPE
20022	SYNTAX                          Integer32
20023        MAX-ACCESS                      read-only
20024        STATUS                          current
20025	DESCRIPTION
20026			"Number of currently open TCP/IP connections to streaming servers (active and idle)"
20027	::= { ncStreaming 1 }
20028
20029 	ncStreamingCliConns             OBJECT-TYPE
20030	SYNTAX                          Integer32
20031        MAX-ACCESS                      read-only
20032        STATUS                          current
20033	DESCRIPTION
20034			"Number of currently open TCP/IP connections to streaming clients (active and idle)"
20035	::= { ncStreaming 2 }
20036
20037 	ncStreamingBWSavings            OBJECT-TYPE
20038	SYNTAX                          Integer32
20039        MAX-ACCESS                      read-only
20040        STATUS                          current
20041	DESCRIPTION
20042			"Bandwidth savings for all streaming requests"
20043	::= { ncStreaming 3 }
20044
20045 	ncStreamingRespTimePerByte      OBJECT-TYPE
20046	SYNTAX                          Integer32
20047        MAX-ACCESS                      read-only
20048        STATUS                          current
20049	DESCRIPTION
20050			"Response time per byte for all streaming requests"
20051	::= { ncStreaming 4 }
20052
20053 	ncStreamingHitRequests          OBJECT-TYPE
20054	SYNTAX                          Counter32
20055        MAX-ACCESS                      read-only
20056        STATUS                          current
20057	DESCRIPTION
20058			"STREAMING requests that resulted in hits so far"
20059	::= { ncStreaming 5 }
20060
20061 	ncStreamingMissRequests         OBJECT-TYPE
20062	SYNTAX                          Counter32
20063        MAX-ACCESS                      read-only
20064        STATUS                          current
20065	DESCRIPTION
20066			"STREAMING requests that resulted in misses so far"
20067	::= { ncStreaming 6 }
20068
20069 	ncStreamingTotalRequests        OBJECT-TYPE
20070	SYNTAX                          Counter32
20071        MAX-ACCESS                      read-only
20072        STATUS                          current
20073	DESCRIPTION
20074			"STREAMING total requests so far"
20075	::= { ncStreaming 7 }
20076
20077	ncStreamingLiveBytesToClients   OBJECT-TYPE
20078	SYNTAX                          Counter32
20079        MAX-ACCESS                      read-only
20080        STATUS                          current
20081	DESCRIPTION
20082			"Total Streaming Live bytes sent to clients"
20083	::= { ncStreaming 8 }
20084
20085	ncStreamingLiveBytesFromClients OBJECT-TYPE
20086	SYNTAX                          Counter32
20087        MAX-ACCESS                      read-only
20088        STATUS                          current
20089	DESCRIPTION
20090			"Total Streaming Live bytes received from clients"
20091	::= { ncStreaming 9 }
20092
20093	ncStreamingLiveBytesToServers   OBJECT-TYPE
20094	SYNTAX                          Counter32
20095        MAX-ACCESS                      read-only
20096        STATUS                          current
20097	DESCRIPTION
20098			"Total Streaming Live bytes sent to servers"
20099	::= { ncStreaming 10 }
20100
20101	ncStreamingLiveBytesFromServers OBJECT-TYPE
20102	SYNTAX                          Counter32
20103        MAX-ACCESS                      read-only
20104        STATUS                          current
20105	DESCRIPTION
20106			"Total Streaming Live bytes received from servers"
20107	::= { ncStreaming 11 }
20108
20109	ncStreamingProxyBytesToClients  OBJECT-TYPE
20110	SYNTAX                          Counter32
20111        MAX-ACCESS                      read-only
20112        STATUS                          current
20113	DESCRIPTION
20114			"Total Streaming Proxy bytes sent to clients"
20115	::= { ncStreaming 12 }
20116
20117	ncStreamingProxyBytesFromClients OBJECT-TYPE
20118	SYNTAX                          Counter32
20119        MAX-ACCESS                      read-only
20120        STATUS                          current
20121	DESCRIPTION
20122			"Total Streaming Proxy bytes received from clients"
20123	::= { ncStreaming 13 }
20124
20125	ncStreamingProxyBytesToServers  OBJECT-TYPE
20126	SYNTAX                          Counter32
20127        MAX-ACCESS                      read-only
20128        STATUS                          current
20129	DESCRIPTION
20130			"Total Streaming Proxy bytes sent to servers"
20131	::= { ncStreaming 14 }
20132
20133	ncStreamingProxyBytesFromServers OBJECT-TYPE
20134	SYNTAX                          Counter32
20135        MAX-ACCESS                      read-only
20136        STATUS                          current
20137	DESCRIPTION
20138			"Total Streaming Proxy bytes received from servers"
20139	::= { ncStreaming 15 }
20140
20141	ncStreamingOBTClients           OBJECT-TYPE
20142	SYNTAX                          Counter32
20143        MAX-ACCESS                      read-only
20144        STATUS                          current
20145	DESCRIPTION
20146			"Total Streaming Ondemand bytes sent to clients"
20147	::= { ncStreaming 16 }
20148
20149	ncStreamingOBFClients           OBJECT-TYPE
20150	SYNTAX                          Counter32
20151        MAX-ACCESS                      read-only
20152        STATUS                          current
20153	DESCRIPTION
20154			"Total Streaming Ondemand bytes received from clients"
20155	::= { ncStreaming 17 }
20156
20157	ncStreamingOBTServers           OBJECT-TYPE
20158	SYNTAX                          Counter32
20159        MAX-ACCESS                      read-only
20160        STATUS                          current
20161	DESCRIPTION
20162			"Total Streaming Ondemand bytes sent to servers"
20163	::= { ncStreaming 18 }
20164
20165	ncStreamingOBFServers           OBJECT-TYPE
20166	SYNTAX                          Counter32
20167        MAX-ACCESS                      read-only
20168        STATUS                          current
20169	DESCRIPTION
20170			"Total Streaming Ondemand bytes received from servers"
20171	::= { ncStreaming 19 }
20172
20173 	ncStreamingObjHitrate           OBJECT-TYPE
20174	SYNTAX                          Integer32
20175        MAX-ACCESS                      read-only
20176        STATUS                          current
20177	DESCRIPTION
20178			"Object Hitrate of Streaming requests"
20179	::= { ncStreaming 20 }
20180
20181	ncStreamingRealBytesToClients   OBJECT-TYPE
20182	SYNTAX                          Counter32
20183        MAX-ACCESS                      read-only
20184        STATUS                          current
20185	DESCRIPTION
20186			"Total Streaming Real bytes sent to clients"
20187	::= { ncStreaming 21 }
20188
20189	ncStreamingRealBytesFromClients OBJECT-TYPE
20190	SYNTAX                          Counter32
20191        MAX-ACCESS                      read-only
20192        STATUS                          current
20193	DESCRIPTION
20194			"Total Streaming Real bytes received from clients"
20195	::= { ncStreaming 22 }
20196
20197	ncStreamingRealBytesToServers   OBJECT-TYPE
20198	SYNTAX                          Counter32
20199        MAX-ACCESS                      read-only
20200        STATUS                          current
20201	DESCRIPTION
20202			"Total Streaming Real bytes sent to servers"
20203	::= { ncStreaming 23 }
20204
20205	ncStreamingRealBytesFromServers OBJECT-TYPE
20206	SYNTAX                          Counter32
20207        MAX-ACCESS                      read-only
20208        STATUS                          current
20209	DESCRIPTION
20210			"Total Streaming Real bytes received from servers"
20211	::= { ncStreaming 24 }
20212
20213	ncStreamingMmsBytesToClients    OBJECT-TYPE
20214	SYNTAX                          Counter32
20215        MAX-ACCESS                      read-only
20216        STATUS                          current
20217	DESCRIPTION
20218			"Total Streaming Mms bytes sent to clients"
20219	::= { ncStreaming 25 }
20220
20221	ncStreamingMmsBytesFromClients  OBJECT-TYPE
20222	SYNTAX                          Counter32
20223        MAX-ACCESS                      read-only
20224        STATUS                          current
20225	DESCRIPTION
20226			"Total Streaming Mms bytes received from clients"
20227	::= { ncStreaming 26 }
20228
20229	ncStreamingMmsBytesToServers    OBJECT-TYPE
20230	SYNTAX                          Counter32
20231        MAX-ACCESS                      read-only
20232        STATUS                          current
20233	DESCRIPTION
20234			"Total Streaming Mms bytes sent to servers"
20235	::= { ncStreaming 27 }
20236
20237	ncStreamingMmsBytesFromServers  OBJECT-TYPE
20238	SYNTAX                          Counter32
20239        MAX-ACCESS                      read-only
20240        STATUS                          current
20241	DESCRIPTION
20242			"Total Streaming Mms bytes received from servers"
20243	::= { ncStreaming 28 }
20244
20245	ncStreamingQTBTClients          OBJECT-TYPE
20246	SYNTAX                          Counter32
20247        MAX-ACCESS                      read-only
20248        STATUS                          current
20249	DESCRIPTION
20250			"Total Streaming QuickTime bytes sent to clients"
20251	::= { ncStreaming 29 }
20252
20253	ncStreamingQTBFClients          OBJECT-TYPE
20254	SYNTAX                          Counter32
20255        MAX-ACCESS                      read-only
20256        STATUS                          current
20257	DESCRIPTION
20258			"Total Streaming QuickTime bytes received from clients"
20259	::= { ncStreaming 30 }
20260
20261	ncStreamingQTBTServers          OBJECT-TYPE
20262	SYNTAX                          Counter32
20263        MAX-ACCESS                      read-only
20264        STATUS                          current
20265	DESCRIPTION
20266			"Total Streaming QuickTime bytes sent to servers"
20267	::= { ncStreaming 31 }
20268
20269	ncStreamingQTBFServers          OBJECT-TYPE
20270	SYNTAX                          Counter32
20271        MAX-ACCESS                      read-only
20272        STATUS                          current
20273	DESCRIPTION
20274			"Total Streaming QuickTime bytes received from servers"
20275	::= { ncStreaming 32 }
20276
20277 	ncStreamingLiveBWSavings        OBJECT-TYPE
20278	SYNTAX                          Integer32
20279        MAX-ACCESS                      read-only
20280        STATUS                          current
20281	DESCRIPTION
20282			"Bandwidth savings for all Live streaming requests"
20283	::= { ncStreaming 33 }
20284
20285 	ncStreamingOndemandBWSavings    OBJECT-TYPE
20286	SYNTAX                          Integer32
20287        MAX-ACCESS                      read-only
20288        STATUS                          current
20289	DESCRIPTION
20290			"Bandwidth savings for all VOD streaming requests"
20291	::= { ncStreaming 34 }
20292
20293 	ncStreamingRealBWSavings        OBJECT-TYPE
20294	SYNTAX                          Integer32
20295        MAX-ACCESS                      read-only
20296        STATUS                          current
20297	DESCRIPTION
20298			"Bandwidth savings for all Real streaming requests"
20299	::= { ncStreaming 35 }
20300
20301 	ncStreamingMmsBWSavings         OBJECT-TYPE
20302	SYNTAX                          Integer32
20303        MAX-ACCESS                      read-only
20304        STATUS                          current
20305	DESCRIPTION
20306			"Bandwidth savings for all MMS streaming requests"
20307	::= { ncStreaming 36 }
20308
20309 	ncStreamingQuickTimeBWSavings   OBJECT-TYPE
20310	SYNTAX                          Integer32
20311        MAX-ACCESS                      read-only
20312        STATUS                          current
20313	DESCRIPTION
20314			"Bandwidth savings for all QuickTime streaming requests"
20315	::= { ncStreaming 37 }
20316
20317 	ncStreamingActiveServConns      OBJECT-TYPE
20318	SYNTAX                          Integer32
20319        MAX-ACCESS                      read-only
20320        STATUS                          current
20321	DESCRIPTION
20322			"Number of currently active TCP/IP connections to streaming servers"
20323	::= { ncStreaming 38 }
20324
20325 	ncStreamingActiveCliConns       OBJECT-TYPE
20326	SYNTAX                          Integer32
20327        MAX-ACCESS                      read-only
20328        STATUS                          current
20329	DESCRIPTION
20330			"Number of currently active TCP/IP connections to streaming clients"
20331	::= { ncStreaming 39 }
20332
20333	ncStreamingRtspWMBytesToClients OBJECT-TYPE
20334	SYNTAX                          Counter32
20335        MAX-ACCESS                      read-only
20336        STATUS                          current
20337	DESCRIPTION
20338			"Total Streaming Windows Media RTSP bytes sent to clients"
20339	::= { ncStreaming 40 }
20340
20341	ncStreamingRtspWMBFClients      OBJECT-TYPE
20342	SYNTAX                          Counter32
20343        MAX-ACCESS                      read-only
20344        STATUS                          current
20345	DESCRIPTION
20346			"Total Streaming Windows Media RTSP bytes received from clients"
20347	::= { ncStreaming 41 }
20348
20349	ncStreamingRtspWMBytesToServers OBJECT-TYPE
20350	SYNTAX                          Counter32
20351        MAX-ACCESS                      read-only
20352        STATUS                          current
20353	DESCRIPTION
20354			"Total Streaming Windows Media RTSP bytes sent to servers"
20355	::= { ncStreaming 42 }
20356
20357	ncStreamingRtspWMBFServers      OBJECT-TYPE
20358	SYNTAX                          Counter32
20359        MAX-ACCESS                      read-only
20360        STATUS                          current
20361	DESCRIPTION
20362			"Total Streaming Windows Media RTSP bytes received from servers"
20363	::= { ncStreaming 43 }
20364
20365	ncStreamingRtspWMBWSavings      OBJECT-TYPE
20366	SYNTAX                          Integer32
20367        MAX-ACCESS                      read-only
20368        STATUS                          current
20369	DESCRIPTION
20370			"Bandwidth savings for all Windows Media RTSP streaming requests"
20371	::= { ncStreaming 44 }
20372
20373	ncStreamingAccelTable           OBJECT-TYPE
20374	SYNTAX                          SEQUENCE OF NcStreamingAccelEntry
20375        MAX-ACCESS                      not-accessible
20376        STATUS                          current
20377 	DESCRIPTION
20378			 "Number of kilobytes sent to and received from the
20379			 client side per acceleration rule"
20380
20381 	::= { ncStreaming 45 }
20382
20383 	ncStreamingAccelEntry           OBJECT-TYPE
20384	SYNTAX                          NcStreamingAccelEntry
20385        MAX-ACCESS                      not-accessible
20386        STATUS                          current
20387	DESCRIPTION
20388 			"Each entry contains the number of kilobytes sent and
20389			 received to/from the clients side per acceleration
20390			 rule"
20391
20392 	INDEX	{ ncStreamingAccelIndex }
20393 	::= { ncStreamingAccelTable 1 }
20394
20395	NcStreamingAccelEntry ::=
20396 	SEQUENCE {
20397 		ncStreamingAccelIndex			Integer32,
20398 		ncStreamingAccelKbytesFromClient	Counter32,
20399 		ncStreamingAccelKbytesToClient		Counter32,
20400 		ncStreamingAccelHits			Counter32
20401	}
20402
20403	ncStreamingAccelIndex           OBJECT-TYPE
20404	SYNTAX                          Integer32 (1..513)
20405        MAX-ACCESS                      read-only
20406        STATUS                          current
20407	DESCRIPTION
20408			"A unique value for each entry in the streaming
20409			 acceleration  stats table"
20410 	::= { ncStreamingAccelEntry 1 }
20411
20412 	ncStreamingAccelKbytesFromClient OBJECT-TYPE
20413	SYNTAX                          Counter32
20414        MAX-ACCESS                      read-only
20415        STATUS                          current
20416	DESCRIPTION
20417			"The total number of kilobytes received from the client
20418			 for this acceleration rule"
20419	::= { ncStreamingAccelEntry 2 }
20420
20421	ncStreamingAccelKbytesToClient  OBJECT-TYPE
20422	SYNTAX                          Counter32
20423        MAX-ACCESS                      read-only
20424        STATUS                          current
20425	DESCRIPTION
20426			"The total number of kilobytes sent to the client for
20427			 this acceleration rule"
20428	::= { ncStreamingAccelEntry 3 }
20429
20430	ncStreamingAccelHits            OBJECT-TYPE
20431	SYNTAX                          Counter32
20432        MAX-ACCESS                      read-only
20433        STATUS                          current
20434 	DESCRIPTION
20435 			" The number of times this acceleration rule has
20436				been hit"
20437 	::= { ncStreamingAccelEntry 4 }
20438
20439	ncStreamingClientsDelayedSW     OBJECT-TYPE
20440	SYNTAX                          Counter32
20441        MAX-ACCESS                      read-only
20442        STATUS                          current
20443	DESCRIPTION
20444			"Number of clients delayed because of a Bandwidth Limit"
20445	::= { ncStreaming 46 }
20446
20447	ncTotalBWSavings                OBJECT-TYPE
20448	SYNTAX                          Integer32
20449        MAX-ACCESS                      read-only
20450        STATUS                          current
20451	DESCRIPTION
20452			"Total Bandwidth savings for HTTP, FTP, NNTP, and Streaming protocols"
20453	::= { ncStats 10 }
20454
20455	ncDns		OBJECT IDENTIFIER ::= { ncStats 11 }
20456
20457	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20458	-- the netcache dns stats group
20459	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20460
20461	ncDnsRequestsReceived           OBJECT-TYPE
20462	SYNTAX                          Counter32
20463        MAX-ACCESS                      read-only
20464        STATUS                          current
20465	DESCRIPTION
20466			"Total DNS requests received from clients"
20467	::= { ncDns 1 }
20468
20469	ncDnsCacheHits                  OBJECT-TYPE
20470	SYNTAX                          Counter32
20471        MAX-ACCESS                      read-only
20472        STATUS                          current
20473	DESCRIPTION
20474			"Hits on the DNS cache.  This includes hits
20475			for DNS lookups generated by NetCache internally"
20476	::= { ncDns 2 }
20477
20478	ncDnsCacheMisses                OBJECT-TYPE
20479	SYNTAX                          Counter32
20480        MAX-ACCESS                      read-only
20481        STATUS                          current
20482	DESCRIPTION
20483			"Misses on the DNS cache.  This includes misses
20484			for DNS lookups generated by NetCache internally"
20485	::= { ncDns 3 }
20486
20487	ncDnsSuccessfulForwardLookups   OBJECT-TYPE
20488	SYNTAX                          Counter32
20489        MAX-ACCESS                      read-only
20490        STATUS                          current
20491	DESCRIPTION
20492			"Forward DNS lookups that are successful"
20493	::= { ncDns 4 }
20494
20495	ncDnsFailedForwardLookups       OBJECT-TYPE
20496	SYNTAX                          Counter32
20497        MAX-ACCESS                      read-only
20498        STATUS                          current
20499	DESCRIPTION
20500			"Forward DNS lookups that failed"
20501	::= { ncDns 5 }
20502
20503	ncDnsPendingForwardLookups      OBJECT-TYPE
20504	SYNTAX                          Integer32
20505        MAX-ACCESS                      read-only
20506        STATUS                          current
20507	DESCRIPTION
20508			"Forward DNS lookups that are in progress"
20509	::= { ncDns 6 }
20510
20511	ncDnsSuccessfulReverseLookups   OBJECT-TYPE
20512	SYNTAX                          Counter32
20513        MAX-ACCESS                      read-only
20514        STATUS                          current
20515	DESCRIPTION
20516			"Reverse DNS lookups that are successful"
20517	::= { ncDns 7 }
20518
20519	ncDnsFailedReverseLookups       OBJECT-TYPE
20520	SYNTAX                          Counter32
20521        MAX-ACCESS                      read-only
20522        STATUS                          current
20523	DESCRIPTION
20524			"Reverse DNS lookups that failed"
20525	::= { ncDns 8 }
20526
20527	ncDnsPendingReverseLookups      OBJECT-TYPE
20528	SYNTAX                          Integer32
20529        MAX-ACCESS                      read-only
20530        STATUS                          current
20531	DESCRIPTION
20532			"Reverse DNS lookups that are in progress"
20533	::= { ncDns 9 }
20534
20535	ncDnsIres	OBJECT IDENTIFIER ::= { ncDns 10 }
20536
20537	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20538	-- the netcache dns ires stats group
20539	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20540
20541
20542	ncDnsIresIsEnabled              OBJECT-TYPE
20543	SYNTAX                          INTEGER {
20544                                             false(1),
20545                                             true(2)
20546                                        }
20547        MAX-ACCESS                      read-only
20548        STATUS                          current
20549	DESCRIPTION
20550			"Has Full Service Resolver been enabled"
20551	::= { ncDnsIres 1 }
20552
20553	ncDnsIresIsInitialised          OBJECT-TYPE
20554	SYNTAX                          INTEGER {
20555                                             false(1),
20556                                             true(2)
20557                                        }
20558        MAX-ACCESS                      read-only
20559        STATUS                          current
20560	DESCRIPTION
20561			"Has Full Service Resolver initialized"
20562	::= { ncDnsIres 2 }
20563
20564	ncDnsIresForwardLookups         OBJECT-TYPE
20565	SYNTAX                          Counter32
20566        MAX-ACCESS                      read-only
20567        STATUS                          current
20568	DESCRIPTION
20569			"Full Service Resolver's Forward Lookups"
20570	::= { ncDnsIres 3 }
20571
20572	ncDnsIresPendingForwardLookups  OBJECT-TYPE
20573	SYNTAX                          Counter32
20574        MAX-ACCESS                      read-only
20575        STATUS                          current
20576	DESCRIPTION
20577			"Full Service Resolver's Pending Forward Lookups"
20578	::= { ncDnsIres 4 }
20579
20580	ncDnsIresReverseLookups         OBJECT-TYPE
20581	SYNTAX                          Counter32
20582        MAX-ACCESS                      read-only
20583        STATUS                          current
20584	DESCRIPTION
20585			"Full Service Resolver's Reverse Lookups"
20586	::= { ncDnsIres 5 }
20587
20588	ncDnsIresPendingReverseLookups  OBJECT-TYPE
20589	SYNTAX                          Counter32
20590        MAX-ACCESS                      read-only
20591        STATUS                          current
20592	DESCRIPTION
20593			"Full Service Resolver's Pending Reverse Lookups"
20594	::= { ncDnsIres 6 }
20595
20596
20597	ncAuth		OBJECT IDENTIFIER ::= { ncStats 12 }
20598
20599	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20600	-- the netcache authentication stats group
20601	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20602
20603	ncNtlm		OBJECT IDENTIFIER ::= { ncAuth 1 }
20604
20605	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20606	-- the netcache ntlm stats group
20607	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20608
20609 	ncNtlmPossibleProblem           OBJECT-TYPE
20610	SYNTAX                          INTEGER {
20611                                             false(1),
20612                                             true(2)
20613                                        }
20614        MAX-ACCESS                      read-only
20615        STATUS                          current
20616	DESCRIPTION
20617			"Whether a possible ntlm problem is detected
20618			in the appliance's domain environment."
20619	::= { ncNtlm 1 }
20620
20621
20622	ncRM		OBJECT IDENTIFIER ::= { ncStats 13 }
20623
20624	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20625	-- the netcache resource management group
20626	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20627
20628	ncRMMem		OBJECT IDENTIFIER ::= { ncRM 1 }
20629
20630	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20631	-- the netcache memory stats group
20632	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20633	ncRMMemTotal                    OBJECT-TYPE
20634	SYNTAX                          Integer32
20635        MAX-ACCESS                      read-only
20636        STATUS                          current
20637	DESCRIPTION
20638	                "Total memory in kilobytes available for
20639					allocations after boot. It does not imply
20640					the total system memory."
20641	::= { ncRMMem 1 }
20642
20643	ncRMMemFree                     OBJECT-TYPE
20644	SYNTAX                          Integer32
20645        MAX-ACCESS                      read-only
20646        STATUS                          current
20647	DESCRIPTION
20648	                "Current free memory in kilobytes available
20649					for allocations."
20650	::= { ncRMMem 2 }
20651
20652	-- -- -- -- -- -- -- -- --
20653	-- the snapmirror group --
20654	-- -- -- -- -- -- -- -- --
20655
20656        snapmirrorOn                    OBJECT-TYPE
20657	SYNTAX                          INTEGER {
20658	                                     off(1),
20659					     on(2)
20660					}
20661        MAX-ACCESS                      read-only
20662        STATUS                          current
20663	DESCRIPTION
20664			"Indicates whether snapmirror has been turned on
20665			or not."
20666	::= { snapmirror 1 }
20667
20668	-- the old active snapmirror destination count, new name is
20669	-- snapmirrorActiveDstNumber.  DEPRECATED
20670	snapmirrorActiveRestoreCount    OBJECT-TYPE
20671	SYNTAX                          Integer32
20672        MAX-ACCESS                      read-only
20673        STATUS                          current
20674	DESCRIPTION
20675			"Number of active SnapMirror restores."
20676
20677	::= { snapmirror 2 }
20678
20679	-- the old active snapmirror destination count, new name is
20680	-- snapmirrorActiveDstNumber.  DEPRECATED
20681	snapmirrorScheduledRestoreCount OBJECT-TYPE
20682	SYNTAX                          Integer32
20683        MAX-ACCESS                      read-only
20684        STATUS                          current
20685	DESCRIPTION
20686			"Number of scheduled SnapMirror restores."
20687
20688	::= { snapmirror 3 }
20689
20690	-- the old active snapmirror destination count, new name is
20691	-- snapmirrorActiveDstNumber.  DEPRECATED
20692	snapmirrorBackupNumber          OBJECT-TYPE
20693	SYNTAX                          Integer32
20694        MAX-ACCESS                      read-only
20695        STATUS                          current
20696	DESCRIPTION
20697			"Number of active SnapMirror backups."
20698
20699	::= { snapmirror 4 }
20700
20701	-- the old active snapmirror destination count, new name is
20702	-- snapmirrorActiveDstNumber.  DEPRECATED
20703	snapmirrorBackupSuccesses       OBJECT-TYPE
20704	SYNTAX                          Counter32
20705        MAX-ACCESS                      read-only
20706        STATUS                          current
20707	DESCRIPTION
20708			"Number of SnapMirror backups which completed.
20709			Reset on reboot."
20710
20711	::= { snapmirror 5 }
20712
20713	-- the old active snapmirror destination count, new name is
20714	-- snapmirrorActiveDstNumber.  DEPRECATED
20715	snapmirrorRestoreSuccesses      OBJECT-TYPE
20716	SYNTAX                          Counter32
20717        MAX-ACCESS                      read-only
20718        STATUS                          current
20719	DESCRIPTION
20720			"Number of SnapMirror restores which completed.
20721			Reset on reboot."
20722
20723	::= { snapmirror 6 }
20724
20725	-- the old active snapmirror destination count, new name is
20726	-- snapmirrorActiveDstNumber.  DEPRECATED
20727	snapmirrorBackupAborts          OBJECT-TYPE
20728	SYNTAX                          Counter32
20729        MAX-ACCESS                      read-only
20730        STATUS                          current
20731	DESCRIPTION
20732			"Number of SnapMirror backup transfers which have
20733			aborted. Reset on reboot."
20734
20735	::= { snapmirror 7 }
20736
20737	-- the old active snapmirror destination count, new name is
20738	-- snapmirrorActiveDstNumber.  DEPRECATED
20739	snapmirrorRestoreRestartAborts  OBJECT-TYPE
20740	SYNTAX                          Counter32
20741        MAX-ACCESS                      read-only
20742        STATUS                          current
20743	DESCRIPTION
20744			"Number of SnapMirror restore temporary aborts.
20745			Reset on reboot."
20746
20747	::= { snapmirror 8 }
20748
20749	-- the old active snapmirror destination count, new name is
20750	-- snapmirrorActiveDstNumber.  DEPRECATED
20751	snapmirrorRestoreWaitAborts     OBJECT-TYPE
20752	SYNTAX                          Counter32
20753        MAX-ACCESS                      read-only
20754        STATUS                          current
20755	DESCRIPTION
20756			"Number of SnapMirror restore permanent aborts.
20757			Reset on reboot."
20758
20759	::= { snapmirror 9 }
20760
20761	-- the old active snapmirror destination count, new name is
20762	-- snapmirrorActiveDstNumber.  DEPRECATED
20763	snapmirrorWrittenBytes          OBJECT-TYPE
20764	SYNTAX                          Counter32
20765        MAX-ACCESS                      read-only
20766        STATUS                          current
20767	DESCRIPTION
20768			"Number of Megabytes written by SnapMirror.
20769			Reset on reboot."
20770
20771	::= { snapmirror 10 }
20772
20773	-- the old active snapmirror destination count, new name is
20774	-- snapmirrorActiveDstNumber.  DEPRECATED
20775	snapmirrorReadBytes             OBJECT-TYPE
20776	SYNTAX                          Counter32
20777        MAX-ACCESS                      read-only
20778        STATUS                          current
20779	DESCRIPTION
20780			"Number of Megabytes read by SnapMirror.
20781			Reset on reboot."
20782
20783	::= { snapmirror 11 }
20784
20785	snapmirrorActiveDstNumber       OBJECT-TYPE
20786	SYNTAX                          Integer32
20787        MAX-ACCESS                      read-only
20788        STATUS                          current
20789	DESCRIPTION
20790			"Number of active SnapMirror destination."
20791
20792	::= { snapmirror 12 }
20793
20794	snapmirrorActiveSrcNumber       OBJECT-TYPE
20795	SYNTAX                          Integer32
20796        MAX-ACCESS                      read-only
20797        STATUS                          current
20798	DESCRIPTION
20799			"Number of active SnapMirror Source."
20800
20801	::= { snapmirror 13 }
20802
20803	snapmirrorFilerTotalDstSuccesses OBJECT-TYPE
20804	SYNTAX                          Counter32
20805        MAX-ACCESS                      read-only
20806        STATUS                          current
20807	DESCRIPTION
20808			"Total number of successful snapmirror transfers to
20809			the destination. Persistent across reboot."
20810
20811	::= { snapmirror 14 }
20812
20813	snapmirrorFilerTotalSrcSuccesses OBJECT-TYPE
20814	SYNTAX                          Counter32
20815        MAX-ACCESS                      read-only
20816        STATUS                          current
20817	DESCRIPTION
20818			"Total number of successful snapmirror transfers
20819			from the source. Persistent across reboot."
20820
20821	::= { snapmirror 15 }
20822
20823	snapmirrorFilerTotalSrcFailures OBJECT-TYPE
20824	SYNTAX                          Counter32
20825        MAX-ACCESS                      read-only
20826        STATUS                          current
20827	DESCRIPTION
20828			"Total number of failed SnapMirror transfers on
20829			the source. Persistent across reboot."
20830
20831	::= { snapmirror 16 }
20832
20833	snapmirrorFilerTotalDstFailures OBJECT-TYPE
20834	SYNTAX                          Counter32
20835        MAX-ACCESS                      read-only
20836        STATUS                          current
20837	DESCRIPTION
20838			"Total number of failed SnapMirror transfers on
20839			the destination. Persistent across reboot."
20840
20841	::= { snapmirror 17 }
20842
20843	snapmirrorFilerTotalDstDeferments OBJECT-TYPE
20844	SYNTAX                          Counter32
20845        MAX-ACCESS                      read-only
20846        STATUS                          current
20847	DESCRIPTION
20848			"Total number of deferred snapmirror transfer on
20849			the destination. Persistent across reboot."
20850
20851	::= { snapmirror 18 }
20852
20853	snapmirrorIsLicensed            OBJECT-TYPE
20854	SYNTAX                          INTEGER {
20855                                             false(1),
20856                                             true(2)
20857                                        }
20858        MAX-ACCESS                      read-only
20859        STATUS                          current
20860	DESCRIPTION
20861		"Whether the snapmirror is licensed on the filer."
20862
20863	::= { snapmirror 19 }
20864
20865	snapmirrorStatusTable           OBJECT-TYPE
20866	SYNTAX                          SEQUENCE OF SnapmirrorStatusEntry
20867        MAX-ACCESS                      not-accessible
20868        STATUS                          current
20869	DESCRIPTION
20870			"provide a list of snapmirror status."
20871
20872	::= { snapmirror 20 }
20873
20874	snapmirrorStatusEntry           OBJECT-TYPE
20875	SYNTAX                          SnapmirrorStatusEntry
20876        MAX-ACCESS                      not-accessible
20877        STATUS                          current
20878	DESCRIPTION
20879			"Provide a report of current status of snapmirror."
20880
20881	INDEX	{ snapmirrorIndex }
20882	::= { snapmirrorStatusTable 1 }
20883
20884	SnapmirrorStatusEntry ::=
20885	    SEQUENCE {
20886	    	snapmirrorIndex
20887			Integer32,
20888		snapmirrorSrc
20889			OCTET STRING,
20890		snapmirrorDst
20891			OCTET STRING,
20892		snapmirrorStatus
20893			INTEGER,
20894		snapmirrorState
20895			INTEGER,
20896		snapmirrorLag
20897			TimeTicks,
20898		snapmirrorTotalSuccesses
20899			Counter32,
20900		snapmirrorTotalRestartSuccesses
20901			Counter32,
20902		snapmirrorTotalFailures
20903			Counter32,
20904		snapmirrorTotalDeferments
20905			Counter32,
20906		snapmirrorTotalTransMBs
20907			Counter32,
20908		snapmirrorTotalTransTimeSeconds
20909			Counter32,
20910		snapmirrorThrottleValue
20911			Integer32,
20912		snapmirrorMirrorTimestamp
20913			DisplayString,
20914		snapmirrorBaseSnapshot
20915			DisplayString,
20916		snapmirrorLastTransType
20917			DisplayString,
20918		snapmirrorLastTransMBs
20919			Counter32,
20920		snapmirrorLastTransTimeSeconds
20921			Counter32,
20922		snapmirrorSchedule
20923			DisplayString,
20924		snapmirrorScheduleDesc
20925			DisplayString,
20926		snapmirrorArguments
20927			DisplayString,
20928		snapmirrorSyncToAsync
20929		        Counter32
20930	    }
20931
20932	snapmirrorIndex                 OBJECT-TYPE
20933	SYNTAX                          Integer32 (1..2147483647)
20934        MAX-ACCESS                      read-only
20935        STATUS                          current
20936	DESCRIPTION
20937			"Index into the snapmirror status table."
20938
20939	::= { snapmirrorStatusEntry 1 }
20940
20941	snapmirrorSrc                   OBJECT-TYPE
20942	SYNTAX                          OCTET STRING
20943        MAX-ACCESS                      read-only
20944        STATUS                          current
20945	DESCRIPTION
20946			"Source of the snapmirror. <filer>:<vol> or
20947			<filer>:/vol/<qtree_name>"
20948
20949	::= { snapmirrorStatusEntry 2 }
20950
20951	snapmirrorDst                   OBJECT-TYPE
20952	SYNTAX                          OCTET STRING
20953        MAX-ACCESS                      read-only
20954        STATUS                          current
20955	DESCRIPTION
20956			"Destination of the snapmirror.
20957			<filer>:<vol> or <filer>:/vol/<qtree_name>"
20958
20959	::= { snapmirrorStatusEntry 3 }
20960
20961	snapmirrorStatus                OBJECT-TYPE
20962	SYNTAX                          INTEGER {
20963                                             idle(1),
20964                                             transferring(2),
20965					     pending(3),
20966					     aborting(4),
20967					     migrating(5),
20968					     quiescing(6),
20969					     resyncing(7),
20970					     waiting(8),
20971					     syncing(9),
20972                                             inSync(10)
20973                                        }
20974        MAX-ACCESS                      read-only
20975        STATUS                          current
20976	DESCRIPTION
20977			"Current transfer status of the snapmirror."
20978
20979	::= { snapmirrorStatusEntry 4 }
20980
20981	snapmirrorState                 OBJECT-TYPE
20982	SYNTAX                          INTEGER {
20983                                             uninitialized(1),
20984                                             snapmirrored(2),
20985					     brokenOff(3),
20986					     quiesced(4),
20987					     source(5),
20988                                             unknown(6)
20989                                        }
20990        MAX-ACCESS                      read-only
20991        STATUS                          current
20992	DESCRIPTION
20993			"Current state of the snapmirror."
20994
20995	::= { snapmirrorStatusEntry 5 }
20996
20997	snapmirrorLag                   OBJECT-TYPE
20998	SYNTAX                          TimeTicks
20999        MAX-ACCESS                      read-only
21000        STATUS                          current
21001	DESCRIPTION
21002			"How far behind from the source the destination is."
21003
21004	::= { snapmirrorStatusEntry 6 }
21005
21006	snapmirrorTotalSuccesses        OBJECT-TYPE
21007	SYNTAX                          Counter32
21008        MAX-ACCESS                      read-only
21009        STATUS                          current
21010	DESCRIPTION
21011		"Total number of successful transfer since the snapmirror
21012		is initialized. Persistent across reboot."
21013
21014	::= { snapmirrorStatusEntry 7 }
21015
21016	snapmirrorTotalRestartSuccesses OBJECT-TYPE
21017	SYNTAX                          Counter32
21018        MAX-ACCESS                      read-only
21019        STATUS                          current
21020	DESCRIPTION
21021		"Total number of successful restarted transfer since
21022		the snapmirror is initialized. Persistent across reboot."
21023
21024	::= { snapmirrorStatusEntry 8 }
21025
21026	snapmirrorTotalFailures         OBJECT-TYPE
21027	SYNTAX                          Counter32
21028        MAX-ACCESS                      read-only
21029        STATUS                          current
21030	DESCRIPTION
21031		"Total number of failed or aborted transfer since
21032		the snapmirror is initialized. Persistent across reboot."
21033
21034	::= { snapmirrorStatusEntry 9 }
21035
21036	snapmirrorTotalDeferments       OBJECT-TYPE
21037	SYNTAX                          Counter32
21038        MAX-ACCESS                      read-only
21039        STATUS                          current
21040	DESCRIPTION
21041		"Total number of deferment since the snapmirror
21042		is initialized. Persistent across reboot."
21043
21044	::= { snapmirrorStatusEntry 10 }
21045
21046	snapmirrorTotalTransMBs         OBJECT-TYPE
21047	SYNTAX                          Counter32
21048        MAX-ACCESS                      read-only
21049        STATUS                          current
21050	DESCRIPTION
21051		"Total transfer size in MB for the snapmirror.
21052		Reset on reboot."
21053
21054	::= { snapmirrorStatusEntry 11 }
21055
21056	snapmirrorTotalTransTimeSeconds OBJECT-TYPE
21057	SYNTAX                          Counter32
21058        MAX-ACCESS                      read-only
21059        STATUS                          current
21060	DESCRIPTION
21061		"Total number of seconds spent in successful transfer for the
21062		snapmirror. Reset on reboot."
21063
21064	::= { snapmirrorStatusEntry 12 }
21065
21066	snapmirrorThrottleValue         OBJECT-TYPE
21067	SYNTAX                          Integer32
21068        MAX-ACCESS                      read-only
21069        STATUS                          current
21070	DESCRIPTION
21071		"Current throttle value for the snapmirror."
21072
21073	::= { snapmirrorStatusEntry 13 }
21074
21075	snapmirrorMirrorTimestamp       OBJECT-TYPE
21076	SYNTAX                          DisplayString
21077        MAX-ACCESS                      read-only
21078        STATUS                          current
21079	DESCRIPTION
21080		"Timestamp of the last snapshot successfully transferred from
21081		 the source to the destination."
21082
21083	::= { snapmirrorStatusEntry 14 }
21084
21085	snapmirrorBaseSnapshot          OBJECT-TYPE
21086	SYNTAX                          DisplayString
21087        MAX-ACCESS                      read-only
21088        STATUS                          current
21089	DESCRIPTION
21090		"The name of the current base snapshot for the snapmirror."
21091
21092	::= { snapmirrorStatusEntry 15 }
21093
21094	snapmirrorLastTransType         OBJECT-TYPE
21095	SYNTAX                          DisplayString
21096        MAX-ACCESS                      read-only
21097        STATUS                          current
21098	DESCRIPTION
21099		"The type of the previous successful transfer."
21100
21101	::= { snapmirrorStatusEntry 16 }
21102
21103	snapmirrorLastTransMBs          OBJECT-TYPE
21104	SYNTAX                          Counter32
21105        MAX-ACCESS                      read-only
21106        STATUS                          current
21107	DESCRIPTION
21108		"Last successful transfer size in MB for the snapmirror."
21109
21110	::= { snapmirrorStatusEntry 17 }
21111
21112	snapmirrorLastTransTimeSeconds  OBJECT-TYPE
21113	SYNTAX                          Counter32
21114        MAX-ACCESS                      read-only
21115        STATUS                          current
21116	DESCRIPTION
21117		"Duration of last successful transfer in seconds for the
21118		 snapmirror."
21119
21120	::= { snapmirrorStatusEntry 18 }
21121
21122	snapmirrorSchedule              OBJECT-TYPE
21123	SYNTAX                          DisplayString
21124        MAX-ACCESS                      read-only
21125        STATUS                          current
21126	DESCRIPTION
21127		"Update schedule for the snapmirror in conf file format."
21128
21129	::= { snapmirrorStatusEntry 19 }
21130
21131	snapmirrorScheduleDesc          OBJECT-TYPE
21132	SYNTAX                          DisplayString
21133        MAX-ACCESS                      read-only
21134        STATUS                          current
21135	DESCRIPTION
21136		"Description of the update schedule for the snapmirror."
21137
21138	::= { snapmirrorStatusEntry 20 }
21139
21140	snapmirrorArguments             OBJECT-TYPE
21141	SYNTAX                          DisplayString
21142        MAX-ACCESS                      read-only
21143        STATUS                          current
21144	DESCRIPTION
21145		"Arguments for the snapmirror in conf file format."
21146
21147	::= { snapmirrorStatusEntry 21 }
21148
21149        snapmirrorSyncToAsync           OBJECT-TYPE
21150	SYNTAX                          Counter32
21151        MAX-ACCESS                      read-only
21152        STATUS                          current
21153	DESCRIPTION
21154	        "The number of times changing from sync mode to async mode
21155		since the snapmirror is initialized. Persistent across reboot."
21156
21157	::= { snapmirrorStatusEntry 22 }
21158
21159	snapmirrorConnTable             OBJECT-TYPE
21160	SYNTAX                          SEQUENCE OF SnapmirrorConnEntry
21161        MAX-ACCESS                      not-accessible
21162        STATUS                          current
21163	DESCRIPTION
21164	        "Provide a list of snapmirror connection definitions."
21165
21166	::= { snapmirror 21 }
21167
21168	snapmirrorConnEntry             OBJECT-TYPE
21169	SYNTAX                          SnapmirrorConnEntry
21170        MAX-ACCESS                      not-accessible
21171        STATUS                          current
21172	DESCRIPTION
21173		"Provide a report of a defined multipath connection."
21174
21175	INDEX	{ snapmirrorConnIndex }
21176	::= { snapmirrorConnTable 1 }
21177
21178        SnapmirrorConnEntry ::=
21179	    SEQUENCE {
21180	    	snapmirrorConnIndex
21181			Integer32,
21182		snapmirrorConnName
21183			DisplayString,
21184		snapmirrorConnType
21185			INTEGER,
21186		snapmirrorConnSrc1
21187			DisplayString,
21188		snapmirrorConnDst1
21189		        DisplayString,
21190		snapmirrorConnSrc2
21191		        DisplayString,
21192		snapmirrorConnDst2
21193		        DisplayString
21194	    }
21195
21196	snapmirrorConnIndex             OBJECT-TYPE
21197	SYNTAX                          Integer32 (1..2147483647)
21198        MAX-ACCESS                      read-only
21199        STATUS                          current
21200	DESCRIPTION
21201		"Index into the snapmirror multipath connection table."
21202
21203	::= { snapmirrorConnEntry 1 }
21204
21205	snapmirrorConnName              OBJECT-TYPE
21206	SYNTAX                          DisplayString
21207        MAX-ACCESS                      read-only
21208        STATUS                          current
21209	DESCRIPTION
21210		"The name of the snapmirror multipath connection."
21211
21212	::= { snapmirrorConnEntry 2 }
21213
21214	snapmirrorConnType              OBJECT-TYPE
21215	SYNTAX                          INTEGER {
21216                                             multi(1),
21217                                             failover(2)
21218                                        }
21219        MAX-ACCESS                      read-only
21220        STATUS                          current
21221	DESCRIPTION
21222		"The type of the snapmirror multipath connection."
21223
21224	::= { snapmirrorConnEntry 3 }
21225
21226	snapmirrorConnSrc1              OBJECT-TYPE
21227	SYNTAX                          DisplayString
21228        MAX-ACCESS                      read-only
21229        STATUS                          current
21230	DESCRIPTION
21231		"The name of the source for the first path."
21232
21233        ::= { snapmirrorConnEntry 4 }
21234
21235	snapmirrorConnDst1              OBJECT-TYPE
21236	SYNTAX                          DisplayString
21237        MAX-ACCESS                      read-only
21238        STATUS                          current
21239	DESCRIPTION
21240	        "The name of the destination for the first path."
21241
21242        ::= { snapmirrorConnEntry 5 }
21243
21244	snapmirrorConnSrc2              OBJECT-TYPE
21245	SYNTAX                          DisplayString
21246        MAX-ACCESS                      read-only
21247        STATUS                          current
21248	DESCRIPTION
21249		"The name of the source for the second path."
21250
21251	::= { snapmirrorConnEntry 6 }
21252
21253	snapmirrorConnDst2              OBJECT-TYPE
21254	SYNTAX                          DisplayString
21255        MAX-ACCESS                      read-only
21256        STATUS                          current
21257	DESCRIPTION
21258		"The name of the destination for the second path."
21259
21260        ::= { snapmirrorConnEntry 7 }
21261
21262	snapmirrorRelStatusTable	OBJECT-TYPE
21263	SYNTAX				SEQUENCE OF SnapmirrorRelStatusEntry
21264	MAX-ACCESS			not-accessible
21265	STATUS				current
21266	DESCRIPTION
21267			"Provide a list of snapmirror status."
21268
21269	::= { sm 1 }
21270
21271	snapmirrorRelStatusEntry           OBJECT-TYPE
21272	SYNTAX				   SnapmirrorRelStatusEntry
21273	MAX-ACCESS			   not-accessible
21274	STATUS				   current
21275	DESCRIPTION
21276			"Provide a report of current status of snapmirror."
21277
21278	INDEX	{ snapmirrorRelIndex }
21279	::= { snapmirrorRelStatusTable 1 }
21280
21281        SnapmirrorRelStatusEntry ::=
21282	    SEQUENCE {
21283		snapmirrorRelIndex
21284			Integer32,
21285		snapmirrorRelSrcPath
21286			DisplayString,
21287		snapmirrorRelDestPath
21288			DisplayString,
21289		snapmirrorRelType
21290			INTEGER,
21291		snapmirrorRelStatus
21292			INTEGER,
21293		snapmirrorRelState
21294			INTEGER,
21295		snapmirrorRelLag
21296			TimeTicks,
21297		snapmirrorRelThrottleValue
21298			Unsigned32,
21299		snapmirrorRelSchedule
21300			DisplayString,
21301		snapmirrorRelPolicy
21302			DisplayString,
21303		snapmirrorRelTransferSnapshot
21304			DisplayString,
21305		snapmirrorRelNewestSnapshot
21306			DisplayString,
21307		snapmirrorRelNewestSnapshotTimeStamp
21308			DateAndTime,
21309		snapmirrorRelExportedSnapshot
21310			DisplayString,
21311		snapmirrorRelExportedSnapshotTimeStamp
21312			DateAndTime,
21313		snapmirrorRelHealthy
21314			INTEGER,
21315		snapmirrorRelUnHealthyReason
21316			DisplayString,
21317		snapmirrorRelLastTransferType
21318			INTEGER,
21319		snapmirrorRelLastTransferError
21320			DisplayString,
21321		snapmirrorRelLastTransferSize
21322			Counter64,
21323		snapmirrorRelLastTransferTimeSeconds
21324			Unsigned32,
21325		snapmirrorRelGroupType
21326			INTEGER,
21327		snapmirrorRelVserver
21328			DisplayString,
21329		snapmirrorRelUpdateSuccCnt
21330			Counter64,
21331		snapmirrorRelUpdateFailCnt
21332			Counter64,
21333		snapmirrorRelResyncSuccCnt
21334			Counter64,
21335		snapmirrorRelResyncFailCnt
21336			Counter64,
21337		snapmirrorRelBreakSuccCnt
21338			Counter64,
21339		snapmirrorRelBreakFailCnt
21340			Counter64,
21341		snapmirrorRelTotalTransBytes
21342			Counter64,
21343		snapmirrorRelTotalTransTimeSeconds
21344			Counter32
21345	    }
21346
21347	snapmirrorRelIndex		OBJECT-TYPE
21348	SYNTAX                          Integer32 (1..2147483647)
21349	MAX-ACCESS			read-only
21350	STATUS				current
21351	DESCRIPTION
21352		"A number that identifies this snapmirror relationship. The
21353		cmodeSnapmirrorIndex is not related to any other table defined
21354		in this MIB."
21355
21356	::={ snapmirrorRelStatusEntry 1 }
21357
21358	snapmirrorRelSrcPath		OBJECT-TYPE
21359	SYNTAX				DisplayString
21360	MAX-ACCESS			read-only
21361	STATUS				current
21362	DESCRIPTION
21363		"Source path of this relationship."
21364	::={ snapmirrorRelStatusEntry 2 }
21365
21366	snapmirrorRelDestPath		OBJECT-TYPE
21367	SYNTAX				DisplayString
21368	MAX-ACCESS			read-only
21369	STATUS				current
21370	DESCRIPTION
21371		"Destination path of this relationship."
21372	::={ snapmirrorRelStatusEntry 3 }
21373
21374	snapmirrorRelType		OBJECT-TYPE
21375	SYNTAX				INTEGER {
21376						dp(0),
21377						ls(1),
21378						xdp(2),
21379						rst(3),
21380						tdp(4)
21381					}
21382	MAX-ACCESS			read-only
21383	STATUS				current
21384	DESCRIPTION
21385		"Relationship type of this relationship."
21386	::={ snapmirrorRelStatusEntry 4 }
21387
21388	snapmirrorRelStatus		OBJECT-TYPE
21389	SYNTAX                          INTEGER {
21390					    idle(0),
21391					    transferring(1),
21392					    restoring(2),
21393					    checking(3),
21394					    quiescing(4),
21395					    quiesced(5),
21396					    queued(6),
21397					    preparing(7),
21398					    waiting(8),
21399					    finalizing(9),
21400					    resyncing(10),
21401					    aborting(11),
21402					    breaking(12)
21403                                        }
21404	MAX-ACCESS                      read-only
21405	STATUS                          current
21406	DESCRIPTION
21407			"Current transfer status of this relationship."
21408
21409	::= { snapmirrorRelStatusEntry 5 }
21410
21411	snapmirrorRelState		OBJECT-TYPE
21412	SYNTAX                          INTEGER {
21413                                             uninitialized(0),
21414                                             snapmirrored(1),
21415					     brokenOff(2)
21416                                        }
21417	MAX-ACCESS                      read-only
21418	STATUS                          current
21419	DESCRIPTION
21420			"Current state of this relationship."
21421
21422	::= { snapmirrorRelStatusEntry 6 }
21423
21424	snapmirrorRelLag		OBJECT-TYPE
21425	SYNTAX                          TimeTicks
21426	MAX-ACCESS                      read-only
21427	STATUS                          current
21428	DESCRIPTION
21429			"How far behind from the source the destination is."
21430
21431	::= { snapmirrorRelStatusEntry 7 }
21432
21433	snapmirrorRelThrottleValue	OBJECT-TYPE
21434	SYNTAX                          Unsigned32
21435	MAX-ACCESS                      read-only
21436	STATUS                          current
21437	DESCRIPTION
21438		"Current throttle value for this relationship."
21439
21440	::= { snapmirrorRelStatusEntry 8 }
21441
21442	snapmirrorRelSchedule		OBJECT-TYPE
21443	SYNTAX				DisplayString
21444	MAX-ACCESS                      read-only
21445	STATUS                          current
21446	DESCRIPTION
21447		"The schedule associated with this relationship."
21448
21449	::= { snapmirrorRelStatusEntry 9 }
21450
21451	snapmirrorRelPolicy		OBJECT-TYPE
21452	SYNTAX				DisplayString
21453	MAX-ACCESS                      read-only
21454	STATUS                          current
21455	DESCRIPTION
21456		"The policy associated with this relationship."
21457
21458	::= { snapmirrorRelStatusEntry 10 }
21459
21460
21461	snapmirrorRelTransferSnapshot	 OBJECT-TYPE
21462	SYNTAX                           DisplayString
21463	MAX-ACCESS                       read-only
21464	STATUS                           current
21465	DESCRIPTION
21466		"The current transfer snapshot for this relationship."
21467
21468	::= { snapmirrorRelStatusEntry 11 }
21469
21470	snapmirrorRelNewestSnapshot	 OBJECT-TYPE
21471	SYNTAX                           DisplayString
21472	MAX-ACCESS                       read-only
21473	STATUS                           current
21474	DESCRIPTION
21475		"The newest snapshot at the destination of this relationship."
21476
21477	::= { snapmirrorRelStatusEntry 12 }
21478
21479	snapmirrorRelNewestSnapshotTimeStamp		 OBJECT-TYPE
21480	SYNTAX						 DateAndTime
21481	MAX-ACCESS                                       read-only
21482	STATUS                                           current
21483	DESCRIPTION
21484		"The time stamp of newest snapshot at the destination of this relationship."
21485
21486	::= { snapmirrorRelStatusEntry 13 }
21487
21488	snapmirrorRelExportedSnapshot		  OBJECT-TYPE
21489	SYNTAX					  DisplayString
21490	MAX-ACCESS                                read-only
21491	STATUS                                    current
21492	DESCRIPTION
21493		"The exported snapshot at the destination of this relationship."
21494
21495	::= { snapmirrorRelStatusEntry 14 }
21496
21497
21498	snapmirrorRelExportedSnapshotTimeStamp		   OBJECT-TYPE
21499	SYNTAX						   DateAndTime
21500	MAX-ACCESS                                         read-only
21501	STATUS                                             current
21502	DESCRIPTION
21503		"The time stamp of exported snapshot at the destination of this relationship."
21504
21505	::= { snapmirrorRelStatusEntry 15 }
21506
21507	snapmirrorRelHealthy		OBJECT-TYPE
21508	SYNTAX				INTEGER {
21509					false(0),
21510					true(1)
21511		                        }
21512	MAX-ACCESS                      read-only
21513	STATUS                          current
21514	DESCRIPTION
21515		"Indicates whether this relationship is healthy or not."
21516
21517	::= { snapmirrorRelStatusEntry 16 }
21518
21519	snapmirrorRelUnHealthyReason	     OBJECT-TYPE
21520	SYNTAX				     DisplayString
21521	MAX-ACCESS                           read-only
21522	STATUS                               current
21523	DESCRIPTION
21524		"Indicates the specific reason due to which this relationship is not healthy."
21525
21526	::= { snapmirrorRelStatusEntry 17 }
21527
21528	snapmirrorRelLastTransferType		  OBJECT-TYPE
21529	SYNTAX					  INTEGER {
21530						  initialize(0),
21531						  update(1),
21532						  resync(2),
21533						  restore(3),
21534						  check(4)
21535						  }
21536	MAX-ACCESS				  read-only
21537	STATUS					  current
21538	DESCRIPTION
21539		"The type of the last transfer on this relationship."
21540
21541	::= { snapmirrorRelStatusEntry 18 }
21542
21543	snapmirrorRelLastTransferError		   OBJECT-TYPE
21544	SYNTAX					   DisplayString
21545	MAX-ACCESS				   read-only
21546	STATUS					   current
21547	DESCRIPTION
21548		"The last transfer error for this relationship."
21549
21550	::= { snapmirrorRelStatusEntry 19 }
21551
21552	snapmirrorRelLastTransferSize		 OBJECT-TYPE
21553	SYNTAX					 Counter64
21554	MAX-ACCESS				 read-only
21555	STATUS					 current
21556	DESCRIPTION
21557		"The size of the last transfer for this relationship."
21558
21559	::= { snapmirrorRelStatusEntry 20 }
21560
21561	snapmirrorRelLastTransferTimeSeconds	      OBJECT-TYPE
21562	SYNTAX					      Unsigned32
21563	MAX-ACCESS				      read-only
21564	STATUS					      current
21565	DESCRIPTION
21566		"The duration of the last transfer for this relationship."
21567
21568	::= { snapmirrorRelStatusEntry 21 }
21569
21570	snapmirrorRelGroupType			  OBJECT-TYPE
21571	SYNTAX					  INTEGER {
21572						  flexvol(0),
21573						  infinitevol-dr(1),
21574						  vserver-dr(2)
21575						  }
21576	MAX-ACCESS				  read-only
21577	STATUS					  current
21578	DESCRIPTION
21579		"Indicate if this relationship is part of an Infinite Volume or Vserver DR relationship."
21580
21581	::= { snapmirrorRelStatusEntry 22 }
21582
21583	snapmirrorRelVserver            OBJECT-TYPE
21584	SYNTAX                          DisplayString
21585	MAX-ACCESS                      read-only
21586	STATUS                          current
21587	DESCRIPTION
21588			"Destination vserver to which this relationship belongs."
21589	::= { snapmirrorRelStatusEntry 23 }
21590
21591	snapmirrorRelUpdateSuccCnt		  OBJECT-TYPE
21592	SYNTAX					  Counter64
21593	MAX-ACCESS				  read-only
21594	STATUS					  current
21595	DESCRIPTION
21596		"Total number of successful updates since this relationship was initialized."
21597
21598	::= { snapmirrorRelStatusEntry 24 }
21599
21600	snapmirrorRelUpdateFailCnt		  OBJECT-TYPE
21601	SYNTAX					  Counter64
21602	MAX-ACCESS				  read-only
21603	STATUS					  current
21604	DESCRIPTION
21605		"Total number of failed updates since this relationship was initialized."
21606
21607	::= { snapmirrorRelStatusEntry 25 }
21608
21609	snapmirrorRelResyncSuccCnt		  OBJECT-TYPE
21610	SYNTAX					  Counter64
21611	MAX-ACCESS				  read-only
21612	STATUS					  current
21613	DESCRIPTION
21614		"Total number of successful resyncs since this relationship was initialized."
21615
21616	::= { snapmirrorRelStatusEntry 26 }
21617
21618	snapmirrorRelResyncFailCnt		  OBJECT-TYPE
21619	SYNTAX					  Counter64
21620	MAX-ACCESS				  read-only
21621	STATUS					  current
21622	DESCRIPTION
21623		"Total number of failed resyncs since this relationship was initialized."
21624
21625	::= { snapmirrorRelStatusEntry 27 }
21626
21627	snapmirrorRelBreakSuccCnt		  OBJECT-TYPE
21628	SYNTAX					  Counter64
21629	MAX-ACCESS				  read-only
21630	STATUS					  current
21631	DESCRIPTION
21632		"Total number of successful breaks since this relationship was initialized."
21633
21634	::= { snapmirrorRelStatusEntry 28 }
21635
21636	snapmirrorRelBreakFailCnt		  OBJECT-TYPE
21637	SYNTAX					  Counter64
21638	MAX-ACCESS				  read-only
21639	STATUS					  current
21640	DESCRIPTION
21641		"Total number of failed breaks since this relationship was initialized."
21642
21643	::= { snapmirrorRelStatusEntry 29 }
21644
21645	snapmirrorRelTotalTransBytes		  OBJECT-TYPE
21646	SYNTAX					  Counter64
21647	MAX-ACCESS				  read-only
21648	STATUS					  current
21649	DESCRIPTION
21650		"Total transfer bytes since this relationship was created."
21651
21652	::= { snapmirrorRelStatusEntry 30 }
21653
21654	snapmirrorRelTotalTransTimeSeconds	  OBJECT-TYPE
21655	SYNTAX					  Counter32
21656	MAX-ACCESS				  read-only
21657	STATUS					  current
21658	DESCRIPTION
21659		"Total transfer time in seconds since this relationship was created."
21660
21661	::= { snapmirrorRelStatusEntry 31 }
21662
21663	-- -- -- -- -- -- -- -- --
21664	-- the snapvault group
21665	-- -- -- -- -- -- -- -- --
21666
21667                  -- this group contains statistics for the whole system
21668                  -- unless otherwise specified.
21669
21670        svOn                            OBJECT-TYPE
21671	SYNTAX                          INTEGER {
21672	                                     off(1),
21673					     on(2)
21674					}
21675        MAX-ACCESS                      read-only
21676        STATUS                          current
21677	DESCRIPTION
21678			"Indicates whether snapvault has been turned on
21679			or not."
21680	::= { snapvault 1 }
21681
21682	svSystemActiveDstNumber         OBJECT-TYPE
21683	SYNTAX                          Integer32
21684        MAX-ACCESS                      read-only
21685        STATUS                          current
21686	DESCRIPTION
21687			"Number of active snapvault destinations."
21688
21689	::= { snapvault 2 }
21690
21691	svSystemActiveSrcNumber         OBJECT-TYPE
21692	SYNTAX                          Integer32
21693        MAX-ACCESS                      read-only
21694        STATUS                          current
21695	DESCRIPTION
21696			"Number of active snapvault sources."
21697
21698	::= { snapvault 3 }
21699
21700	svSystemTotalPrimarySuccesses   OBJECT-TYPE
21701	SYNTAX                          Counter32
21702        MAX-ACCESS                      read-only
21703        STATUS                          current
21704	DESCRIPTION
21705			"Total number of successful snapvault transfers
21706			from the snapvault primary. Persistent across reboot."
21707
21708        ::= { snapvault 4 }
21709
21710	svSystemTotalSecondarySuccesses OBJECT-TYPE
21711	SYNTAX                          Counter32
21712        MAX-ACCESS                      read-only
21713        STATUS                          current
21714	DESCRIPTION
21715			"Total number of successful snapvault transfers to
21716			the snapvault secondary. Persistent across reboot."
21717
21718	::= { snapvault 5 }
21719
21720	svSystemTotalPrimaryFailures    OBJECT-TYPE
21721	SYNTAX                          Counter32
21722        MAX-ACCESS                      read-only
21723        STATUS                          current
21724	DESCRIPTION
21725			"Total number of failed snapvault transfers on
21726			the snapvault primary. Persistent across reboot."
21727
21728	::= { snapvault 6 }
21729
21730	svSystemTotalSecondaryFailures  OBJECT-TYPE
21731	SYNTAX                          Counter32
21732        MAX-ACCESS                      read-only
21733        STATUS                          current
21734	DESCRIPTION
21735			"Total number of failed snapvault transfers on
21736			the snapvault secondary. Persistent across reboot."
21737
21738	::= { snapvault 7 }
21739
21740	svSystemTotalSecondaryDeferments OBJECT-TYPE
21741	SYNTAX                          Counter32
21742        MAX-ACCESS                      read-only
21743        STATUS                          current
21744	DESCRIPTION
21745			"Total number of deferred snapvault transfers on
21746			the snapvault secondary. Persistent across reboot."
21747
21748	::= { snapvault 8 }
21749
21750	svPrimaryIsLicensed             OBJECT-TYPE
21751	SYNTAX                          INTEGER {
21752                                             false(1),
21753                                             true(2)
21754                                        }
21755        MAX-ACCESS                      read-only
21756        STATUS                          current
21757	DESCRIPTION
21758		"Whether the snapvault_client(primary) is licensed on the filer."
21759
21760	::= { snapvault 9 }
21761
21762	svSecondaryIsLicensed           OBJECT-TYPE
21763	SYNTAX                          INTEGER {
21764                                             false(1),
21765                                             true(2)
21766                                        }
21767        MAX-ACCESS                      read-only
21768        STATUS                          current
21769	DESCRIPTION
21770		"Whether the snapvault_server(secondary) is licensed on the filer."
21771
21772	::= { snapvault 10 }
21773
21774
21775
21776	snapvaultStatusTable            OBJECT-TYPE
21777	SYNTAX                          SEQUENCE OF SnapvaultStatusEntry
21778        MAX-ACCESS                      not-accessible
21779        STATUS                          current
21780	DESCRIPTION
21781			"provide a list of snapvault status."
21782
21783	::= { snapvault 11 }
21784
21785	snapvaultStatusEntry            OBJECT-TYPE
21786	SYNTAX                          SnapvaultStatusEntry
21787        MAX-ACCESS                      not-accessible
21788        STATUS                          current
21789	DESCRIPTION
21790			"Provide a report of current status of snapvault."
21791
21792	INDEX	{ svIndex }
21793	::= { snapvaultStatusTable 1 }
21794
21795	SnapvaultStatusEntry ::=
21796	    SEQUENCE {
21797	    	svIndex
21798			Integer32,
21799		svSrc
21800			OCTET STRING,
21801		svDst
21802			OCTET STRING,
21803		svStatus
21804			INTEGER,
21805		svState
21806			INTEGER,
21807		svLag
21808			TimeTicks,
21809		svTotalSuccesses
21810			Counter32,
21811		svTotalRestartSuccesses
21812			Counter32,
21813		svTotalFailures
21814			Counter32,
21815		svTotalDeferments
21816			Counter32,
21817		svTotalTransMBs
21818			Counter32,
21819		svTotalTransTimeSeconds
21820			Counter32,
21821		svThrottleValue
21822			Integer32,
21823		svSrcSnapshotTime
21824		        Integer32,
21825		svBaseSnapshot
21826			DisplayString,
21827		svLastTransType
21828			DisplayString,
21829		svLastTransMBs
21830			Integer32,
21831		svLastTransTimeSeconds
21832			Integer32
21833	    }
21834
21835	svIndex                         OBJECT-TYPE
21836	SYNTAX                          Integer32 (1..2147483647)
21837        MAX-ACCESS                      read-only
21838        STATUS                          current
21839	DESCRIPTION
21840			"Index into the snapvault status table."
21841
21842	::= { snapvaultStatusEntry 1 }
21843
21844	svSrc                           OBJECT-TYPE
21845	SYNTAX                          OCTET STRING
21846        MAX-ACCESS                      read-only
21847        STATUS                          current
21848	DESCRIPTION
21849			"Source of the snapvault relationship.
21850			<filer>:/vol/<qtree_name>"
21851
21852	::= { snapvaultStatusEntry 2 }
21853
21854	svDst                           OBJECT-TYPE
21855	SYNTAX                          OCTET STRING
21856        MAX-ACCESS                      read-only
21857        STATUS                          current
21858	DESCRIPTION
21859			"Destination of the snapvault relationship.
21860			<filer>:/vol/<qtree_name>"
21861
21862	::= { snapvaultStatusEntry 3 }
21863
21864	svStatus                        OBJECT-TYPE
21865	SYNTAX                          INTEGER {
21866                                             idle(1),
21867                                             transferring(2),
21868					     pending(3),
21869					     aborting(4),
21870					     quiescing(6),
21871					     resyncing(7),
21872                                             paused(12)
21873                                        }
21874        MAX-ACCESS                      read-only
21875        STATUS                          current
21876	DESCRIPTION
21877			"Current transfer status of the snapvault relationship."
21878
21879	::= { snapvaultStatusEntry 4 }
21880
21881	svState                         OBJECT-TYPE
21882	SYNTAX                          INTEGER {
21883                                             uninitialized(1),
21884                                             snapvaulted(2),
21885					     brokenOff(3),
21886					     quiesced(4),
21887					     source(5),
21888					     unknown(6),
21889                                             restoring(7)
21890                                        }
21891        MAX-ACCESS                      read-only
21892        STATUS                          current
21893	DESCRIPTION
21894			"Current state of the snapvault relationship."
21895
21896	::= { snapvaultStatusEntry 5 }
21897
21898	svLag                           OBJECT-TYPE
21899	SYNTAX                          TimeTicks
21900        MAX-ACCESS                      read-only
21901        STATUS                          current
21902	DESCRIPTION
21903			"How far behind from the source the destination is."
21904
21905	::= { snapvaultStatusEntry 6 }
21906
21907	svTotalSuccesses                OBJECT-TYPE
21908	SYNTAX                          Counter32
21909        MAX-ACCESS                      read-only
21910        STATUS                          current
21911	DESCRIPTION
21912		"Total number of successful transfer since the snapvault
21913		 relationship was established. Persistent across reboot."
21914
21915	::= { snapvaultStatusEntry 7 }
21916
21917	svTotalRestartSuccesses         OBJECT-TYPE
21918	SYNTAX                          Counter32
21919        MAX-ACCESS                      read-only
21920        STATUS                          current
21921	DESCRIPTION
21922		"Total number of successful restarted transfer since
21923		 the snapvault relationship was established. Persistent
21924		 across reboot."
21925
21926	::= { snapvaultStatusEntry 8 }
21927
21928	svTotalFailures                 OBJECT-TYPE
21929	SYNTAX                          Counter32
21930        MAX-ACCESS                      read-only
21931        STATUS                          current
21932	DESCRIPTION
21933		"Total number of failed or aborted transfer since
21934		 the snapvault relationship was established. Persistent
21935		 across reboot."
21936
21937	::= { snapvaultStatusEntry 9 }
21938
21939	svTotalDeferments               OBJECT-TYPE
21940	SYNTAX                          Counter32
21941        MAX-ACCESS                      read-only
21942        STATUS                          current
21943	DESCRIPTION
21944		"Total number of deferment since the snapvault
21945		 relationship was established. Persistent across reboot."
21946
21947	::= { snapvaultStatusEntry 10 }
21948
21949	svTotalTransMBs                 OBJECT-TYPE
21950	SYNTAX                          Counter32
21951        MAX-ACCESS                      read-only
21952        STATUS                          current
21953	DESCRIPTION
21954		"Total transfer size in MB for the snapvault.
21955		Reset on reboot."
21956
21957	::= { snapvaultStatusEntry 11 }
21958
21959	svTotalTransTimeSeconds         OBJECT-TYPE
21960	SYNTAX                          Counter32
21961        MAX-ACCESS                      read-only
21962        STATUS                          current
21963	DESCRIPTION
21964		"Total number of seconds spent in successful transfer for the
21965		 snapvault relationship. Reset on reboot."
21966
21967	::= { snapvaultStatusEntry 12 }
21968
21969	svThrottleValue                 OBJECT-TYPE
21970	SYNTAX                          Integer32
21971        MAX-ACCESS                      read-only
21972        STATUS                          current
21973	DESCRIPTION
21974		"Current throttle value for the snapvault relationship."
21975
21976	::= { snapvaultStatusEntry 13 }
21977
21978	svSrcSnapshotTime               OBJECT-TYPE
21979	SYNTAX                          Integer32
21980        MAX-ACCESS                      read-only
21981        STATUS                          current
21982	DESCRIPTION
21983		"Time when the source snapshot was created. The time in
21984		seconds since January 1, 1970. The source snapshot here
21985		is the last snapshot successfully transferred from the
21986		source to the destination."
21987
21988	::= { snapvaultStatusEntry 14 }
21989
21990	svBaseSnapshot                  OBJECT-TYPE
21991	SYNTAX                          DisplayString
21992        MAX-ACCESS                      read-only
21993        STATUS                          current
21994	DESCRIPTION
21995		"The name of the current base snapshot for the
21996		 snapvault relationship."
21997
21998	::= { snapvaultStatusEntry 15 }
21999
22000	svLastTransType                 OBJECT-TYPE
22001	SYNTAX                          DisplayString
22002        MAX-ACCESS                      read-only
22003        STATUS                          current
22004	DESCRIPTION
22005		"The type of the previous successful transfer."
22006
22007	::= { snapvaultStatusEntry 16 }
22008
22009	svLastTransMBs                  OBJECT-TYPE
22010	SYNTAX                          Integer32
22011        MAX-ACCESS                      read-only
22012        STATUS                          current
22013	DESCRIPTION
22014		"Last successful transfer size in MB for the snapvault
22015		 relationship."
22016
22017	::= { snapvaultStatusEntry 17 }
22018
22019	svLastTransTimeSeconds          OBJECT-TYPE
22020	SYNTAX                          Integer32
22021        MAX-ACCESS                      read-only
22022        STATUS                          current
22023	DESCRIPTION
22024		"Duration of last successful transfer in seconds for the
22025		 snapvault relationship."
22026
22027	::= { snapvaultStatusEntry 18 }
22028
22029	snapvaultHostTable              OBJECT-TYPE
22030	SYNTAX                          SEQUENCE OF SnapvaultHostEntry
22031        MAX-ACCESS                      not-accessible
22032        STATUS                          current
22033	DESCRIPTION
22034			"Provide a list of remote snapvault hosts."
22035
22036	::= { snapvault 12 }
22037
22038	snapvaultHostEntry              OBJECT-TYPE
22039	SYNTAX                          SnapvaultHostEntry
22040        MAX-ACCESS                      not-accessible
22041        STATUS                          current
22042	DESCRIPTION
22043			"Provide snapvault statistics for a remote host
22044			 which has one or more current established
22045			 relationships with the local snapvault system."
22046
22047	INDEX	{ svHostIndex }
22048	::= { snapvaultHostTable 1 }
22049
22050	SnapvaultHostEntry ::=
22051	    SEQUENCE {
22052	    	svHostIndex
22053			Integer32,
22054		svHostName
22055			DisplayString,
22056		svHostType
22057			INTEGER,
22058		svHostTotalSuccesses
22059			Integer32,
22060		svHostTotalFailures
22061			Integer32,
22062		svHostTotalDeferments
22063			Integer32
22064	    }
22065
22066	svHostIndex                     OBJECT-TYPE
22067	SYNTAX                          Integer32 (1..2147483647)
22068        MAX-ACCESS                      read-only
22069        STATUS                          current
22070	DESCRIPTION
22071			"Index into the snapvault remote host table."
22072
22073	::= { snapvaultHostEntry 1 }
22074
22075	svHostName                      OBJECT-TYPE
22076	SYNTAX                          DisplayString
22077        MAX-ACCESS                      read-only
22078        STATUS                          current
22079	DESCRIPTION
22080		"The name of the remote snapvault host."
22081
22082	::= { snapvaultHostEntry 2 }
22083
22084	svHostType                      OBJECT-TYPE
22085	SYNTAX                          INTEGER {
22086                                             primary(1),
22087                                             secondary(2)
22088                                        }
22089        MAX-ACCESS                      read-only
22090        STATUS                          current
22091	DESCRIPTION
22092		"The type of the remote snapvault host."
22093
22094	::= { snapvaultHostEntry 3 }
22095
22096	svHostTotalSuccesses            OBJECT-TYPE
22097	SYNTAX                          Integer32
22098        MAX-ACCESS                      read-only
22099        STATUS                          current
22100	DESCRIPTION
22101	        "Total number of successful snapvault transfers
22102		for all current established relationships between
22103		the local snapvault system and the given remote host."
22104
22105	::= { snapvaultHostEntry 4 }
22106
22107	svHostTotalFailures             OBJECT-TYPE
22108	SYNTAX                          Integer32
22109        MAX-ACCESS                      read-only
22110        STATUS                          current
22111	DESCRIPTION
22112	        "Total number of failed snapvault transfers
22113		for all current established relationships between
22114		the local snapvault system and the given remote host."
22115
22116	::= { snapvaultHostEntry 5 }
22117
22118	svHostTotalDeferments           OBJECT-TYPE
22119	SYNTAX                          Integer32
22120        MAX-ACCESS                      read-only
22121        STATUS                          current
22122	DESCRIPTION
22123		"Total number of deferred snapvault transfers for
22124		all current established relationships between
22125		the local snapvault system and the given remote host.
22126		0 for snapvault client host."
22127
22128	::= { snapvaultHostEntry 6 }
22129
22130
22131	snapvaultSchedTable             OBJECT-TYPE
22132	SYNTAX                          SEQUENCE OF SnapvaultSchedEntry
22133        MAX-ACCESS                      not-accessible
22134        STATUS                          current
22135	DESCRIPTION
22136			"Provide a list of snapvault schedules."
22137
22138	::= { snapvault 13 }
22139
22140	snapvaultSchedEntry             OBJECT-TYPE
22141	SYNTAX                          SnapvaultSchedEntry
22142        MAX-ACCESS                      not-accessible
22143        STATUS                          current
22144	DESCRIPTION
22145			"Provide a report of schedules of snapvault."
22146
22147	INDEX	{ svSchedIndex }
22148	::= { snapvaultSchedTable 1 }
22149
22150	SnapvaultSchedEntry ::=
22151	    SEQUENCE {
22152	    	svSchedIndex
22153			Integer32,
22154		svSchedVolume
22155			DisplayString,
22156		svSchedSnapshot
22157			DisplayString,
22158		svSchedStatus
22159			INTEGER,
22160		svSchedType
22161			INTEGER,
22162		svSchedSchedule
22163			DisplayString
22164	    }
22165
22166	svSchedIndex                    OBJECT-TYPE
22167	SYNTAX                          Integer32 (1..2147483647)
22168        MAX-ACCESS                      read-only
22169        STATUS                          current
22170	DESCRIPTION
22171			"Index into the snapvault schedule table."
22172
22173	::= { snapvaultSchedEntry 1 }
22174
22175	svSchedVolume                   OBJECT-TYPE
22176	SYNTAX                          DisplayString
22177        MAX-ACCESS                      read-only
22178        STATUS                          current
22179	DESCRIPTION
22180		"The name of the volume on the snapvault for the
22181		 snapvault schedule. This does not have a /vol/ prefix."
22182
22183	::= { snapvaultSchedEntry 2 }
22184
22185	svSchedSnapshot                 OBJECT-TYPE
22186	SYNTAX                          DisplayString
22187        MAX-ACCESS                      read-only
22188        STATUS                          current
22189	DESCRIPTION
22190		"The name of the snapshot for the snapvault schedule."
22191
22192	::= { snapvaultSchedEntry 3 }
22193
22194	svSchedStatus                   OBJECT-TYPE
22195	SYNTAX                          INTEGER {
22196                                             idle(1),
22197                                             queued(2),
22198					     active(3),
22199                                             aborting(4)
22200                                        }
22201        MAX-ACCESS                      read-only
22202        STATUS                          current
22203	DESCRIPTION
22204		"Current status of the snapvault schedule."
22205
22206	::= { snapvaultSchedEntry 4 }
22207
22208	svSchedType                     OBJECT-TYPE
22209	SYNTAX                          INTEGER {
22210                                             undef(1),
22211                                             xfer(2),
22212                                             create(3)
22213                                        }
22214        MAX-ACCESS                      read-only
22215        STATUS                          current
22216	DESCRIPTION
22217		"The type of the snapvault schedule."
22218
22219	::= { snapvaultSchedEntry 5 }
22220
22221
22222	svSchedSchedule                 OBJECT-TYPE
22223	SYNTAX                          DisplayString
22224        MAX-ACCESS                      read-only
22225        STATUS                          current
22226	DESCRIPTION
22227		"The update schedule of the snapvault."
22228
22229	::= { snapvaultSchedEntry 6 }
22230
22231	svDrPrimaryIsLicensed           OBJECT-TYPE
22232	SYNTAX                          INTEGER {
22233                                             false(1),
22234                                             true(2)
22235                                        }
22236        MAX-ACCESS                      read-only
22237        STATUS                          current
22238	DESCRIPTION
22239		"Whether the snapvault disaster recovery primary is
22240		licensed on the filer."
22241
22242	::= { snapvault 14 }
22243
22244	-- -- -- -- -- -- -- --
22245	--  the ndmpd group  --
22246	-- -- -- -- -- -- -- --
22247
22248        ndmpOn                          OBJECT-TYPE
22249	SYNTAX                          INTEGER {
22250	                                     off(1),
22251					     on(2)
22252					}
22253        MAX-ACCESS                      read-only
22254        STATUS                          obsolete
22255	DESCRIPTION
22256		"Indicates whether ndmpd has been turned on or not."
22257	::= { ndmp 1 }
22258
22259	ndmpSessionOpened               OBJECT-TYPE
22260	SYNTAX                          Integer32
22261        MAX-ACCESS                      read-only
22262        STATUS                          obsolete
22263	DESCRIPTION
22264		"Total number of ndmpd sessions currently opened.
22265		Sessions may be running backups, restores or neither."
22266	::= { ndmp 2 }
22267
22268	ndmpBackupActive                OBJECT-TYPE
22269	SYNTAX                          Integer32
22270        MAX-ACCESS                      read-only
22271        STATUS                          obsolete
22272	DESCRIPTION
22273		"Number of ndmpd backups currently active."
22274	::= { ndmp 3 }
22275
22276	ndmpRestoreActive               OBJECT-TYPE
22277	SYNTAX                          Integer32
22278        MAX-ACCESS                      read-only
22279        STATUS                          obsolete
22280	DESCRIPTION
22281		"Number of ndmpd restores currently active."
22282	::= { ndmp 4 }
22283
22284	ndmpTapeActive                  OBJECT-TYPE
22285	SYNTAX                          Integer32
22286        MAX-ACCESS                      read-only
22287        STATUS                          obsolete
22288	DESCRIPTION
22289		"Number of tape drives currently active."
22290	::= { ndmp 5 }
22291
22292	ndmpBackupSuccesses             OBJECT-TYPE
22293	SYNTAX                          Counter32
22294        MAX-ACCESS                      read-only
22295        STATUS                          obsolete
22296	DESCRIPTION
22297		"Number of ndmpd backups that succeeded."
22298	::= { ndmp 6 }
22299
22300	ndmpRestoreSuccesses            OBJECT-TYPE
22301	SYNTAX                          Counter32
22302        MAX-ACCESS                      read-only
22303        STATUS                          obsolete
22304	DESCRIPTION
22305		"Number of ndmpd restores that succeeded."
22306	::= { ndmp 7 }
22307
22308	ndmpBackupFailures              OBJECT-TYPE
22309	SYNTAX                          Counter32
22310        MAX-ACCESS                      read-only
22311        STATUS                          obsolete
22312	DESCRIPTION
22313		"Number of ndmpd backups that failed."
22314	::= { ndmp 8 }
22315
22316	ndmpRestoreFailures             OBJECT-TYPE
22317	SYNTAX                          Counter32
22318        MAX-ACCESS                      read-only
22319        STATUS                          obsolete
22320	DESCRIPTION
22321		"Number of ndmpd restores that failed."
22322	::= { ndmp 9 }
22323
22324	ndmpBackupFailureReason         OBJECT-TYPE
22325	SYNTAX                          DisplayString
22326        MAX-ACCESS                      read-only
22327        STATUS                          obsolete
22328	DESCRIPTION
22329		"When the ndmpBackupFailures value is non-zero, this string
22330		describes the reason for the most recent backup failure."
22331	::= { ndmp 10 }
22332
22333	ndmpRestoreFailureReason        OBJECT-TYPE
22334	SYNTAX                          DisplayString
22335        MAX-ACCESS                      read-only
22336        STATUS                          obsolete
22337	DESCRIPTION
22338		"When the ndmpRestoreFailures value is non-zero, this string
22339		describes the reason for the most recent restore failure."
22340	::= { ndmp 11 }
22341
22342	-- -- -- -- -- -- -- --
22343	--  the ftpd group  --
22344	-- -- -- -- -- -- -- --
22345
22346        ftpdOn                          OBJECT-TYPE
22347	SYNTAX                          INTEGER {
22348	                                     off(1),
22349					     on(2)
22350					}
22351        MAX-ACCESS                      read-only
22352        STATUS                          current
22353	DESCRIPTION
22354		"Indicates whether ftpd has been turned on or not."
22355	::= { ftpd 1 }
22356
22357 	ftpdCurrentConns                OBJECT-TYPE
22358	SYNTAX                          Integer32
22359        MAX-ACCESS                      read-only
22360        STATUS                          current
22361	DESCRIPTION
22362			"Number of currently open TCP/IP connections to ftp daemon (active and idle)"
22363	::= { ftpd 2 }
22364
22365 	ftpdMaxConns                    OBJECT-TYPE
22366	SYNTAX                          Integer32
22367        MAX-ACCESS                      read-only
22368        STATUS                          current
22369	DESCRIPTION
22370			"Number of maximum simultaneous TCP/IP connections to ftp daemon"
22371	::= { ftpd 3 }
22372
22373 	ftpdTotalConns                  OBJECT-TYPE
22374	SYNTAX                          Integer32
22375        MAX-ACCESS                      read-only
22376        STATUS                          current
22377	DESCRIPTION
22378			"Number of total TCP/IP connections to ftp daemon"
22379	::= { ftpd 4 }
22380
22381	-- -- -- -- -- -- -- --
22382	--  the fabric group  --
22383	-- -- -- -- -- -- -- --
22384
22385	fabricInstances                 OBJECT-TYPE
22386	SYNTAX                          Integer32
22387        MAX-ACCESS                      read-only
22388        STATUS                          current
22389	DESCRIPTION
22390			"The number of distinct fabrics present."
22391	::= { fabric 1 }
22392
22393	fabricTable                     OBJECT-TYPE
22394	SYNTAX                          SEQUENCE OF FabricEntry
22395        MAX-ACCESS                      not-accessible
22396        STATUS                          current
22397	DESCRIPTION
22398			"Provide a list of fabrics."
22399	::= { fabric 2 }
22400
22401	fabricEntry                     OBJECT-TYPE
22402	SYNTAX                          FabricEntry
22403        MAX-ACCESS                      not-accessible
22404        STATUS                          current
22405	DESCRIPTION
22406			"Provide a report of current configuration and
22407			status of fabrics."
22408
22409	INDEX	{ fabricIndex }
22410	::= { fabricTable 1 }
22411
22412	FabricEntry ::=
22413	    SEQUENCE {
22414		fabricIndex
22415		    Integer32,
22416		fabricStatus
22417		    INTEGER,
22418		fabricStatusMessage
22419		    DisplayString,
22420		fabricName
22421		    OCTET STRING,
22422		fabricOwner
22423		    INTEGER
22424	    }
22425
22426	fabricIndex                     OBJECT-TYPE
22427	SYNTAX                          Integer32 (1..2147483647)
22428        MAX-ACCESS                      read-only
22429        STATUS                          current
22430	DESCRIPTION
22431			"A number that identifies this fabric entry."
22432	::= { fabricEntry 1 }
22433
22434	fabricStatus                    OBJECT-TYPE
22435	SYNTAX                          INTEGER {
22436                                             ok(1),
22437                                             faulty(2),
22438                                             unknown(3)
22439                                        }
22440        MAX-ACCESS                      read-only
22441        STATUS                          current
22442	DESCRIPTION
22443			"This indicates the overall status of the SAN fabric(s)."
22444	::= { fabricEntry 2 }
22445
22446	fabricStatusMessage             OBJECT-TYPE
22447	SYNTAX                          DisplayString
22448        MAX-ACCESS                      read-only
22449        STATUS                          current
22450	DESCRIPTION
22451			"A string describing the fabric status,
22452			including a description of the condition (if
22453			any) that caused the status to be anything
22454			other than ok(3)."
22455	::= { fabricEntry 3 }
22456
22457	fabricName                      OBJECT-TYPE
22458	SYNTAX                          OCTET STRING (SIZE (8))
22459        MAX-ACCESS                      read-only
22460        STATUS                          current
22461	DESCRIPTION
22462			"This is the WWN of the fabric."
22463	::= { fabricEntry 4 }
22464
22465	fabricOwner                     OBJECT-TYPE
22466	SYNTAX                          INTEGER {
22467                                             netapp(1),
22468                                             other(2),
22469                                             unknown(3)
22470                                        }
22471        MAX-ACCESS                      read-only
22472        STATUS                          current
22473	DESCRIPTION
22474			"This indicates who owns the management of
22475			the fabric."
22476	::= { fabricEntry 5 }
22477
22478	switchTable                     OBJECT-TYPE
22479	SYNTAX                          SEQUENCE OF SwitchEntry
22480        MAX-ACCESS                      not-accessible
22481        STATUS                          current
22482	DESCRIPTION
22483			"Provide a list of switches and hubs
22484			connected to the fabric."
22485	::= { fabric 3 }
22486
22487	switchEntry                     OBJECT-TYPE
22488	SYNTAX                          SwitchEntry
22489        MAX-ACCESS                      not-accessible
22490        STATUS                          current
22491	DESCRIPTION
22492			"Provide a report of current configuration and
22493			status of fabric interconnect elements.  This
22494			include switches and hubs."
22495
22496	INDEX	{ switchFabricIndex, switchIndex }
22497	::= { switchTable 1 }
22498
22499	SwitchEntry ::=
22500	    SEQUENCE {
22501		switchIndex
22502		    Integer32,
22503		switchName
22504		    OCTET STRING,
22505		switchSymbolicName
22506		    OCTET STRING,
22507		switchType
22508		    INTEGER,
22509		switchDomain
22510		    Integer32,
22511		switchManagementId
22512		    Integer32,
22513		switchStatus
22514		    INTEGER,
22515		switchStatusMessage
22516		    DisplayString,
22517		switchLinkSpeed
22518		    Integer32,
22519		switchHighPacketsProcessed
22520		    Counter32,
22521		switchLowPacketsProcessed
22522		    Counter32,
22523		switchHighPacketsRejected
22524		    Counter32,
22525		switchLowPacketsRejected
22526		    Counter32,
22527		switchFabricIndex
22528		    Integer32,
22529		switch64PacketsProcessed
22530		    Counter64,
22531		switch64PacketsRejected
22532		    Counter64
22533	    }
22534
22535	switchIndex                     OBJECT-TYPE
22536	SYNTAX                          Integer32 (1..2147483647)
22537        MAX-ACCESS                      read-only
22538        STATUS                          current
22539	DESCRIPTION
22540			"A number that identifies this switch entry."
22541	::= { switchEntry 1 }
22542
22543	switchName                      OBJECT-TYPE
22544	SYNTAX                          OCTET STRING (SIZE (8))
22545        MAX-ACCESS                      read-only
22546        STATUS                          current
22547	DESCRIPTION
22548			"This is the WWN of the switch."
22549	::= { switchEntry 2 }
22550
22551	switchSymbolicName              OBJECT-TYPE
22552	SYNTAX                          OCTET STRING (SIZE (0..255))
22553        MAX-ACCESS                      read-only
22554        STATUS                          current
22555	DESCRIPTION
22556			"This is the symbolic name of the switch."
22557	::= { switchEntry 3 }
22558
22559	switchType                      OBJECT-TYPE
22560	SYNTAX                          INTEGER {
22561                                             hub(1),
22562                                             switch(2),
22563                                             unknown(3)
22564                                        }
22565        MAX-ACCESS                      read-only
22566        STATUS                          current
22567	DESCRIPTION
22568			"The type of the switch."
22569	::= { switchEntry 4 }
22570
22571	switchDomain                    OBJECT-TYPE
22572	SYNTAX                          Integer32
22573        MAX-ACCESS                      read-only
22574        STATUS                          current
22575	DESCRIPTION
22576			"The domain identifier of the switch."
22577	::= { switchEntry 5 }
22578
22579	switchManagementId              OBJECT-TYPE
22580	SYNTAX                          Integer32
22581        MAX-ACCESS                      read-only
22582        STATUS                          current
22583	DESCRIPTION
22584			"The in-band management identifier of the switch."
22585	::= { switchEntry 6 }
22586
22587	switchStatus                    OBJECT-TYPE
22588	SYNTAX                          INTEGER {
22589                                             other(1),
22590                                             unknown(2),
22591					     ok(3),
22592					     nonCritical(4),
22593					     critical(5),
22594                                             nonRecoverable(6)
22595                                        }
22596        MAX-ACCESS                      read-only
22597        STATUS                          current
22598	DESCRIPTION
22599			"The current status of the switch."
22600	::= { switchEntry 7 }
22601
22602	switchStatusMessage             OBJECT-TYPE
22603	SYNTAX                          DisplayString
22604        MAX-ACCESS                      read-only
22605        STATUS                          current
22606	DESCRIPTION
22607			"A string describing the switch status,
22608			including a description of the condition (if
22609			any) that caused the status to be anything
22610			other than ok(3)."
22611	::= { switchEntry 8 }
22612
22613	switchLinkSpeed                 OBJECT-TYPE
22614	SYNTAX                          Integer32
22615        MAX-ACCESS                      read-only
22616        STATUS                          current
22617	DESCRIPTION
22618			"The link speed of the switch.  The value is an integer
22619			whose units are Gbits (for example, a value of 2 represents
22620			a link speed of 2 Gbit)."
22621	::= { switchEntry 9 }
22622
22623	switchHighPacketsProcessed      OBJECT-TYPE
22624	SYNTAX                          Counter32
22625        MAX-ACCESS                      read-only
22626        STATUS                          deprecated
22627	DESCRIPTION
22628			"Number of Packets successfully processed
22629			since the last reboot/reset of the switch.
22630			This object returns the most
22631			significant 32 bits of the 64 bit unsigned integer.
22632			This object is deprecated - Use switch64PacketsProcessed
22633			instead."
22634	::= { switchEntry 10 }
22635
22636	switchLowPacketsProcessed       OBJECT-TYPE
22637	SYNTAX                          Counter32
22638        MAX-ACCESS                      read-only
22639        STATUS                          deprecated
22640	DESCRIPTION
22641			"Number of Packets successfully processed
22642			since the last reboot/reset of the switch.
22643			This object returns the least
22644			significant 32 bits of the 64 bit unsigned integer.
22645			This object is deprecated - Use switch64PacketsProcessed
22646			instead."
22647	::= { switchEntry 11 }
22648
22649	switchHighPacketsRejected       OBJECT-TYPE
22650	SYNTAX                          Counter32
22651        MAX-ACCESS                      read-only
22652        STATUS                          deprecated
22653	DESCRIPTION
22654			"Number of Packets rejected
22655			since the last reboot/reset of the switch.
22656			This object returns the most
22657			significant 32 bits of the 64 bit unsigned integer.
22658			This object is deprecated - Use switch64PacketsRejected
22659			instead."
22660	::= { switchEntry 12 }
22661
22662	switchLowPacketsRejected        OBJECT-TYPE
22663	SYNTAX                          Counter32
22664        MAX-ACCESS                      read-only
22665        STATUS                          deprecated
22666	DESCRIPTION
22667			"Number of Packets rejected
22668			since the last reboot/reset of the switch.
22669			This object returns the least
22670			significant 32 bits of the 64 bit unsigned integer.
22671			This object is deprecated - Use switch64PacketsRejected
22672			instead."
22673	::= { switchEntry 13 }
22674
22675	switchFabricIndex               OBJECT-TYPE
22676	SYNTAX                          Integer32 (1..2147483647)
22677        MAX-ACCESS                      read-only
22678        STATUS                          current
22679	DESCRIPTION
22680			"The index of the fabric on which this switch
22681			resides.  The value ranges from 1 to the value
22682			of fabricInstances."
22683	::= { switchEntry 14 }
22684
22685	switch64PacketsProcessed        OBJECT-TYPE
22686	SYNTAX                          Counter64
22687        MAX-ACCESS                      read-only
22688        STATUS                          current
22689	DESCRIPTION
22690			"Number of Packets successfully processed
22691			since the last reboot/reset of the switch.
22692			This object returns all of the 64 bit unsigned
22693			integer."
22694	::= { switchEntry 15 }
22695
22696	switch64PacketsRejected         OBJECT-TYPE
22697	SYNTAX                          Counter64
22698        MAX-ACCESS                      read-only
22699        STATUS                          current
22700	DESCRIPTION
22701			"Number of Packets rejected since the last
22702			reboot/reset of the switch. This object returns
22703			all of the 64 bit unsigned integer."
22704	::= { switchEntry 16 }
22705
22706	portTable                       OBJECT-TYPE
22707	SYNTAX                          SEQUENCE OF PortEntry
22708        MAX-ACCESS                      not-accessible
22709        STATUS                          current
22710	DESCRIPTION
22711			"Provide a list of ports
22712			connected to the fabric."
22713	::= { fabric 4 }
22714
22715	portEntry                       OBJECT-TYPE
22716	SYNTAX                          PortEntry
22717        MAX-ACCESS                      not-accessible
22718        STATUS                          current
22719	DESCRIPTION
22720			"Provide a report of current configuration and
22721			status of ports in the fabric."
22722
22723	INDEX	{ portFabricIndex, portSwitchIndex, portIndex }
22724	::= { portTable 1 }
22725
22726	PortEntry ::=
22727	    SEQUENCE {
22728		portIndex
22729		    Integer32,
22730		portName
22731		    OCTET STRING,
22732		portSwitchIndex
22733		    Integer32,
22734		portSwitchName
22735		    OCTET STRING,
22736		portNumber
22737		    Integer32,
22738		portType
22739		    INTEGER,
22740		portState
22741		    INTEGER,
22742		portFabricIndex
22743		    Integer32
22744	    }
22745
22746	portIndex                       OBJECT-TYPE
22747	SYNTAX                          Integer32 (1..2147483647)
22748        MAX-ACCESS                      read-only
22749        STATUS                          current
22750	DESCRIPTION
22751			"A number that identifies this port entry."
22752	::= { portEntry 1 }
22753
22754	portName                        OBJECT-TYPE
22755	SYNTAX                          OCTET STRING (SIZE (8))
22756        MAX-ACCESS                      read-only
22757        STATUS                          current
22758	DESCRIPTION
22759			"This is the WWN of the port."
22760	::= { portEntry 2 }
22761
22762	portSwitchIndex                 OBJECT-TYPE
22763	SYNTAX                          Integer32 (1..2147483647)
22764        MAX-ACCESS                      read-only
22765        STATUS                          current
22766	DESCRIPTION
22767			"The index of the switch on which this port
22768			resides.  The value ranges from 1 to the number of
22769			of switches."
22770	::= { portEntry 3 }
22771
22772	portSwitchName                  OBJECT-TYPE
22773	SYNTAX                          OCTET STRING (SIZE (8))
22774        MAX-ACCESS                      read-only
22775        STATUS                          current
22776	DESCRIPTION
22777			"This is the WWN of the switch to which
22778			the port is attached."
22779	::= { portEntry 4 }
22780
22781	portNumber                      OBJECT-TYPE
22782	SYNTAX                          Integer32
22783        MAX-ACCESS                      read-only
22784        STATUS                          current
22785	DESCRIPTION
22786			"The port number on the switch."
22787	::= { portEntry 5 }
22788
22789	portType                        OBJECT-TYPE
22790	SYNTAX                          INTEGER {
22791                                             unidentified(1),
22792                                             nPort(2),
22793					     nlPort(3),
22794					     fPort(4),
22795					     flPort(5),
22796					     ePort(6),
22797                                             bPort(7)
22798                                        }
22799        MAX-ACCESS                      read-only
22800        STATUS                          current
22801	DESCRIPTION
22802			"The type of the port."
22803	::= { portEntry 6 }
22804
22805	portState                       OBJECT-TYPE
22806	SYNTAX                          INTEGER {
22807                                             online(1),
22808                                             offline(2),
22809					     testing(3),
22810					     faulty(4),
22811                                             unknown(5)
22812                                        }
22813        MAX-ACCESS                      read-only
22814        STATUS                          current
22815	DESCRIPTION
22816			"The current state of the port."
22817	::= { portEntry 7 }
22818
22819	portFabricIndex                 OBJECT-TYPE
22820	SYNTAX                          Integer32 (1..2147483647)
22821        MAX-ACCESS                      read-only
22822        STATUS                          current
22823	DESCRIPTION
22824			"The index of the fabric on which this port
22825			resides.  The value ranges from 1 to the value
22826			of fabricInstances."
22827	::= { portEntry 8 }
22828
22829	-- -- -- -- -- -- -- -- -- -- -- -- --
22830	-- The backup(dump/restore) group   --
22831	-- -- -- -- -- -- -- -- -- -- -- -- --
22832
22833	dump	OBJECT	IDENTIFIER ::= { backup 1 }
22834
22835	restore OBJECT	IDENTIFIER ::= { backup 2 }
22836
22837	-- dump --
22838
22839	dmpActives                      OBJECT-TYPE
22840	SYNTAX                          Integer32
22841        MAX-ACCESS                      read-only
22842        STATUS                          obsolete
22843	DESCRIPTION
22844		"Number of active dump."
22845	::= { dump 1 }
22846
22847	dmpAttempts                     OBJECT-TYPE
22848	SYNTAX                          Counter32
22849        MAX-ACCESS                      read-only
22850        STATUS                          obsolete
22851	DESCRIPTION
22852		"Number of dump attempted."
22853	::= { dump 2 }
22854
22855	dmpSuccesses                    OBJECT-TYPE
22856	SYNTAX                          Counter32
22857        MAX-ACCESS                      read-only
22858        STATUS                          obsolete
22859	DESCRIPTION
22860		"Number of dump succeeded."
22861	::= { dump 3 }
22862
22863	dmpFailures                     OBJECT-TYPE
22864	SYNTAX                          Counter32
22865        MAX-ACCESS                      read-only
22866        STATUS                          obsolete
22867	DESCRIPTION
22868		"Number of dump failed."
22869	::= { dump 4 }
22870
22871	dmpTable                        OBJECT-TYPE
22872	SYNTAX                          SEQUENCE OF DmpEntry
22873        MAX-ACCESS                      not-accessible
22874        STATUS                          obsolete
22875	DESCRIPTION
22876				"Provides a report of dumps on each
22877				 dump subtree."
22878	::= { dump 5 }
22879
22880        -- dmpTable contained two entries named lastdump and lastsuccess that
22881        -- were incompatible with many mib compilers. These are replaced
22882        -- with objects that work better with these compilers.
22883
22884	dmpEntry                        OBJECT-TYPE
22885	SYNTAX                          DmpEntry
22886        MAX-ACCESS                      not-accessible
22887        STATUS                          obsolete
22888	DESCRIPTION
22889				"Shows statistics of dumps on an unique
22890				 dump subtree."
22891	INDEX	{ dmpIndex }
22892	::= { dmpTable 1 }
22893
22894	DmpEntry ::=
22895	    SEQUENCE {
22896	    	dmpIndex
22897			Integer32,
22898	    	dmpStPath
22899			DisplayString,
22900		dmpStAttempts
22901			Counter32,
22902		dmpStSuccesses
22903			Counter32,
22904		dmpStFailures
22905			Counter32,
22906	    	dmpTime
22907			Integer32,
22908		dmpStatus
22909		        INTEGER,
22910-- lastdump entries
22911	    	dmpLevel
22912			Integer32,
22913		dmpNumFiles
22914		        Integer32,
22915-- lastsuccess entries
22916		dmpDataAmount
22917		        Integer32,
22918		dmpStartTime
22919		        Integer32,
22920		dmpDuration
22921		        TimeTicks
22922	    }
22923
22924	dmpIndex                        OBJECT-TYPE
22925	SYNTAX                          Integer32 (1..2147483647)
22926        MAX-ACCESS                      read-only
22927        STATUS                          obsolete
22928	DESCRIPTION
22929				"Index into the subtree dump table."
22930	::= { dmpEntry 1 }
22931
22932	dmpStPath                       OBJECT-TYPE
22933	SYNTAX                          DisplayString
22934        MAX-ACCESS                      read-only
22935        STATUS                          obsolete
22936	DESCRIPTION
22937				"The full path to the dump subtree. In the
22938				 format of /vol/<volname>/..."
22939	::= { dmpEntry 2 }
22940
22941	dmpStAttempts                   OBJECT-TYPE
22942	SYNTAX                          Counter32
22943        MAX-ACCESS                      read-only
22944        STATUS                          obsolete
22945	DESCRIPTION
22946				"No. of dump attempted for the subtree."
22947	::= { dmpEntry 3 }
22948
22949	dmpStSuccesses                  OBJECT-TYPE
22950	SYNTAX                          Counter32
22951        MAX-ACCESS                      read-only
22952        STATUS                          obsolete
22953	DESCRIPTION
22954				"No. of dump succeeded for the subtree."
22955	::= { dmpEntry 4 }
22956
22957	dmpStFailures                   OBJECT-TYPE
22958	SYNTAX                          Counter32
22959        MAX-ACCESS                      read-only
22960        STATUS                          obsolete
22961	DESCRIPTION
22962				"No. of dump failed for the subtree."
22963	::= { dmpEntry 5 }
22964
22965	dmpTime                         OBJECT-TYPE
22966	SYNTAX                          Integer32
22967        MAX-ACCESS                      read-only
22968        STATUS                          obsolete
22969	DESCRIPTION
22970				"The start time for the last attempt
22971				 to dump the subtree, including the
22972				 currently running one. The time in
22973				 seconds since January 1, 1970."
22974	::= { dmpEntry 6 }
22975
22976        dmpStatus                       OBJECT-TYPE
22977	SYNTAX                          INTEGER {
22978	                                     active(1),
22979					     restartable(2),
22980					     succeeded(3),
22981					     failed(4)
22982					}
22983        MAX-ACCESS                      read-only
22984        STATUS                          obsolete
22985	DESCRIPTION		"The status for the last dump attempt
22986				 on the subtree."
22987	::= { dmpEntry 7 }
22988
22989	dmpLevel                        OBJECT-TYPE
22990	SYNTAX                          Integer32 (0..9)
22991        MAX-ACCESS                      read-only
22992        STATUS                          obsolete
22993	DESCRIPTION
22994				"The level of the dump."
22995	::= { dmpEntry 8 }
22996
22997	dmpNumFiles                     OBJECT-TYPE
22998	SYNTAX                          Integer32
22999        MAX-ACCESS                      read-only
23000        STATUS                          obsolete
23001	DESCRIPTION
23002				"The number of files dumped."
23003	::= { dmpEntry 9 }
23004
23005	dmpDataAmount                   OBJECT-TYPE
23006	SYNTAX                          Integer32
23007        MAX-ACCESS                      read-only
23008        STATUS                          obsolete
23009	DESCRIPTION
23010				"The amount of data dumped, in Megabytes."
23011	::= { dmpEntry 10 }
23012
23013	dmpStartTime                    OBJECT-TYPE
23014	SYNTAX                          Integer32
23015        MAX-ACCESS                      read-only
23016        STATUS                          obsolete
23017	DESCRIPTION
23018				"The start time of the dump. The time is
23019				 in seconds since January 1, 1970."
23020	::= { dmpEntry 11 }
23021
23022	dmpDuration                     OBJECT-TYPE
23023	SYNTAX                          TimeTicks
23024        MAX-ACCESS                      read-only
23025        STATUS                          obsolete
23026	DESCRIPTION
23027				"The duration of the dump."
23028	::= { dmpEntry 12 }
23029
23030	-- restore --
23031
23032	rstActives                      OBJECT-TYPE
23033	SYNTAX                          Integer32
23034        MAX-ACCESS                      read-only
23035        STATUS                          obsolete
23036	DESCRIPTION
23037		"Number of active restore."
23038	::= { restore 1 }
23039
23040	rstAttempts                     OBJECT-TYPE
23041	SYNTAX                          Counter32
23042        MAX-ACCESS                      read-only
23043        STATUS                          obsolete
23044	DESCRIPTION
23045		"Number of restore attempted."
23046	::= { restore 2 }
23047
23048	rstSuccesses                    OBJECT-TYPE
23049	SYNTAX                          Counter32
23050        MAX-ACCESS                      read-only
23051        STATUS                          obsolete
23052	DESCRIPTION
23053		"Number of restore succeeded."
23054	::= { restore 3 }
23055
23056	rstFailures                     OBJECT-TYPE
23057	SYNTAX                          Counter32
23058        MAX-ACCESS                      read-only
23059        STATUS                          obsolete
23060	DESCRIPTION
23061		"Number of restore failed."
23062	::= { restore 4 }
23063
23064	-- -- -- -- -- -- -- --
23065	-- DAFS Option group --
23066	-- -- -- -- -- -- -- --
23067
23068	dafsOptions		OBJECT IDENTIFIER ::= {dafs 1}
23069
23070	dafsIsLicensed                  OBJECT-TYPE
23071	SYNTAX                          INTEGER {
23072                                             false(1),
23073                                             true(2)
23074                                        }
23075        MAX-ACCESS                      read-only
23076        STATUS                          obsolete
23077	DESCRIPTION
23078		"Whether the dafs protocol is licensed on the filer.
23079		Data ONTAP Specific"
23080	::= { dafsOptions 1 }
23081
23082	dafsMaxRequestsServer           OBJECT-TYPE
23083	SYNTAX                          Integer32
23084        MAX-ACCESS                      read-only
23085        STATUS                          obsolete
23086	DESCRIPTION
23087		"Server wide maximum number of concurrent requests
23088		Data ONTAP Specific"
23089	::= { dafsOptions 2 }
23090
23091	dafsMaxRequests                 OBJECT-TYPE
23092	SYNTAX                          Integer32
23093        MAX-ACCESS                      read-only
23094        STATUS                          obsolete
23095	DESCRIPTION
23096		"Server maximum number of concurrent requests per session
23097		Data ONTAP Specific"
23098	::= { dafsOptions 3 }
23099
23100	dafsMaxRequestSize              OBJECT-TYPE
23101	SYNTAX                          Integer32
23102        MAX-ACCESS                      read-only
23103        STATUS                          current
23104	DESCRIPTION
23105		"Server maximum size of an inline request"
23106	::= { dafsOptions 4 }
23107
23108	dafsMaxResponseSize             OBJECT-TYPE
23109	SYNTAX                          Integer32
23110        MAX-ACCESS                      read-only
23111        STATUS                          current
23112	DESCRIPTION
23113		"Server maximum size of an inline response"
23114	::= { dafsOptions 5 }
23115
23116
23117	dafsMaxPendingRequestsServer    OBJECT-TYPE
23118	SYNTAX                          Integer32
23119        MAX-ACCESS                      read-only
23120        STATUS                          obsolete
23121	DESCRIPTION
23122		"Server wide maximum number of requests that can queue
23123		waiting for resources Data ONTAP Specific"
23124	::= { dafsOptions 6 }
23125
23126	dafsUseChecksums                OBJECT-TYPE
23127	SYNTAX                          INTEGER	{
23128				false(1),
23129				true(2)
23130			}
23131        MAX-ACCESS                      read-only
23132        STATUS                          current
23133	DESCRIPTION
23134		"Server uses checksums"
23135	::= { dafsOptions 7 }
23136
23137	dafsNicNumRequestDemons         OBJECT-TYPE
23138	SYNTAX                          Integer32
23139        MAX-ACCESS                      read-only
23140        STATUS                          obsolete
23141	DESCRIPTION
23142		"Server default number of request demons per Nic.
23143		Data ONTAP Specific"
23144	::= { dafsOptions 8 }
23145
23146	dafsAnonymousAuthentication     OBJECT-TYPE
23147	SYNTAX                          INTEGER {
23148                                             false(1),
23149                                             true(2)
23150                                        }
23151        MAX-ACCESS                      read-only
23152        STATUS                          current
23153	DESCRIPTION
23154		"Allow the server to accept connections with
23155		authentication type NONE."
23156	::= { dafsOptions 9 }
23157
23158	dafsServerEnabled               OBJECT-TYPE
23159	SYNTAX                          INTEGER {
23160                                             false(1),
23161                                             true(2)
23162                                        }
23163        MAX-ACCESS                      read-only
23164        STATUS                          current
23165	DESCRIPTION
23166		"Current status of the DAFS server. If true, the DAFS
23167		server is running."
23168	::= { dafsOptions 10 }
23169
23170	dafsDefaultUid                  OBJECT-TYPE
23171	SYNTAX                          Integer32
23172        MAX-ACCESS                      read-only
23173        STATUS                          current
23174	DESCRIPTION
23175		"Default client User ID if anonymously connected."
23176	::= { dafsOptions 11 }
23177
23178	dafsDefaultGid                  OBJECT-TYPE
23179	SYNTAX                          Integer32
23180        MAX-ACCESS                      read-only
23181        STATUS                          current
23182	DESCRIPTION
23183		"Default client Group ID if anonymously connected."
23184	::= { dafsOptions 12 }
23185
23186	dafsMaxDisconnectedSessions     OBJECT-TYPE
23187	SYNTAX                          Integer32
23188        MAX-ACCESS                      read-only
23189        STATUS                          current
23190	DESCRIPTION
23191		"Maximum number of disconnected sessions for which the
23192		DAFS server will retain response cache data."
23193	::= { dafsOptions 13 }
23194
23195        dafsMaxIdleSeconds              OBJECT-TYPE
23196	SYNTAX                          Integer32
23197        MAX-ACCESS                      read-only
23198        STATUS                          current
23199        DESCRIPTION
23200                "Maximum number of seconds server will keep a session
23201                open without hearing from the client."
23202        ::= { dafsOptions 14 }
23203
23204	-- the DAFS VI Nic table
23205
23206	-- The DAFS VI Nic table contains information about this
23207	-- entity's VI nics attached to DAFS
23208
23209	dafsNicTable                    OBJECT-TYPE
23210	SYNTAX                          SEQUENCE OF DafsNicEntry
23211        MAX-ACCESS                      not-accessible
23212        STATUS                          current
23213	DESCRIPTION
23214                      "A table containing DAFS NIC specific
23215                      information."
23216       	::= { dafs 2 }
23217
23218	dafsNicEntry                    OBJECT-TYPE
23219	SYNTAX                          DafsNicEntry
23220        MAX-ACCESS                      not-accessible
23221        STATUS                          current
23222	DESCRIPTION
23223                      "Information about a particular current DAFS
23224                      nic.  An object of this type is transient,
23225                      in that it ceases to exist when (or soon after)
23226                      the nic is detached."
23227	INDEX   { dafsNicIndex }
23228              ::= { dafsNicTable 1 }
23229
23230	DafsNicEntry ::=
23231	SEQUENCE	{
23232			dafsNicIndex
23233				Integer32,
23234			dafsNicName
23235				DisplayString,
23236			dafsNicDevice
23237				DisplayString,
23238			dafsNicState
23239				INTEGER,
23240			dafsNicListenAddr
23241				OCTET STRING,
23242			dafsNicNumRqstDemons
23243				Integer32,
23244			dafsNicInBytes
23245				Counter32,
23246			dafsNicDirectInBytes
23247				Counter32,
23248			dafsNicOutBytes
23249				Counter32,
23250			dafsNicDirectOutBytes
23251				Counter32
23252			}
23253
23254	dafsNicIndex                    OBJECT-TYPE
23255	SYNTAX                          Integer32 (1..2147483647)
23256        MAX-ACCESS                      read-only
23257        STATUS                          current
23258	DESCRIPTION
23259                      "A unique value for each interface.  Its value
23260                      ranges between 1 and the value of DafsNicNumber.  The
23261                      value for each interface must remain constant at
23262                      least from one re-initialization of the entity's
23263                      network management system to the next re-
23264                      initialization."
23265	::= { dafsNicEntry 1 }
23266
23267	dafsNicName                     OBJECT-TYPE
23268	SYNTAX                          DisplayString (SIZE (0..255))
23269        MAX-ACCESS                      read-only
23270        STATUS                          current
23271	DESCRIPTION
23272                      "A textual string containing the logical name
23273                      under which the nic has been attached."
23274	::= { dafsNicEntry 2}
23275
23276	dafsNicDevice                   OBJECT-TYPE
23277	SYNTAX                          DisplayString (SIZE (0..255))
23278        MAX-ACCESS                      read-only
23279        STATUS                          current
23280	DESCRIPTION
23281                      "A textual string containing the physical name
23282                      of the nic that has been attached."
23283	::= { dafsNicEntry 3}
23284
23285	dafsNicState                    OBJECT-TYPE
23286	SYNTAX                          INTEGER {
23287                                             up(1), 	-- ready to pass packets
23288                                             down(2),
23289                                             testing(3) -- in some test mode
23290                                        }
23291        MAX-ACCESS                      read-only
23292        STATUS                          current
23293	DESCRIPTION
23294		"Current state of DAFS nic"
23295	::= { dafsNicEntry 4 }
23296
23297	dafsNicListenAddr               OBJECT-TYPE
23298	SYNTAX                          OCTET STRING
23299        MAX-ACCESS                      read-only
23300        STATUS                          current
23301	DESCRIPTION
23302                      "Transport specific address structure giving the
23303		      DAFS listen address for this NIC."
23304	::= { dafsNicEntry 5}
23305
23306
23307	dafsNicNumRqstDemons            OBJECT-TYPE
23308	SYNTAX                          Integer32
23309        MAX-ACCESS                      read-only
23310        STATUS                          obsolete
23311	DESCRIPTION
23312                      "Number of request demons assigned to this Nic
23313		      to handle Nic related events. Data ONTAP Specific"
23314	::= { dafsNicEntry 6}
23315
23316	dafsNicInBytes                  OBJECT-TYPE
23317	SYNTAX                          Counter32
23318        MAX-ACCESS                      read-only
23319        STATUS                          current
23320	DESCRIPTION
23321                      "Total number of bytes, include DMA, received on
23322		      this interface"
23323	::= { dafsNicEntry 7}
23324
23325	dafsNicDirectInBytes            OBJECT-TYPE
23326	SYNTAX                          Counter32
23327        MAX-ACCESS                      read-only
23328        STATUS                          current
23329	DESCRIPTION
23330                      "Total number of bytes read directly from the
23331		      peer memory through this interface"
23332	::= { dafsNicEntry 8}
23333
23334	dafsNicOutBytes                 OBJECT-TYPE
23335	SYNTAX                          Counter32
23336        MAX-ACCESS                      read-only
23337        STATUS                          current
23338	DESCRIPTION
23339                      "Total number of bytes, include DMA, sent on
23340		      this interface"
23341	::= { dafsNicEntry 9}
23342
23343	dafsNicDirectOutBytes           OBJECT-TYPE
23344	SYNTAX                          Counter32
23345        MAX-ACCESS                      read-only
23346        STATUS                          current
23347	DESCRIPTION
23348                      "Total number of bytes written directly to the
23349		      peer memory through this interface"
23350	::= { dafsNicEntry 10}
23351
23352	-- -- -- -- -- -- -- -- -- --
23353	-- DAFS Server Statistics  --
23354	-- -- -- -- -- -- -- -- -- --
23355
23356	curDafs	OBJECT IDENTIFIER ::= {dafs 3}
23357
23358	dafsPendingRequests             OBJECT-TYPE
23359	SYNTAX                          Integer32
23360        MAX-ACCESS                      read-only
23361        STATUS                          obsolete
23362	DESCRIPTION
23363		"Server wide current number of requests that are
23364		queued waiting for resources Data ONTAP Specific"
23365	::= { curDafs 1 }
23366
23367	dafsCurrentRequests             OBJECT-TYPE
23368	SYNTAX                          Integer32
23369        MAX-ACCESS                      read-only
23370        STATUS                          obsolete
23371	DESCRIPTION
23372		"Server wide current number of active requests
23373		Data ONTAP Specific"
23374	::= { curDafs 2 }
23375
23376	totDafs	OBJECT IDENTIFIER ::= {dafs 4}
23377
23378	dafsCalls                       OBJECT-TYPE
23379	SYNTAX                          Counter32
23380        MAX-ACCESS                      read-only
23381        STATUS                          current
23382	DESCRIPTION
23383		"Total number of DAFS calls since last reboot"
23384	::= { totDafs 1 }
23385
23386	dafsClientAuths                 OBJECT-TYPE
23387	SYNTAX                          Counter32
23388        MAX-ACCESS                      read-only
23389        STATUS                          current
23390	DESCRIPTION
23391		"Total number of Client Auth calls since last reboot"
23392	::= { totDafs 2 }
23393
23394	dafsClientConnects              OBJECT-TYPE
23395	SYNTAX                          Counter32
23396        MAX-ACCESS                      read-only
23397        STATUS                          current
23398	DESCRIPTION
23399		"Total number of Client Connect calls since last reboot"
23400	::= { totDafs 3 }
23401
23402	dafsClientConnectAuths          OBJECT-TYPE
23403	SYNTAX                          Counter32
23404        MAX-ACCESS                      read-only
23405        STATUS                          current
23406	DESCRIPTION
23407		"Total number of Client Connect Auth calls since last reboot"
23408	::= { totDafs 4 }
23409
23410	dafsConnectBinds                OBJECT-TYPE
23411	SYNTAX                          Counter32
23412        MAX-ACCESS                      read-only
23413        STATUS                          current
23414	DESCRIPTION
23415		"Total number of Connect Bind calls since last reboot"
23416	::= { totDafs 5 }
23417
23418	dafsDisconnects                 OBJECT-TYPE
23419	SYNTAX                          Counter32
23420        MAX-ACCESS                      read-only
23421        STATUS                          current
23422	DESCRIPTION
23423		"Total number of Disconnect calls since last reboot"
23424	::= { totDafs 6 }
23425
23426	dafsRegisterCreds               OBJECT-TYPE
23427	SYNTAX                          Counter32
23428        MAX-ACCESS                      read-only
23429        STATUS                          current
23430	DESCRIPTION
23431		"Total number of Register Credential calls since last reboot"
23432	::= { totDafs 7 }
23433
23434	dafsReleaseCreds                OBJECT-TYPE
23435	SYNTAX                          Counter32
23436        MAX-ACCESS                      read-only
23437        STATUS                          current
23438	DESCRIPTION
23439		"Total number of Release Credential calls since last reboot"
23440	::= { totDafs 8 }
23441
23442	dafsSecinfos                    OBJECT-TYPE
23443	SYNTAX                          Counter32
23444        MAX-ACCESS                      read-only
23445        STATUS                          current
23446	DESCRIPTION
23447		"Total number of Secinfo calls since last reboot"
23448	::= { totDafs 9 }
23449
23450	dafsServerAuths                 OBJECT-TYPE
23451	SYNTAX                          Counter32
23452        MAX-ACCESS                      read-only
23453        STATUS                          current
23454	DESCRIPTION
23455		"Total number of Server Auth calls since last reboot"
23456	::= { totDafs 10 }
23457
23458	dafsCheckResponses              OBJECT-TYPE
23459	SYNTAX                          Counter32
23460        MAX-ACCESS                      read-only
23461        STATUS                          current
23462	DESCRIPTION
23463		"Total number of Check Response calls since last reboot"
23464	::= { totDafs 11 }
23465
23466	dafsFetchResponses              OBJECT-TYPE
23467	SYNTAX                          Counter32
23468        MAX-ACCESS                      read-only
23469        STATUS                          current
23470	DESCRIPTION
23471		"Total number of Fetch Response calls since last reboot"
23472	::= { totDafs 12 }
23473
23474	dafsDiscardResponses            OBJECT-TYPE
23475	SYNTAX                          Counter32
23476        MAX-ACCESS                      read-only
23477        STATUS                          current
23478	DESCRIPTION
23479		"Total number of Discard Responses calls since last reboot"
23480	::= { totDafs 13 }
23481
23482	dafsAccesses                    OBJECT-TYPE
23483	SYNTAX                          Counter32
23484        MAX-ACCESS                      read-only
23485        STATUS                          current
23486	DESCRIPTION
23487		"Total number of Access calls since last reboot"
23488	::= { totDafs 14 }
23489
23490	dafsCacheHints                  OBJECT-TYPE
23491	SYNTAX                          Counter32
23492        MAX-ACCESS                      read-only
23493        STATUS                          current
23494	DESCRIPTION
23495		"Total number of Cache Hint calls since last reboot"
23496	::= { totDafs 15 }
23497
23498	dafsCloses                      OBJECT-TYPE
23499	SYNTAX                          Counter32
23500        MAX-ACCESS                      read-only
23501        STATUS                          current
23502	DESCRIPTION
23503		"Total number of Close calls since last reboot"
23504	::= { totDafs 16 }
23505
23506	dafsCommits                     OBJECT-TYPE
23507	SYNTAX                          Counter32
23508        MAX-ACCESS                      read-only
23509        STATUS                          current
23510	DESCRIPTION
23511		"Total number of Commit calls since last reboot"
23512	::= { totDafs 17 }
23513
23514	dafsCreates                     OBJECT-TYPE
23515	SYNTAX                          Counter32
23516        MAX-ACCESS                      read-only
23517        STATUS                          current
23518	DESCRIPTION
23519		"Total number of Create calls since last reboot"
23520	::= { totDafs 18 }
23521
23522	dafsDelegPurges                 OBJECT-TYPE
23523	SYNTAX                          Counter32
23524        MAX-ACCESS                      read-only
23525        STATUS                          current
23526	DESCRIPTION
23527		"Total number of Delegate Purge calls since last reboot"
23528	::= { totDafs 19 }
23529
23530	dafsDelegReturns                OBJECT-TYPE
23531	SYNTAX                          Counter32
23532        MAX-ACCESS                      read-only
23533        STATUS                          current
23534	DESCRIPTION
23535		"Total number of Delegate Return calls since last reboot"
23536	::= { totDafs 20 }
23537
23538	dafsGetFsattrs                  OBJECT-TYPE
23539	SYNTAX                          Counter32
23540        MAX-ACCESS                      read-only
23541        STATUS                          current
23542	DESCRIPTION
23543		"Total number of Get Fsattr  calls since last reboot"
23544	::= { totDafs 21 }
23545
23546	dafsGetRootHandles              OBJECT-TYPE
23547	SYNTAX                          Counter32
23548        MAX-ACCESS                      read-only
23549        STATUS                          current
23550	DESCRIPTION
23551		"Total number of Get Root Handle calls since last reboot"
23552	::= { totDafs 22 }
23553
23554	dafsGetattrInlines              OBJECT-TYPE
23555	SYNTAX                          Counter32
23556        MAX-ACCESS                      read-only
23557        STATUS                          current
23558	DESCRIPTION
23559		"Total number of Getattr Inline calls since last reboot"
23560	::= { totDafs 23 }
23561
23562	dafsGetattrDirects              OBJECT-TYPE
23563	SYNTAX                          Counter32
23564        MAX-ACCESS                      read-only
23565        STATUS                          current
23566	DESCRIPTION
23567		"Total number of Getattr Direct calls since last reboot"
23568	::= { totDafs 24 }
23569
23570	dafsLinks                       OBJECT-TYPE
23571	SYNTAX                          Counter32
23572        MAX-ACCESS                      read-only
23573        STATUS                          current
23574	DESCRIPTION
23575		"Total number of Link calls since last reboot"
23576	::= { totDafs 25 }
23577
23578	dafsLocks                       OBJECT-TYPE
23579	SYNTAX                          Counter32
23580        MAX-ACCESS                      read-only
23581        STATUS                          current
23582	DESCRIPTION
23583		"Total number of Lock calls since last reboot"
23584	::= { totDafs 26 }
23585
23586	dafsLockts                      OBJECT-TYPE
23587	SYNTAX                          Counter32
23588        MAX-ACCESS                      read-only
23589        STATUS                          current
23590	DESCRIPTION
23591		"Total number of LockT calls since last reboot"
23592	::= { totDafs 27}
23593
23594	dafsLockus                      OBJECT-TYPE
23595	SYNTAX                          Counter32
23596        MAX-ACCESS                      read-only
23597        STATUS                          current
23598	DESCRIPTION
23599		"Total number of LockU calls since last reboot"
23600	::= { totDafs 28 }
23601
23602	dafsLookUps                     OBJECT-TYPE
23603	SYNTAX                          Counter32
23604        MAX-ACCESS                      read-only
23605        STATUS                          current
23606	DESCRIPTION
23607		"Total number of LookUp calls since last reboot"
23608	::= { totDafs 29 }
23609
23610	dafsLookUpps                    OBJECT-TYPE
23611	SYNTAX                          Counter32
23612        MAX-ACCESS                      read-only
23613        STATUS                          current
23614	DESCRIPTION
23615		"Total number of LookUpp calls since last reboot"
23616	::= { totDafs 30 }
23617
23618	dafsNulls                       OBJECT-TYPE
23619	SYNTAX                          Counter32
23620        MAX-ACCESS                      read-only
23621        STATUS                          current
23622	DESCRIPTION
23623		"Total number of Null calls since last reboot"
23624	::= { totDafs 31 }
23625
23626	dafsNverifys                    OBJECT-TYPE
23627	SYNTAX                          Counter32
23628        MAX-ACCESS                      read-only
23629        STATUS                          current
23630	DESCRIPTION
23631		"Total number of Nverify calls since last reboot"
23632	::= { totDafs 32 }
23633
23634	dafsOpens                       OBJECT-TYPE
23635	SYNTAX                          Counter32
23636        MAX-ACCESS                      read-only
23637        STATUS                          current
23638	DESCRIPTION
23639		"Total number of Open calls since last reboot"
23640	::= { totDafs 33 }
23641
23642	dafsOpenDowngrades              OBJECT-TYPE
23643	SYNTAX                          Counter32
23644        MAX-ACCESS                      read-only
23645        STATUS                          current
23646	DESCRIPTION
23647		"Total number of Open Downgrade calls since last reboot"
23648	::= { totDafs 34 }
23649
23650	dafsOpenattrs                   OBJECT-TYPE
23651	SYNTAX                          Counter32
23652        MAX-ACCESS                      read-only
23653        STATUS                          current
23654	DESCRIPTION
23655		"Total number of Openattr calls since last reboot"
23656	::= { totDafs 35 }
23657
23658	dafsReadInlines                 OBJECT-TYPE
23659	SYNTAX                          Counter32
23660        MAX-ACCESS                      read-only
23661        STATUS                          current
23662	DESCRIPTION
23663		"Total number of Read Inline calls since last reboot"
23664	::= { totDafs 36 }
23665
23666	dafsReadDirects                 OBJECT-TYPE
23667	SYNTAX                          Counter32
23668        MAX-ACCESS                      read-only
23669        STATUS                          current
23670	DESCRIPTION
23671		"Total number of Read Direct calls since last reboot"
23672	::= { totDafs 37 }
23673
23674	dafsReaddirInlines              OBJECT-TYPE
23675	SYNTAX                          Counter32
23676        MAX-ACCESS                      read-only
23677        STATUS                          current
23678	DESCRIPTION
23679		"Total number of Readdir Inline calls since last reboot"
23680	::= { totDafs 38 }
23681
23682	dafsReaddirDirects              OBJECT-TYPE
23683	SYNTAX                          Counter32
23684        MAX-ACCESS                      read-only
23685        STATUS                          current
23686	DESCRIPTION
23687		"Total number of Readdir Direct calls since last reboot"
23688	::= { totDafs 39 }
23689
23690	dafsReadlinkInlines             OBJECT-TYPE
23691	SYNTAX                          Counter32
23692        MAX-ACCESS                      read-only
23693        STATUS                          current
23694	DESCRIPTION
23695		"Total number of Readlink Inline calls since last reboot"
23696	::= { totDafs 40 }
23697
23698	dafsReadlinkDirects             OBJECT-TYPE
23699	SYNTAX                          Counter32
23700        MAX-ACCESS                      read-only
23701        STATUS                          current
23702	DESCRIPTION
23703		"Total number of Readlink Direct calls since last reboot"
23704	::= { totDafs 41 }
23705
23706	dafsRemoves                     OBJECT-TYPE
23707	SYNTAX                          Counter32
23708        MAX-ACCESS                      read-only
23709        STATUS                          current
23710	DESCRIPTION
23711		"Total number of Remove calls since last reboot"
23712	::= { totDafs 42 }
23713
23714	dafsRenames                     OBJECT-TYPE
23715	SYNTAX                          Counter32
23716        MAX-ACCESS                      read-only
23717        STATUS                          current
23718	DESCRIPTION
23719		"Total number of Rename calls since last reboot"
23720	::= { totDafs 43 }
23721
23722	dafsSetattrInlines              OBJECT-TYPE
23723	SYNTAX                          Counter32
23724        MAX-ACCESS                      read-only
23725        STATUS                          current
23726	DESCRIPTION
23727		"Total number of Setattr Inline calls since last reboot"
23728	::= { totDafs 44 }
23729
23730	dafsSetattrDirects              OBJECT-TYPE
23731	SYNTAX                          Counter32
23732        MAX-ACCESS                      read-only
23733        STATUS                          current
23734	DESCRIPTION
23735		"Total number of Setattr Direct calls since last reboot"
23736	::= { totDafs 45 }
23737
23738	dafsVerifys                     OBJECT-TYPE
23739	SYNTAX                          Counter32
23740        MAX-ACCESS                      read-only
23741        STATUS                          current
23742	DESCRIPTION
23743		"Total number of Verify calls since last reboot"
23744	::= { totDafs 46 }
23745
23746	dafsBatchSubmits                OBJECT-TYPE
23747	SYNTAX                          Counter32
23748        MAX-ACCESS                      read-only
23749        STATUS                          current
23750	DESCRIPTION
23751		"Total number of Batch Submit calls since last reboot"
23752	::= { totDafs 47 }
23753
23754	dafsWriteInlines                OBJECT-TYPE
23755	SYNTAX                          Counter32
23756        MAX-ACCESS                      read-only
23757        STATUS                          current
23758	DESCRIPTION
23759		"Total number of Write Inline calls since last reboot"
23760	::= { totDafs 48 }
23761
23762	dafsWriteDirects                OBJECT-TYPE
23763	SYNTAX                          Counter32
23764        MAX-ACCESS                      read-only
23765        STATUS                          current
23766	DESCRIPTION
23767		"Total number of Write Direct calls since last reboot"
23768	::= { totDafs 49 }
23769
23770	dafsBcGetattrs                  OBJECT-TYPE
23771	SYNTAX                          Counter32
23772        MAX-ACCESS                      read-only
23773        STATUS                          current
23774	DESCRIPTION
23775		"Total number of BC Getattr calls since last reboot"
23776	::= { totDafs 50 }
23777
23778	dafsBcNulls                     OBJECT-TYPE
23779	SYNTAX                          Counter32
23780        MAX-ACCESS                      read-only
23781        STATUS                          current
23782	DESCRIPTION
23783		"Total number of BC Null calls since last reboot"
23784	::= { totDafs 51 }
23785
23786	dafsBcRecalls                   OBJECT-TYPE
23787	SYNTAX                          Counter32
23788        MAX-ACCESS                      read-only
23789        STATUS                          current
23790	DESCRIPTION
23791		"Total number of BC Recall calls since last reboot"
23792	::= { totDafs 52 }
23793
23794	dafsBcBatchCompletions          OBJECT-TYPE
23795	SYNTAX                          Counter32
23796        MAX-ACCESS                      read-only
23797        STATUS                          current
23798	DESCRIPTION
23799		"Total number of BC Batch Completion calls since
23800		last reboot"
23801	::= { totDafs 53 }
23802
23803        dafsAppendInlines               OBJECT-TYPE
23804	SYNTAX                          Counter32
23805        MAX-ACCESS                      read-only
23806        STATUS                          current
23807        DESCRIPTION
23808                "Total number of Append Inline calls since
23809                last reboot"
23810        ::= { totDafs 54 }
23811
23812        dafsAppendDirects               OBJECT-TYPE
23813	SYNTAX                          Counter32
23814        MAX-ACCESS                      read-only
23815        STATUS                          current
23816        DESCRIPTION
23817                "Total number of Append Direct calls since
23818                last reboot"
23819        ::= { totDafs 55 }
23820
23821        dafsGetFencingLists             OBJECT-TYPE
23822	SYNTAX                          Counter32
23823        MAX-ACCESS                      read-only
23824        STATUS                          current
23825        DESCRIPTION
23826                "Total number of Get Fencing List calls since
23827                last reboot"
23828        ::= { totDafs 56 }
23829
23830        dafsSetFencingLists             OBJECT-TYPE
23831	SYNTAX                          Counter32
23832        MAX-ACCESS                      read-only
23833        STATUS                          current
23834        DESCRIPTION
23835                "Total number of Set Fencing List calls since
23836                last reboot"
23837        ::= { totDafs 57 }
23838
23839        dafsHurryUps                    OBJECT-TYPE
23840	SYNTAX                          Counter32
23841        MAX-ACCESS                      read-only
23842        STATUS                          current
23843        DESCRIPTION
23844                "Total number of Hurry Up calls since
23845                last reboot"
23846        ::= { totDafs 58 }
23847
23848	dafsInBytes                     OBJECT-TYPE
23849	SYNTAX                          Counter32
23850        MAX-ACCESS                      read-only
23851        STATUS                          current
23852	DESCRIPTION
23853		"Total number of bytes, including DMA, received since the
23854		last reboot"
23855	::= { totDafs 59 }
23856
23857	dafsDirectInBytes               OBJECT-TYPE
23858	SYNTAX                          Counter32
23859        MAX-ACCESS                      read-only
23860        STATUS                          current
23861	DESCRIPTION
23862		"Total number of bytes received directly into memory
23863		since last reboot"
23864	::= { totDafs 60 }
23865
23866	dafsOutBytes                    OBJECT-TYPE
23867	SYNTAX                          Counter32
23868        MAX-ACCESS                      read-only
23869        STATUS                          current
23870	DESCRIPTION
23871		"Total number of bytes, including DMA, sent since the
23872		last reboot"
23873	::= { totDafs 61 }
23874
23875	dafsDirectOutBytes              OBJECT-TYPE
23876	SYNTAX                          Counter32
23877        MAX-ACCESS                      read-only
23878        STATUS                          current
23879	DESCRIPTION
23880		"Total number of bytes sent directly into remote memory since
23881		the last reboot"
23882	::= { totDafs 62 }
23883
23884	dafsSessionTable                OBJECT-TYPE
23885	SYNTAX                          SEQUENCE OF DafsSessionEntry
23886        MAX-ACCESS                      not-accessible
23887        STATUS                          current
23888	DESCRIPTION
23889                      "A table containing current DAFS client session
23890                      information."
23891       	::= { dafs 5 }
23892
23893	dafsSessionEntry                OBJECT-TYPE
23894	SYNTAX                          DafsSessionEntry
23895        MAX-ACCESS                      not-accessible
23896        STATUS                          current
23897	DESCRIPTION
23898                      "Information about a particular DAFS
23899                      session.  An object of this type is transient,
23900                      in that it ceases to exist when (or soon after)
23901                      the client disconnects."
23902
23903	INDEX   { dafsSessionIndex }
23904        ::= { dafsSessionTable 1 }
23905
23906	DafsSessionEntry ::=
23907            SEQUENCE {
23908			dafsSessionIndex
23909				Integer32,
23910			dafsSessionId
23911				OCTET STRING,
23912			dafsSessionEndian
23913				INTEGER,
23914			dafsSessionAllowBackChannel
23915				INTEGER,
23916			dafsSessionAllowRdmaReadChannel
23917				INTEGER,
23918			dafsSessionUseChecksums
23919				INTEGER,
23920			dafsSessionMaxCredentials
23921				Integer32,
23922			dafsSessionMaxRequestSize
23923				Integer32,
23924			dafsSessionMaxResponseSize
23925				Integer32,
23926			dafsSessionMaxRequests
23927				Integer32,
23928			dafsSessionInlineWriteHeaderSize
23929				Integer32,
23930			dafsSessionClientIdString
23931				OCTET STRING,
23932			dafsSessionClientVerifier
23933				OCTET STRING,
23934			dafsSessionNumCredentials
23935				Integer32,
23936			dafsSessionNumRequests
23937				Integer32
23938	    }
23939
23940	dafsSessionIndex                OBJECT-TYPE
23941	SYNTAX                          Integer32 (1..2147483647)
23942        MAX-ACCESS                      read-only
23943        STATUS                          current
23944	DESCRIPTION
23945                      "A unique value for each session."
23946	::= { dafsSessionEntry 1 }
23947
23948	dafsSessionId                   OBJECT-TYPE
23949	SYNTAX                          OCTET STRING
23950        MAX-ACCESS                      read-only
23951        STATUS                          current
23952	DESCRIPTION
23953		"Session Identifier assigned by the server."
23954	::= { dafsSessionEntry 2 }
23955
23956	dafsSessionEndian               OBJECT-TYPE
23957	SYNTAX                          INTEGER {
23958                                             bigEndian(1),
23959                                             littleEndian(2)
23960                                        }
23961        MAX-ACCESS                      read-only
23962        STATUS                          current
23963	DESCRIPTION
23964		"Byte order used on this session."
23965	::= { dafsSessionEntry 3 }
23966
23967	dafsSessionAllowBackChannel     OBJECT-TYPE
23968	SYNTAX                          INTEGER {
23969                                             false(1),
23970                                             true(2)
23971                                        }
23972        MAX-ACCESS                      read-only
23973        STATUS                          current
23974	DESCRIPTION
23975		"Session may use a back control channel."
23976	::= { dafsSessionEntry 4 }
23977
23978	dafsSessionAllowRdmaReadChannel OBJECT-TYPE
23979	SYNTAX                          INTEGER {
23980                                             false(1),
23981                                             true(2)
23982                                        }
23983        MAX-ACCESS                      read-only
23984        STATUS                          current
23985	DESCRIPTION
23986		"Session may use a RDMA read channel."
23987	::= { dafsSessionEntry 5 }
23988
23989	dafsSessionUseChecksums         OBJECT-TYPE
23990	SYNTAX                          INTEGER {
23991                                             false(1),
23992                                             true(2)
23993                                        }
23994        MAX-ACCESS                      read-only
23995        STATUS                          current
23996	DESCRIPTION
23997		"Session uses checksums."
23998	::= { dafsSessionEntry 6 }
23999
24000	dafsSessionMaxCredentials       OBJECT-TYPE
24001	SYNTAX                          Integer32
24002        MAX-ACCESS                      read-only
24003        STATUS                          current
24004	DESCRIPTION
24005		"Maximum number of credentials that can be registered
24006		on this session."
24007	::= { dafsSessionEntry 7 }
24008
24009	dafsSessionMaxRequestSize       OBJECT-TYPE
24010	SYNTAX                          Integer32
24011        MAX-ACCESS                      read-only
24012        STATUS                          current
24013	DESCRIPTION
24014		"Maximum size of a DAFS request."
24015	::= { dafsSessionEntry 8 }
24016
24017	dafsSessionMaxResponseSize      OBJECT-TYPE
24018	SYNTAX                          Integer32
24019        MAX-ACCESS                      read-only
24020        STATUS                          current
24021	DESCRIPTION
24022		"Maximum size of a DAFS response."
24023	::= { dafsSessionEntry 9 }
24024
24025	dafsSessionMaxRequests          OBJECT-TYPE
24026	SYNTAX                          Integer32
24027        MAX-ACCESS                      read-only
24028        STATUS                          current
24029	DESCRIPTION
24030		"Maximum number of concurrent requests."
24031	::= { dafsSessionEntry 10 }
24032
24033	dafsSessionInlineWriteHeaderSize OBJECT-TYPE
24034	SYNTAX                          Integer32
24035        MAX-ACCESS                      read-only
24036        STATUS                          current
24037	DESCRIPTION
24038		"Size of DAFS headers plus padding to the start of
24039		data.  Used to better align inline data."
24040	::= { dafsSessionEntry 11 }
24041
24042	dafsSessionClientIdString       OBJECT-TYPE
24043	SYNTAX                          OCTET STRING (SIZE (32))
24044        MAX-ACCESS                      read-only
24045        STATUS                          current
24046	DESCRIPTION
24047		"Client ID string supplied by the client.  Intended to
24048		uniquely identify that client."
24049	::= { dafsSessionEntry 12 }
24050
24051	dafsSessionClientVerifier       OBJECT-TYPE
24052	SYNTAX                          OCTET STRING (SIZE (8))
24053        MAX-ACCESS                      read-only
24054        STATUS                          current
24055	DESCRIPTION
24056		"Supplied by the client to uniquely identify an
24057		instance of a client."
24058	::= { dafsSessionEntry 13 }
24059
24060	dafsSessionNumCredentials       OBJECT-TYPE
24061	SYNTAX                          Integer32
24062        MAX-ACCESS                      read-only
24063        STATUS                          current
24064	DESCRIPTION
24065		"Current number of credentials registered on this
24066		session"
24067	::= { dafsSessionEntry 14 }
24068
24069	dafsSessionNumRequests          OBJECT-TYPE
24070	SYNTAX                          Integer32
24071        MAX-ACCESS                      read-only
24072        STATUS                          current
24073	DESCRIPTION
24074		"Current number of active requests on this session"
24075	::= { dafsSessionEntry 15 }
24076
24077	-- the DAFS Export table
24078
24079	-- The DAFS Export table contains information about this
24080	-- entity's exported filesystems
24081
24082	dafsExportTable                 OBJECT-TYPE
24083	SYNTAX                          SEQUENCE OF DafsExportEntry
24084        MAX-ACCESS                      not-accessible
24085        STATUS                          current
24086	DESCRIPTION
24087                      "A table containing DAFS Export filesystems."
24088       	::= { dafs 6 }
24089
24090	dafsExportEntry                 OBJECT-TYPE
24091	SYNTAX                          DafsExportEntry
24092        MAX-ACCESS                      not-accessible
24093        STATUS                          current
24094	DESCRIPTION
24095                      "Information about a particular current DAFS
24096                      export.  An object of this type is transient,
24097                      in that it ceases to exist when (or soon after)
24098                      the export is deleted."
24099	INDEX   { dafsExportIndex }
24100              ::= { dafsExportTable 1 }
24101
24102	DafsExportEntry ::=
24103	SEQUENCE	{
24104			dafsExportIndex
24105				Integer32,
24106			dafsExportName
24107				DisplayString,
24108			dafsExportPath
24109				DisplayString,
24110			dafsExportEnabled
24111				INTEGER,
24112			dafsExportRwMode
24113				INTEGER,
24114			dafsExportAccessList
24115				DisplayString
24116			}
24117
24118	dafsExportIndex                 OBJECT-TYPE
24119	SYNTAX                          Integer32 (1..2147483647)
24120        MAX-ACCESS                      read-only
24121        STATUS                          current
24122	DESCRIPTION
24123                      "A unique value for each export.  Its value
24124                      ranges between 1 and the number of exports.  The
24125                      value for each export must remain constant at
24126                      least from one re-initialization of the entity's
24127                      network management system to the next re-
24128                      initialization."
24129	::= { dafsExportEntry 1 }
24130
24131	dafsExportName                  OBJECT-TYPE
24132	SYNTAX                          DisplayString (SIZE (0..255))
24133        MAX-ACCESS                      read-only
24134        STATUS                          current
24135	DESCRIPTION
24136                      "A textual string containing information about the
24137                      export.  This is the logical export name."
24138	::= { dafsExportEntry 2}
24139
24140	dafsExportPath                  OBJECT-TYPE
24141	SYNTAX                          DisplayString (SIZE (0..255))
24142        MAX-ACCESS                      read-only
24143        STATUS                          current
24144	DESCRIPTION
24145                      "A textual string containing information about the
24146                      export.  This is the local filesystem path to
24147		      the export."
24148	::= { dafsExportEntry 3}
24149
24150	dafsExportEnabled               OBJECT-TYPE
24151	SYNTAX                          INTEGER {
24152                                             false(1),
24153                                             true(2)
24154                                        }
24155        MAX-ACCESS                      read-only
24156        STATUS                          current
24157	DESCRIPTION
24158		"This export is available for access."
24159	::= { dafsExportEntry 4 }
24160
24161	dafsExportRwMode                OBJECT-TYPE
24162	SYNTAX                          INTEGER {
24163                                             readwrite(1),
24164                                             readmostly(2),
24165                                             readonly(3)
24166                                        }
24167        MAX-ACCESS                      read-only
24168        STATUS                          current
24169	DESCRIPTION
24170		"Global export mode. This represents the maximum
24171		access rights."
24172	::= { dafsExportEntry 5 }
24173
24174	dafsExportAccessList            OBJECT-TYPE
24175	SYNTAX                          DisplayString (SIZE (0..255))
24176        MAX-ACCESS                      read-only
24177        STATUS                          current
24178	DESCRIPTION
24179                      "A textual string containing information about the
24180                      export.  This is the list of hosts that may
24181		      access the export. If empty, all hosts may
24182		      access the export."
24183	::= { dafsExportEntry 6 }
24184
24185        --------------------------
24186        -- VI interface statistics
24187        --------------------------
24188
24189	viaNodeConnection OBJECT IDENTIFIER ::= { vi 1 }
24190
24191	viaNodeSystemName               OBJECT-TYPE
24192	SYNTAX                          DisplayString(SIZE (0..255))
24193        MAX-ACCESS                      read-only
24194        STATUS                          current
24195	DESCRIPTION
24196	    "A string by which the node is identified in the cluster."
24197	::= { viaNodeConnection 1 }
24198
24199	viaCreated                      OBJECT-TYPE
24200	SYNTAX                          Integer32
24201	MAX-ACCESS                      read-only
24202        STATUS                          current
24203	DESCRIPTION
24204	    "The number of VIs created."
24205	::= { viaNodeConnection 2 }
24206
24207        viaConnectRequest               OBJECT-TYPE
24208	SYNTAX                          Counter32
24209        MAX-ACCESS                      read-only
24210        STATUS                          current
24211	DESCRIPTION
24212	    "The number of times Connect Request call is made."
24213	::= { viaNodeConnection 3 }
24214
24215        viaConnectWait                  OBJECT-TYPE
24216	SYNTAX                          Counter32
24217        MAX-ACCESS                      read-only
24218        STATUS                          current
24219	DESCRIPTION
24220	    "The number of times Connect wait call is made."
24221	::= { viaNodeConnection 4 }
24222
24223        viaDisconnect                   OBJECT-TYPE
24224	SYNTAX                          Counter32
24225        MAX-ACCESS                      read-only
24226        STATUS                          current
24227	DESCRIPTION
24228	    "Number of times VI got disconnected without any error."
24229	::= { viaNodeConnection 5 }
24230
24231        viaConnectTimeOut               OBJECT-TYPE
24232	SYNTAX                          Counter32
24233        MAX-ACCESS                      read-only
24234        STATUS                          current
24235	DESCRIPTION
24236	    "Number of times VI connect request got timed out."
24237	::= { viaNodeConnection 6 }
24238
24239        viaConnected                    OBJECT-TYPE
24240	SYNTAX                          Counter32
24241        MAX-ACCESS                      read-only
24242        STATUS                          current
24243	DESCRIPTION
24244	    "Number of time VI got connected without any error."
24245	::= { viaNodeConnection 7 }
24246
24247        viaCurrConnectPending           OBJECT-TYPE
24248	SYNTAX                          Gauge32
24249        MAX-ACCESS                      read-only
24250        STATUS                          current
24251	DESCRIPTION
24252	    "The number of VIs for which connect request is pending."
24253	::= { viaNodeConnection 8 }
24254
24255        viaCurrConnectWaitPending       OBJECT-TYPE
24256	SYNTAX                          Gauge32
24257        MAX-ACCESS                      read-only
24258        STATUS                          current
24259	DESCRIPTION
24260	    "The number of VIs for which connect wait request is pending."
24261	::= { viaNodeConnection 9 }
24262
24263        viaCurrConnected                OBJECT-TYPE
24264	SYNTAX                          Gauge32
24265        MAX-ACCESS                      read-only
24266        STATUS                          current
24267	DESCRIPTION
24268	    "The number of VIs for which the current state is CONNECTED."
24269	::= { viaNodeConnection 10 }
24270
24271        viaCurrError                    OBJECT-TYPE
24272	SYNTAX                          Gauge32
24273        MAX-ACCESS                      read-only
24274        STATUS                          current
24275	DESCRIPTION
24276	    "The number of VIs for which the current state is ERROR"
24277	::= { viaNodeConnection 11 }
24278
24279        viaTotalError                   OBJECT-TYPE
24280	SYNTAX                          Counter32
24281        MAX-ACCESS                      read-only
24282        STATUS                          current
24283	DESCRIPTION
24284	    "The number of VIs which encountered error state."
24285	::= { viaNodeConnection 12 }
24286
24287        viaInMsgs                       OBJECT-TYPE
24288	SYNTAX                          Counter32
24289        MAX-ACCESS                      read-only
24290        STATUS                          current
24291	DESCRIPTION
24292	    "The total number of incoming Messages received."
24293	::= { viaNodeConnection 13 }
24294
24295        viaInRdma                       OBJECT-TYPE
24296	SYNTAX                          Counter32
24297        MAX-ACCESS                      read-only
24298        STATUS                          current
24299	DESCRIPTION
24300	    "The total number of incoming RDMA requests received."
24301	::= { viaNodeConnection 14 }
24302
24303        viaInBytes                      OBJECT-TYPE
24304	SYNTAX                          Counter32
24305        MAX-ACCESS                      read-only
24306        STATUS                          current
24307	DESCRIPTION
24308	    "The total number of incoming bytes received, including those
24309	    received in error. This count includes bytes received on
24310	    currently established connections. This corresponds to the sum
24311	    of bytes received through received messages, incoming RDMA writes
24312	    and RDMA reads issued"
24313	::= { viaNodeConnection 15 }
24314
24315        viaInRDMAReadBytes              OBJECT-TYPE
24316	SYNTAX                          Counter32
24317        MAX-ACCESS                      read-only
24318        STATUS                          current
24319	DESCRIPTION
24320	    "The total number of incoming bytes received through RDMA read,
24321	    including those received in error. This count includes bytes
24322	    received on currently established connections."
24323	::= { viaNodeConnection 16 }
24324
24325        viaInRDMAWriteBytes             OBJECT-TYPE
24326	SYNTAX                          Counter32
24327        MAX-ACCESS                      read-only
24328        STATUS                          current
24329	DESCRIPTION
24330	    "The total number of bytes received through incoming RDMA writes,
24331	    including those received in error. This count includes bytes
24332	    received on currently established connections."
24333	::= { viaNodeConnection 17 }
24334
24335        viaOutMsgs                      OBJECT-TYPE
24336	SYNTAX                          Counter32
24337        MAX-ACCESS                      read-only
24338        STATUS                          current
24339	DESCRIPTION
24340	    "The total number of Messages sent."
24341	::= { viaNodeConnection 18 }
24342
24343        viaOutRdma                      OBJECT-TYPE
24344	SYNTAX                          Counter32
24345        MAX-ACCESS                      read-only
24346        STATUS                          current
24347	DESCRIPTION
24348	    "The total number of RDMA requests sent."
24349	::= { viaNodeConnection 19 }
24350
24351        viaOutBytes                     OBJECT-TYPE
24352	SYNTAX                          Counter32
24353        MAX-ACCESS                      read-only
24354        STATUS                          current
24355	DESCRIPTION
24356	    "The total number of bytes sent, including those
24357	    sent in error. This count includes bytes sent on
24358	    currently established connections."
24359	::= { viaNodeConnection 20 }
24360
24361        viaOutRDMAReadBytes             OBJECT-TYPE
24362	SYNTAX                          Counter32
24363        MAX-ACCESS                      read-only
24364        STATUS                          current
24365	DESCRIPTION
24366	    "The total number of bytes sent through an incoming
24367	    RDMA read request, including those sent in error.
24368	    This count includes bytes sent on currently established
24369	    connections."
24370	::= { viaNodeConnection 21 }
24371
24372        viaOutRDMAWriteBytes            OBJECT-TYPE
24373	SYNTAX                          Counter32
24374        MAX-ACCESS                      read-only
24375        STATUS                          current
24376	DESCRIPTION
24377	    "The total number of bytes sent through a RDMA write
24378	    operation, including those sent in error. This count
24379	    includes bytes sent on currently established connections."
24380	::= { viaNodeConnection 22 }
24381
24382
24383        viaConnTable                    OBJECT-TYPE
24384	SYNTAX                          SEQUENCE OF ViaConnEntry
24385        MAX-ACCESS                      not-accessible
24386        STATUS                          current
24387	DESCRIPTION
24388	    "A table containing via connection specific information."
24389	::= { viaNodeConnection 23 }
24390
24391        viaConnEntry                    OBJECT-TYPE
24392	SYNTAX                          ViaConnEntry
24393        MAX-ACCESS                      not-accessible
24394        STATUS                          current
24395	DESCRIPTION
24396	    "A conceptual row of the viaConnTable containing information
24397	    about a particular current via connection. Each row of this
24398	    table is transient, and it ceases to exist when the
24399	    connection makes transition to the CLOSED state."
24400	INDEX    { viaConnVINumber }
24401	::= { viaConnTable 1 }
24402
24403        ViaConnEntry  ::= SEQUENCE {
24404	viaConnState                 INTEGER,
24405	viaConnVINumber              Integer32,
24406	viaConnRemoteNetAddress      IpAddress,
24407	viaConnLocalNetAddress       IpAddress,
24408	viaConnRemotePortNumber      Integer32,
24409	viaConnLocalPortNumber       Integer32,
24410	viaConnLocalDescriminator    OCTET STRING,
24411	viaConnRemoteDescriminator   OCTET STRING,
24412	viaConnLocalMaxTransferSize  Integer32,
24413	viaConnRemoteMaxTransferSize Integer32,
24414	viaConnLocalEnableRdmaWrite  Integer32,
24415	viaConnLocalEnableRdmaRead   Integer32,
24416	viaConnRemoteEnableRdmaWrite Integer32,
24417	viaConnRemoteEnableRdmaRead  Integer32,
24418	viaConnSentMessages          Counter32,
24419	viaConnSentRdmaReadMessages  Counter32,
24420	viaConnSentRdmaWriteMessages Counter32,
24421	viaConnRcvdMessages          Counter32,
24422	viaConnRcvdRdmaReadMessages  Counter32,
24423	viaConnRcvdRdmaWriteMessages Counter32
24424	}
24425
24426        viaConnState                    OBJECT-TYPE
24427	SYNTAX                          INTEGER {
24428                                             idle (1),
24429                                             pendingConnect(2),
24430					     connected(3),
24431                                             error(4)
24432                                        }
24433        MAX-ACCESS                      read-only
24434        STATUS                          current
24435	DESCRIPTION
24436            "The state of this via connection
24437             Legal States:
24438                   Idle            1
24439                   Pending Connect 2
24440                   Connected       3
24441                   Error           4"
24442	::= { viaConnEntry 1 }
24443
24444        viaConnVINumber                 OBJECT-TYPE
24445	SYNTAX                          Integer32 (1..2147483647)
24446        MAX-ACCESS                      read-only
24447        STATUS                          current
24448	DESCRIPTION
24449	    "A number which uniquely defines a     connection."
24450	::= { viaConnEntry 2 }
24451
24452        viaConnRemoteNetAddress         OBJECT-TYPE
24453	SYNTAX                          IpAddress
24454        MAX-ACCESS                      read-only
24455        STATUS                          current
24456	DESCRIPTION
24457	    "IP address of the remote system of the connection."
24458	::= { viaConnEntry 3 }
24459
24460        viaConnLocalNetAddress          OBJECT-TYPE
24461	SYNTAX                          IpAddress
24462        MAX-ACCESS                      read-only
24463        STATUS                          current
24464	DESCRIPTION
24465	    "Local IP address of the connection."
24466	::= { viaConnEntry 4 }
24467
24468        viaConnRemotePortNumber         OBJECT-TYPE
24469	SYNTAX                          Integer32
24470        MAX-ACCESS                      read-only
24471        STATUS                          current
24472	DESCRIPTION
24473	    "Remote TCP port number of the connection."
24474	::= { viaConnEntry 5 }
24475
24476        viaConnLocalPortNumber          OBJECT-TYPE
24477	SYNTAX                          Integer32
24478        MAX-ACCESS                      read-only
24479        STATUS                          current
24480	DESCRIPTION
24481	    "Local TCP port number of the connection."
24482	::= { viaConnEntry 6 }
24483
24484        viaConnLocalDescriminator       OBJECT-TYPE
24485	SYNTAX                          OCTET STRING
24486        MAX-ACCESS                      read-only
24487        STATUS                          current
24488	DESCRIPTION
24489	    "An identifier used by the local process to identify the
24490	    VI connection."
24491	::= { viaConnEntry 7 }
24492
24493        viaConnRemoteDescriminator      OBJECT-TYPE
24494	SYNTAX                          OCTET STRING
24495        MAX-ACCESS                      read-only
24496        STATUS                          current
24497	DESCRIPTION
24498	    "An identifier used by the remote process to identify the
24499	    VI connection."
24500	::= { viaConnEntry 8 }
24501
24502        viaConnLocalMaxTransferSize     OBJECT-TYPE
24503	SYNTAX                          Integer32
24504        MAX-ACCESS                      read-only
24505        STATUS                          current
24506	DESCRIPTION
24507	    "The local limit on the maximum packet size that can be
24508	    transferred through the connection."
24509	::= { viaConnEntry 9 }
24510
24511        viaConnRemoteMaxTransferSize    OBJECT-TYPE
24512	SYNTAX                          Integer32
24513        MAX-ACCESS                      read-only
24514        STATUS                          current
24515	DESCRIPTION
24516	    "The remote limit on the maximum packet size that can be
24517	    transferred through the connection."
24518	::= { viaConnEntry 10 }
24519
24520        viaConnLocalEnableRdmaWrite     OBJECT-TYPE
24521	SYNTAX                          Integer32
24522        MAX-ACCESS                      read-only
24523        STATUS                          current
24524	DESCRIPTION
24525            "The value is 1 if remote DMA write is enabled
24526            in the local system otherwise, it is 0."
24527	::= { viaConnEntry 11 }
24528
24529        viaConnLocalEnableRdmaRead      OBJECT-TYPE
24530	SYNTAX                          Integer32
24531        MAX-ACCESS                      read-only
24532        STATUS                          current
24533	DESCRIPTION
24534            "The value is 1 if remote DMA read is enabled
24535            in the local system otherwise, it is 0."
24536	::= { viaConnEntry 12 }
24537
24538        viaConnRemoteEnableRdmaWrite    OBJECT-TYPE
24539	SYNTAX                          Integer32
24540        MAX-ACCESS                      read-only
24541        STATUS                          current
24542	DESCRIPTION
24543            "The value is 1 if remote DMA write is enabled
24544            in the remote system otherwise, it is 0."
24545	::= { viaConnEntry 13 }
24546
24547        viaConnRemoteEnableRdmaRead     OBJECT-TYPE
24548	SYNTAX                          Integer32
24549        MAX-ACCESS                      read-only
24550        STATUS                          current
24551	DESCRIPTION
24552            "The value is 1 if remote DMA read is enabled
24553            in the remote system otherwise, it is 0."
24554	::= { viaConnEntry 14 }
24555
24556        viaConnSentMessages             OBJECT-TYPE
24557	SYNTAX                          Counter32
24558        MAX-ACCESS                      read-only
24559        STATUS                          current
24560	DESCRIPTION
24561            "Total number of messages sent through the connection."
24562	::= { viaConnEntry 15 }
24563
24564        viaConnSentRdmaReadMessages     OBJECT-TYPE
24565	SYNTAX                          Counter32
24566        MAX-ACCESS                      read-only
24567        STATUS                          current
24568	DESCRIPTION
24569            "Total number of rdma read messages sent through the
24570            connection."
24571	::= { viaConnEntry 16 }
24572
24573        viaConnSentRdmaWriteMessages    OBJECT-TYPE
24574	SYNTAX                          Counter32
24575        MAX-ACCESS                      read-only
24576        STATUS                          current
24577	DESCRIPTION
24578            "Total number of rdma write messages sent through the
24579            connection."
24580	::= { viaConnEntry 17 }
24581
24582        viaConnRcvdMessages             OBJECT-TYPE
24583	SYNTAX                          Counter32
24584        MAX-ACCESS                      read-only
24585        STATUS                          current
24586	DESCRIPTION
24587            "Total number of messages received through the connection."
24588	::= { viaConnEntry 18 }
24589
24590        viaConnRcvdRdmaReadMessages     OBJECT-TYPE
24591	SYNTAX                          Counter32
24592        MAX-ACCESS                      read-only
24593        STATUS                          current
24594	DESCRIPTION
24595            "Total number of rdma read messages received through the
24596            connection."
24597	::= { viaConnEntry 19 }
24598
24599        viaConnRcvdRdmaWriteMessages    OBJECT-TYPE
24600	SYNTAX                          Counter32
24601        MAX-ACCESS                      read-only
24602        STATUS                          current
24603	DESCRIPTION
24604            "Total number of rdma write messages received through the
24605            connection."
24606	::= { viaConnEntry 20 }
24607
24608        viaErrors OBJECT IDENTIFIER ::= { vi 2 }
24609
24610	viaErrPostDesc                  OBJECT-TYPE
24611	SYNTAX                          Counter32
24612	MAX-ACCESS                      read-only
24613	STATUS                          current
24614	DESCRIPTION
24615	    "The total number of descriptors completed in error
24616            by NIC."
24617	::= { viaErrors 1 }
24618
24619        viaErrConnLost                  OBJECT-TYPE
24620	SYNTAX                          Counter32
24621        MAX-ACCESS                      read-only
24622        STATUS                          current
24623	DESCRIPTION
24624            "The total number of Lost Connection errors. "
24625	::= { viaErrors 2 }
24626
24627        viaErrRecvQEmpty                OBJECT-TYPE
24628	SYNTAX                          Counter32
24629        MAX-ACCESS                      read-only
24630        STATUS                          current
24631	DESCRIPTION
24632            "The total number of errors due to an empty receive Queue. "
24633	::= { viaErrors 3 }
24634
24635        viaErrRdmawProt                 OBJECT-TYPE
24636	SYNTAX                          Counter32
24637        MAX-ACCESS                      read-only
24638        STATUS                          current
24639	DESCRIPTION
24640            "The total number of remote DMA write protection errors. "
24641	::= { viaErrors 4 }
24642
24643        viaErrRdmarProt                 OBJECT-TYPE
24644	SYNTAX                          Counter32
24645        MAX-ACCESS                      read-only
24646        STATUS                          current
24647	DESCRIPTION
24648            "The total number of remote DMA read protection errors. "
24649	::= { viaErrors 5 }
24650
24651        viaErrCompProt                  OBJECT-TYPE
24652	SYNTAX                          Counter32
24653        MAX-ACCESS                      read-only
24654        STATUS                          current
24655	DESCRIPTION
24656            "The total number of protection errors. "
24657	::= { viaErrors 6 }
24658
24659        viaErrorThreshold               OBJECT-TYPE
24660	SYNTAX                          Integer32
24661        MAX-ACCESS                      read-only
24662        STATUS                          current
24663	DESCRIPTION
24664	    "Setting this threshold will cause a trap to be enabled
24665	    such that if the total error exceeds error threshold set
24666	    a viaNodeErrorsTrap trap will be generated."
24667	::= { viaErrors 7 }
24668
24669        viaNicAttributes OBJECT IDENTIFIER ::= { vi 3 }
24670
24671	viaNicTable                     OBJECT-TYPE
24672	SYNTAX                          SEQUENCE OF ViaNicEntry
24673	MAX-ACCESS                      not-accessible
24674	STATUS                          current
24675	DESCRIPTION
24676            "A table containing via NIC-specific information."
24677	::= { viaNicAttributes 1}
24678
24679        viaNicEntry                     OBJECT-TYPE
24680	SYNTAX                          ViaNicEntry
24681        MAX-ACCESS                      not-accessible
24682        STATUS                          current
24683	DESCRIPTION
24684            "A conceptual row of the viaNicTable containing information
24685            about a particular present VINic."
24686
24687	INDEX    {    viaNicIndex }
24688	::= { viaNicTable 1 }
24689
24690        ViaNicEntry ::= SEQUENCE {
24691            viaNicIndex               Integer32,
24692            viaName                   DisplayString,
24693            viaHardwareVersion        DisplayString,
24694            viaProviderVersion        DisplayString,
24695            viaNicAddress             PhysAddress,
24696            viaThreadSafe             Integer32,
24697            viaMaxDiscriminatorLength Integer32,
24698            viaMaxRegisterBytes       Integer32,
24699            viaMaxRegisterRegions     Integer32,
24700            viaMaxRegisterBlockBytes  Integer32,
24701            viaMaxVI                  Integer32,
24702            viaMaxDescriptorsPerQueue Integer32,
24703            viaMaxSegmentsPerDesc     Integer32,
24704            viaMaxCQ                  Integer32,
24705            viaMaxCQEntries           Integer32,
24706            viaMaxTransferSize        Integer32,
24707            viaNativeMTU              Integer32,
24708            viaMaxPTags               Integer32,
24709            viaCurrRegisterBytes      Integer32,
24710            viaCurrRegisterRegions    Integer32,
24711            viaCurrVI                 Integer32,
24712            viaCurrCQ                 Integer32,
24713            viaCurrPTags              Integer32,
24714            viaConnectionListenPort   Integer32
24715	}
24716
24717        viaNicIndex                     OBJECT-TYPE
24718	SYNTAX                          Integer32 (1..2147483647)
24719        MAX-ACCESS                      read-only
24720        STATUS                          current
24721	DESCRIPTION
24722	    "The index of the NIC in the NIC table."
24723	::= { viaNicEntry 1 }
24724
24725        viaName                         OBJECT-TYPE
24726	SYNTAX                          DisplayString (SIZE (0..255))
24727        MAX-ACCESS                      read-only
24728        STATUS                          current
24729	DESCRIPTION
24730	    "The symbolic name of the NIC device."
24731	::= { viaNicEntry 2 }
24732
24733        viaHardwareVersion              OBJECT-TYPE
24734	SYNTAX                          DisplayString (SIZE (0..255))
24735        MAX-ACCESS                      read-only
24736        STATUS                          current
24737	DESCRIPTION
24738	    "The version of the VINIC described by this MIB."
24739	::= { viaNicEntry 3 }
24740
24741        viaProviderVersion              OBJECT-TYPE
24742	SYNTAX                          DisplayString (SIZE (0..255))
24743        MAX-ACCESS                      read-only
24744        STATUS                          current
24745	DESCRIPTION
24746	    "The version of the VI provider."
24747	::= { viaNicEntry 4 }
24748
24749        viaNicAddress                   OBJECT-TYPE
24750	SYNTAX                          PhysAddress
24751        MAX-ACCESS                      read-only
24752        STATUS                          current
24753	DESCRIPTION
24754	    "The Network address of this NIC."
24755	::= { viaNicEntry 5 }
24756
24757        viaThreadSafe                   OBJECT-TYPE
24758	SYNTAX                          Integer32
24759        MAX-ACCESS                      read-only
24760        STATUS                          current
24761	DESCRIPTION
24762	    "1 if synchronization model is thread safe else 0."
24763	::= { viaNicEntry 6 }
24764
24765        viaMaxDiscriminatorLength       OBJECT-TYPE
24766	SYNTAX                          Integer32
24767        MAX-ACCESS                      read-only
24768        STATUS                          current
24769	DESCRIPTION
24770	    "The maximum number of bytes that the VI provider allows
24771	    for a connection discriminator."
24772	::= { viaNicEntry 7 }
24773
24774        viaMaxRegisterBytes             OBJECT-TYPE
24775	SYNTAX                          Integer32
24776        MAX-ACCESS                      read-only
24777        STATUS                          current
24778	DESCRIPTION
24779	    "Maximum number of bytes that can be registered."
24780	::= { viaNicEntry 8 }
24781
24782        viaMaxRegisterRegions           OBJECT-TYPE
24783	SYNTAX                          Integer32
24784        MAX-ACCESS                      read-only
24785        STATUS                          current
24786	DESCRIPTION
24787	    "Maximum number of memory regions that can be registered."
24788	::= { viaNicEntry 9 }
24789
24790        viaMaxRegisterBlockBytes        OBJECT-TYPE
24791	SYNTAX                          Integer32
24792        MAX-ACCESS                      read-only
24793        STATUS                          current
24794	DESCRIPTION
24795	    "Largest contiguous block of memory that can be registered."
24796	::= { viaNicEntry 10 }
24797
24798        viaMaxVI                        OBJECT-TYPE
24799	SYNTAX                          Integer32
24800        MAX-ACCESS                      read-only
24801        STATUS                          current
24802	DESCRIPTION
24803	    "The limit on the total number of VI instances this entity can
24804	    support."
24805	::= { viaNicEntry 11 }
24806
24807        viaMaxDescriptorsPerQueue       OBJECT-TYPE
24808	SYNTAX                          Integer32
24809        MAX-ACCESS                      read-only
24810        STATUS                          current
24811	DESCRIPTION
24812	    "Maximum Descriptors per VI Work Queue that this VI provider
24813	    can support."
24814	::= { viaNicEntry 12 }
24815
24816        viaMaxSegmentsPerDesc           OBJECT-TYPE
24817	SYNTAX                          Integer32
24818        MAX-ACCESS                      read-only
24819        STATUS                          current
24820	DESCRIPTION
24821	    "Maximum number of segments per descriptor that this VI provider
24822	    can support."
24823	::= { viaNicEntry 13 }
24824
24825        viaMaxCQ                        OBJECT-TYPE
24826	SYNTAX                          Integer32
24827	MAX-ACCESS                      read-only
24828        STATUS                          current
24829	DESCRIPTION
24830	    "Maximum number of completion queues this VI provider can support."
24831	::= { viaNicEntry 14 }
24832
24833        viaMaxCQEntries                 OBJECT-TYPE
24834	SYNTAX                          Integer32
24835        MAX-ACCESS                      read-only
24836        STATUS                          current
24837	DESCRIPTION
24838	    "Maximum number of Completion queue entries per completion queue
24839	    that this VI provider can support."
24840	::= { viaNicEntry 15 }
24841
24842        viaMaxTransferSize              OBJECT-TYPE
24843	SYNTAX                          Integer32
24844        MAX-ACCESS                      read-only
24845        STATUS                          current
24846	DESCRIPTION
24847	    "The maximum transfer size supported by the VI Nic. The maximum
24848	    transfer size is the amount of data that can be described by a
24849	    single VI descriptor."
24850	::= { viaNicEntry 16 }
24851
24852        viaNativeMTU                    OBJECT-TYPE
24853	SYNTAX                          Integer32
24854        MAX-ACCESS                      read-only
24855        STATUS                          current
24856	DESCRIPTION
24857	    "The native MTU size of the underlying network. For frame-based
24858	    networks, this could reflect its native frame size. For cell-based
24859	    networks, it could reflect the MTU of the appropriate abstraction
24860	    layer that it supports."
24861	::= { viaNicEntry 17 }
24862
24863        viaMaxPTags                     OBJECT-TYPE
24864	SYNTAX                          Integer32
24865        MAX-ACCESS                      read-only
24866        STATUS                          current
24867	DESCRIPTION
24868	    "The maximum number of protection tags that are supported by this
24869	    VI provider."
24870	::= { viaNicEntry 18 }
24871
24872       viaCurrRegisterBytes             OBJECT-TYPE
24873       SYNTAX                           Integer32
24874       MAX-ACCESS                       read-only
24875       STATUS                           current
24876       DESCRIPTION
24877	    "Number of bytes registered by the VI user for this
24878	    NIC."
24879	::= { viaNicEntry 19 }
24880
24881       viaCurrRegisterRegions           OBJECT-TYPE
24882       SYNTAX                           Integer32
24883        MAX-ACCESS                      read-only
24884        STATUS                          current
24885	DESCRIPTION
24886	    "Number of memory regions that is registered by VI user
24887	    for this NIC."
24888	::= { viaNicEntry 20 }
24889
24890       viaCurrVI                        OBJECT-TYPE
24891       SYNTAX                           Integer32
24892       MAX-ACCESS                       read-only
24893       STATUS                           current
24894       DESCRIPTION
24895	    "The current number of VI instances for this NIC."
24896	::= { viaNicEntry 21 }
24897
24898       viaCurrCQ                        OBJECT-TYPE
24899       SYNTAX                           Integer32
24900       MAX-ACCESS                       read-only
24901       STATUS                           current
24902       DESCRIPTION
24903	   "Current number of completion queues this VI provider
24904	   has."
24905       ::= { viaNicEntry 22 }
24906
24907       viaCurrPTags                     OBJECT-TYPE
24908       SYNTAX                           Integer32
24909       MAX-ACCESS                       read-only
24910       STATUS                           current
24911       DESCRIPTION
24912	    "Current Number of protection tags this VI provider has."
24913	::= { viaNicEntry 23 }
24914
24915        viaConnectionListenPort         OBJECT-TYPE
24916	SYNTAX                          Integer32
24917        MAX-ACCESS                      read-only
24918        STATUS                          current
24919	DESCRIPTION
24920	    "Port number on which VI server is listening for VI connection
24921	    request."
24922	::= { viaNicEntry 24 }
24923
24924
24925        -- -- -- -- -- -- -- --
24926	-- VFILER group --
24927	-- -- -- -- -- -- -- --
24928	vfilerIsLicensed                OBJECT-TYPE
24929	SYNTAX                          INTEGER {
24930                                             false(1),
24931                                             true(2)
24932                                        }
24933        MAX-ACCESS                      read-only
24934        STATUS                          current
24935        DESCRIPTION
24936                        "Whether vfiler  is licensed on the
24937			filer."
24938        ::= { vfiler 1 }
24939
24940	vfFilers                        OBJECT-TYPE
24941	SYNTAX                          Counter32
24942        MAX-ACCESS                      read-only
24943        STATUS                          current
24944        DESCRIPTION
24945                      "Number of vfilers in the physical Filer."
24946        ::= { vfiler 2 }
24947
24948        vfTable                         OBJECT-TYPE
24949	SYNTAX                          SEQUENCE OF VfEntry
24950        MAX-ACCESS                      not-accessible
24951        STATUS                          current
24952	DESCRIPTION
24953		     "Provide a report of per-vfiler general information "
24954	::= { vfiler 3 }
24955
24956	vfEntry                         OBJECT-TYPE
24957	SYNTAX                          VfEntry
24958        MAX-ACCESS                      not-accessible
24959        STATUS                          current
24960        DESCRIPTION
24961                     "Provide a report of per-vfiler information"
24962 	INDEX   { vfIndex}
24963        ::= { vfTable 1 }
24964
24965        VfEntry ::=
24966       	     SEQUENCE {
24967	       	 vfIndex
24968		 	Integer32,
24969		 vfName
24970		 	DisplayString,
24971                 vfUuid
24972                        OCTET STRING,
24973                 vfIpAddresses
24974                        Integer32,
24975                 vfStoragePaths
24976                        Integer32,
24977		 vfIpSpace
24978		 	DisplayString,
24979		 vfAllowedProtocols
24980		 	Integer32,
24981		 vfDisallowedProtocols
24982		 	Integer32,
24983		 vfState
24984		 	INTEGER
24985      	     }
24986
24987	vfIndex                         OBJECT-TYPE
24988	SYNTAX                          Integer32 (1..2147483647)
24989        MAX-ACCESS                      read-only
24990        STATUS                          current
24991        DESCRIPTION
24992                     "A number that identifies this entry for the referenced vfiler."
24993        ::= { vfEntry 1 }
24994
24995
24996	vfName                          OBJECT-TYPE
24997	SYNTAX                          DisplayString
24998        MAX-ACCESS                      read-only
24999        STATUS                          current
25000        DESCRIPTION
25001                      " A textual string that contains the name of the referenced vfiler."
25002        ::= { vfEntry 2 }
25003
25004        vfUuid                          OBJECT-TYPE
25005	SYNTAX                          OCTET STRING (SIZE (0..36))
25006        MAX-ACCESS                      read-only
25007        STATUS                          current
25008
25009        DESCRIPTION
25010                      "The UUID of the referenced vfiler."
25011        ::= { vfEntry 3 }
25012
25013	vfIpAddresses                   OBJECT-TYPE
25014	SYNTAX                          Integer32
25015        MAX-ACCESS                      read-only
25016        STATUS                          current
25017	DESCRIPTION
25018	               "The total number of IP addresses for the referenced vfiler."
25019        ::= { vfEntry 4 }
25020
25021
25022        vfStoragePaths                  OBJECT-TYPE
25023	SYNTAX                          Integer32
25024        MAX-ACCESS                      read-only
25025        STATUS                          current
25026        DESCRIPTION
25027                       "The total number of storage paths for the referenced vfiler."
25028        ::= { vfEntry 5 }
25029
25030        vfIpSpace                       OBJECT-TYPE
25031	SYNTAX                          DisplayString
25032        MAX-ACCESS                      read-only
25033        STATUS                          current
25034        DESCRIPTION
25035                      " A textual string that contains the name of the ipspace that the referenced vfiler belongs to."
25036        ::= { vfEntry 6 }
25037
25038        vfAllowedProtocols              OBJECT-TYPE
25039	SYNTAX                          Integer32
25040        MAX-ACCESS                      read-only
25041        STATUS                          current
25042        DESCRIPTION
25043                       "Total number of protocols allowed for the referenced vfiler."
25044        ::= { vfEntry 7 }
25045
25046        vfDisallowedProtocols           OBJECT-TYPE
25047	SYNTAX                          Integer32
25048        MAX-ACCESS                      read-only
25049        STATUS                          current
25050        DESCRIPTION
25051                       "Total number of protocols disallowed for the referenced vfiler."
25052        ::= { vfEntry 8 }
25053
25054        vfState                         OBJECT-TYPE
25055	SYNTAX                          INTEGER {
25056                                             stopped (1),
25057                                             running (2)
25058                                        }
25059        MAX-ACCESS                      read-only
25060        STATUS                          current
25061        DESCRIPTION
25062                       "Status of the vfiler: Running or stopped."
25063        ::= { vfEntry 9 }
25064
25065	vfIpTable                       OBJECT-TYPE
25066	SYNTAX                          SEQUENCE OF VfIpEntry
25067        MAX-ACCESS                      not-accessible
25068        STATUS                          current
25069	DESCRIPTION
25070			"Provide a report of per-vfiler IP addresses information "
25071        ::= { vfiler 4 }
25072
25073        vfIpEntry                       OBJECT-TYPE
25074	SYNTAX                          VfIpEntry
25075        MAX-ACCESS                      not-accessible
25076        STATUS                          current
25077	DESCRIPTION
25078	                "Provide a report of per-vfiler IP addresses information"
25079        INDEX   { vfFiIndex, vfIpIndex }
25080        ::= { vfIpTable 1 }
25081
25082        VfIpEntry ::=
25083 	    SEQUENCE {
25084        	vfFiIndex
25085		          Integer32,
25086                vfIpIndex
25087			  Integer32,
25088	   	vfIpAddr
25089	                  IpAddress
25090            }
25091
25092        vfFiIndex                       OBJECT-TYPE
25093	SYNTAX                          Integer32 (1..2147483647)
25094        MAX-ACCESS                      read-only
25095        STATUS                          current
25096        DESCRIPTION
25097                     "A number that identifies the referenced vfiler."
25098        ::= { vfIpEntry 1 }
25099
25100        vfIpIndex                       OBJECT-TYPE
25101	SYNTAX                          Integer32 (1..2147483647)
25102        MAX-ACCESS                      read-only
25103        STATUS                          current
25104        DESCRIPTION
25105                     "A number that identifies which IP address in the referenced vfiler."
25106        ::= { vfIpEntry 2 }
25107
25108        vfIpAddr                        OBJECT-TYPE
25109	SYNTAX                          IpAddress
25110        MAX-ACCESS                      read-only
25111        STATUS                          current
25112        DESCRIPTION
25113                      "A IP address for the referenced vfiler."
25114        ::= { vfIpEntry 3 }
25115
25116        vfSpTable                       OBJECT-TYPE
25117	SYNTAX                          SEQUENCE OF VfSpEntry
25118        MAX-ACCESS                      not-accessible
25119        STATUS                          current
25120        DESCRIPTION
25121                       "Provide a report of per-vfiler storage path information "
25122        ::= { vfiler 5 }
25123
25124        vfSpEntry                       OBJECT-TYPE
25125	SYNTAX                          VfSpEntry
25126        MAX-ACCESS                      not-accessible
25127        STATUS                          current
25128        DESCRIPTION
25129                       "Provide a report of per-vfiler storage path information"
25130        INDEX   { vfFsIndex, vfSpIndex }
25131        ::= { vfSpTable 1 }
25132
25133        VfSpEntry ::=
25134            SEQUENCE {
25135                vfFsIndex
25136                          Integer32,
25137                vfSpIndex
25138                          Integer32,
25139                vfSpName
25140	                  OCTET STRING
25141	    }
25142
25143        vfFsIndex                       OBJECT-TYPE
25144	SYNTAX                          Integer32 (1..2147483647)
25145        MAX-ACCESS                      read-only
25146        STATUS                          current
25147        DESCRIPTION
25148                     "A number that identifies the referenced vfiler."
25149        ::= { vfSpEntry 1 }
25150
25151        vfSpIndex                       OBJECT-TYPE
25152	SYNTAX                          Integer32 (1..2147483647)
25153        MAX-ACCESS                      read-only
25154        STATUS                          current
25155        DESCRIPTION
25156                     "A number that identifies which storage path in the referenced vfiler."
25157        ::= { vfSpEntry 2 }
25158
25159        vfSpName                        OBJECT-TYPE
25160	SYNTAX                          OCTET STRING (SIZE (0..1024))
25161        MAX-ACCESS                      read-only
25162        STATUS                          current
25163        DESCRIPTION
25164                      "The storage path name  for the referenced vfiler."
25165        ::= { vfSpEntry 3 }
25166
25167
25168        vfProTable                      OBJECT-TYPE
25169	SYNTAX                          SEQUENCE OF VfProEntry
25170        MAX-ACCESS                      not-accessible
25171        STATUS                          current
25172        DESCRIPTION
25173                       "Provide a report of per-vfiler protocol information "
25174        ::= { vfiler 6 }
25175
25176        vfProEntry                      OBJECT-TYPE
25177	SYNTAX                          VfProEntry
25178        MAX-ACCESS                      not-accessible
25179        STATUS                          current
25180        DESCRIPTION
25181                       "Provide a report of per-vfiler protocol information"
25182        INDEX   { vfFpIndex, vfProIndex }
25183        ::= { vfProTable 1 }
25184
25185        VfProEntry ::=
25186            SEQUENCE {
25187       	        vfFpIndex
25188	                   Integer32,
25189                vfProIndex
25190                           Integer32,
25191                vfProName
25192                           OCTET STRING,
25193		vfProStatus
25194			   INTEGER
25195	    }
25196
25197        vfFpIndex                       OBJECT-TYPE
25198	SYNTAX                          Integer32 (1..2147483647)
25199        MAX-ACCESS                      read-only
25200        STATUS                          current
25201        DESCRIPTION
25202                     "A number that identifies the referenced vfiler."
25203        ::= { vfProEntry 1 }
25204
25205        vfProIndex                      OBJECT-TYPE
25206	SYNTAX                          Integer32 (1..2147483647)
25207        MAX-ACCESS                      read-only
25208        STATUS                          current
25209        DESCRIPTION
25210                     "A number that identifies a protocol in the referenced vfiler."
25211        ::= { vfProEntry 2 }
25212
25213        vfProName                       OBJECT-TYPE
25214	SYNTAX                          OCTET STRING (SIZE (0..1024))
25215        MAX-ACCESS                      read-only
25216        STATUS                          current
25217        DESCRIPTION
25218                      "A textual string that contains the protocol name  for the referenced vfiler."
25219        ::= { vfProEntry 3 }
25220
25221        vfProStatus                     OBJECT-TYPE
25222	SYNTAX                          INTEGER {
25223                                             false(1),
25224                                             true(2)
25225                                        }
25226        MAX-ACCESS                      read-only
25227        STATUS                          current
25228        DESCRIPTION
25229			"Whether the referenced vfiler protocol  is allowed or disallowed."
25230        ::= { vfProEntry 4 }
25231
25232        -- -- -- -- -- -- -- --
25233	-- Block access protocols group --
25234	-- -- -- -- -- -- -- --
25235	fcpIsLicensed                   OBJECT-TYPE
25236	SYNTAX                          INTEGER {
25237                                             false(1),
25238                                             true(2)
25239                                        }
25240        MAX-ACCESS                      read-only
25241        STATUS                          current
25242        DESCRIPTION
25243                        "Whether FCP access protocols are licensed on the
25244			filer."
25245        ::= { blocks 1 }
25246
25247	iscsiIsLicensed                 OBJECT-TYPE
25248	SYNTAX                          INTEGER {
25249                                             false(1),
25250                                             true(2)
25251                                        }
25252        MAX-ACCESS                      read-only
25253        STATUS                          current
25254        DESCRIPTION
25255                        "Whether iSCSI access protocols are licensed on the
25256			filer."
25257        ::= { blocks 2 }
25258
25259	fcpLowReadBytes                 OBJECT-TYPE
25260	SYNTAX                          Counter32
25261        MAX-ACCESS                      read-only
25262        STATUS                          deprecated
25263        DESCRIPTION
25264			"The total number of bytes read via FCP
25265			since the last boot.  This object returns the
25266			least significant 32 bits of the 64 bit unsigned
25267			integer. This object is deprecated - Use
25268			fcp64ReadBytes  instead."
25269	::= { blocks 3 }
25270
25271	fcpHighReadBytes                OBJECT-TYPE
25272	SYNTAX                          Counter32
25273        MAX-ACCESS                      read-only
25274        STATUS                          deprecated
25275        DESCRIPTION
25276			"The total number of bytes read via FCP
25277			since the last boot.  This object returns the
25278			most significant 32 bits of the 64 bit unsigned
25279			integer. This object is deprecated - Use
25280			fcp64ReadBytes  instead."
25281	::= { blocks 4 }
25282
25283
25284	fcpLowWriteBytes                OBJECT-TYPE
25285	SYNTAX                          Counter32
25286        MAX-ACCESS                      read-only
25287        STATUS                          deprecated
25288        DESCRIPTION
25289			"The total number of bytes written via FCP
25290			since the last boot.  This object returns the
25291			least significant 32 bits of the 64 bit unsigned
25292			integer. This object is deprecated - Use
25293			fcp64WriteBytes  instead."
25294	::= { blocks 5 }
25295
25296
25297	fcpHighWriteBytes               OBJECT-TYPE
25298	SYNTAX                          Counter32
25299        MAX-ACCESS                      read-only
25300        STATUS                          deprecated
25301        DESCRIPTION
25302			"The total number of bytes written via FCP
25303			since the last boot.  This object returns the
25304			most significant 32 bits of the 64 bit unsigned
25305			integer. This object is deprecated - Use
25306			fcp64WriteBytes  instead."
25307	::= { blocks 6 }
25308
25309
25310	iscsiLowReadBytes               OBJECT-TYPE
25311	SYNTAX                          Counter32
25312        MAX-ACCESS                      read-only
25313        STATUS                          deprecated
25314        DESCRIPTION
25315			"The total number of bytes read via iSCSI
25316			since the last boot.  This object returns the
25317			least significant 32 bits of the 64 bit unsigned
25318			integer. This object is deprecated - Use
25319			iscsi64ReadBytes  instead."
25320	::= { blocks 7 }
25321
25322
25323	iscsiHighReadBytes              OBJECT-TYPE
25324	SYNTAX                          Counter32
25325        MAX-ACCESS                      read-only
25326        STATUS                          deprecated
25327        DESCRIPTION
25328			"The total number of bytes read via iSCSI
25329			since the last boot.  This object returns the
25330			most significant 32 bits of the 64 bit unsigned
25331			integer. This object is deprecated - Use
25332			iscsi64ReadBytes  instead."
25333	::= { blocks 8 }
25334
25335
25336	iscsiLowWriteBytes              OBJECT-TYPE
25337	SYNTAX                          Counter32
25338        MAX-ACCESS                      read-only
25339        STATUS                          deprecated
25340        DESCRIPTION
25341			"The total number of bytes written via iSCSI
25342			since the last boot.  This object returns the
25343			least significant 32 bits of the 64 bit unsigned
25344			integer. This object is deprecated - Use
25345			iscsi64WriteBytes  instead."
25346	::= { blocks 9 }
25347
25348
25349	iscsiHighWriteBytes             OBJECT-TYPE
25350	SYNTAX                          Counter32
25351        MAX-ACCESS                      read-only
25352        STATUS                          deprecated
25353        DESCRIPTION
25354			"The total number of bytes written via iSCSI
25355			since the last boot.  This object returns the
25356			most significant 32 bits of the 64 bit unsigned
25357			integer. This object is deprecated - Use
25358			iscsi64WriteBytes  instead."
25359	::= { blocks 10 }
25360
25361
25362	iscsiHighOps                    OBJECT-TYPE
25363	SYNTAX                          Counter32
25364        MAX-ACCESS                      read-only
25365        STATUS                          deprecated
25366	DESCRIPTION
25367			"The total number of iSCSI ops handled since the
25368			last boot.  This object returns the most significant
25369			32 bits of the 64 bit unsigned integer.
25370			This object is deprecated - Use iscsi64Ops instead."
25371	::= {blocks 11}
25372
25373	iscsiLowOps                     OBJECT-TYPE
25374	SYNTAX                          Counter32
25375        MAX-ACCESS                      read-only
25376        STATUS                          deprecated
25377	DESCRIPTION
25378			"The total number of iSCSI ops handled since the
25379			last boot.  This object returns the least significant
25380			32 bits of the 64 bit unsigned integer.
25381			This object is deprecated - Use iscsi64Ops instead."
25382	::= {blocks 12}
25383
25384	fcpHighOps                      OBJECT-TYPE
25385	SYNTAX                          Counter32
25386        MAX-ACCESS                      read-only
25387        STATUS                          deprecated
25388	DESCRIPTION
25389			"The total number of FCP ops handled since the
25390			last boot.  This object returns the most significant
25391			32 bits of the 64 bit unsigned integer.
25392			This object is deprecated - Use fcp64Ops instead."
25393	::= {blocks 13}
25394
25395	fcpLowOps                       OBJECT-TYPE
25396	SYNTAX                          Counter32
25397        MAX-ACCESS                      read-only
25398        STATUS                          deprecated
25399	DESCRIPTION
25400			"The total number of FCP ops handled since the
25401			last boot.  This object returns the least significant
25402			32 bits of the 64 bit unsigned integer.
25403			This object is deprecated - Use fcp64Ops instead."
25404	::= {blocks 14}
25405
25406	lun		OBJECT IDENTIFIER ::= {blocks 15 }
25407
25408	lunCount                        OBJECT-TYPE
25409	SYNTAX                          Integer32
25410        MAX-ACCESS                      read-only
25411        STATUS                          current
25412        DESCRIPTION
25413                      "Number of LUNs in the Filer in 7-mode. Unsupported in C-mode."
25414        ::= { lun 1 }
25415
25416	lunTable                        OBJECT-TYPE
25417	SYNTAX                          SEQUENCE OF LunEntry
25418        MAX-ACCESS                      not-accessible
25419        STATUS                          current
25420	DESCRIPTION
25421			"Provide a report of per-LUN general information "
25422	::= {lun 2}
25423
25424	lunEntry                        OBJECT-TYPE
25425	SYNTAX                          LunEntry
25426        MAX-ACCESS                      not-accessible
25427        STATUS                          current
25428	DESCRIPTION
25429			"Provide a report of per-LUN information"
25430	INDEX	{ lunIndex}
25431	::= { lunTable 1 }
25432
25433	LunEntry ::=
25434	    SEQUENCE {
25435		lunIndex Integer32,
25436		lunName DisplayString,
25437		lunComment DisplayString,
25438		lunSizeLow Integer32,
25439		lunSizeHigh Integer32,
25440		lunMapped INTEGER,
25441		lunSerialNumber DisplayString,
25442		lunQtreeName DisplayString,
25443		lunHighOps Counter32,
25444		lunLowOps Counter32,
25445		lunHighReadBytes Counter32,
25446		lunLowReadBytes Counter32,
25447		lunHighWriteBytes Counter32,
25448		lunLowWriteBytes Counter32,
25449		lunHighErrors Counter32,
25450		lunLowErrors Counter32,
25451		lunOnline INTEGER,
25452		lunSnapStatus	INTEGER,
25453		lunShareStatus INTEGER,
25454		lunSpaceReserved INTEGER,
25455		lunStatsResetTime Integer32,
25456		lunHighReadOps Counter32,
25457		lunLowReadOps Counter32,
25458		lunHighWriteOps Counter32,
25459		lunLowWriteOps Counter32,
25460		lunHighOtherOps Counter32,
25461		lunLowOtherOps Counter32,
25462		lunSize64 Counter64,
25463		lun64Ops Counter64,
25464		lun64ReadBytes Counter64,
25465		lun64WriteBytes Counter64,
25466		lun64Errors Counter64,
25467		lun64ReadOps Counter64,
25468		lun64WriteOps Counter64,
25469		lun64OtherOps Counter64,
25470		lunAlignment DisplayString,
25471		lunVserver  DisplayString
25472		}
25473
25474	lunIndex                        OBJECT-TYPE
25475	SYNTAX                          Integer32 (1..2147483647)
25476        MAX-ACCESS                      read-only
25477        STATUS                          current
25478        DESCRIPTION
25479                     "A number that identifies the referenced LUN."
25480        ::= { lunEntry 1 }
25481
25482	lunName                         OBJECT-TYPE
25483	SYNTAX                          DisplayString
25484        MAX-ACCESS                      read-only
25485        STATUS                          current
25486        DESCRIPTION
25487                      "The name of the LUN.  This is also the path to the LUN
25488		      on the filer."
25489        ::= { lunEntry 2 }
25490
25491	lunComment                      OBJECT-TYPE
25492	SYNTAX                          DisplayString
25493        MAX-ACCESS                      read-only
25494        STATUS                          current
25495        DESCRIPTION
25496                      "The comment, if any, for this LUN."
25497        ::= { lunEntry 3 }
25498
25499	lunSizeLow                      OBJECT-TYPE
25500	SYNTAX                          Integer32
25501        MAX-ACCESS                      read-only
25502        STATUS                          deprecated
25503        DESCRIPTION
25504                     "Size of the LUN in bytes.  This object returns the
25505		     least significant 32 bits of the 64 bit unsigned integer.
25506		     This object is deprecated - Use lunSize64 instead."
25507        ::= { lunEntry 4 }
25508
25509	lunSizeHigh                     OBJECT-TYPE
25510	SYNTAX                          Integer32
25511        MAX-ACCESS                      read-only
25512        STATUS                          deprecated
25513        DESCRIPTION
25514                     "Size of the LUN in bytes.  This object returns the
25515		     most significant 32 bits of the 64 bit unsigned integer.
25516		     This object is deprecated - Use lunSize64 instead."
25517        ::= { lunEntry 5 }
25518
25519	lunMapped                       OBJECT-TYPE
25520	SYNTAX                          INTEGER {
25521                                             false(1),
25522                                             true(2)
25523                                        }
25524
25525        MAX-ACCESS                      read-only
25526        STATUS                          current
25527        DESCRIPTION
25528                     "This LUN has been mapped to at least one initiator group."
25529        ::= { lunEntry 6 }
25530
25531	lunSerialNumber                 OBJECT-TYPE
25532	SYNTAX                          DisplayString
25533        MAX-ACCESS                      read-only
25534        STATUS                          current
25535	DESCRIPTION
25536		    "The 12 character SCSI serial number of the LUN."
25537	::= { lunEntry 7 }
25538
25539
25540	lunQtreeName                    OBJECT-TYPE
25541	SYNTAX                          DisplayString
25542        MAX-ACCESS                      read-only
25543        STATUS                          current
25544	DESCRIPTION
25545		    "A string that indicates which qtree this LUN belongs to."
25546	::= { lunEntry 8 }
25547
25548	lunHighOps                      OBJECT-TYPE
25549	SYNTAX                          Counter32
25550        MAX-ACCESS                      read-only
25551        STATUS                          deprecated
25552        DESCRIPTION
25553			"The total number of Target side SCSI ops for
25554			this LUN since the stats were last reset.  This object
25555			returns the most significant 32 bits of the 64 bit
25556			unsigned integer. This object is deprecated - Use
25557			lun64Ops instead."
25558	::= { lunEntry 9}
25559
25560	lunLowOps                       OBJECT-TYPE
25561	SYNTAX                          Counter32
25562        MAX-ACCESS                      read-only
25563        STATUS                          deprecated
25564        DESCRIPTION
25565			"The total number of Target side SCSI ops for
25566			this LUN since the stats were last reset.  This object
25567			returns the least significant 32 bits of the 64 bit
25568			unsigned integer. This object is deprecated - Use
25569			lun64Ops instead."
25570	::= { lunEntry 10 }
25571
25572	lunHighReadBytes                OBJECT-TYPE
25573	SYNTAX                          Counter32
25574        MAX-ACCESS                      read-only
25575        STATUS                          deprecated
25576        DESCRIPTION
25577			"The total number of bytes read from this LUN
25578			since the stats were last reset.  This object returns
25579			the most significant 32 bits of the 64 bit unsigned
25580			integer. This object is deprecated - Use
25581			lun64ReadBytes instead."
25582	::= { lunEntry 11 }
25583
25584	lunLowReadBytes                 OBJECT-TYPE
25585	SYNTAX                          Counter32
25586        MAX-ACCESS                      read-only
25587        STATUS                          deprecated
25588        DESCRIPTION
25589			"The total number of bytes read from this LUN
25590			since the stats were last reset.  This object returns
25591			the least significant 32 bits of the 64 bit unsigned
25592			integer. This object is deprecated - Use
25593			lun64ReadBytes instead."
25594	::= { lunEntry 12 }
25595
25596
25597	lunHighWriteBytes               OBJECT-TYPE
25598	SYNTAX                          Counter32
25599        MAX-ACCESS                      read-only
25600        STATUS                          deprecated
25601        DESCRIPTION
25602			"The total number of bytes written to this LUN
25603			since the stats were last reset.  This object returns
25604			the most significant 32 bits of the 64 bit unsigned
25605			integer. This object is deprecated - Use
25606			lun64WriteBytes instead."
25607	::= { lunEntry 13 }
25608
25609	lunLowWriteBytes                OBJECT-TYPE
25610	SYNTAX                          Counter32
25611        MAX-ACCESS                      read-only
25612        STATUS                          deprecated
25613        DESCRIPTION
25614			"The total number of bytes written to this LUN
25615			since the stats were last reset.  This object returns
25616			the least significant 32 bits of the 64 bit unsigned
25617			integer. This object is deprecated - Use
25618			lun64WriteBytes instead."
25619	::= { lunEntry 14 }
25620
25621	lunHighErrors                   OBJECT-TYPE
25622	SYNTAX                          Counter32
25623        MAX-ACCESS                      read-only
25624        STATUS                          deprecated
25625        DESCRIPTION
25626			"The total number of errors seen on this LUN
25627			since the stats were last reset.  This object
25628			returns the most significant 32 bits of the 64 bit
25629			unsigned integer. This object is deprecated - Use
25630			lun64Errors instead."
25631	::= { lunEntry 15 }
25632
25633	lunLowErrors                    OBJECT-TYPE
25634	SYNTAX                          Counter32
25635        MAX-ACCESS                      read-only
25636        STATUS                          deprecated
25637        DESCRIPTION
25638			"The total number of errors seen on this LUN
25639			since the stats were last reset.  This object
25640			returns the least significant 32 bits of the 64 bit
25641			unsigned integer. This object is deprecated - Use
25642			lun64Errors instead."
25643	::= { lunEntry 16 }
25644
25645	lunOnline                       OBJECT-TYPE
25646	SYNTAX                          INTEGER {
25647                                             false(1),
25648                                             true(2)
25649                                        }
25650        MAX-ACCESS                      read-only
25651        STATUS                          current
25652	DESCRIPTION
25653			"Whether the LUN is online."
25654	::= { lunEntry 17 }
25655
25656	lunSnapStatus                   OBJECT-TYPE
25657	SYNTAX                          INTEGER {
25658                                             false(1),
25659                                             true(2)
25660                                        }
25661        MAX-ACCESS                      read-only
25662        STATUS                          current
25663	DESCRIPTION
25664			"Whether a snapshot of this LUN can be taken.
25665			 Not supported in c-mode."
25666	::= { lunEntry 18 }
25667
25668
25669	lunShareStatus                  OBJECT-TYPE
25670	SYNTAX                          INTEGER {
25671                                             none(1),
25672                                             read(2),
25673					     write(3),
25674                                             all(4)
25675                                        }
25676        MAX-ACCESS                      read-only
25677        STATUS                          current
25678	DESCRIPTION
25679			"The sharing status for the LUN.
25680			 Not supported in c-mode."
25681	::= { lunEntry 19 }
25682
25683
25684	lunSpaceReserved                OBJECT-TYPE
25685	SYNTAX                          INTEGER {
25686                                             false(1),
25687                                             true(2)
25688                                        }
25689        MAX-ACCESS                      read-only
25690        STATUS                          current
25691	DESCRIPTION
25692			"Whether the LUN has space reservation enabled."
25693	::= { lunEntry 20 }
25694
25695	lunStatsResetTime               OBJECT-TYPE
25696	SYNTAX                          Integer32
25697        MAX-ACCESS                      read-only
25698        STATUS                          current
25699	DESCRIPTION
25700			"Number of seconds since this LUN's stats were
25701			last reset."
25702	::= { lunEntry 21 }
25703
25704
25705	lunHighReadOps                  OBJECT-TYPE
25706	SYNTAX                          Counter32
25707        MAX-ACCESS                      read-only
25708        STATUS                          deprecated
25709        DESCRIPTION
25710			"The total number of Target side SCSI read ops for
25711			this LUN since the stats were last reset.  This object
25712			returns the least significant 32 bits of the 64 bit
25713			unsigned integer. This object is deprecated - Use
25714			lun64ReadOps instead."
25715	::= { lunEntry 22}
25716
25717	lunLowReadOps                   OBJECT-TYPE
25718	SYNTAX                          Counter32
25719        MAX-ACCESS                      read-only
25720        STATUS                          deprecated
25721        DESCRIPTION
25722			"The total number of Target side SCSI read ops for
25723			this LUN since the stats were last reset.  This object
25724			returns the most significant 32 bits of the 64 bit
25725			unsigned integer. This object is deprecated - Use
25726			lun64ReadOps instead."
25727	::= { lunEntry 23 }
25728
25729
25730	lunHighWriteOps                 OBJECT-TYPE
25731	SYNTAX                          Counter32
25732        MAX-ACCESS                      read-only
25733        STATUS                          deprecated
25734        DESCRIPTION
25735			"The total number of Target side SCSI write ops for
25736			this LUN since the stats were last reset.  This object
25737			returns the least significant 32 bits of the 64 bit
25738			unsigned integer. This object is deprecated - Use
25739			lun64WriteOps instead."
25740	::= { lunEntry 24}
25741
25742	lunLowWriteOps                  OBJECT-TYPE
25743	SYNTAX                          Counter32
25744        MAX-ACCESS                      read-only
25745        STATUS                          deprecated
25746        DESCRIPTION
25747			"The total number of Target side SCSI write ops for
25748			this LUN since the stats were last reset.  This object
25749			returns the most significant 32 bits of the 64 bit
25750			unsigned integer. This object is deprecated - Use
25751			lun64WriteOps instead."
25752	::= { lunEntry 25 }
25753
25754
25755	lunHighOtherOps                 OBJECT-TYPE
25756	SYNTAX                          Counter32
25757        MAX-ACCESS                      read-only
25758        STATUS                          deprecated
25759        DESCRIPTION
25760			"The total number of Target side SCSI ops that are not
25761			read or write for this LUN since the stats were last
25762			reset.  This object returns the least significant 32
25763			bits of the 64 bit unsigned integer. This object is
25764			deprecated - Use lun64OtherOps instead."
25765	::= { lunEntry 26}
25766
25767	lunLowOtherOps                  OBJECT-TYPE
25768	SYNTAX                          Counter32
25769        MAX-ACCESS                      read-only
25770        STATUS                          deprecated
25771        DESCRIPTION
25772			"The total number of Target side SCSI ops that are not
25773			read or write for this LUN since the stats were last
25774			reset. This object returns the most significant 32
25775			bits of the 64 bit unsigned integer. This object is
25776			deprecated - Use lun64OtherOps instead."
25777	::= { lunEntry 27 }
25778
25779	lunSize64                       OBJECT-TYPE
25780	SYNTAX                          Counter64
25781        MAX-ACCESS                      read-only
25782        STATUS                          current
25783        DESCRIPTION
25784                     "Size of the LUN in bytes.  This object returns all
25785		     of the 64 bit unsigned integer."
25786        ::= { lunEntry 28 }
25787
25788	lun64Ops                        OBJECT-TYPE
25789	SYNTAX                          Counter64
25790        MAX-ACCESS                      read-only
25791        STATUS                          current
25792        DESCRIPTION
25793			"The total number of Target side SCSI ops for
25794			this LUN since the stats were last reset.  This object
25795			all of the 64 bit unsigned integer."
25796	::= { lunEntry 29}
25797
25798	lun64ReadBytes                  OBJECT-TYPE
25799	SYNTAX                          Counter64
25800        MAX-ACCESS                      read-only
25801        STATUS                          current
25802        DESCRIPTION
25803			"The total number of bytes read from this LUN
25804			since the stats were last reset.  This object returns
25805			all of the 64 bit unsigned integer."
25806	::= { lunEntry 30 }
25807
25808	lun64WriteBytes                 OBJECT-TYPE
25809	SYNTAX                          Counter64
25810        MAX-ACCESS                      read-only
25811        STATUS                          current
25812        DESCRIPTION
25813			"The total number of bytes written to this LUN
25814			since the stats were last reset.  This object returns
25815			all of the 64 bit unsigned integer."
25816	::= { lunEntry 31 }
25817
25818	lun64Errors                     OBJECT-TYPE
25819	SYNTAX                          Counter64
25820        MAX-ACCESS                      read-only
25821        STATUS                          current
25822        DESCRIPTION
25823			"The total number of errors seen on this LUN
25824			since the stats were last reset.  This object
25825			returns all the 64 bit unsigned integer."
25826	::= { lunEntry 32 }
25827
25828	lun64ReadOps                    OBJECT-TYPE
25829	SYNTAX                          Counter64
25830        MAX-ACCESS                      read-only
25831        STATUS                          current
25832        DESCRIPTION
25833			"The total number of Target side SCSI read ops for
25834			this LUN since the stats were last reset.  This object
25835			returns all of the 64 bit unsigned integer."
25836	::= { lunEntry 33}
25837
25838	lun64WriteOps                   OBJECT-TYPE
25839	SYNTAX                          Counter64
25840        MAX-ACCESS                      read-only
25841        STATUS                          current
25842        DESCRIPTION
25843			"The total number of Target side SCSI write ops for
25844			this LUN since the stats were last reset.  This object
25845			returns all of the 64 bit unsigned integer."
25846	::= { lunEntry 34}
25847
25848	lun64OtherOps                   OBJECT-TYPE
25849	SYNTAX                          Counter64
25850        MAX-ACCESS                      read-only
25851        STATUS                          current
25852        DESCRIPTION
25853			"The total number of Target side SCSI ops that are not
25854			read or write for this LUN since the stats were last
25855			reset.  This object returns all of the 64 bit
25856			unsigned integer."
25857	::= { lunEntry 35}
25858
25859	lunAlignment			OBJECT-TYPE
25860	SYNTAX				DisplayString
25861	MAX-ACCESS			read-only
25862	STATUS				current
25863	DESCRIPTION
25864			"The alignment of the LUN. Possible values are:
25865			  'aligned': 		 LUN is aligned.
25866			  'misaligned':		 LUN is misaligned.
25867			  'possibly_misaligned': LUN is possibly misaligned.
25868			  'indeterminate':       Not enough information is
25869						 available to determine LUN
25870						 alignment."
25871	::= { lunEntry 36 }
25872
25873        lunVserver                      OBJECT-TYPE
25874	SYNTAX                          DisplayString
25875        MAX-ACCESS                      read-only
25876	STATUS                          current
25877	DESCRIPTION
25878	                "Name of the vserver to which the LUN belongs.
25879			This field is returned only from the c-mode cluster
25880			and vserver management interfaces."
25881        ::= { lunEntry 37}
25882
25883
25884
25885	lunMapTable                     OBJECT-TYPE
25886	SYNTAX                          SEQUENCE OF LunMapEntry
25887        MAX-ACCESS                      not-accessible
25888        STATUS                          current
25889	DESCRIPTION
25890			"Provide a table listing the initiator group to
25891			Logical Unit Number mapping for each LUN."
25892	::= { lun 3 }
25893
25894	lunMapEntry                     OBJECT-TYPE
25895	SYNTAX                          LunMapEntry
25896        MAX-ACCESS                      not-accessible
25897        STATUS                          current
25898	DESCRIPTION
25899			"Provide a per LUN and Initiator group mapping of
25900			SCSI logical unit numbers."
25901	INDEX	{ lunMapLUNIndex, lunMapInitiatorGroupIndex }
25902	::= { lunMapTable 1 }
25903
25904	LunMapEntry ::=
25905	    SEQUENCE {
25906		lunMapLUNIndex		Integer32,
25907		lunMapInitiatorGroupIndex	Integer32,
25908		lunMapLUNName			DisplayString,
25909		lunMapInitiatorGroupName	DisplayString,
25910		lunMapLogicalUnitNumber		Integer32,
25911		lunMapVserver                   DisplayString
25912
25913	    }
25914
25915	lunMapLUNIndex                  OBJECT-TYPE
25916	SYNTAX                          Integer32 (1..2147483647)
25917        MAX-ACCESS                      read-only
25918        STATUS                          current
25919        DESCRIPTION
25920                     "A number that identifies the LUN in the table."
25921        ::= { lunMapEntry 1 }
25922
25923	lunMapInitiatorGroupIndex       OBJECT-TYPE
25924	SYNTAX                          Integer32 (1..2147483647)
25925        MAX-ACCESS                      read-only
25926        STATUS                          current
25927        DESCRIPTION
25928                     "A number that identifies an initiator group in
25929		     the table."
25930        ::= { lunMapEntry 2 }
25931
25932	lunMapLUNName                   OBJECT-TYPE
25933	SYNTAX                          DisplayString
25934        MAX-ACCESS                      read-only
25935        STATUS                          current
25936	DESCRIPTION
25937		    "The name of the LUN."
25938	::= { lunMapEntry 3 }
25939
25940	lunMapInitiatorGroupName        OBJECT-TYPE
25941	SYNTAX                          DisplayString
25942        MAX-ACCESS                      read-only
25943        STATUS                          current
25944	DESCRIPTION
25945		    "The name of the initiator group that this LUN is
25946		    mapped to."
25947	::= { lunMapEntry 4 }
25948
25949	lunMapLogicalUnitNumber         OBJECT-TYPE
25950	SYNTAX                          Integer32
25951        MAX-ACCESS                      read-only
25952        STATUS                          current
25953        DESCRIPTION
25954                     "SCSI Logical Unit Number that this LUN is mapped to
25955		     for this initiator group."
25956        ::= { lunMapEntry 5 }
25957
25958        lunMapVserver                   OBJECT-TYPE
25959        SYNTAX                          DisplayString
25960        MAX-ACCESS                      read-only
25961        STATUS                          current
25962        DESCRIPTION
25963                     "Name of the vserver containing the LUN and initiator group.
25964		      This field is returned only from the c-mode management and
25965		      cluster interfaces."
25966	::= { lunMapEntry 6}
25967
25968
25969	initiator 	OBJECT IDENTIFIER ::= {blocks 16}
25970
25971	initiatorGroupTable             OBJECT-TYPE
25972	SYNTAX                          SEQUENCE OF InitiatorGroupEntry
25973        MAX-ACCESS                      not-accessible
25974        STATUS                          current
25975	DESCRIPTION
25976			"Provide a report of per-initiator group general
25977			information "
25978	::= {initiator 1}
25979
25980	initiatorGroupEntry             OBJECT-TYPE
25981	SYNTAX                          InitiatorGroupEntry
25982        MAX-ACCESS                      not-accessible
25983        STATUS                          current
25984	DESCRIPTION
25985			"Provide a report of per-initiator group information"
25986	INDEX	{ initiatorGroupIndex }
25987	::= { initiatorGroupTable 1 }
25988
25989	InitiatorGroupEntry ::=
25990	    SEQUENCE {
25991		initiatorGroupIndex Integer32,
25992		initiatorGroupName  DisplayString,
25993		initiatorGroupType  INTEGER,
25994		initiatorGroupOS    INTEGER,
25995		initiatorGroupThrottleReserve Integer32,
25996		initiatorGroupThrottleBorrow  INTEGER,
25997		initiatorGroupUsePartner  INTEGER,
25998		initiatorGroupUseALUA	INTEGER,
25999		initiatorGroupVserver         DisplayString
26000		}
26001
26002	initiatorGroupIndex             OBJECT-TYPE
26003	SYNTAX                          Integer32 (1..2147483647)
26004        MAX-ACCESS                      read-only
26005        STATUS                          current
26006        DESCRIPTION
26007                     "A number that identifies a specific initiator group."
26008        ::= { initiatorGroupEntry 1 }
26009
26010	initiatorGroupName              OBJECT-TYPE
26011	SYNTAX                          DisplayString
26012        MAX-ACCESS                      read-only
26013        STATUS                          current
26014	DESCRIPTION
26015		    "The name of the initiator group"
26016	::= { initiatorGroupEntry 2 }
26017
26018	initiatorGroupType              OBJECT-TYPE
26019	SYNTAX                          INTEGER {
26020                                             fcp(1),
26021                                             iSCSI(2),
26022					     mixed(3)
26023                                        }
26024        MAX-ACCESS                      read-only
26025        STATUS                          current
26026	DESCRIPTION
26027		    "Type of this initiator group, either iSCSI or FCP"
26028	::= { initiatorGroupEntry 3 }
26029
26030	initiatorGroupOS                OBJECT-TYPE
26031	SYNTAX                          INTEGER {
26032                                             default(1),
26033                                             solaris(2),
26034					     windows(3),
26035					     hpux(4),
26036					     aix(5),
26037					     linux(6),
26038					     defaultPartner(7),
26039					     netware(8),
26040					     vmware(9),
26041					     openvms(10),
26042					     xen(11),
26043					     hyperv(12),
26044                                             invalid(256)
26045                                        }
26046        MAX-ACCESS                      read-only
26047        STATUS                          current
26048	DESCRIPTION
26049		    "Operating system the clients in this initiator
26050		    group run.  This governs  the finer details of
26051		    SCSI protocol interaction with these initiators"
26052	::= { initiatorGroupEntry 4 }
26053
26054	initiatorGroupThrottleReserve   OBJECT-TYPE
26055	SYNTAX                          Integer32 (0..99)
26056        MAX-ACCESS                      read-only
26057        STATUS                          current
26058	DESCRIPTION
26059		    "Percentage of filer scsi command blocks reserved for
26060		    this initiator group"
26061	::= { initiatorGroupEntry 5 }
26062
26063	initiatorGroupThrottleBorrow    OBJECT-TYPE
26064	SYNTAX                          INTEGER {
26065                                             false(1),
26066                                             true(2)
26067                                        }
26068        MAX-ACCESS                      read-only
26069        STATUS                          current
26070	DESCRIPTION
26071		    "True if this initiator group is allowed to
26072		    exceed its throttle settings if more resources
26073		    are needed and otherwise available.  If
26074		    initiatorGroupThrottleReserve is 0, this value
26075		    is meaningless"
26076	::= { initiatorGroupEntry 6 }
26077
26078        initiatorGroupUsePartner        OBJECT-TYPE
26079	SYNTAX                          INTEGER {
26080                                             false(1),
26081                                             true(2)
26082                                        }
26083        MAX-ACCESS                      read-only
26084        STATUS                          current
26085	DESCRIPTION
26086		    "The takeover mode for the initiator group.  This is
26087		    only applicable to FCP initiator groups on clustered
26088		    filers"
26089	::= { initiatorGroupEntry 7 }
26090
26091	initiatorGroupUseALUA           OBJECT-TYPE
26092	SYNTAX                          INTEGER {
26093                                             false(1),
26094                                             true(2)
26095                                        }
26096        MAX-ACCESS                      read-only
26097        STATUS                          current
26098	DESCRIPTION
26099		    "If true this initiator group supports Asymmetric Logical
26100		    Unit Access."
26101	::= { initiatorGroupEntry 8 }
26102
26103   initiatorGroupVserver           OBJECT-TYPE
26104   SYNTAX                          DisplayString
26105       MAX-ACCESS                      read-only
26106       STATUS                          current
26107       DESCRIPTION
26108       "Name of the vserver containing the initiator group.
26109       This field is available only from the c-mode cluster
26110       and vserver management interfaces."
26111   ::= { initiatorGroupEntry 9}
26112
26113
26114
26115	initiatorGroupMemberTable       OBJECT-TYPE
26116	SYNTAX                          SEQUENCE OF InitiatorGroupMemberEntry
26117        MAX-ACCESS                      not-accessible
26118        STATUS                          current
26119	DESCRIPTION
26120			"Table of individual Initiator names in each Initiator
26121			group"
26122	::= {initiator 2}
26123
26124	initiatorGroupMemberEntry       OBJECT-TYPE
26125	SYNTAX                          InitiatorGroupMemberEntry
26126        MAX-ACCESS                      not-accessible
26127        STATUS                          current
26128	DESCRIPTION
26129			"Provide a report of per-initiator group information"
26130	INDEX	{ initiatorGroupMemberIndex, initiatorGroupMemberNameIndex}
26131	::= { initiatorGroupMemberTable 1 }
26132
26133	InitiatorGroupMemberEntry ::=
26134	    SEQUENCE {
26135		initiatorGroupMemberIndex
26136			Integer32,
26137		initiatorGroupMemberNameIndex
26138			Integer32,
26139		initiatorName
26140			DisplayString
26141		}
26142
26143	initiatorGroupMemberIndex       OBJECT-TYPE
26144	SYNTAX                          Integer32 (1..2147483647)
26145        MAX-ACCESS                      read-only
26146        STATUS                          current
26147        DESCRIPTION
26148                     "A number that identifies a specific initiator group."
26149        ::= { initiatorGroupMemberEntry 1 }
26150
26151	initiatorGroupMemberNameIndex   OBJECT-TYPE
26152	SYNTAX                          Integer32 (1..2147483647)
26153        MAX-ACCESS                      read-only
26154        STATUS                          current
26155        DESCRIPTION
26156                      "A number the identifies the initiator in the group."
26157        ::= { initiatorGroupMemberEntry 2 }
26158
26159	initiatorName                   OBJECT-TYPE
26160	SYNTAX                          DisplayString
26161        MAX-ACCESS                      read-only
26162        STATUS                          current
26163        DESCRIPTION
26164		    "A textual name for this initiator."
26165	::= { initiatorGroupMemberEntry 3 }
26166
26167	initiatorListTable              OBJECT-TYPE
26168	SYNTAX                          SEQUENCE OF InitiatorListEntry
26169        MAX-ACCESS                      not-accessible
26170        STATUS                          current
26171	DESCRIPTION
26172		    "Table of initiators that are connected to the filer."
26173	::= { initiator 3 }
26174
26175	initiatorListEntry              OBJECT-TYPE
26176	SYNTAX                          InitiatorListEntry
26177        MAX-ACCESS                      not-accessible
26178        STATUS                          current
26179	DESCRIPTION
26180		    "Provide a report of per-connected-initiator information."
26181	INDEX { initiatorListEntryIndex}
26182	::= { initiatorListTable 1 }
26183
26184	InitiatorListEntry ::=
26185	    SEQUENCE {
26186		initiatorListEntryIndex	        Integer32,
26187		targetAdapterName		DisplayString,
26188		connectedInitiatorNodeName	DisplayString,
26189		connectedInitiatorPortName	DisplayString,
26190		connectedInitiatorType		INTEGER,
26191		connectedInitiatorIsid		DisplayString,
26192		connectedInitiatorPortalGroup	Integer32,
26193		connectedInitiatorVserver       DisplayString
26194
26195	    }
26196
26197	initiatorListEntryIndex         OBJECT-TYPE
26198	SYNTAX                          Integer32 (1..2147483647)
26199        MAX-ACCESS                      read-only
26200        STATUS                          current
26201        DESCRIPTION
26202                     "A number that identifies the initiator connected to
26203		     the target adapter."
26204        ::= { initiatorListEntry 1 }
26205
26206	targetAdapterName               OBJECT-TYPE
26207	SYNTAX                          DisplayString
26208        MAX-ACCESS                      read-only
26209        STATUS                          current
26210        DESCRIPTION
26211                     "The name of the target adapter in the filer.
26212                     In c-mode, this field returns the target LIF name."
26213        ::= { initiatorListEntry 2 }
26214
26215	connectedInitiatorNodeName      OBJECT-TYPE
26216	SYNTAX                          DisplayString
26217        MAX-ACCESS                      read-only
26218        STATUS                          current
26219        DESCRIPTION
26220                     "A textual name for this initiator node."
26221        ::= { initiatorListEntry 3 }
26222
26223	connectedInitiatorPortName      OBJECT-TYPE
26224	SYNTAX                          DisplayString
26225        MAX-ACCESS                      read-only
26226        STATUS                          current
26227        DESCRIPTION
26228                     "The FibreChannel device's portname. This is FCP only."
26229        ::= { initiatorListEntry 4 }
26230
26231	connectedInitiatorType          OBJECT-TYPE
26232	SYNTAX                          INTEGER {
26233                                             fcp(1),
26234                                             iSCSI(2)
26235                                        }
26236        MAX-ACCESS                      read-only
26237        STATUS                          current
26238	DESCRIPTION
26239		    "Type of this init group, either iSCSI or FCP"
26240	::= { initiatorListEntry 5 }
26241
26242	connectedInitiatorIsid          OBJECT-TYPE
26243	SYNTAX                          DisplayString
26244        MAX-ACCESS                      read-only
26245        STATUS                          current
26246	DESCRIPTION
26247		    "The iSCSI isid (initiator session id) for this initiator.
26248		    This is iSCSI only."
26249	::= { initiatorListEntry 6 }
26250
26251	connectedInitiatorPortalGroup   OBJECT-TYPE
26252	SYNTAX                          Integer32
26253        MAX-ACCESS                      read-only
26254        STATUS                          current
26255	DESCRIPTION
26256		    "The iSCSI portal group ID for this initiator.
26257		    This is iSCSI only."
26258	::= { initiatorListEntry 7 }
26259
26260        connectedInitiatorVserver       OBJECT-TYPE
26261        SYNTAX                          DisplayString
26262        MAX-ACCESS                      read-only
26263        STATUS                          current
26264        DESCRIPTION
26265	            "Name of the vserver hosting the LIF on which the
26266                    initiator connection is made.
26267                    This field is returned only from the c-mode cluster
26268                    and vserver management interfaces."
26269         ::= { initiatorListEntry 8 }
26270
26271	fcpTarget	OBJECT IDENTIFIER ::= {blocks 17}
26272
26273	fcpTargetTable                  OBJECT-TYPE
26274	SYNTAX                          SEQUENCE OF FcpTargetEntry
26275        MAX-ACCESS                      not-accessible
26276        STATUS                          current
26277	DESCRIPTION
26278			"Provide a report of fcp target adapter general
26279			information. This table is not available from the c-mode
26280			management interfaces"
26281	::= {fcpTarget 1}
26282
26283	fcpTargetEntry             OBJECT-TYPE
26284	SYNTAX                          FcpTargetEntry
26285        MAX-ACCESS                      not-accessible
26286        STATUS                          current
26287	DESCRIPTION
26288			"Provide a report of per fcp target device information"
26289	INDEX	{ fcpTargetTableIndex }
26290	::= { fcpTargetTable 1 }
26291
26292	FcpTargetEntry ::=
26293	    SEQUENCE {
26294		fcpTargetTableIndex    Integer32,
26295		fcpTargetName   DisplayString,
26296		fcpTargetNN	DisplayString,
26297		fcpTargetPN	DisplayString,
26298		fcpTargetSpeed	Integer32,
26299		fcpTargetStatus	INTEGER,
26300		fcpTargetStandby INTEGER,
26301		fcpTargetTopology INTEGER,
26302		fcpTargetType	INTEGER
26303		}
26304
26305	fcpTargetTableIndex             OBJECT-TYPE
26306	SYNTAX                          Integer32 (1..2147483647)
26307        MAX-ACCESS                      read-only
26308        STATUS                          current
26309        DESCRIPTION
26310                     "A number that identifies a specific fcp target device."
26311        ::= { fcpTargetEntry 1 }
26312
26313	fcpTargetName                   OBJECT-TYPE
26314	SYNTAX                          DisplayString
26315        MAX-ACCESS                      read-only
26316        STATUS                          current
26317	DESCRIPTION
26318		    "The name of the fcp target device"
26319	::= { fcpTargetEntry 2 }
26320
26321	fcpTargetNN                     OBJECT-TYPE
26322	SYNTAX                          DisplayString
26323        MAX-ACCESS                      read-only
26324        STATUS                          current
26325	DESCRIPTION
26326		    "The FC WWNN of the fcp target device"
26327	::= { fcpTargetEntry 3 }
26328
26329	fcpTargetPN                     OBJECT-TYPE
26330	SYNTAX                          DisplayString
26331        MAX-ACCESS                      read-only
26332        STATUS                          current
26333	DESCRIPTION
26334		    "The FC WWPN of the fcp target device"
26335	::= { fcpTargetEntry 4 }
26336
26337	fcpTargetSpeed                  OBJECT-TYPE
26338	SYNTAX                          Integer32
26339        MAX-ACCESS                      read-only
26340        STATUS                          current
26341	DESCRIPTION
26342		    "speed in gigabits per second. 0 is unknown."
26343	::= { fcpTargetEntry 5 }
26344
26345	fcpTargetStatus                 OBJECT-TYPE
26346	SYNTAX                          INTEGER {
26347                                             startup(1),
26348                                             uninitialized(2),
26349					     initializingFW(3),
26350					     linkNotConnected(4),
26351					     waitingForLinkUp(5),
26352					     online(6),
26353					     linkDisconnected(7),
26354					     resetting(8),
26355					     offline(9),
26356					     offlinedByUserSystem(10),
26357                                             unknown(11)
26358                                        }
26359        MAX-ACCESS                      read-only
26360        STATUS                          current
26361	DESCRIPTION
26362		    "Status of the fcp target adapter"
26363	::= { fcpTargetEntry 6 }
26364
26365	fcpTargetStandby                OBJECT-TYPE
26366	SYNTAX                          INTEGER {
26367                                             false(1),
26368                                             true(2)
26369                                        }
26370        MAX-ACCESS                      read-only
26371        STATUS                          current
26372	DESCRIPTION
26373			"Whether this target adapter is in standby mode."
26374	::= { fcpTargetEntry 7 }
26375
26376	fcpTargetTopology               OBJECT-TYPE
26377	SYNTAX                          INTEGER {
26378                                             unknown(1),
26379                                             fabric(2),
26380					     pointToPoint(3),
26381                                             loop(4)
26382                                        }
26383        MAX-ACCESS                      read-only
26384        STATUS                          current
26385	DESCRIPTION
26386			"fibre channel topology for this adapter. "
26387	::= { fcpTargetEntry 8 }
26388
26389        fcpTargetType                   OBJECT-TYPE
26390	SYNTAX                          INTEGER {
26391                                             physical(1),
26392                                             local(2),
26393					     standby(3),
26394					     partner(4),
26395                                             unknown(5)
26396                                        }
26397        MAX-ACCESS                      read-only
26398        STATUS                          current
26399        DESCRIPTION
26400			"Responsibility/Type for this adapter."
26401	::= { fcpTargetEntry 9 }
26402
26403        fcpCfMode                       OBJECT-TYPE
26404	SYNTAX                          INTEGER {
26405                                             mixed(1),
26406                                             standby(2),
26407					     partner(3),
26408					     partnerProxy(4),
26409					     partnerStandby(5),
26410					     localPrimary(6),
26411					     dualFabric(7),
26412					     ssi(8),
26413                                             unknown(256)
26414                                        }
26415        MAX-ACCESS                      read-only
26416        STATUS                          current
26417        DESCRIPTION
26418			"Failover setting for the FCP target cluster.
26419			This field is not available from the c-mode management interfaces"
26420	::= { blocks 18 }
26421
26422	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26423	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26424	-- Port sets
26425	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26426	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26427
26428	pset 		OBJECT IDENTIFIER ::= {blocks 19}
26429
26430	psetTable                       OBJECT-TYPE
26431	SYNTAX                          SEQUENCE OF PsetEntry
26432        MAX-ACCESS                      not-accessible
26433        STATUS                          current
26434	DESCRIPTION
26435			"Provide a report of portset general
26436			information "
26437	::= {pset 1}
26438
26439	psetEntry                       OBJECT-TYPE
26440	SYNTAX                          PsetEntry
26441        MAX-ACCESS                      not-accessible
26442        STATUS                          current
26443	DESCRIPTION
26444			"Provide a report of portset information"
26445	INDEX	{ psetIndex }
26446	::= { psetTable 1 }
26447
26448	PsetEntry ::=
26449	    SEQUENCE {
26450		psetIndex Integer32,
26451		psetName  DisplayString,
26452		psetType  INTEGER,
26453		psetVserver  DisplayString
26454		}
26455
26456	psetIndex                       OBJECT-TYPE
26457	SYNTAX                          Integer32 (1..2147483647)
26458        MAX-ACCESS                      read-only
26459        STATUS                          current
26460        DESCRIPTION
26461                     "A number that identifies a specific port set."
26462        ::= { psetEntry 1 }
26463
26464	psetName                        OBJECT-TYPE
26465	SYNTAX                          DisplayString
26466        MAX-ACCESS                      read-only
26467        STATUS                          current
26468	DESCRIPTION
26469		    "The name of the port set"
26470	::= { psetEntry 2 }
26471
26472	psetType                        OBJECT-TYPE
26473	SYNTAX                          INTEGER {
26474                                             fcp(1),
26475                                             iSCSI(2),
26476					     mixed(3)
26477                                        }
26478        MAX-ACCESS                      read-only
26479        STATUS                          current
26480	DESCRIPTION
26481		    "Type of this port set, either iSCSI, fcp or mixed. "
26482	::= { psetEntry 3 }
26483
26484       psetVserver                         OBJECT-TYPE
26485       SYNTAX                              DisplayString
26486       MAX-ACCESS                      read-only
26487       STATUS                          current
26488       DESCRIPTION
26489	            "Name of the vserver to which the port set belongs.
26490                     This field is returned only from the c-mode cluster
26491                     and vserver management interfaces."
26492       ::= { psetEntry 4 }
26493
26494
26495
26496	psetMemberTable                 OBJECT-TYPE
26497	SYNTAX                          SEQUENCE OF PsetMemberEntry
26498        MAX-ACCESS                      not-accessible
26499        STATUS                          current
26500	DESCRIPTION
26501			"Table of individual Port names in each Port
26502			set"
26503	::= {pset 2}
26504
26505	psetMemberEntry                 OBJECT-TYPE
26506	SYNTAX                          PsetMemberEntry
26507        MAX-ACCESS                      not-accessible
26508        STATUS                          current
26509	DESCRIPTION
26510			"Provide a report of portset port information"
26511	INDEX	{ psetMemberIndex, psetMemberNameIndex}
26512	::= { psetMemberTable 1 }
26513
26514	PsetMemberEntry ::=
26515	    SEQUENCE {
26516		psetMemberIndex
26517			Integer32,
26518		psetMemberNameIndex
26519			Integer32,
26520		psetPortName
26521			DisplayString,
26522		psetPortVserver
26523			DisplayString
26524		}
26525
26526	psetMemberIndex                 OBJECT-TYPE
26527	SYNTAX                          Integer32 (1..2147483647)
26528        MAX-ACCESS                      read-only
26529        STATUS                          current
26530        DESCRIPTION
26531                     "A number that identifies a specific port set."
26532        ::= { psetMemberEntry 1 }
26533
26534	psetMemberNameIndex             OBJECT-TYPE
26535	SYNTAX                          Integer32 (1..2147483647)
26536        MAX-ACCESS                      read-only
26537        STATUS                          current
26538        DESCRIPTION
26539                      "A number the identifies the port in the set."
26540        ::= { psetMemberEntry 2 }
26541
26542	psetPortName                    OBJECT-TYPE
26543	SYNTAX                          DisplayString
26544        MAX-ACCESS                      read-only
26545        STATUS                          current
26546        DESCRIPTION
26547		    "A textual name for this port."
26548	::= { psetMemberEntry 3 }
26549	psetPortVserver                 OBJECT-TYPE
26550	SYNTAX                          DisplayString
26551        MAX-ACCESS                      read-only
26552        STATUS                          current
26553        DESCRIPTION
26554		"Name of the vserver to which the port set and LIFs in the
26555		     port set belong. This field is available from c-mode management
26556		     interfaces only."
26557   ::= { psetMemberEntry 4}
26558
26559        -- The rest of the blocks group.
26560
26561	fcp64ReadBytes                  OBJECT-TYPE
26562	SYNTAX                          Counter64
26563        MAX-ACCESS                      read-only
26564        STATUS                          current
26565        DESCRIPTION
26566			"The total number of bytes read via FCP
26567			since the last boot.  This object returns all
26568			of the 64 bit unsigned integer.
26569			This field is not available from the c-mode management interfaces"
26570	::= { blocks 20 }
26571
26572	fcp64WriteBytes                 OBJECT-TYPE
26573	SYNTAX                          Counter64
26574        MAX-ACCESS                      read-only
26575        STATUS                          current
26576        DESCRIPTION
26577			"The total number of bytes written via FCP
26578			since the last boot.  This object returns all
26579			of the 64 bit unsigned integer.
26580			This field is not available from the c-mode management interfaces"
26581	::= { blocks 21 }
26582
26583	iscsi64ReadBytes                OBJECT-TYPE
26584	SYNTAX                          Counter64
26585        MAX-ACCESS                      read-only
26586        STATUS                          current
26587        DESCRIPTION
26588			"The total number of bytes read via iSCSI
26589			since the last boot.  This object returns all
26590			of the 64 bit unsigned integer.
26591			This field is not available from the c-mode management interfaces"
26592	::= { blocks 22 }
26593
26594	iscsi64WriteBytes               OBJECT-TYPE
26595	SYNTAX                          Counter64
26596        MAX-ACCESS                      read-only
26597        STATUS                          current
26598        DESCRIPTION
26599			"The total number of bytes written via iSCSI
26600			since the last boot.  This object returns all
26601			of the 64 bit unsigned integer.
26602			This field is not available from the c-mode management interfaces"
26603	::= { blocks 23 }
26604
26605	iscsi64Ops                      OBJECT-TYPE
26606	SYNTAX                          Counter64
26607        MAX-ACCESS                      read-only
26608        STATUS                          current
26609	DESCRIPTION
26610			"The total number of iSCSI ops handled since the
26611			last boot.  This object returns all of the 64 bit
26612			unsigned integer.
26613			This field is not available from the c-mode management interfaces"
26614	::= { blocks 24 }
26615
26616	fcp64Ops                        OBJECT-TYPE
26617	SYNTAX                          Counter64
26618        MAX-ACCESS                      read-only
26619        STATUS                          current
26620	DESCRIPTION
26621			"The total number of FCP ops handled since the
26622			last boot.  This object returns all of the 64 bit
26623			unsigned integer.
26624			This field is not available from the c-mode management interfaces"
26625	::= { blocks 25 }
26626
26627
26628   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26629   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26630   -- FCP Target Ports
26631   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26632   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26633   fcpTargetPort    OBJECT IDENTIFIER ::= {blocks 26}
26634
26635   fcpTargetPortTable              OBJECT-TYPE
26636   SYNTAX                          SEQUENCE OF FcpTargetPortEntry
26637       MAX-ACCESS                      not-accessible
26638       STATUS                          current
26639   DESCRIPTION
26640       "Provide a report of fcp target port general
26641       information
26642       This table is available from c-mode management interfaces only."
26643   ::= {fcpTargetPort 1}
26644
26645   fcpTargetPortEntry         OBJECT-TYPE
26646   SYNTAX                          FcpTargetPortEntry
26647       MAX-ACCESS                      not-accessible
26648       STATUS                          current
26649   DESCRIPTION
26650       "Provide a report of per fcp target port device information."
26651
26652   INDEX    { fcpTargetPortNodeName, IMPLIED fcpTargetPortName }
26653   ::= { fcpTargetPortTable 1 }
26654
26655   FcpTargetPortEntry ::=
26656       SEQUENCE {
26657       fcpTargetPortNodeName      DisplayString,
26658       fcpTargetPortName          DisplayString,
26659       fcpTargetPortSpeed         Integer32,
26660       fcpTargetPortStandby       INTEGER,
26661       fcpTargetPortTopology      INTEGER
26662       }
26663
26664   fcpTargetPortNodeName               OBJECT-TYPE
26665   SYNTAX                              DisplayString
26666       MAX-ACCESS                      read-only
26667       STATUS                          current
26668   DESCRIPTION
26669       "Name of the node hosting the FCP target port."
26670   ::= { fcpTargetPortEntry 1 }
26671
26672   fcpTargetPortName               OBJECT-TYPE
26673   SYNTAX                          DisplayString
26674       MAX-ACCESS                      read-only
26675       STATUS                          current
26676   DESCRIPTION
26677       "FCP target port name."
26678   ::= { fcpTargetPortEntry 2 }
26679
26680   fcpTargetPortSpeed              OBJECT-TYPE
26681   SYNTAX                          Integer32
26682       MAX-ACCESS                      read-only
26683       STATUS                          current
26684   DESCRIPTION
26685       "Speed in gigabits per second. 0 indicates speed is set to auto."
26686   ::= { fcpTargetPortEntry 3 }
26687
26688   fcpTargetPortStandby                OBJECT-TYPE
26689   SYNTAX                          INTEGER {
26690                                       false(1),
26691                                       true(2)
26692                                    }
26693       MAX-ACCESS                      read-only
26694       STATUS                          current
26695   DESCRIPTION
26696       "Whether this target adapter is in standby mode."
26697   ::= { fcpTargetPortEntry 4 }
26698
26699   fcpTargetPortTopology               OBJECT-TYPE
26700       SYNTAX                      INTEGER {
26701                                        unknown(1),
26702                                        fabric(2),
26703				        pointToPoint(3),
26704                                        loop(4),
26705                                        auto(5)
26706                                    }
26707       MAX-ACCESS                      read-only
26708       STATUS                          current
26709   DESCRIPTION
26710       "Fibre channel topology for this adapter."
26711   ::= { fcpTargetPortEntry 5 }
26712
26713
26714   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26715   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26716   -- FCP Target LIFs
26717   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26718   -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26719   fcpTargetLif    OBJECT IDENTIFIER ::= {blocks 27}
26720
26721   fcpTargetLifTable               OBJECT-TYPE
26722   SYNTAX                          SEQUENCE OF FcpTargetLifEntry
26723       MAX-ACCESS                      not-accessible
26724       STATUS                          current
26725   DESCRIPTION
26726       "Provide a report of FCP target LIFs general
26727       information.
26728       This table is available from c-mode management interfaces only."
26729   ::= {fcpTargetLif 1}
26730
26731   fcpTargetLifEntry          OBJECT-TYPE
26732   SYNTAX                          FcpTargetLifEntry
26733       MAX-ACCESS                      not-accessible
26734       STATUS                          current
26735   DESCRIPTION
26736       "Provide a report of per fcp target LIF information."
26737   INDEX    {fcpTargetLifVserver, fcpTargetLifName }
26738   ::= { fcpTargetLifTable 1 }
26739
26740   FcpTargetLifEntry ::=
26741       SEQUENCE {
26742       fcpTargetLifVserver       DisplayString,
26743       fcpTargetLifName          DisplayString,
26744       fcpTargetLifHomeNode      DisplayString,
26745       fcpTargetLifHomePort      DisplayString,
26746       fcpTargetLifNN            DisplayString,
26747       fcpTargetLifPN            DisplayString,
26748       fcpTargetLifStatusAdmin   INTEGER,
26749       fcpTargetLifStatusOper    INTEGER
26750       }
26751
26752   fcpTargetLifVserver             OBJECT-TYPE
26753   SYNTAX                          DisplayString
26754       MAX-ACCESS                      read-only
26755       STATUS                          current
26756       DESCRIPTION
26757       "Vserver containing the FCP target LIF."
26758   ::= { fcpTargetLifEntry 1 }
26759   fcpTargetLifName                OBJECT-TYPE
26760   SYNTAX                          DisplayString
26761       MAX-ACCESS                      read-only
26762       STATUS                          current
26763   DESCRIPTION
26764       "The name of the FCP target device."
26765   ::= { fcpTargetLifEntry 2 }
26766
26767   fcpTargetLifHomeNode             OBJECT-TYPE
26768   SYNTAX                           DisplayString
26769       MAX-ACCESS                       read-only
26770       STATUS                           current
26771   DESCRIPTION
26772       "The home node of the FCP target LIF."
26773   ::= { fcpTargetLifEntry 3 }
26774
26775   fcpTargetLifHomePort              OBJECT-TYPE
26776   SYNTAX                            DisplayString
26777       MAX-ACCESS                        read-only
26778       STATUS                            current
26779   DESCRIPTION
26780       "The home port of the FCP target LIF."
26781   ::= { fcpTargetLifEntry 4 }
26782
26783   fcpTargetLifNN                  OBJECT-TYPE
26784   SYNTAX                          DisplayString
26785       MAX-ACCESS                      read-only
26786       STATUS                          current
26787   DESCRIPTION
26788       "The FC WWNN of the FCP target hosting the LIF."
26789   ::= { fcpTargetLifEntry 5 }
26790
26791   fcpTargetLifPN                  OBJECT-TYPE
26792   SYNTAX                          DisplayString
26793       MAX-ACCESS                      read-only
26794       STATUS                          current
26795   DESCRIPTION
26796       "The FC WWPN of the FCP target LIF."
26797   ::= { fcpTargetLifEntry 6 }
26798
26799   fcpTargetLifStatusAdmin         OBJECT-TYPE
26800   SYNTAX                          INTEGER {
26801                                       up(0),
26802                                       down(1)
26803                                    }
26804       MAX-ACCESS                      read-only
26805       STATUS                          current
26806   DESCRIPTION
26807       "Status of the FCP target LIF assigned by an administrator."
26808   ::= { fcpTargetLifEntry 7 }
26809
26810   fcpTargetLifStatusOper          OBJECT-TYPE
26811   SYNTAX                          INTEGER {
26812                                       up(0),
26813                                       down(1)
26814                                    }
26815       MAX-ACCESS                      read-only
26816       STATUS                          current
26817   DESCRIPTION
26818       "Operational status of the FCP target LIF."
26819   ::= { fcpTargetLifEntry 8 }
26820
26821
26822	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26823	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26824	-- NFS caching group
26825	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26826	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26827
26828
26829	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26830	-- NFS caching options
26831	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26832	nfsCacheOptions		OBJECT IDENTIFIER ::= { nfscache 1 }
26833
26834	nfsCacheIsEnabled               OBJECT-TYPE
26835	SYNTAX                          INTEGER {
26836                                             false(1),
26837                                             true(2)
26838                                        }
26839        MAX-ACCESS                      read-only
26840        STATUS                          current
26841	DESCRIPTION
26842				"Whether NFS caching is enabled on this system."
26843	::= { nfsCacheOptions 1 }
26844
26845	nfsCacheIsLicensed              OBJECT-TYPE
26846	SYNTAX                          INTEGER {
26847                                             false(1),
26848                                             true(2)
26849                                        }
26850        MAX-ACCESS                      read-only
26851        STATUS                          current
26852	DESCRIPTION
26853				"Whether NFS caching is licensed on this system."
26854	::= { nfsCacheOptions 2 }
26855
26856	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26857	-- NFS caching stats
26858	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
26859
26860	nfsCacheStats		OBJECT IDENTIFIER ::= { nfscache 2 }
26861
26862	nfsCacheBytesFromClients        OBJECT-TYPE
26863	SYNTAX                          Counter32
26864        MAX-ACCESS                      read-only
26865        STATUS                          deprecated
26866	DESCRIPTION
26867			"Total NFS bytes received from clients"
26868	::= { nfsCacheStats 1 }
26869
26870	nfsCacheBytesToClients          OBJECT-TYPE
26871	SYNTAX                          Counter32
26872        MAX-ACCESS                      read-only
26873        STATUS                          deprecated
26874	DESCRIPTION
26875			"Total NFS bytes sent to clients"
26876	::= { nfsCacheStats 2 }
26877
26878	nfsCacheBytesFromServers        OBJECT-TYPE
26879	SYNTAX                          Counter32
26880        MAX-ACCESS                      read-only
26881        STATUS                          deprecated
26882	DESCRIPTION
26883			"Total NFS bytes received from servers"
26884	::= { nfsCacheStats 3 }
26885
26886	nfsCacheBytesToServers          OBJECT-TYPE
26887	SYNTAX                          Counter32
26888        MAX-ACCESS                      read-only
26889        STATUS                          deprecated
26890	DESCRIPTION
26891			"Total NFS bytes sent to servers"
26892	::= { nfsCacheStats 4 }
26893
26894	nfsCacheTotalRequests           OBJECT-TYPE
26895	SYNTAX                          Counter32
26896        MAX-ACCESS                      read-only
26897        STATUS                          deprecated
26898	DESCRIPTION
26899			"Total NFS requests received"
26900	::= { nfsCacheStats 5 }
26901
26902	nfsCacheHitRequests             OBJECT-TYPE
26903	SYNTAX                          Counter32
26904        MAX-ACCESS                      read-only
26905        STATUS                          deprecated
26906	DESCRIPTION
26907			"Total NFS requests resulting in cache hits"
26908	::= { nfsCacheStats 6 }
26909
26910	nfsCacheMissRequests            OBJECT-TYPE
26911	SYNTAX                          Counter32
26912        MAX-ACCESS                      read-only
26913        STATUS                          deprecated
26914	DESCRIPTION
26915			"Total NFS requests resulting in cache misses"
26916	::= { nfsCacheStats 7 }
26917
26918	nfsCacheMissCacheableRequests   OBJECT-TYPE
26919	SYNTAX                          Counter32
26920        MAX-ACCESS                      read-only
26921        STATUS                          current
26922	DESCRIPTION
26923			"Total NFS requests that were cacheable misses"
26924	::= { nfsCacheStats 8 }
26925
26926	nfsCacheMissUnCacheableRequests OBJECT-TYPE
26927	SYNTAX                          Counter32
26928        MAX-ACCESS                      read-only
26929        STATUS                          current
26930	DESCRIPTION
26931			"Total NFS requests that were uncacheable misses"
26932	::= { nfsCacheStats 9 }
26933
26934	nfsCacheEjectRequests           OBJECT-TYPE
26935	SYNTAX                          Counter32
26936        MAX-ACCESS                      read-only
26937        STATUS                          current
26938	DESCRIPTION
26939			"Total NFS requests resulting in object eject due to expiration"
26940	::= { nfsCacheStats 10 }
26941
26942	nfsCacheVerifyRequests          OBJECT-TYPE
26943	SYNTAX                          Counter32
26944        MAX-ACCESS                      read-only
26945        STATUS                          current
26946	DESCRIPTION
26947			"Total NFS requests resulting in object verification"
26948	::= { nfsCacheStats 11 }
26949
26950	nfsCacheRpcRecords              OBJECT-TYPE
26951	SYNTAX                          Counter32
26952        MAX-ACCESS                      read-only
26953        STATUS                          current
26954	DESCRIPTION
26955			"Total RPC records received"
26956	::= { nfsCacheStats 12 }
26957
26958	nfsCacheBWSavings               OBJECT-TYPE
26959	SYNTAX                          Integer32
26960        MAX-ACCESS                      read-only
26961        STATUS                          current
26962	DESCRIPTION
26963			"Bandwidth savings for NFS requests"
26964	::= { nfsCacheStats 13 }
26965
26966	nfsCacheHighBytesFromClients    OBJECT-TYPE
26967	SYNTAX                          Counter32
26968        MAX-ACCESS                      read-only
26969        STATUS                          deprecated
26970	DESCRIPTION
26971			"Total NFS bytes received from clients.  This object
26972			 returns the most significant 32 bits of the 64 bit
26973			 unsigned integer. This object is deprecated - Use
26974			 nfsCache64BytesFromClients instead."
26975	::= { nfsCacheStats 14 }
26976
26977	nfsCacheLowBytesFromClients     OBJECT-TYPE
26978	SYNTAX                          Counter32
26979        MAX-ACCESS                      read-only
26980        STATUS                          deprecated
26981	DESCRIPTION
26982			"Total NFS bytes received from clients.  This object
26983			 returns the least significant 32 bits of the 64 bit
26984			 unsigned integer. This object is deprecated - Use
26985			 nfsCache64BytesFromClients instead."
26986	::= { nfsCacheStats 15 }
26987
26988	nfsCacheHighBytesToClients      OBJECT-TYPE
26989	SYNTAX                          Counter32
26990        MAX-ACCESS                      read-only
26991        STATUS                          deprecated
26992	DESCRIPTION
26993			"Total NFS bytes sent to clients.  This object returns
26994			 the most significant 32 bits of the 64 bit unsigned
26995			 integer. This object is deprecated - Use
26996			 nfsCache64BytesToClients instead."
26997	::= { nfsCacheStats 16 }
26998
26999	nfsCacheLowBytesToClients       OBJECT-TYPE
27000	SYNTAX                          Counter32
27001        MAX-ACCESS                      read-only
27002        STATUS                          deprecated
27003	DESCRIPTION
27004			"Total NFS bytes sent to clients.  This object returns
27005			 the least significant 32 bits of the 64 bit unsigned
27006			 integer. This object is deprecated - Use
27007			 nfsCache64BytesToClients instead."
27008	::= { nfsCacheStats 17 }
27009
27010	nfsCacheHighBytesFromServers    OBJECT-TYPE
27011	SYNTAX                          Counter32
27012        MAX-ACCESS                      read-only
27013        STATUS                          deprecated
27014	DESCRIPTION
27015			"Total NFS bytes received from servers.  This object
27016			 returns the most significant 32 bits of the 64 bit
27017			 unsigned integer. This object is deprecated - Use
27018			 nfsCache64BytesFromServers instead."
27019	::= { nfsCacheStats 18 }
27020
27021	nfsCacheLowBytesFromServers     OBJECT-TYPE
27022	SYNTAX                          Counter32
27023        MAX-ACCESS                      read-only
27024        STATUS                          deprecated
27025	DESCRIPTION
27026			"Total NFS bytes received from servers.  This object
27027			 returns the least significant 32 bits of the 64 bit
27028			 unsigned integer. This object is deprecated - Use
27029			 nfsCache64BytesFromServers instead."
27030	::= { nfsCacheStats 19 }
27031
27032	nfsCacheHighBytesToServers      OBJECT-TYPE
27033	SYNTAX                          Counter32
27034        MAX-ACCESS                      read-only
27035        STATUS                          deprecated
27036	DESCRIPTION
27037			"Total NFS bytes sent to servers.  This object
27038			 returns the most significant 32 bits of the 64 bit
27039			 unsigned integer. This object is deprecated - Use
27040			 nfsCache64BytesToServers instead."
27041	::= { nfsCacheStats 20 }
27042
27043	nfsCacheLowBytesToServers       OBJECT-TYPE
27044	SYNTAX                          Counter32
27045        MAX-ACCESS                      read-only
27046        STATUS                          deprecated
27047	DESCRIPTION
27048			"Total NFS bytes sent to servers.  This object
27049			 returns the least significant 32 bits of the 64 bit
27050			 unsigned integer. This object is deprecated - Use
27051			 nfsCache64BytesToServers instead."
27052	::= { nfsCacheStats 21 }
27053
27054	nfsCacheHighTotalRequests       OBJECT-TYPE
27055	SYNTAX                          Counter32
27056        MAX-ACCESS                      read-only
27057        STATUS                          deprecated
27058	DESCRIPTION
27059			"Total NFS requests received.  This object returns
27060			 the most significant 32 bits of the 64 bit unsigned
27061			 integer. This object is deprecated - Use
27062			 nfsCache64TotalRequests instead."
27063	::= { nfsCacheStats 22 }
27064
27065	nfsCacheLowTotalRequests        OBJECT-TYPE
27066	SYNTAX                          Counter32
27067        MAX-ACCESS                      read-only
27068        STATUS                          deprecated
27069	DESCRIPTION
27070			"Total NFS requests received.  This object returns
27071			 the least significant 32 bits of the 64 bit unsigned
27072			 integer. This object is deprecated - Use
27073			 nfsCache64TotalRequests instead."
27074	::= { nfsCacheStats 23 }
27075
27076	nfsCacheHighHitRequests         OBJECT-TYPE
27077	SYNTAX                          Counter32
27078        MAX-ACCESS                      read-only
27079        STATUS                          deprecated
27080	DESCRIPTION
27081			"Total NFS requests resulting in cache hits.  This
27082			 object returns the most significant 32 bits of the
27083			 64 bit unsigned integer. This object is deprecated -
27084			 Use nfsCache64HitRequests instead."
27085	::= { nfsCacheStats 24 }
27086
27087	nfsCacheLowHitRequests          OBJECT-TYPE
27088	SYNTAX                          Counter32
27089        MAX-ACCESS                      read-only
27090        STATUS                          deprecated
27091	DESCRIPTION
27092			"Total NFS requests resulting in cache hits.  This
27093			 object returns the least significant 32 bits of the
27094			 64 bit unsigned integer. This object is deprecated -
27095			 Use nfsCache64HitRequests instead."
27096	::= { nfsCacheStats 25 }
27097
27098	nfsCacheHighMissRequests        OBJECT-TYPE
27099	SYNTAX                          Counter32
27100        MAX-ACCESS                      read-only
27101        STATUS                          deprecated
27102	DESCRIPTION
27103			"Total NFS requests resulting in cache misses.  This
27104			 object returns the most significant 32 bits of the
27105			 64 bit unsigned integer. This object is deprecated -
27106			 Use nfsCache64MissRequests instead."
27107	::= { nfsCacheStats 26 }
27108
27109	nfsCacheLowMissRequests         OBJECT-TYPE
27110	SYNTAX                          Counter32
27111        MAX-ACCESS                      read-only
27112        STATUS                          deprecated
27113	DESCRIPTION
27114			"Total NFS requests resulting in cache misses.  This
27115			 object returns the least significant 32 bits of the
27116			 64 bit unsigned integer. This object is deprecated -
27117			 Use nfsCache64MissRequests instead."
27118	::= { nfsCacheStats 27 }
27119
27120	nfsCache64BytesFromClients      OBJECT-TYPE
27121	SYNTAX                          Counter64
27122        MAX-ACCESS                      read-only
27123        STATUS                          current
27124	DESCRIPTION
27125			"Total NFS bytes received from clients.  This object
27126			 returns all of the 64 bit unsigned integer."
27127	::= { nfsCacheStats 28 }
27128
27129	nfsCache64BytesToClients        OBJECT-TYPE
27130	SYNTAX                          Counter64
27131        MAX-ACCESS                      read-only
27132        STATUS                          current
27133	DESCRIPTION
27134			"Total NFS bytes sent to clients.  This object returns
27135			 all of the 64 bit unsigned integer."
27136	::= { nfsCacheStats 29 }
27137
27138	nfsCache64BytesFromServers      OBJECT-TYPE
27139	SYNTAX                          Counter64
27140        MAX-ACCESS                      read-only
27141        STATUS                          current
27142	DESCRIPTION
27143			"Total NFS bytes received from servers.  This object
27144			 returns all of the 64 bit unsigned integer."
27145	::= { nfsCacheStats 30 }
27146
27147	nfsCache64BytesToServers        OBJECT-TYPE
27148	SYNTAX                          Counter64
27149        MAX-ACCESS                      read-only
27150        STATUS                          current
27151	DESCRIPTION
27152			"Total NFS bytes sent to servers.  This object
27153			 returns all of the 64 bit unsigned integer."
27154	::= { nfsCacheStats 31 }
27155
27156	nfsCache64TotalRequests         OBJECT-TYPE
27157	SYNTAX                          Counter64
27158        MAX-ACCESS                      read-only
27159        STATUS                          current
27160	DESCRIPTION
27161			"Total NFS requests received.  This object returns
27162			 all of the 64 bit unsigned integer."
27163	::= { nfsCacheStats 32 }
27164
27165	nfsCache64HitRequests           OBJECT-TYPE
27166	SYNTAX                          Counter64
27167        MAX-ACCESS                      read-only
27168        STATUS                          current
27169	DESCRIPTION
27170			"Total NFS requests resulting in cache hits.  This
27171			 object returns all of the  64 bit unsigned integer."
27172	::= { nfsCacheStats 33 }
27173
27174	nfsCache64MissRequests          OBJECT-TYPE
27175	SYNTAX                          Counter64
27176        MAX-ACCESS                      read-only
27177        STATUS                          current
27178	DESCRIPTION
27179			"Total NFS requests resulting in cache misses.  This
27180			 object returns all of the 64 bit unsigned integer."
27181	::= { nfsCacheStats 34 }
27182
27183	-- -- -- -- -- -- -- --
27184	-- the storage group --
27185	-- -- -- -- -- -- -- --
27186
27187	enclosure	OBJECT IDENTIFIER ::=	{ storage 1 }
27188
27189        -- -- -- -- -- -- --
27190        -- The enclosure group for storage
27191
27192	enclNumber                      OBJECT-TYPE
27193	SYNTAX                          Integer32
27194        MAX-ACCESS                      read-only
27195        STATUS                          current
27196	DESCRIPTION
27197	    "The number of storage enclosures in the storage subsystem."
27198	::= { enclosure 1 }
27199
27200	enclTable                       OBJECT-TYPE
27201	SYNTAX                          SEQUENCE OF EnclEntry
27202        MAX-ACCESS                      not-accessible
27203        STATUS                          current
27204	DESCRIPTION
27205	    "Display disk enclosure environmental information for disk
27206	     shelves that support SCSI Enclosure Services."
27207	::= { enclosure 2 }
27208
27209	enclEntry                       OBJECT-TYPE
27210	SYNTAX                          EnclEntry
27211        MAX-ACCESS                      not-accessible
27212        STATUS                          current
27213	DESCRIPTION
27214	    "Display disk enclosure (shelf) environmental
27215	     information for the referenced disk enclosure."
27216	INDEX	{ enclIndex }
27217	::= { enclTable 1 }
27218
27219	EnclEntry ::=
27220	    SEQUENCE {
27221	        enclIndex
27222		    Integer32,
27223		enclContactState
27224		    INTEGER,
27225		enclChannelShelfAddr
27226		    DisplayString,
27227		enclProductLogicalID
27228		    DisplayString,
27229		enclProductID
27230		    DisplayString,
27231		enclProductVendor
27232		    DisplayString,
27233		enclProductModel
27234		    DisplayString,
27235		enclProductRevision
27236		    DisplayString,
27237		enclProductSerialNo
27238		    DisplayString,
27239		enclNumberDiskBays
27240		    Integer32,
27241		enclDisksPresent
27242		    DisplayString,
27243		enclPowerSuppliesMaximum
27244		    Integer32,
27245		enclPowerSuppliesPresent
27246		    DisplayString,
27247		enclPowerSuppliesSerialNos
27248		    DisplayString,
27249		enclPowerSuppliesFailed
27250		    DisplayString,
27251		enclFansMaximum
27252		    Integer32,
27253		enclFansPresent
27254		    DisplayString,
27255		enclFansFailed
27256		    DisplayString,
27257		enclTempSensorsMaximum
27258		    Integer32,
27259		enclTempSensorsPresent
27260		    DisplayString,
27261		enclTempSensorsOverTempFail
27262		    DisplayString,
27263		enclTempSensorsOverTempWarn
27264		    DisplayString,
27265		enclTempSensorsUnderTempFail
27266		    DisplayString,
27267		enclTempSensorsUnderTempWarn
27268		    DisplayString,
27269		enclTempSensorsCurrentTemp
27270		    DisplayString,
27271		enclTempSensorsOverTempFailThr
27272		    DisplayString,
27273		enclTempSensorsOverTempWarnThr
27274		    DisplayString,
27275		enclTempSensorsUnderTempFailThr
27276		    DisplayString,
27277		enclTempSensorsUnderTempWarnThr
27278		    DisplayString,
27279		enclElectronicsMaximum
27280		    Integer32,
27281		enclElectronicsPresent
27282		    DisplayString,
27283		enclElectronicsSerialNos
27284		    DisplayString,
27285	        enclElectronicsFailed
27286		    DisplayString,
27287		enclVoltSensorsMaximum
27288		    Integer32,
27289		enclVoltSensorsPresent
27290		    DisplayString,
27291		enclVoltSensorsOverVoltFail
27292		    DisplayString,
27293		enclVoltSensorsOverVoltWarn
27294		    DisplayString,
27295		enclVoltSensorsUnderVoltFail
27296		    DisplayString,
27297		enclVoltSensorsUnderVoltWarn
27298		    DisplayString,
27299		enclVoltSensorsOverVoltFailThr
27300		    DisplayString,
27301		enclVoltSensorsOverVoltWarnThr
27302		    DisplayString,
27303		enclVoltSensorsUnderVoltFailThr
27304		    DisplayString,
27305		enclVoltSensorsUnderVoltWarnThr
27306		    DisplayString,
27307		enclVoltSensorsCurrentVolt
27308		    DisplayString,
27309		enclCurSensorsMaximum
27310		    Integer32,
27311		enclCurSensorsPresent
27312		    DisplayString,
27313		enclCurSensorsOverCurFail
27314		    DisplayString,
27315		enclCurSensorsOverCurWarn
27316		    DisplayString,
27317		enclCurSensorsOverCurFailThr
27318		    DisplayString,
27319		enclCurSensorsOverCurWarnThr
27320		    DisplayString,
27321		enclCurSensorsCurrentCur
27322		    DisplayString,
27323		enclSASConnectMaximum
27324		    Integer32,
27325		enclSASConnectPresent
27326		    DisplayString,
27327		enclSASConnectVendor
27328		    DisplayString,
27329		enclSASConnectType
27330		    DisplayString,
27331		enclSASConnectCableLen
27332		    DisplayString,
27333		enclSASConnectCableTech
27334		    DisplayString,
27335		enclSASConnectCableEnd
27336		    DisplayString,
27337		enclSASConnectSerialNos
27338		    DisplayString,
27339		enclSASConnectPartNos
27340		    DisplayString,
27341		enclPowerSuppliesPartNos
27342		    DisplayString,
27343		enclFansSpeed
27344		    DisplayString,
27345		enclElectronicsPartNos
27346		    DisplayString,
27347		enclElectronicsCPLDVers
27348		    DisplayString,
27349		enclNodeName
27350		    DisplayString
27351	    }
27352
27353	enclIndex                       OBJECT-TYPE
27354	SYNTAX                          Integer32 (0..255)
27355        MAX-ACCESS                      read-only
27356        STATUS                          current
27357	DESCRIPTION
27358			"A number that identifies this enclosure among the
27359			 possible monitored enclosures.  This number normally
27360			 uniquely identifies one shelf within one boot,
27361			 but may it change between boots.  The number may
27362			 also change within a boot if shelves are removed
27363			 and added."
27364	::= { enclEntry 1 }
27365
27366	enclContactState                OBJECT-TYPE
27367	SYNTAX                          INTEGER {
27368                                             initializing(1),
27369                                             transitioning(2),
27370					     active(3),
27371					     inactive(4),
27372					     reconfiguring(5),
27373                                             nonexistent(6)
27374                                        }
27375        MAX-ACCESS                      read-only
27376        STATUS                          current
27377	DESCRIPTION
27378	    "The state of the communication between the filer or storage
27379	    engine and the enclosure monitoring device in the enclosure."
27380	::= { enclEntry 2 }
27381
27382	enclChannelShelfAddr            OBJECT-TYPE
27383	SYNTAX                          DisplayString
27384        MAX-ACCESS                      read-only
27385        STATUS                          current
27386	DESCRIPTION
27387	    "The adapter number or switch name and the port number
27388	    (together, called the channel), and shelf ID of this
27389	    enclosure.  Examples are 8a.1 and switch:5.1."
27390	::= { enclEntry 3 }
27391
27392	enclProductLogicalID            OBJECT-TYPE
27393	SYNTAX                          DisplayString
27394        MAX-ACCESS                      read-only
27395        STATUS                          current
27396	DESCRIPTION
27397	    "The logical identifier of this enclosure.  This a form of the
27398	    World-Wide Name (WWN)."
27399	::= { enclEntry 4 }
27400
27401	enclProductID                   OBJECT-TYPE
27402	SYNTAX                          DisplayString
27403        MAX-ACCESS                      read-only
27404        STATUS                          current
27405	DESCRIPTION
27406	    "The product ID of the shelf hardware module that provides
27407	    the enclosure monitoring function.  Example is LRC."
27408	::= { enclEntry 5 }
27409
27410	enclProductVendor               OBJECT-TYPE
27411	SYNTAX                          DisplayString
27412        MAX-ACCESS                      read-only
27413        STATUS                          current
27414	DESCRIPTION
27415	    "The name of the vendor of this enclosure.  Example is Xyratex."
27416	::= { enclEntry 6 }
27417
27418	enclProductModel                OBJECT-TYPE
27419	SYNTAX                          DisplayString
27420        MAX-ACCESS                      read-only
27421        STATUS                          current
27422	DESCRIPTION
27423	    "The model name of this enclosure.  Example is DiskShelf14."
27424	::= { enclEntry 7 }
27425
27426	enclProductRevision             OBJECT-TYPE
27427	SYNTAX                          DisplayString
27428        MAX-ACCESS                      read-only
27429        STATUS                          current
27430	DESCRIPTION
27431	    "The revision number of this enclosure."
27432	::= { enclEntry 8 }
27433
27434	enclProductSerialNo             OBJECT-TYPE
27435	SYNTAX                          DisplayString
27436        MAX-ACCESS                      read-only
27437        STATUS                          current
27438	DESCRIPTION
27439	    "The serial number of this enclosure."
27440	::= { enclEntry 9 }
27441
27442	enclNumberDiskBays              OBJECT-TYPE
27443	SYNTAX                          Integer32
27444        MAX-ACCESS                      read-only
27445        STATUS                          current
27446	DESCRIPTION
27447	    "The number of disk bays in this enclosure."
27448	::= { enclEntry 10 }
27449
27450	enclDisksPresent                OBJECT-TYPE
27451	SYNTAX                          DisplayString
27452        MAX-ACCESS                      read-only
27453        STATUS                          current
27454	DESCRIPTION
27455	    "The list of disks present by bay number in this enclosure."
27456	::= { enclEntry 11 }
27457
27458	enclPowerSuppliesMaximum        OBJECT-TYPE
27459	SYNTAX                          Integer32
27460        MAX-ACCESS                      read-only
27461        STATUS                          current
27462	DESCRIPTION
27463	    "The maximum number of power supplies in this enclosure."
27464	::= { enclEntry 12 }
27465
27466	enclPowerSuppliesPresent        OBJECT-TYPE
27467	SYNTAX                          DisplayString
27468        MAX-ACCESS                      read-only
27469        STATUS                          current
27470	DESCRIPTION
27471	    "The list of power supplies present in the enclosure.
27472	     Numbering is from left to right (top supply, then bottom,
27473	     on each side, if applicable) in their intended location
27474	     in the shelf, while facing the supplies."
27475	::= { enclEntry 13 }
27476
27477	enclPowerSuppliesSerialNos      OBJECT-TYPE
27478	SYNTAX                          DisplayString
27479        MAX-ACCESS                      read-only
27480        STATUS                          current
27481	DESCRIPTION
27482	    "The list of serial numbers of power supplies present
27483	     in the enclosure.  Not all shelves are able to report the
27484	     power supply serial number.  Communication errors may
27485	     make the serial number unavailable. The order follows that
27486	     of enclPowerSuppliesPresent"
27487	::= { enclEntry 14 }
27488
27489	enclPowerSuppliesFailed         OBJECT-TYPE
27490	SYNTAX                          DisplayString
27491        MAX-ACCESS                      read-only
27492        STATUS                          current
27493	DESCRIPTION
27494	    "The list of failed power supplies in this enclosure, numbered as
27495	     in enclPowerSuppliesPresent."
27496	::= { enclEntry 15 }
27497
27498	enclFansMaximum                 OBJECT-TYPE
27499	SYNTAX                          Integer32
27500        MAX-ACCESS                      read-only
27501        STATUS                          current
27502	DESCRIPTION
27503	    "The maximum number of fans or fan modules monitored by this
27504	     enclosure.  R100/R150 shelf power supply fans are not included
27505	     in this number."
27506	::= { enclEntry 16 }
27507
27508	enclFansPresent                 OBJECT-TYPE
27509	SYNTAX                          DisplayString
27510        MAX-ACCESS                      read-only
27511        STATUS                          current
27512	DESCRIPTION
27513	    "The list of fans or fan modules present and for which
27514	     status is known in this enclosure.  Numbering begins with
27515	     fans on the front of the enclosure, if applicable. Fans
27516	     are numbered left-to-right (upper fans, then lower, if
27517	     applicable) as facing the fans or the modules that
27518	     contain them, such as power supply modules.  R100/R150
27519	     shelf power supply fans are not included in this list."
27520	::= { enclEntry 17 }
27521
27522	enclFansFailed                  OBJECT-TYPE
27523	SYNTAX                          DisplayString
27524        MAX-ACCESS                      read-only
27525        STATUS                          current
27526	DESCRIPTION
27527	    "The list of failed fans or fan modules in this enclosure.  Fans
27528	     are numbered as described in enclFansPresent."
27529	::= { enclEntry 18 }
27530
27531	enclTempSensorsMaximum          OBJECT-TYPE
27532	SYNTAX                          Integer32
27533        MAX-ACCESS                      read-only
27534        STATUS                          current
27535	DESCRIPTION
27536	    "The maximum number of temperature sensors monitored
27537	     by this enclosure."
27538	::= { enclEntry 19 }
27539
27540	enclTempSensorsPresent          OBJECT-TYPE
27541	SYNTAX                          DisplayString
27542        MAX-ACCESS                      read-only
27543        STATUS                          current
27544	DESCRIPTION
27545	    "The list of temperature sensors present and for which
27546	     status is known in this enclosure.  Temperature sensors are
27547	     numbered top-to-bottom and left-to-right, beginning with
27548	     the front of the enclosure, then the rear, as the modules
27549	     containing them are faced."
27550	::= { enclEntry 20 }
27551
27552	enclTempSensorsOverTempFail     OBJECT-TYPE
27553	SYNTAX                          DisplayString
27554        MAX-ACCESS                      read-only
27555        STATUS                          current
27556	DESCRIPTION
27557	    "The list of temperature sensors reporting
27558	     overtemperature failure in this enclosure.  Sensors are
27559	     numbered as in TempSensorsPresent."
27560	::= { enclEntry 21 }
27561
27562	enclTempSensorsOverTempWarn     OBJECT-TYPE
27563	SYNTAX                          DisplayString
27564        MAX-ACCESS                      read-only
27565        STATUS                          current
27566	DESCRIPTION
27567	    "The list of temperature sensors reporting overtemperature
27568	     warning in this enclosure.  Sensors are numbered as in
27569	     TempSensorsPresent."
27570	::= { enclEntry 22 }
27571
27572	enclTempSensorsUnderTempFail    OBJECT-TYPE
27573	SYNTAX                          DisplayString
27574        MAX-ACCESS                      read-only
27575        STATUS                          current
27576	DESCRIPTION
27577	    "The list of temperature sensors reporting undertemperature
27578	     failure in this enclosure.  Sensors are numbered as in
27579	     TempSensorsPresent."
27580	::= { enclEntry 23 }
27581
27582	enclTempSensorsUnderTempWarn    OBJECT-TYPE
27583	SYNTAX                          DisplayString
27584        MAX-ACCESS                      read-only
27585        STATUS                          current
27586	DESCRIPTION
27587	    "The list of temperature sensors reporting undertemperature
27588	     warning in this enclosure.  Sensors are numbered as in
27589	     TempSensorsPresent."
27590	::= { enclEntry 24 }
27591
27592	enclTempSensorsCurrentTemp      OBJECT-TYPE
27593	SYNTAX                          DisplayString
27594        MAX-ACCESS                      read-only
27595        STATUS                          current
27596	DESCRIPTION
27597	    "The list of temperatures reported by all temperature sensors in
27598	     the enclosure, including the ambient temperature.  Sensors are
27599	     numbered as in TempSensorsPresent."
27600	::= { enclEntry 25 }
27601
27602	enclTempSensorsOverTempFailThr  OBJECT-TYPE
27603	SYNTAX                          DisplayString
27604        MAX-ACCESS                      read-only
27605        STATUS                          current
27606	DESCRIPTION
27607	    "The list of overtemperature failure thresholds for all
27608	     temperature sensors in the enclosure.  Sensors are
27609	     numbered as in TempSensorsPresent."
27610	::= { enclEntry 26 }
27611
27612	enclTempSensorsOverTempWarnThr  OBJECT-TYPE
27613	SYNTAX                          DisplayString
27614        MAX-ACCESS                      read-only
27615        STATUS                          current
27616	DESCRIPTION
27617	    "The list of overtemperature warning thresholds for all
27618	     temperature sensors in the enclosure.  Sensors are
27619	     numbered as in TempSensorsPresent."
27620	::= { enclEntry 27 }
27621
27622	enclTempSensorsUnderTempFailThr OBJECT-TYPE
27623	SYNTAX                          DisplayString
27624        MAX-ACCESS                      read-only
27625        STATUS                          current
27626	DESCRIPTION
27627	    "The list of undertemperature failure thresholds for all
27628	     temperature sensors in the enclosure.  Sensors are numbered as
27629	     in TempSensorsPresent."
27630	::= { enclEntry 28 }
27631
27632	enclTempSensorsUnderTempWarnThr OBJECT-TYPE
27633	SYNTAX                          DisplayString
27634        MAX-ACCESS                      read-only
27635        STATUS                          current
27636	DESCRIPTION
27637	    "The list of undertemperature warning thresholds for all
27638	     temperature sensors in the enclosure.   Sensors are numbered as
27639	     in TempSensorsPresent."
27640	::= { enclEntry 29 }
27641
27642	enclElectronicsMaximum          OBJECT-TYPE
27643	SYNTAX                          Integer32
27644        MAX-ACCESS                      read-only
27645        STATUS                          current
27646	DESCRIPTION
27647	    "The number of enclosure services electronics modules that it is
27648	     possible for this enclosure to detect and/or monitor."
27649	::= { enclEntry 30 }
27650
27651	enclElectronicsPresent          OBJECT-TYPE
27652	SYNTAX                          DisplayString
27653        MAX-ACCESS                      read-only
27654        STATUS                          current
27655	DESCRIPTION
27656	    "The list those enclosure services electronics modules present in
27657	     this enclosure.  Numbering is from left-to-right or top-to-bottom
27658	     in their intended location in the shelf, while facing the
27659	     electronics modules.  It is normal for the R200 FC-AT module to be
27660	     reported as the second module."
27661	::= { enclEntry 31 }
27662
27663	enclElectronicsSerialNos        OBJECT-TYPE
27664	SYNTAX                          DisplayString
27665        MAX-ACCESS                      read-only
27666        STATUS                          current
27667	DESCRIPTION
27668	    "The list of serial numbers of the enclosure services electronics
27669	     modules present in this enclosure.  The order follows that of
27670	     enclElectronicsPresent."
27671	::= { enclEntry 32 }
27672
27673	enclElectronicsFailed           OBJECT-TYPE
27674	SYNTAX                          DisplayString
27675        MAX-ACCESS                      read-only
27676        STATUS                          current
27677	DESCRIPTION
27678	    "The list of failed electronics elements.  Valid only if
27679	     enclElectronicsPresent shows that some are present."
27680	::= { enclEntry 33 }
27681
27682	enclVoltSensorsMaximum          OBJECT-TYPE
27683	SYNTAX                          Integer32
27684        MAX-ACCESS                      read-only
27685        STATUS                          current
27686	DESCRIPTION
27687	    "The number of voltage sensors monitored by
27688	     this enclosure."
27689	::= { enclEntry 34 }
27690
27691	enclVoltSensorsPresent          OBJECT-TYPE
27692	SYNTAX                          DisplayString
27693        MAX-ACCESS                      read-only
27694        STATUS                          current
27695	DESCRIPTION
27696	    "The list of voltage sensors present and for which
27697	     status is known in this enclosure.  Voltage sensors are
27698	     numbered top-to-bottom and left-to-right, as the modules
27699	     containing them are faced."
27700	::= { enclEntry 35 }
27701
27702	enclVoltSensorsOverVoltFail     OBJECT-TYPE
27703	SYNTAX                          DisplayString
27704        MAX-ACCESS                      read-only
27705        STATUS                          current
27706	DESCRIPTION
27707	    "The list of voltage sensors reporting
27708	     overvoltage failure in this enclosure.  Sensors are
27709	     numbered as in VoltSensorsPresent."
27710	::= { enclEntry 36 }
27711
27712	enclVoltSensorsOverVoltWarn     OBJECT-TYPE
27713	SYNTAX                          DisplayString
27714        MAX-ACCESS                      read-only
27715        STATUS                          current
27716	DESCRIPTION
27717	    "The list of voltage sensors reporting overvoltage
27718	     warning in this enclosure.  Sensors are numbered as in
27719	     VoltSensorsPresent."
27720	::= { enclEntry 37 }
27721
27722	enclVoltSensorsUnderVoltFail    OBJECT-TYPE
27723	SYNTAX                          DisplayString
27724        MAX-ACCESS                      read-only
27725        STATUS                          current
27726	DESCRIPTION
27727	    "The list of voltage sensors reporting undervoltage
27728	     failure in this enclosure.  Sensors are numbered as in
27729	     VoltSensorsPresent."
27730	::= { enclEntry 38 }
27731
27732	enclVoltSensorsUnderVoltWarn    OBJECT-TYPE
27733	SYNTAX                          DisplayString
27734        MAX-ACCESS                      read-only
27735        STATUS                          current
27736	DESCRIPTION
27737	    "The list of voltage sensors reporting undervoltage
27738	     warning in this enclosure.  Sensors are numbered as in
27739	     VoltSensorsPresent."
27740	::= { enclEntry 39 }
27741
27742	enclVoltSensorsCurrentVolt      OBJECT-TYPE
27743	SYNTAX                          DisplayString
27744        MAX-ACCESS                      read-only
27745        STATUS                          current
27746	DESCRIPTION
27747	    "The list of voltages reported by all voltage sensors in
27748	     the enclosure, Sensors are
27749	     numbered as in VoltSensorsPresent."
27750	::= { enclEntry 40 }
27751
27752	enclVoltSensorsOverVoltFailThr  OBJECT-TYPE
27753	SYNTAX                          DisplayString
27754        MAX-ACCESS                      read-only
27755        STATUS                          current
27756	DESCRIPTION
27757	    "The list of overvoltage failure thresholds for all
27758	     voltage sensors in the enclosure.  Sensors are
27759	     numbered as in VoltSensorsPresent."
27760	::= { enclEntry 41 }
27761
27762	enclVoltSensorsOverVoltWarnThr  OBJECT-TYPE
27763	SYNTAX                          DisplayString
27764        MAX-ACCESS                      read-only
27765        STATUS                          current
27766	DESCRIPTION
27767	    "The list of overvoltage warning thresholds for all
27768	     voltage sensors in the enclosure.  Sensors are
27769	     numbered as in VoltSensorsPresent."
27770	::= { enclEntry 42 }
27771
27772	enclVoltSensorsUnderVoltFailThr OBJECT-TYPE
27773	SYNTAX                          DisplayString
27774        MAX-ACCESS                      read-only
27775        STATUS                          current
27776	DESCRIPTION
27777	    "The list of undervoltage failure thresholds for all
27778	     voltage sensors in the enclosure.  Sensors are numbered
27779	     as in VoltSensorsPresent."
27780	::= { enclEntry 43 }
27781
27782	enclVoltSensorsUnderVoltWarnThr OBJECT-TYPE
27783	SYNTAX                          DisplayString
27784        MAX-ACCESS                      read-only
27785        STATUS                          current
27786	DESCRIPTION
27787	    "The list of undervoltage warning thresholds for all
27788	     voltage sensors in the enclosure.  Sensors are numbered as
27789	     in VoltSensorsPresent."
27790	::= { enclEntry 44 }
27791
27792	enclCurSensorsMaximum           OBJECT-TYPE
27793	SYNTAX                          Integer32
27794        MAX-ACCESS                      read-only
27795        STATUS                          current
27796	DESCRIPTION
27797	    "The number of current sensors monitored by
27798	     this enclosure."
27799	::= { enclEntry 45 }
27800
27801	enclCurSensorsPresent           OBJECT-TYPE
27802	SYNTAX                          DisplayString
27803        MAX-ACCESS                      read-only
27804        STATUS                          current
27805	DESCRIPTION
27806	    "The list of current sensors present and for which
27807	     status is known in this enclosure.  Current sensors are
27808	     numbered top-to-bottom and left-to-right, beginning with
27809	     the front of the enclosure, then the rear, as the modules
27810	     containing them are faced."
27811	::= { enclEntry 46 }
27812
27813	enclCurSensorsOverCurFail       OBJECT-TYPE
27814	SYNTAX                          DisplayString
27815        MAX-ACCESS                      read-only
27816        STATUS                          current
27817	DESCRIPTION
27818	    "The list of current sensors reporting
27819	     overcurrent failure in this enclosure.  Sensors are
27820	     numbered as in CurSensorsPresent."
27821	::= { enclEntry 47 }
27822
27823	enclCurSensorsOverCurWarn       OBJECT-TYPE
27824	SYNTAX                          DisplayString
27825        MAX-ACCESS                      read-only
27826        STATUS                          current
27827	DESCRIPTION
27828	    "The list of current sensors reporting overcurrent
27829	     warning in this enclosure.  Sensors are numbered as in
27830	     CurSensorsPresent."
27831	::= { enclEntry 48 }
27832
27833	enclCurSensorsCurrentCur        OBJECT-TYPE
27834	SYNTAX                          DisplayString
27835        MAX-ACCESS                      read-only
27836        STATUS                          current
27837	DESCRIPTION
27838	    "The list of currents reported by all current sensors in
27839	     the enclosure, Sensors are
27840	     numbered as in CurSensorsPresent."
27841	::= { enclEntry 49 }
27842
27843	enclCurSensorsOverCurFailThr    OBJECT-TYPE
27844	SYNTAX                          DisplayString
27845        MAX-ACCESS                      read-only
27846        STATUS                          current
27847	DESCRIPTION
27848	    "The list of overcurrent failure thresholds for all
27849	     current sensors in the enclosure.  Sensors are
27850	     numbered as in CurSensorsPresent."
27851	::= { enclEntry 50 }
27852
27853	enclCurSensorsOverCurWarnThr    OBJECT-TYPE
27854	SYNTAX                          DisplayString
27855        MAX-ACCESS                      read-only
27856        STATUS                          current
27857	DESCRIPTION
27858	    "The list of overcurrent warning thresholds for all
27859	     current sensors in the enclosure.  Sensors are
27860	     numbered as in CurSensorsPresent."
27861	::= { enclEntry 51 }
27862
27863	enclSASConnectMaximum		OBJECT-TYPE
27864	SYNTAX            		Integer32
27865        MAX-ACCESS                      read-only
27866        STATUS                          current
27867	DESCRIPTION
27868	    "The number of possible SAS connectors monitored
27869	     by this enclosure."
27870	::= { enclEntry 52 }
27871
27872	enclSASConnectPresent		OBJECT-TYPE
27873	SYNTAX            		DisplayString
27874        MAX-ACCESS                      read-only
27875        STATUS                          current
27876	DESCRIPTION
27877	    "The list of SAS connector numbers in this
27878	     enclosure that have cables attached.  Connectors
27879	     are numbered beginning at one on module one,
27880	     counting connectors innermost-to-outermost on the
27881	     module, then module two innermost-to-outermost.
27882	     Modules are numbered as in enclElectronicsPresent."
27883	::= { enclEntry 53 }
27884
27885	enclSASConnectVendor		OBJECT-TYPE
27886	SYNTAX       			DisplayString
27887        MAX-ACCESS                      read-only
27888        STATUS                          current
27889	DESCRIPTION
27890	    "The list of vendors of cables attached to the
27891	     SES connectors of the enclosure. If no cable,
27892	     is attached, the entry is shown as <N/A>."
27893	::= { enclEntry 54 }
27894
27895	enclSASConnectType		OBJECT-TYPE
27896	SYNTAX        			DisplayString
27897        MAX-ACCESS                      read-only
27898        STATUS                          current
27899	DESCRIPTION
27900	    "The list of connector types of connectors attached
27901	     to the enclosure. If no cable is attached,
27902	     the entry is shown as <N/A>."
27903	::= { enclEntry 55 }
27904
27905        enclSASConnectCableLen		OBJECT-TYPE
27906	SYNTAX         			DisplayString
27907        MAX-ACCESS                      read-only
27908        STATUS                          current
27909	DESCRIPTION
27910	    "The list of lengths (in meters) of cables attached
27911	     to the enclosure.  If no cable is attached,
27912	     the entry is shown as <N/A>."
27913	::= { enclEntry 56 }
27914
27915	enclSASConnectCableTech    	OBJECT-TYPE
27916	SYNTAX				DisplayString
27917        MAX-ACCESS                      read-only
27918        STATUS                          current
27919	DESCRIPTION
27920	    "The list of cable technologies of connectors attached
27921	     to the enclosure.  If no cable is attached, the
27922	     entry is shown as <N/A>."
27923	::= { enclEntry 57 }
27924
27925	enclSASConnectCableEnd		OBJECT-TYPE
27926	SYNTAX				DisplayString
27927        MAX-ACCESS                      read-only
27928        STATUS                          current
27929	DESCRIPTION
27930	    "The list of identifiers of which end of the cable is
27931	     attached to the enclosure.  If no cable is attached,
27932	     the entry is shown as <N/A>."
27933	::= { enclEntry 58 }
27934
27935	enclSASConnectSerialNos         OBJECT-TYPE
27936	SYNTAX                          DisplayString
27937        MAX-ACCESS                      read-only
27938        STATUS                          current
27939	DESCRIPTION
27940	    "The list of serial numbers of the SAS cables attached
27941	     to this enclosure.  If no cable is attached, the
27942	     entry is shown as <N/A>."
27943	::= { enclEntry 59 }
27944
27945 	enclSASConnectPartNos           OBJECT-TYPE
27946	SYNTAX                          DisplayString
27947        MAX-ACCESS                      read-only
27948        STATUS                          current
27949	DESCRIPTION
27950	    "The list of part numbers of the SAS cables attached
27951	     to this enclosure.  If no cable is attached, the
27952	     entry is shown as <N/A>."
27953	::= { enclEntry 60 }
27954
27955	enclPowerSuppliesPartNos        OBJECT-TYPE
27956	SYNTAX                          DisplayString
27957        MAX-ACCESS                      read-only
27958        STATUS                          current
27959	DESCRIPTION
27960	    "The list of part numbers of power supplies present
27961	     in the enclosure.  Not all shelves are able to report the
27962	     power supply part number.  Communication errors may
27963	     make the part number unavailable. The order follows that of
27964	     enclPowerSuppliesPresent."
27965	::= { enclEntry 61 }
27966
27967	enclFansSpeed                   OBJECT-TYPE
27968	SYNTAX                          DisplayString
27969        MAX-ACCESS                      read-only
27970        STATUS                          current
27971	DESCRIPTION
27972	    "The list of fan speeds in revolutions per minute (RPM) for fans
27973	     or fan modules present and for which speed status
27974	     is known in this enclosure. Not all enclosure types report
27975	     fan speeds. Fans are numbered as described in enclFansPresent."
27976	::= { enclEntry 62 }
27977
27978	enclElectronicsPartNos          OBJECT-TYPE
27979	SYNTAX                          DisplayString
27980        MAX-ACCESS                      read-only
27981        STATUS                          current
27982	DESCRIPTION
27983	    "The list of part numbers of the enclosure services electronics
27984	     modules present in this enclosure.  The order follows that of
27985	     enclElectronicsPresent."
27986	::= { enclEntry 63 }
27987
27988	enclElectronicsCPLDVers         OBJECT-TYPE
27989	SYNTAX                          DisplayString
27990        MAX-ACCESS                      read-only
27991        STATUS                          current
27992	DESCRIPTION
27993	    "The list of CPLDs ('complex programmable logic devices') of the
27994	     enclosure services electronics modules present in this enclosure.
27995	     Not all module types contain this part.
27996             The order follows that of enclElectronicsPresent."
27997	::= { enclEntry 64 }
27998
27999	enclNodeName                    OBJECT-TYPE
28000	SYNTAX                          DisplayString
28001        MAX-ACCESS                      read-only
28002        STATUS                          current
28003	DESCRIPTION
28004	    "Node to which this enclosure belongs."
28005	::= { enclEntry 65 }
28006
28007
28008
28009	-- the High Availability Group for Storage
28010
28011	haTable                 OBJECT-TYPE
28012	SYNTAX                  SEQUENCE OF HaEntry
28013	MAX-ACCESS              not-accessible
28014	STATUS                  current
28015	DESCRIPTION
28016				"High Availability configuration information
28017				table. This table fields are returned only from the
28018				cluster interfaces"
28019	::= { storage 2 }
28020
28021	haEntry			OBJECT-TYPE
28022	SYNTAX			HaEntry
28023	MAX-ACCESS		not-accessible
28024	STATUS			current
28025	DESCRIPTION
28026				"High Availability Entry"
28027	INDEX {IMPLIED haNodeName }
28028	::= { haTable 1 }
28029
28030	HaEntry ::=
28031		SEQUENCE {
28032		haNodeName
28033			DisplayString,
28034		haNodeSysid
28035			Unsigned32,
28036		haSettings
28037			INTEGER,
28038		haState
28039			INTEGER,
28040		haCannotTakeoverCause
28041			INTEGER,
28042		haPartnerStatus
28043			INTEGER,
28044		haPartnerLastStatusUpdate
28045			TimeTicks,
28046		haPartnerName
28047			DisplayString,
28048		haPartnerSysid
28049			Unsigned32,
28050		haInterconnectStatus
28051			INTEGER
28052		}
28053
28054--	haEntry OBJECT IDENTIFIER ::= { storage 2 }
28055
28056	haNodeName                      OBJECT-TYPE
28057	SYNTAX                          DisplayString
28058	MAX-ACCESS                      read-only
28059	STATUS                          current
28060	DESCRIPTION
28061		"Name of the node."
28062	::= { haEntry 1 }
28063
28064	haNodeSysid                     OBJECT-TYPE
28065	SYNTAX                          Unsigned32
28066	MAX-ACCESS                      read-only
28067	STATUS                          current
28068	DESCRIPTION
28069		"System ID of the node."
28070	::= { haEntry 2 }
28071
28072	haSettings                      OBJECT-TYPE
28073	SYNTAX                          INTEGER {
28074						notConfigured(1),
28075						enabled(2),
28076						disabled(3),
28077						takeoverByPartnerDisabled(4),
28078						thisNodeDead(5)
28079					}
28080	MAX-ACCESS                      read-only
28081	STATUS                          current
28082	DESCRIPTION
28083		"High Availability configuration settings. The value
28084		notConfigured(1) indicates that the HA is not licensed.
28085		The thisNodeDead(5) setting indicates that this node has
28086		been takenover."
28087	::={ haEntry 3 }
28088
28089	haState                         OBJECT-TYPE
28090	SYNTAX                          INTEGER {
28091						dead(1),
28092						canTakeover(2),
28093						cannotTakeover(3),
28094						takeover(4),
28095						partialGiveback(5)
28096					}
28097	MAX-ACCESS                      read-only
28098	STATUS                          current
28099	DESCRIPTION
28100		"High Availability State."
28101	::= { haEntry 4 }
28102
28103	haCannotTakeoverCause           OBJECT-TYPE
28104	SYNTAX                          INTEGER {
28105						ok(1),
28106						unknownReason(2),
28107						disabledByOperator(3),
28108						interconnectOffline(4),
28109						disabledByPartner(5),
28110						takeoverFailed(6),
28111						mailboxIsInDegradedState(7),
28112						partnermailboxIsInUninitialisedState(8),
28113						mailboxVersionMismatch(9),
28114						nvramSizeMismatch(10),
28115						kernelVersionMismatch(11),
28116						partnerIsInBootingStage(12),
28117						diskshelfIsTooHot(13),
28118						partnerIsPerformingRevert(14),
28119						nodeIsPerformingRevert(15),
28120						sametimePartnerIsAlsoTryingToTakeUsOver(16),
28121						alreadyInTakenoverMode(17),
28122						nvramLogUnsynchronized(18),
28123						stateofBackupMailboxIsDoubtful(19)
28124					}
28125	MAX-ACCESS                      read-only
28126	STATUS                          current
28127	DESCRIPTION
28128		"The reason node cannot takeover its HA partner"
28129	::= { haEntry 5 }
28130
28131	haPartnerStatus                 OBJECT-TYPE
28132	SYNTAX                          INTEGER {
28133						maybeDown(1),
28134						ok(2),
28135						dead(3)
28136					}
28137	MAX-ACCESS                      read-only
28138	STATUS                          current
28139	DESCRIPTION
28140		"This is the status last returned by its HA partner."
28141	::= { haEntry 6 }
28142
28143	haPartnerLastStatusUpdate       OBJECT-TYPE
28144	SYNTAX                          TimeTicks
28145	MAX-ACCESS                      read-only
28146	STATUS                          current
28147	DESCRIPTION
28148		"If non-zero, the absolute time of the last update
28149		from the partner."
28150	::= { haEntry 7 }
28151
28152	haPartnerName                   OBJECT-TYPE
28153	SYNTAX                          DisplayString
28154	MAX-ACCESS                      read-only
28155	STATUS                          current
28156	DESCRIPTION
28157		"Hostname of partner."
28158	::= { haEntry 8 }
28159
28160	haPartnerSysid                  OBJECT-TYPE
28161	SYNTAX                          Unsigned32
28162	MAX-ACCESS                      read-only
28163	STATUS                          current
28164	DESCRIPTION
28165		"System ID of partner."
28166	::= { haEntry 9 }
28167
28168	haInterconnectStatus            OBJECT-TYPE
28169	SYNTAX                          INTEGER {
28170						notPresent(1),
28171						down(2),
28172						partialFailure(3),
28173						up(4)
28174					}
28175	MAX-ACCESS                      read-only
28176	STATUS                          current
28177	DESCRIPTION
28178		"The current status of the interconnect. The partialFailure(3)
28179		status indicates that one of the links in the interconnect
28180		hardware is down."
28181	::= { haEntry 10 }
28182
28183
28184
28185	-- -- -- -- -- -- -- --
28186	-- the network group
28187	-- -- -- -- -- -- -- --
28188
28189	netInterfaces OBJECT IDENTIFIER ::= { network 1 }
28190
28191	-- The net Interfaces table contains information on the entity's
28192	-- interfaces.
28193
28194
28195	netifNumber                     OBJECT-TYPE
28196	SYNTAX                          Integer32
28197        MAX-ACCESS                      read-only
28198        STATUS                          current
28199	DESCRIPTION
28200                      "The number of network interfaces (regardless of
28201                      their current state) present on this system."
28202	::= { netInterfaces 1 }
28203
28204	netifTable                      OBJECT-TYPE
28205	SYNTAX                          SEQUENCE OF NetIfEntry
28206        MAX-ACCESS                      not-accessible
28207        STATUS                          current
28208	DESCRIPTION
28209	        "A list of interface entries.  The number of
28210                 entries is given by the value of netifNumber."
28211	::= { netInterfaces 2 }
28212
28213        netifEntry                      OBJECT-TYPE
28214	SYNTAX                          NetIfEntry
28215        MAX-ACCESS                      not-accessible
28216        STATUS                          current
28217	DESCRIPTION
28218                      "An interface entry containing objects at the
28219                      subnetwork layer and below for a particular
28220                      interface."
28221	INDEX   { netifIndex }
28222	::= { netifTable 1 }
28223
28224	NetIfEntry ::=
28225	    SEQUENCE {
28226		netifIndex
28227		    Integer32,
28228		netifDescr
28229                      DisplayString,
28230		ifHighInOctets
28231                      Counter32,
28232		ifLowInOctets
28233                      Counter32,
28234	    	ifHighInUcastPkts
28235                      Counter32,
28236		ifLowInUcastPkts
28237                      Counter32,
28238		ifHighInNUcastPkts
28239                      Counter32,
28240		ifLowInNUcastPkts
28241                      Counter32,
28242		ifHighInDiscards
28243                      Counter32,
28244		ifLowInDiscards
28245                      Counter32,
28246		ifHighInErrors
28247                      Counter32,
28248		ifLowInErrors
28249                      Counter32,
28250		ifHighInUnknownProtos
28251                      Counter32,
28252		ifLowInUnknownProtos
28253                      Counter32,
28254		ifHighOutOctets
28255                      Counter32,
28256		ifLowOutOctets
28257                      Counter32,
28258		ifHighOutUcastPkts
28259                      Counter32,
28260		ifLowOutUcastPkts
28261                      Counter32,
28262		ifHighOutNUcastPkts
28263                      Counter32,
28264		ifLowOutNUcastPkts
28265                      Counter32,
28266		ifHighOutDiscards
28267                      Counter32,
28268		ifLowOutDiscards
28269                      Counter32,
28270		ifHighOutErrors
28271                      Counter32,
28272		ifLowOutErrors
28273                      Counter32,
28274		if64InOctets
28275                      Counter64,
28276	    	if64InUcastPkts
28277                      Counter64,
28278		if64InNUcastPkts
28279                      Counter64,
28280		if64InDiscards
28281                      Counter64,
28282		if64InErrors
28283                      Counter64,
28284		if64InUnknownProtos
28285                      Counter64,
28286		if64OutOctets
28287                      Counter64,
28288		if64OutUcastPkts
28289                      Counter64,
28290		if64OutNUcastPkts
28291                      Counter64,
28292		if64OutDiscards
28293                      Counter64,
28294		if64OutErrors
28295                      Counter64
28296	}
28297        netifIndex                      OBJECT-TYPE
28298	SYNTAX                          Integer32 (1..2147483647)
28299        MAX-ACCESS                      read-only
28300        STATUS                          current
28301	DESCRIPTION
28302                      "A unique value for each interface. For
28303		      clustered Data ONTAP, the high-order 16-bits
28304		      denote the node identifier and the low-order
28305		      16-bits denote the interface index within
28306		      the node. For Data ONTAP operating in 7-mode,
28307		      it ranges between 1 and the ifNumber value.
28308		      The value for each interface must remain
28309		      constant at least from one re-initialization
28310		      of the entity's network management system to
28311		      the next re-initialization."
28312        ::= { netifEntry 1 }
28313
28314	netifDescr                      OBJECT-TYPE
28315	SYNTAX                          DisplayString (SIZE (0..255))
28316        MAX-ACCESS                      read-only
28317        STATUS                          current
28318	DESCRIPTION
28319		      "A textual string that contains interface information.
28320		      For clustered Data ONTAP, the string is in the
28321		      the following format:
28322		      <node name>:<interface name>
28323		      For Data ONTAP operating in 7-Mode, the string
28324		      contains only the interface name.
28325
28326		      For a management port (for example, e0M or e0P), the
28327		      interface name is preceded by the text MGMT_PORT_ONLY
28328		      and a blank space after the text, in both clustered
28329		      Data ONTAP and Data ONTAP operating in 7-Mode.
28330
28331		      Example:
28332		      The strings are in the following formats:
28333		      <node name>:MGMT_PORT_ONLY <interface name>, for clustered Data ONTAP.
28334		      MGMT_PORT_ONLY <interface name>, for Data ONTAP operating in 7-mode."
28335	::= { netifEntry 2 }
28336
28337        ifHighInOctets                  OBJECT-TYPE
28338	SYNTAX                          Counter32
28339        MAX-ACCESS                      read-only
28340        STATUS                          deprecated
28341	DESCRIPTION
28342                     "The total number of octets received on the
28343                      interface, including framing characters.
28344		      This object returns the most significant 32 bits of
28345		      the 64 bit unsigned integer. This object is deprecated -
28346			 		Use if64InOctets instead."
28347	::= { netifEntry 3 }
28348
28349        ifLowInOctets                   OBJECT-TYPE
28350	SYNTAX                          Counter32
28351        MAX-ACCESS                      read-only
28352        STATUS                          deprecated
28353	DESCRIPTION
28354                     "The total number of octets received on the
28355                      interface, including framing characters.
28356		      This object returns the least significant 32 bits of
28357		      the 64 bit unsigned integer. This object is deprecated -
28358			 		Use if64InOctets instead."
28359	::= { netifEntry 4 }
28360
28361	ifHighInUcastPkts               OBJECT-TYPE
28362	SYNTAX                          Counter32
28363        MAX-ACCESS                      read-only
28364        STATUS                          deprecated
28365	DESCRIPTION
28366                      "The number of subnetwork-unicast packets
28367                      delivered to a higher-layer protocol.
28368		      This object returns the most significant 32 bits of
28369		      the 64 bit unsigned integer. This object is deprecated -
28370			 		Use if64InUcastPkts instead."
28371	::= { netifEntry 5 }
28372
28373	ifLowInUcastPkts                OBJECT-TYPE
28374	SYNTAX                          Counter32
28375        MAX-ACCESS                      read-only
28376        STATUS                          deprecated
28377	DESCRIPTION
28378                      "The number of subnetwork-unicast packets
28379                      delivered to a higher-layer protocol.
28380		      This object returns the least significant 32 bits of
28381		      the 64 bit unsigned integer. This object is deprecated -
28382			 		Use if64InUcastPkts instead."
28383	::= { netifEntry 6 }
28384
28385
28386	ifHighInNUcastPkts              OBJECT-TYPE
28387	SYNTAX                          Counter32
28388        MAX-ACCESS                      read-only
28389        STATUS                          deprecated
28390	DESCRIPTION
28391                      "The number of non-unicast (i.e., subnetwork-
28392                      broadcast or subnetwork-multicast) packets
28393                      delivered to a higher-layer protocol.
28394		      This object returns the most significant 32 bits of
28395		      the 64 bit unsigned integer. This object is deprecated -
28396			 		Use if64InNUcastPkts instead."
28397	::= { netifEntry 7 }
28398
28399	ifLowInNUcastPkts               OBJECT-TYPE
28400	SYNTAX                          Counter32
28401        MAX-ACCESS                      read-only
28402        STATUS                          deprecated
28403	DESCRIPTION
28404                      "The number of non-unicast (i.e., subnetwork-
28405                      broadcast or subnetwork-multicast) packets
28406                      delivered to a higher-layer protocol.
28407		      This object returns the least significant 32 bits of
28408		      the 64 bit unsigned integer. This object is deprecated -
28409			 		Use if64InNUcastPkts instead."
28410	::= { netifEntry 8 }
28411
28412	ifHighInDiscards                OBJECT-TYPE
28413	SYNTAX                          Counter32
28414        MAX-ACCESS                      read-only
28415        STATUS                          deprecated
28416	DESCRIPTION
28417                      "The number of inbound packets which were chosen
28418                      to be discarded even though no errors had been
28419                      detected to prevent their being deliverable to a
28420                      higher-layer protocol.  One possible reason for
28421                      discarding such a packet could be to free up
28422                      buffer space. This object returns the most
28423		      significant 32 bits of the 64 bit unsigned integer. This object
28424		      is deprecated - Use if64InDiscards instead."
28425	::= { netifEntry 9 }
28426
28427	ifLowInDiscards                 OBJECT-TYPE
28428	SYNTAX                          Counter32
28429        MAX-ACCESS                      read-only
28430        STATUS                          deprecated
28431	DESCRIPTION
28432                      "The number of inbound packets which were chosen
28433                      to be discarded even though no errors had been
28434                      detected to prevent their being deliverable to a
28435                      higher-layer protocol.  One possible reason for
28436                      discarding such a packet could be to free up
28437                      buffer space. This object returns the least
28438		      significant 32 bits of the 64 bit unsigned integer. This object
28439		      is deprecated - Use if64InDiscards instead."
28440	::= { netifEntry 10 }
28441
28442	ifHighInErrors                  OBJECT-TYPE
28443	SYNTAX                          Counter32
28444        MAX-ACCESS                      read-only
28445        STATUS                          deprecated
28446	DESCRIPTION
28447                      "The number of inbound packets that contained
28448                      errors preventing them from being deliverable to a
28449                      higher-layer protocol. This object returns the
28450		      most significant 32 bits of the 64 bit unsigned integer.
28451		      This object is deprecated - Use if64InErrors instead."
28452	::= { netifEntry 11 }
28453
28454	ifLowInErrors                   OBJECT-TYPE
28455	SYNTAX                          Counter32
28456        MAX-ACCESS                      read-only
28457        STATUS                          deprecated
28458	DESCRIPTION
28459                      "The number of inbound packets that contained
28460                      errors preventing them from being deliverable to a
28461                      higher-layer protocol. This object returns the
28462		      least significant 32 bits of the 64 bit unsigned integer.
28463		      This object is deprecated - Use if64InErrors instead."
28464	::= { netifEntry 12 }
28465
28466	ifHighInUnknownProtos           OBJECT-TYPE
28467	SYNTAX                          Counter32
28468        MAX-ACCESS                      read-only
28469        STATUS                          deprecated
28470	DESCRIPTION
28471                      "The number of packets received via the interface
28472                      which were discarded because of an unknown or
28473                      unsupported protocol. This object returns the
28474		      most significant 32 bits of the 64 bit unsigned integer.
28475		      This object is deprecated - Use if64InUnknownProtos instead."
28476	::= { netifEntry 13 }
28477
28478	ifLowInUnknownProtos            OBJECT-TYPE
28479	SYNTAX                          Counter32
28480        MAX-ACCESS                      read-only
28481        STATUS                          deprecated
28482	DESCRIPTION
28483                      "The number of packets received via the interface
28484                      which were discarded because of an unknown or
28485                      unsupported protocol. This object returns the
28486		      least significant 32 bits of the 64 bit unsigned integer.
28487		      This object is deprecated - Use if64InUnknownProtos instead."
28488	::= { netifEntry 14 }
28489
28490	ifHighOutOctets                 OBJECT-TYPE
28491	SYNTAX                          Counter32
28492        MAX-ACCESS                      read-only
28493        STATUS                          deprecated
28494	DESCRIPTION
28495                      "The total number of octets transmitted out of the
28496                      interface, including framing characters.
28497                      This object returns the most significant 32 bits of the
28498		      64 bit unsigned integer. This object is deprecated - Use
28499		      if64OutOctets instead."
28500	::= { netifEntry 15 }
28501
28502	ifLowOutOctets                  OBJECT-TYPE
28503	SYNTAX                          Counter32
28504        MAX-ACCESS                      read-only
28505        STATUS                          deprecated
28506	DESCRIPTION
28507                      "The total number of octets transmitted out of the
28508                      interface, including framing characters.
28509                      This object returns the least significant 32 bits of
28510		      the 64 bit unsigned integer. This object is deprecated - Use
28511		      if64OutOctets instead."
28512	::= { netifEntry 16 }
28513
28514	ifHighOutUcastPkts              OBJECT-TYPE
28515	SYNTAX                          Counter32
28516        MAX-ACCESS                      read-only
28517        STATUS                          deprecated
28518	DESCRIPTION
28519                      "The total number of packets that higher-level
28520                      protocols requested be transmitted to a
28521                      subnetwork-unicast address, including those that
28522                      were discarded or not sent. This object returns
28523		      the most significant 32 bits of the 64 bit unsigned
28524		      integer. This object is deprecated - Use if64OutUcastPkts
28525		      instead."
28526	::= { netifEntry 17 }
28527
28528	ifLowOutUcastPkts               OBJECT-TYPE
28529	SYNTAX                          Counter32
28530        MAX-ACCESS                      read-only
28531        STATUS                          deprecated
28532	DESCRIPTION
28533                      "The total number of packets that higher-level
28534                      protocols requested be transmitted to a
28535                      subnetwork-unicast address, including those that
28536                      were discarded or not sent. This object returns
28537		      the least significant 32 bits of the 64 bit unsigned
28538		      integer. This object is deprecated - Use if64OutUcastPkts
28539		      instead."
28540	::= { netifEntry 18 }
28541
28542	ifHighOutNUcastPkts             OBJECT-TYPE
28543	SYNTAX                          Counter32
28544        MAX-ACCESS                      read-only
28545        STATUS                          deprecated
28546	DESCRIPTION
28547                      "The total number of packets that higher-level
28548                      protocols requested be transmitted to a non-
28549                      unicast (i.e., a subnetwork-broadcast or
28550                      subnetwork-multicast) address, including those
28551                      that were discarded or not sent. This object returns
28552		      the most significant 32 bits of the 64 bit unsigned integer.
28553		      This object is deprecated - Use if64OutNUcastPkts instead."
28554	::= { netifEntry 19 }
28555
28556	ifLowOutNUcastPkts              OBJECT-TYPE
28557	SYNTAX                          Counter32
28558        MAX-ACCESS                      read-only
28559        STATUS                          deprecated
28560	DESCRIPTION
28561                      "The total number of packets that higher-level
28562                      protocols requested be transmitted to a non-
28563                      unicast (i.e., a subnetwork-broadcast or
28564                      subnetwork-multicast) address, including those
28565                      that were discarded or not sent. This object returns
28566		      the least significant 32 bits of the 64 bit unsigned integer.
28567		      This object is deprecated - Use if64OutNUcastPkts instead."
28568	::= { netifEntry 20 }
28569
28570	ifHighOutDiscards               OBJECT-TYPE
28571	SYNTAX                          Counter32
28572        MAX-ACCESS                      read-only
28573        STATUS                          deprecated
28574	DESCRIPTION
28575                      "The number of outbound packets which were chosen
28576                      to be discarded even though no errors had been
28577                      detected to prevent their being transmitted.  One
28578                      possible reason for discarding such a packet could
28579                      be to free up buffer space. This object returns
28580		      the most significant 32 bits of the 64 bit unsigned integer.
28581		      This object is deprecated - Use if64OutDiscards instead."
28582	::= { netifEntry 21 }
28583
28584	ifLowOutDiscards                OBJECT-TYPE
28585	SYNTAX                          Counter32
28586        MAX-ACCESS                      read-only
28587        STATUS                          deprecated
28588	DESCRIPTION
28589                      "The number of outbound packets which were chosen
28590                      to be discarded even though no errors had been
28591                      detected to prevent their being transmitted.  One
28592                      possible reason for discarding such a packet could
28593                      be to free up buffer space. This object returns
28594		      the least significant 32 bits of the 64 bit unsigned integer.
28595		      This object is deprecated - Use if64OutDiscards instead."
28596	::= { netifEntry 22 }
28597
28598	ifHighOutErrors                 OBJECT-TYPE
28599	SYNTAX                          Counter32
28600        MAX-ACCESS                      read-only
28601        STATUS                          deprecated
28602	DESCRIPTION
28603                      "The number of outbound packets that could not be
28604                      transmitted because of errors. This object returns
28605		      the most significant 32 bits of the 64 bit unsigned integer.
28606		      This object is deprecated - Use if64OutErrors instead."
28607	::= { netifEntry 23 }
28608
28609	ifLowOutErrors                  OBJECT-TYPE
28610	SYNTAX                          Counter32
28611        MAX-ACCESS                      read-only
28612        STATUS                          deprecated
28613	DESCRIPTION
28614                      "The number of outbound packets that could not be
28615                      transmitted because of errors. This object returns
28616		      the least significant 32 bits of the 64 bit unsigned integer.
28617		      This object is deprecated - Use if64OutErrors instead."
28618	::= { netifEntry 24 }
28619
28620        if64InOctets                    OBJECT-TYPE
28621	SYNTAX                          Counter64
28622        MAX-ACCESS                      read-only
28623        STATUS                          current
28624	DESCRIPTION
28625                     "The total number of octets received on the
28626                      interface, including framing characters.
28627		      This object returns all of the 64 bit unsigned integer."
28628	::= { netifEntry 25 }
28629
28630	if64InUcastPkts                 OBJECT-TYPE
28631	SYNTAX                          Counter64
28632        MAX-ACCESS                      read-only
28633        STATUS                          current
28634	DESCRIPTION
28635                      "The number of subnetwork-unicast packets
28636                      delivered to a higher-layer protocol.
28637		      This object returns all of the 64 bit unsigned integer."
28638	::= { netifEntry 26 }
28639
28640	if64InNUcastPkts                OBJECT-TYPE
28641	SYNTAX                          Counter64
28642        MAX-ACCESS                      read-only
28643        STATUS                          current
28644	DESCRIPTION
28645                      "The number of non-unicast (i.e., subnetwork-
28646                      broadcast or subnetwork-multicast) packets
28647                      delivered to a higher-layer protocol.
28648		      This object returns all of the 64 bit unsigned integer."
28649	::= { netifEntry 27 }
28650
28651	if64InDiscards                  OBJECT-TYPE
28652	SYNTAX                          Counter64
28653        MAX-ACCESS                      read-only
28654        STATUS                          current
28655	DESCRIPTION
28656                      "The number of inbound packets which were chosen
28657                      to be discarded even though no errors had been
28658                      detected to prevent their being deliverable to a
28659                      higher-layer protocol.  One possible reason for
28660                      discarding such a packet could be to free up
28661                      buffer space. This object returns all of the 64 bit
28662		      unsigned integer."
28663	::= { netifEntry 28 }
28664
28665	if64InErrors                    OBJECT-TYPE
28666	SYNTAX                          Counter64
28667        MAX-ACCESS                      read-only
28668        STATUS                          current
28669	DESCRIPTION
28670                      "The number of inbound packets that contained
28671                      errors preventing them from being deliverable to a
28672                      higher-layer protocol. This object returns all
28673		      of the 64 bit unsigned integer."
28674	::= { netifEntry 29 }
28675
28676	if64InUnknownProtos             OBJECT-TYPE
28677	SYNTAX                          Counter64
28678        MAX-ACCESS                      read-only
28679        STATUS                          current
28680	DESCRIPTION
28681                      "The number of packets received via the interface
28682                      which were discarded because of an unknown or
28683                      unsupported protocol. This object returns all
28684		      of the 64 bit unsigned integer."
28685	::= { netifEntry 30 }
28686
28687	if64OutOctets                   OBJECT-TYPE
28688	SYNTAX                          Counter64
28689        MAX-ACCESS                      read-only
28690        STATUS                          current
28691	DESCRIPTION
28692                      "The total number of octets transmitted out of the
28693                      interface, including framing characters.
28694                      This object returns all of the 64 bit unsigned integer."
28695	::= { netifEntry 31 }
28696
28697	if64OutUcastPkts                OBJECT-TYPE
28698	SYNTAX                          Counter64
28699        MAX-ACCESS                      read-only
28700        STATUS                          current
28701	DESCRIPTION
28702                      "The total number of packets that higher-level
28703                      protocols requested be transmitted to a
28704                      subnetwork-unicast address, including those that
28705                      were discarded or not sent. This object returns
28706		      all of the 64 bit unsigned  integer."
28707	::= { netifEntry 32 }
28708
28709	if64OutNUcastPkts               OBJECT-TYPE
28710	SYNTAX                          Counter64
28711        MAX-ACCESS                      read-only
28712        STATUS                          current
28713	DESCRIPTION
28714                      "The total number of packets that higher-level
28715                      protocols requested be transmitted to a non-
28716                      unicast (i.e., a subnetwork-broadcast or
28717                      subnetwork-multicast) address, including those
28718                      that were discarded or not sent. This object returns
28719		      all of the 64 bit unsigned integer."
28720	::= { netifEntry 33 }
28721
28722	if64OutDiscards                 OBJECT-TYPE
28723	SYNTAX                          Counter64
28724        MAX-ACCESS                      read-only
28725        STATUS                          current
28726	DESCRIPTION
28727                      "The number of outbound packets which were chosen
28728                      to be discarded even though no errors had been
28729                      detected to prevent their being transmitted.  One
28730                      possible reason for discarding such a packet could
28731                      be to free up buffer space. This object returns
28732		      all of the 64 bit unsigned integer."
28733	::= { netifEntry 34 }
28734
28735	if64OutErrors                   OBJECT-TYPE
28736	SYNTAX                          Counter64
28737        MAX-ACCESS                      read-only
28738        STATUS                          current
28739	DESCRIPTION
28740                      "The number of outbound packets that could not be
28741                      transmitted because of errors. This object returns
28742		      all of the 64 bit unsigned integer."
28743	::= { netifEntry 35 }
28744
28745
28746	-- netportTable
28747
28748	netportTable			OBJECT-TYPE
28749	SYNTAX				SEQUENCE OF NetportEntry
28750	MAX-ACCESS			not-accessible
28751	STATUS				current
28752	DESCRIPTION
28753		 "A list of network ports (both physical and logical)
28754		  on all nodes in the cluster."
28755	::= { network 2 }
28756
28757	netportEntry			OBJECT-TYPE
28758	SYNTAX				NetportEntry
28759	MAX-ACCESS			not-accessible
28760	STATUS				current
28761	DESCRIPTION
28762		"Network port entry."
28763	INDEX { netportNode, netportPort }
28764	::= { netportTable 1 }
28765
28766	NetportEntry ::= SEQUENCE {
28767         netportNode                      DisplayString,
28768         netportPort                      DisplayString,
28769         netportRole                      INTEGER,
28770         netportLinkState                 INTEGER,
28771         netportMtu                       INTEGER,
28772         netportAutonegAdmin              Boolean,
28773         netportAutonegOper               Boolean,
28774         netportDuplexAdmin               INTEGER,
28775         netportDuplexOper                INTEGER,
28776         netportSpeedAdmin                INTEGER,
28777         netportSpeedOper                 INTEGER,
28778         netportSpeed                     INTEGER,
28779         netportMac                       DisplayString,
28780         netportUpAdmin                   Boolean,
28781         netportType                      INTEGER,
28782         netportIfgNode                   DisplayString,
28783         netportIfgPort                   DisplayString,
28784         netportIfgDistrFunc              INTEGER,
28785         netportIfgMode                   INTEGER,
28786         netportVlanNode                  DisplayString,
28787         netportVlanPort                  DisplayString,
28788         netportVlanTag                   INTEGER,
28789         netportFlowcontrolAdmin          INTEGER,
28790         netportFlowcontrolOper           INTEGER,
28791         netportAutorevertDelay           INTEGER,
28792         netportRemoteDeviceId	          DisplayString,
28793	 netportIPspace                   DisplayString,
28794	 netportBroadcastDomain           DisplayString,
28795	 netportMtuAdmin		  INTEGER
28796	}
28797
28798	netportNode				OBJECT-TYPE
28799	SYNTAX					DisplayString
28800	MAX-ACCESS				read-only
28801	STATUS					current
28802	DESCRIPTION
28803		"Node where the port belongs to."
28804	::= { netportEntry 1 }
28805
28806	netportPort				OBJECT-TYPE
28807	SYNTAX					DisplayString
28808	MAX-ACCESS				read-only
28809	STATUS					current
28810	DESCRIPTION
28811		"Port identity."
28812	::= { netportEntry 2 }
28813
28814	netportRole				OBJECT-TYPE
28815	SYNTAX					INTEGER {
28816							undef(0),
28817							cluster(1),
28818							data(2),
28819							node-mgmt(3),
28820							intercluster(4),
28821							cluster-mgmt(5)
28822							}
28823	MAX-ACCESS				read-only
28824	STATUS					current
28825	DESCRIPTION
28826		"Role of the port. A port must have one of the following roles:
28827		 cluster(1), data(2), mgmt(3), intercluster(4), cluster-mgmt(5) or  undef(0).
28828		 The cluster port is used to communicate to other node(s) in
28829		 the cluster. The data port services clients' requests. It is where
28830		 all the file requests come in. The management port is used
28831		 by administrator to manage resources within a node.
28832		 The intercluster port is used to communicate to other cluster.
28833		 The cluster-mgmt port is used to manage resources within the cluster.
28834		 The undef role is for the port that has not yet been assigned a role."
28835	::= { netportEntry 3 }
28836
28837	netportLinkState			OBJECT-TYPE
28838	SYNTAX					INTEGER {
28839							undef(0),
28840							off(1),
28841							up(2),
28842							down(3)
28843							}
28844	MAX-ACCESS				read-only
28845	STATUS					current
28846	DESCRIPTION
28847		"The link-state of the port.
28848		 Normally it is either UP(2) or DOWN(3)."
28849	::= { netportEntry 4 }
28850
28851	netportMtu				OBJECT-TYPE
28852	SYNTAX					INTEGER
28853	MAX-ACCESS				read-only
28854	STATUS					current
28855	DESCRIPTION
28856		"The Maximum Transmission Unit (MTU) refers to the size (in bytes)
28857		 of the largest packet that is supported by the port."
28858	::= { netportEntry 5 }
28859
28860	netportAutonegAdmin			OBJECT-TYPE
28861	SYNTAX					Boolean
28862	MAX-ACCESS				read-only
28863	STATUS					current
28864	DESCRIPTION
28865		"Indicates whether the port's auto-negotiation property
28866		 is enabled by an administrator."
28867	::= { netportEntry 6 }
28868
28869
28870	netportAutonegOper			OBJECT-TYPE
28871	SYNTAX					Boolean
28872	MAX-ACCESS				read-only
28873	STATUS					current
28874	DESCRIPTION
28875		"Indicates whether the auto-negotiation is enabled on the port."
28876	::= { netportEntry 7 }
28877
28878	netportDuplexAdmin			OBJECT-TYPE
28879	SYNTAX					INTEGER {
28880							undef(0),
28881							auto(1),
28882							half(2),
28883							full(3)
28884							}
28885	MAX-ACCESS				read-only
28886	STATUS					current
28887	DESCRIPTION
28888		"The duplex mode of the port set by the administrator.
28889		 It can be either undef(0), auto(1), half-duplex(2), or full-duplex(3)."
28890	::= { netportEntry 8 }
28891
28892	netportDuplexOper			OBJECT-TYPE
28893	SYNTAX					INTEGER {
28894							undef(0),
28895							auto(1),
28896							half(2),
28897							full(3)
28898							}
28899	MAX-ACCESS				read-only
28900	STATUS					current
28901	DESCRIPTION
28902		"The duplex mode appears on the port.
28903		 It can be either undef(0), auto(1), half-duplex(2), or full-duplex(3)."
28904	::= { netportEntry 9 }
28905
28906	netportSpeedAdmin			OBJECT-TYPE
28907	SYNTAX					INTEGER{
28908							undef(0),
28909							auto(1),
28910							ten-Mb(2),
28911							hundred-Mb(3),
28912							one-Gb(4),
28913							ten-Gb(5)
28914							}
28915	MAX-ACCESS				read-only
28916	STATUS					current
28917	DESCRIPTION
28918		"The speed of the port set by an administrator.
28919		 It can be either undef(0), auto(1), ten Mb/s(2), hundred Mb/s(3), one Gb/s(4), or ten Gb/s(5)."
28920	::= { netportEntry 10 }
28921
28922	netportSpeedOper			OBJECT-TYPE
28923	SYNTAX					INTEGER{
28924							undef(0),
28925							auto(1),
28926							ten-Mb(2),
28927							hundred-Mb(3),
28928							one-Gb(4),
28929							ten-Gb(5)
28930							}
28931	MAX-ACCESS				read-only
28932	STATUS					current
28933	DESCRIPTION
28934		"The speed appears on the port.
28935		 It can be either undef(0), auto(1), ten Mb/s(2), hundred Mb/s(3), one Gb/s(4), or ten Gb/s(5)."
28936	::= { netportEntry 11 }
28937
28938	netportSpeed				OBJECT-TYPE
28939	SYNTAX					INTEGER
28940	MAX-ACCESS				read-only
28941	STATUS					current
28942	DESCRIPTION
28943		"The speed that appears in the port scaled to megabits/sec."
28944	::= { netportEntry 12 }
28945
28946	netportMac				OBJECT-TYPE
28947	SYNTAX					DisplayString
28948	MAX-ACCESS				read-only
28949	STATUS					current
28950	DESCRIPTION
28951		"The port's MAC address"
28952	::= { netportEntry 13 }
28953
28954	netportUpAdmin				OBJECT-TYPE
28955	SYNTAX					Boolean
28956	MAX-ACCESS				read-only
28957	STATUS					current
28958	DESCRIPTION
28959		"Indicates whether the port status is set 'UP' by an administrator."
28960	::= { netportEntry 14 }
28961
28962	netportType				OBJECT-TYPE
28963	SYNTAX					INTEGER {
28964							physical(0),
28965							if-group(1),
28966							vlan(2),
28967							undef(3)
28968							}
28969	MAX-ACCESS				read-only
28970	STATUS					current
28971	DESCRIPTION
28972		"The type of the port which can be either physical(0), if-group(1), vlan(2) or undef(3)."
28973	::= { netportEntry 15 }
28974
28975	netportIfgNode				OBJECT-TYPE
28976	SYNTAX					DisplayString
28977	MAX-ACCESS				read-only
28978	STATUS					current
28979	DESCRIPTION
28980		"This field shows the if-group node name if the port type is if-group,
28981		 It show an empty string, otherwise."
28982	::= { netportEntry 16 }
28983
28984	netportIfgPort				OBJECT-TYPE
28985	SYNTAX					DisplayString
28986	MAX-ACCESS				read-only
28987	STATUS					current
28988	DESCRIPTION
28989		"This field shows the if-group port if the port type is if-group,
28990		 It show an empty string, otherwise."
28991	::= { netportEntry 17 }
28992
28993	netportIfgDistrFunc			OBJECT-TYPE
28994	SYNTAX					INTEGER {
28995							mac(0),
28996							ip(1),
28997							sequential(2),
28998							none(-1)
28999							}
29000	MAX-ACCESS				read-only
29001	STATUS					current
29002	DESCRIPTION
29003		"If the port type is if-group, this field shows the distribution
29004		 function of the port. This function is used to pick the forwarding
29005		 port for a packet. It can be either mac(0), ip(1), or sequential(2).
29006		 The mac function selects the port based on the hash of the MAC
29007		 address of the destination. Instead of MAC address, the ip function
29008		 uses the destination's IP address. The sequential function uses
29009		 the round-robin port selection."
29010	::= { netportEntry 18 }
29011
29012
29013	netportIfgMode				OBJECT-TYPE
29014	SYNTAX					INTEGER {
29015							multimode(0),
29016							multimode-lacp(1),
29017							singlemode(2),
29018							none(-1)
29019							}
29020	MAX-ACCESS				read-only
29021	STATUS					current
29022	DESCRIPTION
29023		"If the port type is if-group, this field shows the if-group's
29024		 policy. It can be either multimode(0), multimode-lacp(1), or
29025		 single-mode(2). Otherwise, it shows an empty string. The multimode
29026		 policy uses the static link-aggregation, while the multimode-lacp
29027		 uses the link-aggregation with lacp (Link Aggregate Control Protocol).
29028		 The single mode does not use link-aggregation."
29029	::= { netportEntry 19 }
29030
29031	netportVlanNode				OBJECT-TYPE
29032	SYNTAX					DisplayString
29033	MAX-ACCESS				read-only
29034	STATUS					current
29035	DESCRIPTION
29036		"If the port type is vlan, this field shows its vlan node.
29037		 Otherwise, it shows an empty string."
29038	::= { netportEntry 20 }
29039
29040	netportVlanPort				OBJECT-TYPE
29041	SYNTAX					DisplayString
29042	MAX-ACCESS				read-only
29043	STATUS					current
29044	DESCRIPTION
29045		"If the port type is vlan, this field shows its vlan port.
29046		 Otherwise, it shows an empty string."
29047	::= { netportEntry 21 }
29048
29049	netportVlanTag				OBJECT-TYPE
29050	SYNTAX					INTEGER
29051	MAX-ACCESS				read-only
29052	STATUS					current
29053	DESCRIPTION
29054		"If the port type is vlan, this field shows its vlan tag.
29055		 Otherwise, it shows an empty string."
29056	::= { netportEntry 22 }
29057
29058	netportFlowcontrolAdmin			OBJECT-TYPE
29059	SYNTAX					INTEGER{
29060							undef(0),
29061							none(1),
29062							receive(2),
29063							send(3),
29064							full(4)
29065							}
29066	MAX-ACCESS				read-only
29067	STATUS					current
29068	DESCRIPTION
29069		"The flowcontrol of the port set by an administrator.
29070		 It can be either undef(0), none(1), receive(2), send(3), or full(4)."
29071	::= { netportEntry 23 }
29072
29073	netportFlowcontrolOper			OBJECT-TYPE
29074	SYNTAX					INTEGER{
29075							undef(0),
29076							none(1),
29077							receive(2),
29078							send(3),
29079							full(4)
29080							}
29081	MAX-ACCESS				read-only
29082	STATUS					current
29083	DESCRIPTION
29084		"The flowcontrol that appears on the port.
29085		 It can be either undef(0), none(1), receive(2), send(3), or full(4)."
29086	::= { netportEntry 24 }
29087
29088	netportAutorevertDelay			OBJECT-TYPE
29089	SYNTAX					INTEGER
29090	MAX-ACCESS				read-only
29091	STATUS					current
29092	DESCRIPTION
29093		"If the port is designated as a cluster port, this field shows
29094		the delay in seconds before auto reverting a LIF to this port.
29095		otherwise, it shows an empty string."
29096	::= { netportEntry 25 }
29097
29098	netportRemoteDeviceId			OBJECT-TYPE
29099	SYNTAX					DisplayString
29100	MAX-ACCESS				read-only
29101	STATUS					current
29102	DESCRIPTION
29103		"Remote device ID discovered by L2 protocol."
29104	::= { netportEntry 26 }
29105
29106	netportIPspace				OBJECT-TYPE
29107	SYNTAX					DisplayString
29108	MAX-ACCESS				read-only
29109	STATUS					current
29110	DESCRIPTION
29111		"IPspace where the port is assigned."
29112	::= { netportEntry 27 }
29113
29114	netportBroadcastDomain			OBJECT-TYPE
29115	SYNTAX					DisplayString
29116	MAX-ACCESS				read-only
29117	STATUS					current
29118	DESCRIPTION
29119		"Broadcast Domain of the port is assigned."
29120	::= { netportEntry 28 }
29121
29122	netportMtuAdmin				OBJECT-TYPE
29123	SYNTAX					INTEGER
29124	MAX-ACCESS				read-only
29125	STATUS					current
29126	DESCRIPTION
29127		"The Maximum Transmission Unit (MTU) set by the Administrator
29128		 (in bytes) of the largest packet that is supported by the
29129		 port."
29130        ::= { netportEntry 29 }
29131
29132	-- netportIfGrpTable
29133
29134	netportIfGrpTable			OBJECT-TYPE
29135	SYNTAX					SEQUENCE OF NetportIfGrpEntry
29136	MAX-ACCESS				not-accessible
29137	STATUS					current
29138	DESCRIPTION
29139		"A table of if-groups, where each entry represents an interface
29140		 of the group."
29141	::= { network 3 }
29142
29143	netportIfGrpEntry			OBJECT-TYPE
29144	SYNTAX					NetportIfGrpEntry
29145	MAX-ACCESS				not-accessible
29146	STATUS					current
29147	DESCRIPTION
29148		"If-group entry."
29149	INDEX { netportIfGrpNode, netportIfGrpName }
29150	::= { netportIfGrpTable 1 }
29151
29152	NetportIfGrpEntry ::=
29153			SEQUENCE {
29154		netportIfGrpNode		DisplayString,
29155		netportIfGrpName		DisplayString,
29156		netportIfGrpDistrFunc		INTEGER,
29157		netportIfGrpMode		INTEGER,
29158		netportIfGrpMac			DisplayString,
29159		netportIfGrpActivePorts		INTEGER,
29160		netportIfGrpPorts		DisplayString,
29161		netportIfGrpUpPorts		DisplayString,
29162		netportIfGrpDownPorts		DisplayString
29163			}
29164
29165	netportIfGrpNode			OBJECT-TYPE
29166	SYNTAX					DisplayString
29167	MAX-ACCESS				read-only
29168	STATUS					current
29169	DESCRIPTION
29170		"The node that the If-group belongs to."
29171	::= { netportIfGrpEntry 1 }
29172
29173	netportIfGrpName			OBJECT-TYPE
29174	SYNTAX					DisplayString
29175	MAX-ACCESS				read-only
29176	STATUS					current
29177	DESCRIPTION
29178		"The name of the if-group."
29179	::= { netportIfGrpEntry 2 }
29180
29181	netportIfGrpDistrFunc			 OBJECT-TYPE
29182	SYNTAX					 INTEGER {
29183							  mac(0),
29184							  ip(1),
29185							  sequential(2)
29186							 }
29187	MAX-ACCESS				 read-only
29188	STATUS					 current
29189	DESCRIPTION
29190		"The distribute function of the if-group.
29191		 This function is used to pick the forwarding port for a packet.
29192		 It can be either mac(0), ip(1), or sequential(2). The mac function selects
29193		 the port based on the hash of the MAC address of the destination.
29194		 Instead of MAC address, the ip function uses IP address.
29195		 The sequential function uses the round-robin port selection."
29196	::= { netportIfGrpEntry 3 }
29197
29198
29199	netportIfGrpMode			 OBJECT-TYPE
29200	SYNTAX					 INTEGER {
29201							  multimode(0),
29202							  multimode-lacp(1),
29203							  singlemode(2)
29204							 }
29205	MAX-ACCESS				 read-only
29206	STATUS					 current
29207	DESCRIPTION
29208		"The policy of the if-group. It can be either multimode(0),
29209		 multimode-lacp(1), or single-mode(2). The multimode policy uses the
29210		 static link-aggregation, while the multimode-lacp uses the
29211		 link-aggregation with lacp (Link Aggregate Control Protocol).
29212		 The single mode does not use link-aggregation."
29213	::= { netportIfGrpEntry 4 }
29214
29215	netportIfGrpMac				 OBJECT-TYPE
29216	SYNTAX					 DisplayString
29217	MAX-ACCESS				 read-only
29218	STATUS					 current
29219	DESCRIPTION
29220		"The MAC address of the if-group."
29221	::= { netportIfGrpEntry 5 }
29222
29223	netportIfGrpActivePorts			 OBJECT-TYPE
29224	SYNTAX					 INTEGER {
29225							  full(0),
29226							  partial(1),
29227							  none(2)
29228							 }
29229	MAX-ACCESS				  read-only
29230	STATUS					  current
29231	DESCRIPTION
29232		"The participation of the network ports in the if-group.
29233		 It can be full, partial, and none."
29234	::= { netportIfGrpEntry 6 }
29235
29236	netportIfGrpPorts			 OBJECT-TYPE
29237	SYNTAX					 DisplayString
29238	MAX-ACCESS				 read-only
29239	STATUS					 current
29240	DESCRIPTION
29241		"A list of network ports that participate in the if-group."
29242	::= { netportIfGrpEntry 7 }
29243
29244	netportIfGrpUpPorts			 OBJECT-TYPE
29245	SYNTAX					 DisplayString
29246	MAX-ACCESS				 read-only
29247	STATUS					 current
29248	DESCRIPTION
29249		"A list of network ports that are 'UP' in the if-group."
29250	::= { netportIfGrpEntry 8 }
29251
29252	netportIfGrpDownPorts			 OBJECT-TYPE
29253	SYNTAX					 DisplayString
29254	MAX-ACCESS				 read-only
29255	STATUS					 current
29256	DESCRIPTION
29257		"A list of network ports that are 'DOWN' in the if-group."
29258	::= { netportIfGrpEntry 9 }
29259
29260	-- logicalInterfaceTable
29261
29262	logicalInterfaceTable			 OBJECT-TYPE
29263	SYNTAX					 SEQUENCE OF LogicalInterfaceEntry
29264	MAX-ACCESS				 not-accessible
29265	STATUS					 current
29266	DESCRIPTION
29267		"A list of logical interface entries."
29268	::= { network 4 }
29269
29270	logicalInterfaceEntry			 OBJECT-TYPE
29271	SYNTAX					 LogicalInterfaceEntry
29272	MAX-ACCESS				 not-accessible
29273	STATUS					 current
29274	DESCRIPTION
29275		"Logical interface entry."
29276	INDEX { logicalInterfaceServer, logicalInterfaceVif }
29277	::= { logicalInterfaceTable 1 }
29278
29279
29280	LogicalInterfaceEntry ::=
29281			  SEQUENCE {
29282		logicalInterfaceServer		 DisplayString,
29283		logicalInterfaceVif		 DisplayString,
29284		logicalInterfaceRole		 INTEGER,
29285		logicalInterfaceHomeNode	 DisplayString,
29286		logicalInterfaceHomePort	 DisplayString,
29287		logicalInterfaceCurrNode	 DisplayString,
29288		logicalInterfaceCurrPort	 DisplayString,
29289		logicalInterfaceStatusOper	 INTEGER,
29290		logicalInterfaceNumericId	 INTEGER,
29291		logicalInterfaceIsHome		 Boolean,
29292		logicalInterfaceAddress		 IpAddress,
29293		logicalInterfaceNetmask		 IpAddress,
29294		logicalInterfaceNetmaskLength	 INTEGER,
29295		logicalInterfaceRoutingGroup	 DisplayString,
29296		logicalInterfaceStatusAdmin	 INTEGER,
29297		logicalInterfaceFailoverPolicy	 INTEGER,
29298		logicalInterfaceFirewallPolicy	 DisplayString,
29299		logicalInterfaceAutoRevert	 Boolean,
29300		logicalInterfaceSticky		 Boolean,
29301		logicalInterfaceUseFailoverGroup INTEGER,
29302		logicalInterfaceDnsZone		 DisplayString,
29303		logicalInterfaceAllowLbMigrate	 Boolean,
29304		logicalInterfaceLbWeight	 INTEGER,
29305		logicalInterfaceFailoverGroup	 DisplayString,
29306		logicalInterfaceStatusVserver	 INTEGER,
29307		logicalInterfaceDataProtocol	 DisplayString,
29308		logicalInterfaceFcpWwpn          DisplayString,
29309		logicalInterfaceComment		 DisplayString,
29310		logicalInterfaceListenForDnsQuery Boolean,
29311		logicalInterfaceAddressString    DisplayString
29312			  }
29313
29314	logicalInterfaceServer			 OBJECT-TYPE
29315	SYNTAX					 DisplayString
29316	MAX-ACCESS				 read-only
29317	STATUS					 current
29318	DESCRIPTION
29319		"The node where the logical interface belongs to."
29320	::= { logicalInterfaceEntry 1 }
29321
29322	logicalInterfaceVif			 OBJECT-TYPE
29323	SYNTAX					 DisplayString
29324	MAX-ACCESS				 read-only
29325	STATUS					 current
29326	DESCRIPTION
29327		"The name of the logical interface."
29328	::= { logicalInterfaceEntry 2 }
29329
29330	logicalInterfaceRole			 OBJECT-TYPE
29331	SYNTAX					 INTEGER {
29332							  undef(0),
29333							  cluster(1),
29334							  data(2),
29335							  node-mgmt(3),
29336							  intercluster(4),
29337							  cluster-mgmt(5)
29338							 }
29339	MAX-ACCESS				 read-only
29340	STATUS					 current
29341	DESCRIPTION
29342		"The role of logical interface. An interface can have one of the following roles:
29343		 undef(0), cluster(1), data(2), mgmt(3), intercluster(4), and cluster-mgmt(5).
29344		 The cluster interface is used to communicate
29345		 to other node(s) in the cluster. The data interface services
29346		 external clients where all the file requests come in.
29347		 The management interface is used by administrator to manage resources
29348		 within a node. The intercluster interface is used to communicate to other cluster.
29349		 The cluster-mgmt port is used to manage resources within the cluster.
29350		 The undef role is for the interface that has not yet been assigned a role."
29351	::= { logicalInterfaceEntry 3 }
29352
29353	logicalInterfaceHomeNode		 OBJECT-TYPE
29354	SYNTAX					 DisplayString
29355	MAX-ACCESS				 read-only
29356	STATUS					 current
29357	DESCRIPTION
29358		"The home node of the interface where the interface is initially setup."
29359	::= { logicalInterfaceEntry 4 }
29360
29361	logicalInterfaceHomePort		 OBJECT-TYPE
29362	SYNTAX					 DisplayString
29363	MAX-ACCESS				 read-only
29364	STATUS					 current
29365	DESCRIPTION
29366		"The home port of the interface where the interface is initially setup."
29367	::= { logicalInterfaceEntry 5 }
29368
29369	logicalInterfaceCurrNode		 OBJECT-TYPE
29370	SYNTAX					 DisplayString
29371	MAX-ACCESS				 read-only
29372	STATUS					 current
29373	DESCRIPTION
29374		"The node where the interface is currently on."
29375	::= { logicalInterfaceEntry 6 }
29376
29377	logicalInterfaceCurrPort		 OBJECT-TYPE
29378	SYNTAX					 DisplayString
29379	MAX-ACCESS				 read-only
29380	STATUS					 current
29381	DESCRIPTION
29382		"The port where the interface is currently attached to."
29383	::= { logicalInterfaceEntry 7 }
29384
29385	logicalInterfaceStatusOper		 OBJECT-TYPE
29386	SYNTAX					 INTEGER {
29387							  up(0),
29388							  down(1)
29389							 }
29390	MAX-ACCESS				 read-only
29391	STATUS					 current
29392	DESCRIPTION
29393		"The operational status, which can be UP(0) or DOWN(1)."
29394	::= { logicalInterfaceEntry 8 }
29395
29396	logicalInterfaceNumericId		 OBJECT-TYPE
29397	SYNTAX					 INTEGER
29398	MAX-ACCESS				 read-only
29399	STATUS					 current
29400	DESCRIPTION
29401		"The interface ID."
29402	::= { logicalInterfaceEntry 9 }
29403
29404	logicalInterfaceIsHome			 OBJECT-TYPE
29405	SYNTAX					 Boolean
29406	MAX-ACCESS				 read-only
29407	STATUS					 current
29408	DESCRIPTION
29409		"Indicates whether the interface is at the home node."
29410	::= { logicalInterfaceEntry 10 }
29411
29412	logicalInterfaceAddress			 OBJECT-TYPE
29413	SYNTAX					 IpAddress
29414	MAX-ACCESS				 read-only
29415	STATUS					 current
29416	DESCRIPTION
29417		"The IP address assigned to the interface. This field only
29418		displays ipv4 addresses correctly. Ipv6 addresses will display as
29419		0.0.0.0. Refer to the logicalInterfaceAddressString field for
29420		the address of an ipv6 interface."
29421	::= { logicalInterfaceEntry 11 }
29422
29423	logicalInterfaceNetmask			 OBJECT-TYPE
29424	SYNTAX					 IpAddress
29425	MAX-ACCESS				 read-only
29426	STATUS					 current
29427	DESCRIPTION
29428		"The netmask assigned to the interface. This field only
29429		displays ipv4 netmasks correctly. Ipv6 netmasks will display as
29430		0.0.0.0. Refer to the logicalInterfaceAddressString field for
29431		the netmask length of an ipv6 interface."
29432	::= { logicalInterfaceEntry 12 }
29433
29434	logicalInterfaceNetmaskLength		 OBJECT-TYPE
29435	SYNTAX					 INTEGER
29436	MAX-ACCESS				 read-only
29437	STATUS					 current
29438	DESCRIPTION
29439		"The number of set bits of the netmask."
29440	::= { logicalInterfaceEntry 13 }
29441
29442	logicalInterfaceRoutingGroup		 OBJECT-TYPE
29443	SYNTAX					 DisplayString
29444	MAX-ACCESS				 read-only
29445	STATUS					 current
29446	DESCRIPTION
29447		"The interface's routing group name"
29448	::= { logicalInterfaceEntry 14 }
29449
29450	logicalInterfaceStatusAdmin		 OBJECT-TYPE
29451	SYNTAX					 INTEGER {
29452							  up(0),
29453							  down(1)
29454							 }
29455	MAX-ACCESS				 read-only
29456	STATUS					 current
29457	DESCRIPTION
29458		"The status of the interface assigned by an administrator.
29459		 It can be either UP(0) or DOWN(1)."
29460	::= { logicalInterfaceEntry 15 }
29461
29462	logicalInterfaceFailoverPolicy		 OBJECT-TYPE
29463	SYNTAX					 INTEGER {
29464							  next-avail(0),
29465							  priority(1),
29466							  disabled(2),
29467							  system-defined(3),
29468							  local-only(4),
29469							  sfo-partner-only(5),
29470							  ipspace-wide(6),
29471							  broadcast-domain-wide(7)
29472							 }
29473	MAX-ACCESS				 read-only
29474	STATUS					 current
29475	DESCRIPTION
29476		"The interface's failover policy.
29477		 It can be next-available(0), where the interface will failover to any
29478		 next available interface, priority(1), where the interface will failover to
29479		 the interface that has the highest priority, or disabled(2)."
29480	::= { logicalInterfaceEntry 16 }
29481
29482	logicalInterfaceFirewallPolicy		 OBJECT-TYPE
29483	SYNTAX					 DisplayString
29484	MAX-ACCESS				 read-only
29485	STATUS					 current
29486	DESCRIPTION
29487		"The firewall policy of the interface."
29488	::= { logicalInterfaceEntry 17 }
29489
29490
29491	logicalInterfaceAutoRevert		 OBJECT-TYPE
29492	SYNTAX					 Boolean
29493	MAX-ACCESS				 read-only
29494	STATUS					 current
29495	DESCRIPTION
29496		"Indicates whether the auto-revert property of the interface is set.
29497		 If the value is 'true', the interface will automatically revert back to the home port
29498		 whenever the interface is not on the home port and the home port becomes operational."
29499	::= { logicalInterfaceEntry 18 }
29500
29501	logicalInterfaceSticky			 OBJECT-TYPE
29502	SYNTAX					 Boolean
29503	MAX-ACCESS				 read-only
29504	STATUS					 current
29505	DESCRIPTION
29506		"Indicates whether the sticky bit is set. It is the readonly field that is set by
29507		 the system. When it is set, the interface's auto-revert is disabled.
29508		 It is set when the interface is migrated manually, so that it will not
29509		 auto-revert to the home port."
29510
29511	::= { logicalInterfaceEntry 19 }
29512
29513	logicalInterfaceUseFailoverGroup	 OBJECT-TYPE
29514	SYNTAX					 INTEGER {
29515							  system-defined(0),
29516							  disabled(1),
29517							  enabled(2),
29518							  unused(3)
29519							 }
29520	MAX-ACCESS				 read-only
29521	STATUS					 current
29522	DESCRIPTION
29523		"The field identifies whether the interface's failover is system-defined(0),
29524		 set to 'enabled'(1) or 'disable'(2)."
29525	::= { logicalInterfaceEntry 20 }
29526
29527	logicalInterfaceDnsZone			 OBJECT-TYPE
29528	SYNTAX					 DisplayString
29529	MAX-ACCESS				 read-only
29530	STATUS					 current
29531	DESCRIPTION
29532		"The interface's DNS Zone"
29533	::= { logicalInterfaceEntry 21 }
29534
29535	logicalInterfaceAllowLbMigrate		 OBJECT-TYPE
29536	SYNTAX					 Boolean
29537	MAX-ACCESS				 read-only
29538	STATUS					 current
29539	DESCRIPTION
29540		"Indicates whether the load balancing migration
29541		 is enabled for the interface."
29542	::= { logicalInterfaceEntry 22 }
29543
29544	logicalInterfaceLbWeight		 OBJECT-TYPE
29545	SYNTAX					 INTEGER{
29546							 min-weight(0),
29547							 max-weight(100),
29548							 load(101)
29549							}
29550	MAX-ACCESS				 read-only
29551	STATUS					 current
29552	DESCRIPTION
29553		"The load balancing weight of the interface.
29554		 It can be either minimum (0), maximum(100), or load(101)."
29555	::= { logicalInterfaceEntry 23 }
29556
29557	logicalInterfaceFailoverGroup		 OBJECT-TYPE
29558	SYNTAX					 DisplayString
29559	MAX-ACCESS				 read-only
29560	STATUS					 current
29561	DESCRIPTION
29562		"The interface failover group's name."
29563	::= { logicalInterfaceEntry 24 }
29564
29565	logicalInterfaceStatusVserver		 OBJECT-TYPE
29566	SYNTAX					 INTEGER {
29567							  up(0),
29568							  down(1)
29569							 }
29570	MAX-ACCESS				 read-only
29571	STATUS					 current
29572	DESCRIPTION
29573		"The status of the interface with respect to its Vserver.
29574		 It can be either UP(0) or DOWN(1)."
29575	::= { logicalInterfaceEntry 25 }
29576
29577	logicalInterfaceDataProtocol		 OBJECT-TYPE
29578	SYNTAX					 DisplayString
29579	MAX-ACCESS				 read-only
29580	STATUS					 current
29581	DESCRIPTION
29582		"A list of data protocols."
29583	::= { logicalInterfaceEntry 26 }
29584
29585	logicalInterfaceFcpWwpn			OBJECT-TYPE
29586	SYNTAX					DisplayString
29587	MAX-ACCESS				read-only
29588	STATUS					current
29589	DESCRIPTION
29590		"The WWPN of a FCP data LIF."
29591	::= { logicalInterfaceEntry 27 }
29592
29593	logicalInterfaceComment			OBJECT-TYPE
29594	SYNTAX					DisplayString
29595	MAX-ACCESS				read-only
29596	STATUS					current
29597	DESCRIPTION
29598		"A comment to further identify a LIF."
29599	::= { logicalInterfaceEntry 28 }
29600
29601	logicalInterfaceListenForDnsQuery	 OBJECT-TYPE
29602	SYNTAX					 Boolean
29603	MAX-ACCESS				 read-only
29604	STATUS					 current
29605	DESCRIPTION
29606		"Indicates whether the LIF has to listen for DNS
29607		 queries for load-balancing."
29608	::= { logicalInterfaceEntry 29 }
29609
29610	logicalInterfaceAddressString	         OBJECT-TYPE
29611	SYNTAX					 DisplayString
29612	MAX-ACCESS				 read-only
29613	STATUS					 current
29614	DESCRIPTION
29615		"The IP address assigned to the interface. This field displays
29616		properly for both ipv4 addresses as well as ipv6 addresses.
29617		Format: <ip address>/<netmask length>"
29618	::= { logicalInterfaceEntry 30 }
29619
29620	-- netOpts
29621
29622	netOpts OBJECT IDENTIFIER ::= { network 5 }
29623
29624	netOptsv6Table OBJECT IDENTIFIER ::= { netOpts 1 }
29625
29626	netOptsv6Enabled 	        OBJECT-TYPE
29627	SYNTAX                          Boolean
29628	MAX-ACCESS                      read-only
29629	STATUS                          current
29630	DESCRIPTION
29631		"Indicates whether the cluster supports IPv6."
29632	::= { netOptsv6Table 1 }
29633
29634	netOptsv6RAProcEnabled          OBJECT-TYPE
29635	SYNTAX                          Boolean
29636	MAX-ACCESS                      read-only
29637	STATUS                          current
29638	DESCRIPTION
29639		"Indicates whether the cluster supports IPv6 Router
29640		Advertisement Processing."
29641	::= { netOptsv6Table 2 }
29642
29643        netOptsSwitchlessCluster OBJECT IDENTIFIER ::= { netOpts 2 }
29644
29645        netOptsSwitchlessClusterEnabled OBJECT-TYPE
29646        SYNTAX                          Boolean
29647        MAX-ACCESS                      read-only
29648        STATUS                          current
29649        DESCRIPTION
29650                "Indicates whether the cluster network is switchless."
29651        ::= { netOptsSwitchlessCluster 1 }
29652
29653	-- ipspaceTable
29654
29655	ipspaceTable	     			OBJECT-TYPE
29656	SYNTAX					SEQUENCE OF IPspaceEntry
29657	MAX-ACCESS				not-accessible
29658	STATUS					current
29659	DESCRIPTION
29660		"A table of IPspaces, where each entry represents an IPspace."
29661	::= { network 6 }
29662
29663	ipspaceEntry				OBJECT-TYPE
29664	SYNTAX					IPspaceEntry
29665	MAX-ACCESS				not-accessible
29666	STATUS					current
29667	DESCRIPTION
29668		"IPspace entry."
29669	INDEX { IMPLIED ipspaceName }
29670	::= { ipspaceTable 1 }
29671
29672	IPspaceEntry ::=
29673	SEQUENCE {
29674		ipspaceName		        DisplayString,
29675		ipspaceID		        Unsigned32,
29676		ipspacePorts                    DisplayString,
29677		ipspaceBroadcastDomains         DisplayString,
29678		ipspaceVservers                 DisplayString
29679		}
29680
29681	ipspaceName 			        OBJECT-TYPE
29682	SYNTAX					DisplayString
29683	MAX-ACCESS				read-only
29684	STATUS					current
29685	DESCRIPTION
29686		"The IPspace name."
29687	::= { ipspaceEntry 1 }
29688
29689	ipspaceID			        OBJECT-TYPE
29690	SYNTAX					Unsigned32
29691	MAX-ACCESS				read-only
29692	STATUS					current
29693	DESCRIPTION
29694		"The Identifier of the IPspace."
29695	::= { ipspaceEntry 2 }
29696
29697	ipspacePorts 			        OBJECT-TYPE
29698	SYNTAX					DisplayString
29699	MAX-ACCESS				read-only
29700	STATUS					current
29701	DESCRIPTION
29702		"The network ports assigned to the IPspace of the form {node1:port1},{node2:port2}."
29703	::= { ipspaceEntry 3 }
29704
29705	ipspaceBroadcastDomains			OBJECT-TYPE
29706	SYNTAX					DisplayString
29707	MAX-ACCESS				read-only
29708	STATUS					current
29709	DESCRIPTION
29710		"The broadcast domains for the IPspace."
29711	::= { ipspaceEntry 4 }
29712
29713	ipspaceVservers				OBJECT-TYPE
29714	SYNTAX					DisplayString
29715	MAX-ACCESS				read-only
29716	STATUS					current
29717	DESCRIPTION
29718		"The vservers assigned to the IPspace of the form {vs1,vs2}."
29719	::= { ipspaceEntry 5 }
29720
29721	-- vsRouteTable
29722
29723	vsRouteTable	     			OBJECT-TYPE
29724	SYNTAX					SEQUENCE OF VsRouteEntry
29725	MAX-ACCESS				not-accessible
29726	STATUS					current
29727	DESCRIPTION
29728		"A table of vserver routes, where each entry represents a vserver route."
29729	::= { network 7 }
29730
29731	vsRouteEntry				OBJECT-TYPE
29732	SYNTAX					VsRouteEntry
29733	MAX-ACCESS				not-accessible
29734	STATUS					current
29735	DESCRIPTION
29736		"Vsroutes entry."
29737	INDEX { vsRouteVserverID, IMPLIED vsRouteUuid }
29738	::= { vsRouteTable 1 }
29739
29740	VsRouteEntry ::=
29741	SEQUENCE {
29742		vsRouteVserverID		Unsigned32,
29743		vsRouteUuid                     DisplayString,
29744		vsRouteDestination	        DisplayString,
29745		vsRouteGateway                  DisplayString,
29746		vsRouteMetric                   INTEGER,
29747		vsRouteAddressFamily            DisplayString
29748		}
29749
29750	vsRouteVserverID			OBJECT-TYPE
29751	SYNTAX					Unsigned32 (0..4294967295)
29752	MAX-ACCESS				read-only
29753	STATUS					current
29754	DESCRIPTION
29755		"The vserver of the vserver route."
29756	::= { vsRouteEntry 1 }
29757
29758        vsRouteUuid		                OBJECT-TYPE
29759	SYNTAX					DisplayString
29760	MAX-ACCESS				read-only
29761	STATUS					current
29762	DESCRIPTION
29763		"The Uuid of the vserver route."
29764	::= { vsRouteEntry 2 }
29765
29766	vsRouteDestination		        OBJECT-TYPE
29767	SYNTAX					DisplayString
29768	MAX-ACCESS				read-only
29769	STATUS					current
29770	DESCRIPTION
29771		"The destination of the vserver route."
29772	::= { vsRouteEntry 3 }
29773
29774	vsRouteGateway			        OBJECT-TYPE
29775	SYNTAX					DisplayString
29776	MAX-ACCESS				read-only
29777	STATUS					current
29778	DESCRIPTION
29779		"The gateway of the vserver route."
29780	::= { vsRouteEntry 4 }
29781
29782
29783	vsRouteMetric			        OBJECT-TYPE
29784	SYNTAX					INTEGER
29785	MAX-ACCESS				read-only
29786	STATUS					current
29787	DESCRIPTION
29788		"The metric of the vserver route."
29789	::= { vsRouteEntry 5 }
29790
29791	vsRouteAddressFamily		        OBJECT-TYPE
29792	SYNTAX					DisplayString
29793	MAX-ACCESS				read-only
29794	STATUS					current
29795	DESCRIPTION
29796		"The address family of the vserver route."
29797	::= { vsRouteEntry 6 }
29798
29799        -- vsFailoverGroupTable
29800
29801	vsFailoverGroupTable	     		OBJECT-TYPE
29802	SYNTAX					SEQUENCE OF VsFailoverGroupEntry
29803	MAX-ACCESS				not-accessible
29804	STATUS					current
29805	DESCRIPTION
29806		"A table of logical interface failover groups, where each entry
29807		represents a logical interface failover group."
29808	::= { network 8 }
29809
29810	vsFailoverGroupEntry			OBJECT-TYPE
29811	SYNTAX					VsFailoverGroupEntry
29812	MAX-ACCESS				not-accessible
29813	STATUS					current
29814	DESCRIPTION
29815		"VsFailoverGroup entry."
29816	INDEX { vsFailoverGroupVserverID, IMPLIED vsFailoverGroupName }
29817	::= { vsFailoverGroupTable 1 }
29818
29819	VsFailoverGroupEntry ::=
29820	SEQUENCE {
29821		vsFailoverGroupVserverID        Unsigned32,
29822		vsFailoverGroupName	        DisplayString,
29823		vsFailoverGroupTargets          DisplayString
29824		}
29825
29826	vsFailoverGroupVserverID		OBJECT-TYPE
29827	SYNTAX					Unsigned32 (0..4294967295)
29828	MAX-ACCESS				read-only
29829	STATUS					current
29830	DESCRIPTION
29831		"The vserver of the failover group."
29832	::= { vsFailoverGroupEntry 1 }
29833
29834	vsFailoverGroupName      		OBJECT-TYPE
29835	SYNTAX					DisplayString
29836	MAX-ACCESS				read-only
29837	STATUS					current
29838	DESCRIPTION
29839		"The name of the failover group."
29840	::= { vsFailoverGroupEntry 2 }
29841
29842	vsFailoverGroupTargets			OBJECT-TYPE
29843	SYNTAX					DisplayString
29844	MAX-ACCESS				read-only
29845	STATUS					current
29846	DESCRIPTION
29847		"The failover targets of the failover group."
29848	::= { vsFailoverGroupEntry 3 }
29849
29850        -- vsFirewallPolicyTable
29851
29852	vsFirewallPolicyTable	     		OBJECT-TYPE
29853	SYNTAX					SEQUENCE OF VsFirewallPolicyEntry
29854	MAX-ACCESS				not-accessible
29855	STATUS					current
29856	DESCRIPTION
29857		"A table of firewall policies, where each entry represents a
29858		firewall policy."
29859	::= { network 9 }
29860
29861	vsFirewallPolicyEntry			OBJECT-TYPE
29862	SYNTAX					VsFirewallPolicyEntry
29863	MAX-ACCESS				not-accessible
29864	STATUS					current
29865	DESCRIPTION
29866		"Vsfailovergroups entry."
29867	INDEX { vsFirewallPolicyVserverID, IMPLIED vsFirewallPolicyUuid }
29868	::= { vsFirewallPolicyTable 1 }
29869
29870	VsFirewallPolicyEntry ::=
29871	SEQUENCE {
29872                vsFirewallPolicyVserverID	Unsigned32,
29873                vsFirewallPolicyUuid            DisplayString,
29874                vsFirewallPolicyName	        DisplayString,
29875                vsFirewallPolicyService         DisplayString,
29876                vsFirewallPolicyAllowList       DisplayString
29877                }
29878
29879	vsFirewallPolicyVserverID		OBJECT-TYPE
29880	SYNTAX					Unsigned32 (0..4294967295)
29881	MAX-ACCESS				read-only
29882	STATUS					current
29883	DESCRIPTION
29884		"The vserver on which this firewall policy is defined."
29885	::= { vsFirewallPolicyEntry 1 }
29886
29887	vsFirewallPolicyUuid                    OBJECT-TYPE
29888	SYNTAX					DisplayString
29889	MAX-ACCESS				read-only
29890	STATUS					current
29891	DESCRIPTION
29892		"The unique identifier for this firewall policy."
29893	::= { vsFirewallPolicyEntry 2 }
29894
29895	vsFirewallPolicyName		        OBJECT-TYPE
29896	SYNTAX					DisplayString
29897	MAX-ACCESS				read-only
29898	STATUS					current
29899	DESCRIPTION
29900		"The name of this firewall policy."
29901	::= { vsFirewallPolicyEntry 3 }
29902
29903	vsFirewallPolicyService		        OBJECT-TYPE
29904	SYNTAX					DisplayString
29905	MAX-ACCESS				read-only
29906	STATUS					current
29907	DESCRIPTION
29908		"The service that this firewall policy is restricting access to."
29909	::= { vsFirewallPolicyEntry 4 }
29910
29911	vsFirewallPolicyAllowList		OBJECT-TYPE
29912	SYNTAX					DisplayString
29913	MAX-ACCESS				read-only
29914	STATUS					current
29915	DESCRIPTION
29916		"The list of source IPs that are allowed to access the
29917		underlying service of this firewall policy."
29918	::= { vsFirewallPolicyEntry 5 }
29919
29920        -- broadcastDomainTable
29921
29922        broadcastDomainTable                    OBJECT-TYPE
29923        SYNTAX                                  SEQUENCE OF BroadcastDomainEntry
29924        MAX-ACCESS                              not-accessible
29925        STATUS                                  current
29926        DESCRIPTION
29927                "A table of broadcast domains, where each entry represents a broadcast domain."
29928        ::= { network 10 }
29929
29930        broadcastDomainEntry                    OBJECT-TYPE
29931        SYNTAX                                  BroadcastDomainEntry
29932        MAX-ACCESS                              not-accessible
29933        STATUS                                  current
29934        DESCRIPTION
29935                "Broadcast domain entry."
29936        INDEX { broadcastDomainIpspaceName, broadcastDomainName }
29937        ::= { broadcastDomainTable 1 }
29938
29939        BroadcastDomainEntry ::=
29940        SEQUENCE {
29941                broadcastDomainIpspaceName      DisplayString,
29942                broadcastDomainName             DisplayString,
29943                broadcastDomainMTU              INTEGER,
29944                broadcastDomainPorts            DisplayString,
29945                broadcastDomainFailoverGroups   DisplayString,
29946                broadcastDomainSubnets          DisplayString
29947                }
29948
29949        broadcastDomainIpspaceName              OBJECT-TYPE
29950        SYNTAX                                  DisplayString
29951        MAX-ACCESS                              read-only
29952        STATUS                                  current
29953        DESCRIPTION
29954                "The IPspace name."
29955        ::= { broadcastDomainEntry 1 }
29956
29957        broadcastDomainName                     OBJECT-TYPE
29958        SYNTAX                                  DisplayString
29959        MAX-ACCESS                              read-only
29960        STATUS                                  current
29961        DESCRIPTION
29962                "The broadcast domain name."
29963        ::= { broadcastDomainEntry 2 }
29964
29965        broadcastDomainMTU                      OBJECT-TYPE
29966        SYNTAX                                  INTEGER
29967        MAX-ACCESS                              read-only
29968        STATUS                                  current
29969        DESCRIPTION
29970                "MTU of the broadcast domain."
29971        ::= { broadcastDomainEntry 3 }
29972
29973        broadcastDomainPorts                    OBJECT-TYPE
29974        SYNTAX                                  DisplayString
29975        MAX-ACCESS                              read-only
29976        STATUS                                  current
29977        DESCRIPTION
29978                "The network ports assigned to the broadcast domain of the form {node1:port1},{node2:port2}."
29979        ::= { broadcastDomainEntry 4 }
29980
29981        broadcastDomainFailoverGroups           OBJECT-TYPE
29982        SYNTAX                                  DisplayString
29983        MAX-ACCESS                              read-only
29984        STATUS                                  current
29985        DESCRIPTION
29986                "The failover groups for the broadcast domain of the form {fg1,fg2}."
29987        ::= { broadcastDomainEntry 5 }
29988
29989        broadcastDomainSubnets                  OBJECT-TYPE
29990        SYNTAX                                  DisplayString
29991        MAX-ACCESS                              read-only
29992        STATUS                                  current
29993        DESCRIPTION
29994                "The subnets associated with this broadcast domain."
29995        ::= { broadcastDomainEntry 6 }
29996
29997        -- subnetTable
29998
29999        subnetTable                             OBJECT-TYPE
30000        SYNTAX                                  SEQUENCE OF SubnetEntry
30001        MAX-ACCESS                              not-accessible
30002        STATUS                                  current
30003        DESCRIPTION
30004                "A table of Subnets, where each entry represents a Subnet."
30005        ::= { network 11 }
30006
30007        subnetEntry                             OBJECT-TYPE
30008        SYNTAX                                  SubnetEntry
30009        MAX-ACCESS                              not-accessible
30010        STATUS                                  current
30011        DESCRIPTION
30012                "Subnet entry."
30013        INDEX { subnetIpspaceName, subnetName }
30014        ::= { subnetTable 1 }
30015
30016        SubnetEntry ::=
30017        SEQUENCE {
30018                subnetIpspaceName               DisplayString,
30019                subnetBroadcastDomainName       DisplayString,
30020                subnetName                      DisplayString,
30021                subnetMask                      DisplayString,
30022                subnetGateway                   DisplayString,
30023                subnetIpRanges                  DisplayString,
30024                subnetTotalCount                INTEGER,
30025                subnetUsedCount                 INTEGER,
30026                subnetAvailableCount            INTEGER
30027                }
30028
30029        subnetIpspaceName                       OBJECT-TYPE
30030        SYNTAX                                  DisplayString
30031        MAX-ACCESS                              read-only
30032        STATUS                                  current
30033        DESCRIPTION
30034                "The IPspace name."
30035        ::= { subnetEntry 1 }
30036
30037        subnetBroadcastDomainName               OBJECT-TYPE
30038        SYNTAX                                  DisplayString
30039        MAX-ACCESS                              read-only
30040        STATUS                                  current
30041        DESCRIPTION
30042                "The broadcast domain name."
30043        ::= { subnetEntry 2 }
30044
30045        subnetName                              OBJECT-TYPE
30046        SYNTAX                                  DisplayString
30047        MAX-ACCESS                              read-only
30048        STATUS                                  current
30049        DESCRIPTION
30050                "The Subnet name."
30051        ::= { subnetEntry 3 }
30052
30053        subnetMask                              OBJECT-TYPE
30054        SYNTAX                                  DisplayString
30055        MAX-ACCESS                              read-only
30056        STATUS                                  current
30057        DESCRIPTION
30058             "Subnet IP and Mask."
30059        ::= { subnetEntry 4 }
30060
30061        subnetGateway                           OBJECT-TYPE
30062        SYNTAX                                  DisplayString
30063        MAX-ACCESS                              read-only
30064        STATUS                                  current
30065        DESCRIPTION
30066                "Subnet Gateway IP."
30067        ::= { subnetEntry 5 }
30068
30069        subnetIpRanges                          OBJECT-TYPE
30070        SYNTAX                                  DisplayString
30071        MAX-ACCESS                              read-only
30072        STATUS                                  current
30073        DESCRIPTION
30074                "Subnet IP Ranges."
30075        ::= { subnetEntry 6 }
30076
30077        subnetTotalCount                        OBJECT-TYPE
30078        SYNTAX                                  INTEGER
30079        MAX-ACCESS                              read-only
30080        STATUS                                  current
30081        DESCRIPTION
30082                "Total address count for all ranges."
30083        ::= { subnetEntry 7 }
30084
30085        subnetUsedCount                         OBJECT-TYPE
30086        SYNTAX                                  INTEGER
30087        MAX-ACCESS                              read-only
30088        STATUS                                  current
30089        DESCRIPTION
30090                "Used address count for all ranges."
30091        ::= { subnetEntry 8 }
30092
30093        subnetAvailableCount                     OBJECT-TYPE
30094        SYNTAX                                  INTEGER
30095        MAX-ACCESS                              read-only
30096        STATUS                                  current
30097        DESCRIPTION
30098                "Available address count for all ranges."
30099        ::= { subnetEntry 9 }
30100
30101	-- -- -- -- -- -- -- --
30102	-- the sis group
30103	-- -- -- -- -- -- -- --
30104
30105	sisIsLicensed                   OBJECT-TYPE
30106	SYNTAX                          INTEGER {
30107                                             false(1),
30108                                             true(2)
30109                                        }
30110        MAX-ACCESS                      read-only
30111        STATUS                          current
30112	DESCRIPTION
30113			"Indicates whether Advanced SIS is licensed on the
30114			filer."
30115	::= { sis 1 }
30116
30117	sisTable                        OBJECT-TYPE
30118	SYNTAX                          SEQUENCE OF SisEntry
30119        MAX-ACCESS                      not-accessible
30120        STATUS                          current
30121	DESCRIPTION
30122			"Provide a list of the SIS volumes on the
30123			 system."
30124
30125	::= { sis 2 }
30126
30127	sisEntry                        OBJECT-TYPE
30128	SYNTAX                          SisEntry
30129        MAX-ACCESS                      not-accessible
30130        STATUS                          current
30131	DESCRIPTION
30132			"Provide details about a particular SIS volume.
30133			 For entries returned only from the cluster
30134			 interfaces, the value of sisRowAvailable needs to be
30135			 1, for the contents of the row to be valid."
30136
30137	INDEX	{ sisIndex }
30138	::= { sisTable 1 }
30139
30140	SisEntry ::=
30141	    SEQUENCE {
30142	    	sisIndex
30143		    Integer32,
30144		sisPath
30145		    DisplayString,
30146		sisState
30147		    INTEGER,
30148		sisStatus
30149		    INTEGER,
30150		sisProgress
30151		    DisplayString,
30152		sisType
30153		    INTEGER,
30154		sisSchedule
30155		    DisplayString,
30156		sisLastOpBeginTime
30157		    DisplayString,
30158		sisLastOpEndTime
30159		    DisplayString,
30160		sisHighLastOpSize
30161		    Integer32,
30162		sisLowLastOpSize
30163		    Integer32,
30164		sisLastOpError
30165		    DisplayString,
30166		sis64LastOpSize
30167		    Counter64,
30168		sisIsCompressionEnabled
30169		    Boolean,
30170		sisIsInlineEnabled
30171		    Boolean,
30172		sisVserver
30173		    DisplayString,
30174		sisPolicy
30175		    DisplayString,
30176		sisRowAvailable
30177		    Boolean,
30178		sisMinBlocksShared
30179		    Integer32,
30180		sisBlocksSkippedSharing
30181		    Counter32,
30182		sisChangelogUsedPercent
30183		    Integer32,
30184		sisLastSuccessfulOpBeginTime
30185		    DisplayString,
30186		sisLastSuccessfulOpEndTime
30187		    DisplayString,
30188		sisLastOpState
30189		    DisplayString,
30190		sisLogicalSize
30191		    Counter64,
30192		sisLogicalLimit
30193		    Counter64,
30194		sisQueuedJob
30195		    DisplayString,
30196		sisStaleFpPercentage
30197		    Integer32,
30198		sisIsIddEnabled
30199		    Boolean,
30200		sisQuickCheckFsize
30201		    Counter64,
30202		sisIsConstituent
30203		    Boolean
30204	    }
30205
30206	sisIndex                        OBJECT-TYPE
30207	SYNTAX                          Integer32 (1..2147483647)
30208        MAX-ACCESS                      read-only
30209        STATUS                          current
30210	DESCRIPTION
30211				"A number that identifies this entry for the
30212				 SIS volume."
30213	::= { sisEntry 1 }
30214
30215	sisPath                         OBJECT-TYPE
30216	SYNTAX                          DisplayString
30217        MAX-ACCESS                      read-only
30218        STATUS                          current
30219	DESCRIPTION
30220				"The path to the SIS volume."
30221	::= { sisEntry 2 }
30222
30223	sisState                        OBJECT-TYPE
30224	SYNTAX                          INTEGER {
30225                                             disabled(1),
30226                                             enabled(2)
30227                                        }
30228        MAX-ACCESS                      read-only
30229        STATUS                          current
30230	DESCRIPTION
30231				"Indicates whether SIS is enabled on the
30232				 volume or not."
30233	::= { sisEntry 3 }
30234
30235	sisStatus                       OBJECT-TYPE
30236	SYNTAX                          INTEGER {
30237											idle(1),
30238											active(2),
30239											undoing(3),
30240											pending(4),
30241											initializing(5),
30242											downgrading(6),
30243											disabled(7)
30244                                        }
30245        MAX-ACCESS                      read-only
30246        STATUS                          current
30247	DESCRIPTION
30248				"Current status of the SIS volume."
30249	::= { sisEntry 4 }
30250
30251	sisProgress                     OBJECT-TYPE
30252	SYNTAX                          DisplayString
30253        MAX-ACCESS                      read-only
30254        STATUS                          current
30255	DESCRIPTION
30256				"The progress of the current SIS operation."
30257	::= { sisEntry 5 }
30258
30259	sisType                         OBJECT-TYPE
30260	SYNTAX                          INTEGER {
30261                                             regular(1),
30262                                             snapvault(2)
30263                                        }
30264        MAX-ACCESS                      read-only
30265        STATUS                          current
30266	DESCRIPTION
30267				"Indicates whether it is a regular or
30268				 snapvaulted SIS volume."
30269	::= { sisEntry 6 }
30270
30271	sisSchedule                     OBJECT-TYPE
30272	SYNTAX                          DisplayString
30273        MAX-ACCESS                      read-only
30274        STATUS                          current
30275	DESCRIPTION
30276				"The schedule for the SIS operations."
30277	::= { sisEntry 7 }
30278
30279	sisLastOpBeginTime              OBJECT-TYPE
30280	SYNTAX                          DisplayString
30281        MAX-ACCESS                      read-only
30282        STATUS                          current
30283	DESCRIPTION
30284				"The starting time of the last completed SIS
30285				 operation."
30286	::= { sisEntry 8 }
30287
30288	sisLastOpEndTime                OBJECT-TYPE
30289	SYNTAX                          DisplayString
30290        MAX-ACCESS                      read-only
30291        STATUS                          current
30292	DESCRIPTION
30293				"The ending time of the last completed SIS
30294				 operation."
30295	::= { sisEntry 9 }
30296
30297	sisHighLastOpSize               OBJECT-TYPE
30298	SYNTAX                          Integer32
30299        MAX-ACCESS                      read-only
30300        STATUS                          deprecated
30301	DESCRIPTION
30302				"The total amount of data in KBytes that the
30303				 last completed SIS operation had processed.
30304				 This object returns the most significant 32
30305				 bits of the 64 bit unsigned integer. This object
30306				 is deprecated - Use sis64LastOpSize instead."
30307	::= { sisEntry 10 }
30308
30309	sisLowLastOpSize                OBJECT-TYPE
30310	SYNTAX                          Integer32
30311        MAX-ACCESS                      read-only
30312        STATUS                          deprecated
30313	DESCRIPTION
30314				"The total amount of data in KBytes that the
30315				 last completed SIS operation had processed.
30316				 This object returns the least significant 32
30317				 bits of the 64 bit unsigned integer. This object
30318				 is deprecated - Use sis64LastOpSize instead."
30319	::= { sisEntry 11 }
30320
30321	sisLastOpError                  OBJECT-TYPE
30322	SYNTAX                          DisplayString
30323        MAX-ACCESS                      read-only
30324        STATUS                          current
30325	DESCRIPTION
30326				"The error that the last SIS operation
30327				 encountered if it failed."
30328	::= { sisEntry 12 }
30329
30330	sis64LastOpSize                 OBJECT-TYPE
30331	SYNTAX                          Counter64
30332        MAX-ACCESS                      read-only
30333        STATUS                          current
30334	DESCRIPTION
30335				"The total amount of data in KBytes that the
30336				 last completed SIS operation had processed.
30337				 This object returns all of the 64 bit
30338				 unsigned integer."
30339	::= { sisEntry 13 }
30340
30341	sisIsCompressionEnabled		OBJECT-TYPE
30342	SYNTAX                          Boolean
30343        MAX-ACCESS                      read-only
30344        STATUS                          current
30345	DESCRIPTION
30346				"Indicates whether background compression is enabled on
30347				the volume or not."
30348	::= { sisEntry 14 }
30349
30350	sisIsInlineEnabled		OBJECT-TYPE
30351	SYNTAX                          Boolean
30352        MAX-ACCESS                      read-only
30353        STATUS                          current
30354	DESCRIPTION
30355				"Indicates whether inline compression is enabled on
30356                the volume or not"
30357	::= { sisEntry 15 }
30358
30359	sisVserver		        OBJECT-TYPE
30360	SYNTAX                          DisplayString
30361        MAX-ACCESS                      read-only
30362        STATUS                          current
30363	DESCRIPTION
30364				"Vserver owning the Storage efficiency volume.
30365				This entry is only available from the cluster interface."
30366	::= { sisEntry 16 }
30367
30368	sisPolicy		        OBJECT-TYPE
30369	SYNTAX                          DisplayString
30370        MAX-ACCESS                      read-only
30371        STATUS                          current
30372	DESCRIPTION
30373				"Storage efficiency policy name set on the volume.
30374				This entry is only available from the cluster interface."
30375	::= { sisEntry 17 }
30376
30377        sisRowAvailable                 OBJECT-TYPE
30378        SYNTAX                          Boolean
30379        MAX-ACCESS                      read-only
30380        STATUS                          current
30381        DESCRIPTION
30382                "Indicates if other fields in this entry are available.
30383		This field is returned only from the cluster interfaces.
30384		If something goes wrong while fetching the values for
30385		fields in this table, the values returned may not be valid.
30386		The volume returned may not be a SIS volume.
30387                For fields that could not be fetched, default
30388                values are set. For integers it is -1, for
30389                counters 0, and for string it is null."
30390
30391	::= { sisEntry 18 }
30392
30393	sisMinBlocksShared              OBJECT-TYPE
30394	SYNTAX                          Integer32 (1..64)
30395        MAX-ACCESS                      read-only
30396        STATUS                          current
30397	DESCRIPTION
30398 			  "The minimum number of contiguous blocks in a file
30399                           that will be considered for block sharing.
30400                           If the number of contiguous duplicate blocks is
30401                           less than this number, then they won't be considered
30402			   for sharing."
30403	::= { sisEntry 19 }
30404
30405	sisBlocksSkippedSharing         OBJECT-TYPE
30406	SYNTAX                          Counter32
30407        MAX-ACCESS                      read-only
30408        STATUS                          current
30409	DESCRIPTION
30410			 "Number of blocks not considered for sharing because
30411                         contiguous duplicate blocks were less than the value
30412			 set for sisMinBlocksShared."
30413	::= { sisEntry 20 }
30414
30415	sisChangelogUsedPercent         OBJECT-TYPE
30416	SYNTAX                          Integer32
30417        MAX-ACCESS                      read-only
30418        STATUS                          current
30419	DESCRIPTION
30420			 "Percentage of changelog used."
30421	::= { sisEntry 21 }
30422
30423	sisLastSuccessfulOpBeginTime          OBJECT-TYPE
30424	SYNTAX                          DisplayString
30425        MAX-ACCESS                      read-only
30426        STATUS                          current
30427	DESCRIPTION
30428				"The starting time of the last successful SIS
30429				 operation."
30430	::= { sisEntry 22 }
30431
30432	sisLastSuccessfulOpEndTime            OBJECT-TYPE
30433	SYNTAX                          DisplayString
30434        MAX-ACCESS                      read-only
30435        STATUS                          current
30436	DESCRIPTION
30437				"The ending time of the last successful SIS
30438				 operation."
30439	::= { sisEntry 23 }
30440
30441	sisLastOpState                  OBJECT-TYPE
30442	SYNTAX                          DisplayString
30443        MAX-ACCESS                      read-only
30444        STATUS                          current
30445	DESCRIPTION
30446				"The state of the last SIS operation."
30447	::= { sisEntry 24 }
30448
30449
30450        sisLogicalSize                  OBJECT-TYPE
30451        SYNTAX                          Counter64
30452        MAX-ACCESS                      read-only
30453        STATUS                          current
30454        DESCRIPTION
30455                "The size of logical data in the volume in bytes.
30456		This may be calculated approximately using these fields in dfTable MIB
30457		[df64DedupeSaved +  df64CompressSaved + df64SisSharedKBytes * 1024]."
30458
30459	::= { sisEntry 25 }
30460
30461        sisLogicalLimit                 OBJECT-TYPE
30462        SYNTAX                          Counter64
30463        MAX-ACCESS                      read-only
30464        STATUS                          current
30465        DESCRIPTION
30466                "Indicates  SIS logical limit for the volume.
30467		 It is equal to WAFL maximum nominal size of 64bit
30468		 volume."
30469
30470	::= { sisEntry 26 }
30471
30472        sisQueuedJob 	                OBJECT-TYPE
30473        SYNTAX                          DisplayString
30474        MAX-ACCESS                      read-only
30475        STATUS                          current
30476        DESCRIPTION
30477                "Indicates type of sis operation that is queued for the
30478		 volume. Possible values: 'scan', 'start', 'check', 'downgrade'."
30479
30480	::= { sisEntry 27 }
30481
30482        sisStaleFpPercentage            OBJECT-TYPE
30483        SYNTAX                         	Integer32
30484        MAX-ACCESS                      read-only
30485        STATUS                          current
30486        DESCRIPTION
30487                "Indicates percentage of fingerprints that are stale in
30488		the fingerprint database. It can be more than 100%, if blocks are
30489		overwritten or deleted."
30490
30491	::= { sisEntry 28 }
30492
30493	sisIsIddEnabled	              	OBJECT-TYPE
30494	SYNTAX				Boolean
30495	MAX-ACCESS			read-only
30496	STATUS				current
30497	DESCRIPTION
30498		"Indicates Incompressible data detection is enabled on
30499		compressed volume."
30500
30501	::= { sisEntry 29 }
30502
30503	sisQuickCheckFsize		OBJECT-TYPE
30504	SYNTAX				Counter64
30505	MAX-ACCESS                      read-only
30506	STATUS                          current
30507	DESCRIPTION
30508		"Compression quick check file size. If Incompressible data
30509		detection is enabled and if the file size is >=
30510		quick-check-fsize, inline compression will do a 4k
30511		quick check before doing full CG compression."
30512
30513	::= { sisEntry 30 }
30514
30515	sisIsConstituent               OBJECT-TYPE
30516	SYNTAX                         Boolean
30517	MAX-ACCESS                     read-only
30518	STATUS	                       current
30519	DESCRIPTION
30520		"Indicates whether the volume is a constituent or not."
30521
30522	::= { sisEntry 31 }
30523
30524	-- -- -- -- -- -- -- -- --
30525	-- the compression group
30526	-- -- -- -- -- -- -- -- --
30527
30528	compressIsLicensed              OBJECT-TYPE
30529	SYNTAX                          INTEGER {
30530                                             false(1),
30531                                             true(2)
30532                                        }
30533        MAX-ACCESS                      read-only
30534        STATUS                          deprecated
30535	DESCRIPTION
30536				"Indicates whether compression is licensed on
30537				the filer."
30538	::= { compress 1 }
30539
30540	compressTable                   OBJECT-TYPE
30541	SYNTAX                          SEQUENCE OF CompressEntry
30542        MAX-ACCESS                      not-accessible
30543        STATUS                          deprecated
30544	DESCRIPTION
30545				"Provide a report of the total space used as
30546				 well as the space saved by compression on
30547				 volumes."
30548	::= { compress 2 }
30549
30550
30551	-- display the active file system compression statistics
30552
30553	compressEntry                 	OBJECT-TYPE
30554	SYNTAX                          CompressEntry
30555        MAX-ACCESS                      not-accessible
30556        STATUS                          deprecated
30557	DESCRIPTION
30558				"Provide a report of the total space used as
30559				 well as the space saved by compression on
30560				 the referenced file system."
30561	INDEX      { compressIndex }
30562	::= { compressTable 1 }
30563
30564	CompressEntry ::=
30565	    SEQUENCE {
30566		compressIndex
30567		    Integer32,
30568		compressFileSys
30569		    DisplayString,
30570 		compressHighUsedKBytes
30571		    Counter32,
30572                compressLowUsedKBytes
30573	            Counter32,
30574		compress64UsedKBytes
30575		    Counter64,
30576                compressHighSavedKBytes
30577		    Counter32,
30578		compressLowSavedKBytes
30579		    Counter32,
30580		compress64SavedKBytes
30581		    Counter64,
30582		compressPercentSaved
30583		    INTEGER
30584	    }
30585
30586	compressIndex                   OBJECT-TYPE
30587	SYNTAX                          Integer32 (1..2147483647)
30588        MAX-ACCESS                      read-only
30589        STATUS                          deprecated
30590	DESCRIPTION
30591				"A number that identifies this entry for the
30592			 	referenced file system."
30593	::= { compressEntry 1 }
30594
30595	compressFileSys                 OBJECT-TYPE
30596	SYNTAX                          DisplayString
30597        MAX-ACCESS                      read-only
30598        STATUS                          deprecated
30599	DESCRIPTION
30600				"The name for the referenced file system."
30601	::= { compressEntry 2 }
30602
30603	compressHighUsedKBytes	        OBJECT-TYPE
30604	SYNTAX                          Counter32
30605        MAX-ACCESS                      read-only
30606        STATUS                          deprecated
30607	DESCRIPTION
30608				"The total disk space in KBytes that is in use
30609				 on the referenced file system.  This object
30610				 returns the most significant 32 bits of the 64
30611				 bit unsigned integer. This object is
30612				 deprecated - Use compress64UsedKBytes instead."
30613	::= { compressEntry 3 }
30614
30615	compressLowUsedKBytes	        OBJECT-TYPE
30616	SYNTAX                          Counter32
30617        MAX-ACCESS                      read-only
30618        STATUS                          deprecated
30619	DESCRIPTION
30620				"The total disk space in KBytes that is in use
30621				 on the referenced file system.  This object
30622				 returns the least significant 32 bits of the
30623				 64 bit unsigned integer. This object is
30624				 deprecated - Use compress64UsedKBytes instead."
30625	::= { compressEntry 4 }
30626
30627	compress64UsedKBytes	        OBJECT-TYPE
30628	SYNTAX                          Counter64
30629        MAX-ACCESS                      read-only
30630        STATUS                          deprecated
30631	DESCRIPTION
30632				"The total disk space in KBytes that is in use
30633				 on the referenced file system. This object
30634				 returns all of the 64 bit unsigned integer."
30635	::= { compressEntry 5 }
30636
30637	compressHighSavedKBytes	        OBJECT-TYPE
30638	SYNTAX                          Counter32
30639        MAX-ACCESS                      read-only
30640        STATUS                          deprecated
30641	DESCRIPTION
30642				"The disk space in KBytes of disk space that
30643				 is saved by compression on the referenced
30644				 file system. This object returns the most
30645				 significant 32 bits of the 64 bit unsigned
30646				 integer. This object is deprecated - Use
30647				 compress64SavedKBytes instead."
30648	::= { compressEntry 6 }
30649
30650	compressLowSavedKBytes	        OBJECT-TYPE
30651	SYNTAX                          Counter32
30652        MAX-ACCESS                      read-only
30653        STATUS                          deprecated
30654	DESCRIPTION
30655				"The disk space in KBytes of disk space that
30656				 is saved by compression on the referenced
30657				 filesystem. This object returns the least
30658				 significant 32 bits of the 64 bit unsigned
30659				 integer. This object is deprecated - Use
30660				 compress64SavedKBytes instead."
30661	::= { compressEntry 7 }
30662
30663	compress64SavedKBytes		OBJECT-TYPE
30664	SYNTAX				Counter64
30665	MAX-ACCESS			read-only
30666	STATUS				deprecated
30667	DESCRIPTION
30668				"The disk space in KBytes of disk space that
30669				 is saved by compression on the referenced
30670				 filesystem. This object returns all of the
30671				 64 bit unsigned integer."
30672	::= { compressEntry 8 }
30673
30674	compressPercentSaved		OBJECT-TYPE
30675	SYNTAX				INTEGER
30676	MAX-ACCESS			read-only
30677	STATUS				deprecated
30678	DESCRIPTION
30679				"The percentage of disk space saved by
30680				 compression on the referenced filesystem."
30681	::= { compressEntry 9 }
30682
30683	-- -- -- -- -- -- -- -- --
30684	-- the extcache group
30685	-- -- -- -- -- -- -- -- --
30686
30687	extcacheType	                OBJECT-TYPE
30688	SYNTAX                          DisplayString
30689        MAX-ACCESS                      read-only
30690        STATUS                          current
30691	DESCRIPTION
30692				"Indicates the type of external cache being used.
30693				Examples are none, PCS, IOMEM."
30694	::= { extcache 1 }
30695
30696	extcacheSubType	                OBJECT-TYPE
30697	SYNTAX                          DisplayString
30698        MAX-ACCESS                      read-only
30699        STATUS                          current
30700	DESCRIPTION
30701				"Indicates the sub-type of external cache being used.
30702				Examples are none, PAM1, PAM2."
30703	::= { extcache 2 }
30704
30705	extcache64Uptime                OBJECT-TYPE
30706	SYNTAX                          Counter64
30707        MAX-ACCESS                      read-only
30708        STATUS                          current
30709	DESCRIPTION
30710				"Indicates the uptime of the external cache."
30711	::= { extcache 3 }
30712
30713	extcache64Size	                OBJECT-TYPE
30714	SYNTAX                          Counter64
30715        MAX-ACCESS                      read-only
30716        STATUS                          current
30717	DESCRIPTION
30718				"Indicates size of the external cache in bytes."
30719	::= { extcache 4 }
30720
30721	extcache64Usedsize 	        OBJECT-TYPE
30722	SYNTAX                          Counter64
30723        MAX-ACCESS                      read-only
30724        STATUS                          current
30725	DESCRIPTION
30726				"Indicates number of bytes used in the external cache."
30727	::= { extcache 5 }
30728
30729	extcache64TotalBuffers		OBJECT-TYPE
30730	SYNTAX				Counter64
30731	MAX-ACCESS			read-only
30732	STATUS				current
30733	DESCRIPTION
30734				"Indicates total number of 4k blocks in the external cache."
30735	::= { extcache 6 }
30736
30737	extcacheOptions 	        OBJECT-TYPE
30738	SYNTAX                          DisplayString
30739        MAX-ACCESS                      read-only
30740        STATUS                          current
30741	DESCRIPTION
30742				"Indicates external cache options that are
30743				currently turned on. "
30744	::= { extcache 7 }
30745
30746	extcache64Hits 	                OBJECT-TYPE
30747	SYNTAX                          Counter64
30748        MAX-ACCESS                      read-only
30749        STATUS                          current
30750	DESCRIPTION
30751				"Indicates number of wafl buffers read from
30752				the external cache"
30753	::= { extcache 8 }
30754
30755	extcache64Misses   	        OBJECT-TYPE
30756	SYNTAX                          Counter64
30757        MAX-ACCESS                      read-only
30758        STATUS                          current
30759	DESCRIPTION
30760				"Indicates the number of external cache misses"
30761	::= { extcache 9 }
30762
30763	extcache64Inserts 	        OBJECT-TYPE
30764	SYNTAX                          Counter64
30765        MAX-ACCESS                      read-only
30766        STATUS                          current
30767	DESCRIPTION
30768				"Indicates number of wafl buffers inserted
30769				into the external cache"
30770	::= { extcache 10 }
30771
30772	extcache64Evicts  	        OBJECT-TYPE
30773	SYNTAX                          Counter64
30774        MAX-ACCESS                      read-only
30775        STATUS                          current
30776	DESCRIPTION
30777				"Indicates the number of buffers evicted
30778				from the external cache"
30779	::= { extcache 11 }
30780
30781	extcache64Invalidates	        OBJECT-TYPE
30782	SYNTAX                          Counter64
30783        MAX-ACCESS                      read-only
30784        STATUS                          current
30785	DESCRIPTION
30786				"Indicates the number of buffers invalidated
30787			       	in the external cache"
30788	::= { extcache 12 }
30789
30790	extcache64BlocksRef0	        OBJECT-TYPE
30791	SYNTAX                          Counter64
30792        MAX-ACCESS                      read-only
30793        STATUS                          current
30794	DESCRIPTION
30795				"Indicates the number of non-referenced buffers
30796			       	currently in the external cache"
30797	::= { extcache 13 }
30798
30799	extcache64HitNormalL0	        OBJECT-TYPE
30800	SYNTAX                          Counter64
30801        MAX-ACCESS                      read-only
30802        STATUS                          current
30803	DESCRIPTION
30804				"Indicates the number of L0 buffers read from
30805				the external cache"
30806	::= { extcache 14 }
30807
30808	extcache64MetaData	        OBJECT-TYPE
30809	SYNTAX                          Counter64
30810        MAX-ACCESS                      read-only
30811        STATUS                          current
30812	DESCRIPTION
30813				"Indicates the number of metadata buffers
30814				read from the external cache"
30815	::= { extcache 15 }
30816
30817	extcache64ReadLatency	        OBJECT-TYPE
30818	SYNTAX                          Counter64
30819        MAX-ACCESS                      read-only
30820        STATUS                          current
30821	DESCRIPTION
30822				"Indicates the average latency of read IOs
30823				in the external cache in milliseconds"
30824	::= { extcache 16 }
30825
30826	extcache64WriteLatency		OBJECT-TYPE
30827	SYNTAX                          Counter64
30828        MAX-ACCESS                      read-only
30829        STATUS                          current
30830	DESCRIPTION
30831				"Indicates the average latency of write IOs
30832			       	in the external cache in milliseconds"
30833	::= { extcache 17 }
30834
30835	extcache64RCLength	        OBJECT-TYPE
30836	SYNTAX                          Counter64
30837        MAX-ACCESS                      read-only
30838        STATUS                          current
30839	DESCRIPTION
30840				"Indicates the average read chain length
30841				in the external cache"
30842	::= { extcache 18 }
30843
30844	extcache64WCLength	        OBJECT-TYPE
30845	SYNTAX                          Counter64
30846        MAX-ACCESS                      read-only
30847        STATUS                          current
30848	DESCRIPTION
30849				"Indicates the average write chain length
30850			       	in the external cache"
30851	::= { extcache 19 }
30852
30853	extcacheIsFlexShareOn           OBJECT-TYPE
30854	SYNTAX                          INTEGER {
30855                                             false(1),
30856                                             true(2)
30857                                        }
30858        MAX-ACCESS                      read-only
30859        STATUS                          current
30860	DESCRIPTION
30861				"Indicates whether FlexShare is on"
30862	::= { extcache 20 }
30863
30864	-- qosWorkload
30865
30866
30867        qosWorkloadTable       OBJECT-TYPE
30868        SYNTAX                  SEQUENCE OF QosWorkloadEntry
30869        MAX-ACCESS              not-accessible
30870        STATUS                  current
30871        DESCRIPTION             "QoS Workload Table."
30872        ::= { qos 1 }
30873
30874        qosWorkloadEntry       OBJECT-TYPE
30875        SYNTAX                  QosWorkloadEntry
30876        MAX-ACCESS              not-accessible
30877        STATUS                  current
30878        DESCRIPTION             "Entry for a QoS Workload."
30879        INDEX { IMPLIED qosWorkloadName}
30880        ::= { qosWorkloadTable 1 }
30881
30882        QosWorkloadEntry ::=
30883        SEQUENCE {
30884            qosWorkloadUuid              DisplayString,
30885            qosWorkloadName              DisplayString,
30886            qosWorkloadClass             INTEGER,
30887            qosWorkloadId                Counter32,
30888            qosWorkloadPolicyGroup       DisplayString,
30889            qosWorkloadVserver           DisplayString,
30890            qosWorkloadVolume            DisplayString,
30891            qosWorkloadLun               DisplayString,
30892            qosWorkloadFile              DisplayString,
30893            qosWorkloadQtree             DisplayString,
30894            qosWorkloadReadAhead         DisplayString,
30895            qosWorkloadCache          	 DisplayString
30896        }
30897
30898        qosWorkloadUuid                  OBJECT-TYPE
30899        SYNTAX                           DisplayString
30900        MAX-ACCESS                       read-only
30901        STATUS                           current
30902        DESCRIPTION
30903                      "Workload Uuid"
30904        ::= { qosWorkloadEntry  1 }
30905
30906
30907        qosWorkloadName                  OBJECT-TYPE
30908        SYNTAX                           DisplayString
30909        MAX-ACCESS                       read-only
30910        STATUS                           current
30911        DESCRIPTION
30912                      "Workload Name"
30913        ::= { qosWorkloadEntry  2 }
30914
30915
30916        qosWorkloadClass                 OBJECT-TYPE
30917        SYNTAX                           INTEGER {
30918                                                 preset(1),
30919                                                 user-defined(2),
30920                                                 system-defined(3),
30921                                                 autovolume(4)
30922                                         }
30923        MAX-ACCESS                       read-only
30924        STATUS                           current
30925        DESCRIPTION
30926                      "Workload Class"
30927        ::= { qosWorkloadEntry  3 }
30928
30929
30930        qosWorkloadId                   OBJECT-TYPE
30931        SYNTAX                           Counter32
30932        MAX-ACCESS                       read-only
30933        STATUS                           current
30934        DESCRIPTION
30935                      "Workload ID"
30936        ::= { qosWorkloadEntry  4 }
30937
30938
30939        qosWorkloadPolicyGroup           OBJECT-TYPE
30940        SYNTAX                           DisplayString
30941        MAX-ACCESS                       read-only
30942        STATUS                           current
30943        DESCRIPTION
30944                      "Policy Group Uuid"
30945        ::= { qosWorkloadEntry  5 }
30946
30947
30948        qosWorkloadVserver               OBJECT-TYPE
30949        SYNTAX                           DisplayString
30950        MAX-ACCESS                       read-only
30951        STATUS                           current
30952        DESCRIPTION
30953                      "Vserver ID"
30954        ::= { qosWorkloadEntry  6 }
30955
30956
30957        qosWorkloadVolume                OBJECT-TYPE
30958        SYNTAX                           DisplayString
30959        MAX-ACCESS                       read-only
30960        STATUS                           current
30961        DESCRIPTION
30962                      "Volume Name"
30963        ::= { qosWorkloadEntry  7 }
30964
30965
30966        qosWorkloadLun                   OBJECT-TYPE
30967        SYNTAX                           DisplayString
30968        MAX-ACCESS                       read-only
30969        STATUS                           current
30970        DESCRIPTION
30971                      "LUN Name"
30972        ::= { qosWorkloadEntry  8 }
30973
30974
30975        qosWorkloadFile                  OBJECT-TYPE
30976        SYNTAX                           DisplayString
30977        MAX-ACCESS                       read-only
30978        STATUS                           current
30979        DESCRIPTION
30980                      "Filename"
30981        ::= { qosWorkloadEntry  9 }
30982
30983
30984        qosWorkloadQtree                 OBJECT-TYPE
30985        SYNTAX                           DisplayString
30986        MAX-ACCESS                       read-only
30987        STATUS                           current
30988        DESCRIPTION
30989                      "Qtree"
30990        ::= { qosWorkloadEntry  10 }
30991
30992
30993        qosWorkloadReadAhead             OBJECT-TYPE
30994        SYNTAX                           DisplayString
30995        MAX-ACCESS                       read-only
30996        STATUS                           current
30997        DESCRIPTION
30998                      "Readahead Tunables"
30999        ::= { qosWorkloadEntry  11 }
31000
31001
31002	qosWorkloadCache		 OBJECT-TYPE
31003        SYNTAX                           DisplayString
31004        MAX-ACCESS                       read-only
31005        STATUS                           current
31006        DESCRIPTION
31007                      "Ext Cache Tunables"
31008        ::= { qosWorkloadEntry  12 }
31009
31010
31011-- qos Policy Group
31012        qosPolicyGroupTable     OBJECT-TYPE
31013        SYNTAX                  SEQUENCE OF QosPolicyGroupEntry
31014        MAX-ACCESS              not-accessible
31015        STATUS                  current
31016        DESCRIPTION             "QoS Policy Group Table."
31017        ::= { qos 2 }
31018
31019        qosPolicyGroupEntry       OBJECT-TYPE
31020        SYNTAX                  QosPolicyGroupEntry
31021        MAX-ACCESS              not-accessible
31022        STATUS                  current
31023        DESCRIPTION             "Entry for a QoS Policy Group."
31024        INDEX { IMPLIED qosPolicyGroupName }
31025        ::= { qosPolicyGroupTable 1 }
31026
31027        QosPolicyGroupEntry ::=
31028        SEQUENCE {
31029            qosPolicyGroupUuid                  DisplayString,
31030            qosPolicyGroupName                  DisplayString,
31031            qosPolicyGroupPgid                  Counter32,
31032            qosPolicyGroupClass                 INTEGER,
31033            qosPolicyGroupMaxThroughput         DisplayString,
31034            qosPolicyGroupVserver               DisplayString
31035        }
31036
31037        qosPolicyGroupUuid               OBJECT-TYPE
31038        SYNTAX                           DisplayString
31039        MAX-ACCESS                       read-only
31040        STATUS                           current
31041        DESCRIPTION
31042                      "Policy Group Uuid"
31043        ::= { qosPolicyGroupEntry  1 }
31044
31045
31046        qosPolicyGroupName               OBJECT-TYPE
31047        SYNTAX                           DisplayString
31048        MAX-ACCESS                       read-only
31049        STATUS                           current
31050        DESCRIPTION
31051                      "Policy Group Name"
31052        ::= { qosPolicyGroupEntry  2 }
31053
31054
31055        qosPolicyGroupPgid               OBJECT-TYPE
31056        SYNTAX                           Counter32
31057        MAX-ACCESS                       read-only
31058        STATUS                           current
31059        DESCRIPTION
31060                      "Policy Group ID"
31061        ::= { qosPolicyGroupEntry  3 }
31062
31063
31064        qosPolicyGroupClass              OBJECT-TYPE
31065        SYNTAX                           INTEGER {
31066                                                 preset(1),
31067                                                 user-defined(2),
31068                                                 system-defined(3)
31069                                         }
31070        MAX-ACCESS                       read-only
31071        STATUS                           current
31072        DESCRIPTION
31073                      "Policy Group Class"
31074        ::= { qosPolicyGroupEntry  4 }
31075
31076
31077        qosPolicyGroupMaxThroughput      OBJECT-TYPE
31078        SYNTAX                           DisplayString
31079        MAX-ACCESS                       read-only
31080        STATUS                           current
31081        DESCRIPTION
31082                      "Maximum Throughput"
31083        ::= { qosPolicyGroupEntry  5 }
31084
31085
31086        qosPolicyGroupVserver            OBJECT-TYPE
31087        SYNTAX                           DisplayString
31088        MAX-ACCESS                       read-only
31089        STATUS                           current
31090        DESCRIPTION
31091                      "Vserver that the QoS Policy Group belongs to"
31092        ::= { qosPolicyGroupEntry  6 }
31093
31094
31095
31096    --qos  Read Ahead
31097    qosReadaheadSettingsTable OBJECT-TYPE
31098    SYNTAX                  SEQUENCE OF QosReadaheadSettingsEntry
31099    MAX-ACCESS              not-accessible
31100    STATUS                  current
31101    DESCRIPTION
31102        "Table of QoS Read-Ahead Settings."
31103    ::= { qos 3 }
31104
31105	qosReadaheadSettingsEntry OBJECT-TYPE
31106    SYNTAX                  QosReadaheadSettingsEntry
31107    MAX-ACCESS              not-accessible
31108    STATUS                  current
31109    DESCRIPTION
31110        "Entry for a Read-Ahead Setting."
31111	INDEX { IMPLIED qosReadaheadSettingName }
31112    ::= { qosReadaheadSettingsTable 1 }
31113
31114    QosReadaheadSettingsEntry ::=
31115	SEQUENCE {
31116		qosReadaheadSettingName DisplayString,
31117			qosReadaheadClass		INTEGER,
31118			qosReadaheadDefault		Boolean,
31119			qosReadaheadMinBlocks	Integer32,
31120			qosReadaheadMaxBlocks	Integer32,
31121			qosReadaheadAlignBlocks	Integer32,
31122			qosReadaheadMaxGap		Integer32,
31123			qosReadaheadMaxRange	Integer32,
31124			qosReadaheadMinRange	Integer32,
31125			qosReadaheadMaxDeadline	Integer32,
31126			qosReadaheadInterarrivalWeight	Integer32,
31127			qosReadaheadDiskResponseWeight	Integer32,
31128			qosReadaheadMinDiskResponseTime	Integer32,
31129			qosReadaheadMaxDiskResponseTime	Integer32,
31130			qosReadaheadDiskResponseFactor	Integer32,
31131			qosReadaheadOvershoot	Integer32,
31132			qosReadaheadUseTiming	Boolean,
31133			qosReadaheadUseAsync	Boolean,
31134			qosReadaheadMetadata	Boolean,
31135			qosReadaheadForceDump	Boolean,
31136			qosReadaheadForceFull	Boolean,
31137			qosReadaheadForceNone	Boolean,
31138			qosReadaheadUseFeedback	Boolean,
31139			qosReadaheadSmallFileBlocks	Integer32,
31140			qosReadaheadMetadataBlocks	Integer32,
31141			qosReadaheadEarlyCount		Integer32,
31142			qosReadaheadJitter			Integer32,
31143			qosReadaheadMinRetireTime	Integer32,
31144			qosReadaheadMaxRetireTime	Integer32,
31145			qosReadaheadUseHistogram	Boolean,
31146			qosReadaheadMinFileHistogram	Integer32
31147	}
31148
31149    qosReadaheadSettingName	OBJECT-TYPE
31150    SYNTAX					DisplayString
31151    MAX-ACCESS              read-only
31152    STATUS                  current
31153    DESCRIPTION
31154        "Readahead Setting Name."
31155    ::= { qosReadaheadSettingsEntry 1 }
31156
31157	qosReadaheadClass		OBJECT-TYPE
31158	SYNTAX      			INTEGER {
31159	            			        preset(1),
31160	            			        user-defined(2),
31161	            			        system-defined(3)
31162	            			}
31163    MAX-ACCESS              read-only
31164    STATUS                  current
31165    DESCRIPTION
31166        "Readahead Setting Class."
31167    ::= { qosReadaheadSettingsEntry 2 }
31168
31169    qosReadaheadDefault       OBJECT-TYPE
31170    SYNTAX                 	Boolean
31171    MAX-ACCESS              read-only
31172    STATUS                  current
31173    DESCRIPTION
31174        "Indicates if this is the default Read-Ahead Setting."
31175    ::= { qosReadaheadSettingsEntry 3 }
31176
31177
31178    qosReadaheadMinBlocks       OBJECT-TYPE
31179    SYNTAX                  Integer32 (64..1024)
31180    MAX-ACCESS              read-only
31181    STATUS                  current
31182    DESCRIPTION
31183        "Minimum Blocks to Speculate."
31184    ::= { qosReadaheadSettingsEntry 4 }
31185
31186    qosReadaheadMaxBlocks       OBJECT-TYPE
31187    SYNTAX                  Integer32 (64..1024)
31188    MAX-ACCESS              read-only
31189    STATUS                  current
31190    DESCRIPTION
31191        "Maximum Blocks to Speculate."
31192    ::= { qosReadaheadSettingsEntry 5 }
31193
31194    qosReadaheadAlignBlocks       OBJECT-TYPE
31195    SYNTAX                  Integer32 (8..256)
31196    MAX-ACCESS              read-only
31197    STATUS                  current
31198    DESCRIPTION
31199        "Block Alignment."
31200    ::= { qosReadaheadSettingsEntry 6 }
31201
31202    qosReadaheadMaxGap       OBJECT-TYPE
31203    SYNTAX                  Integer32 (512..4096)
31204    MAX-ACCESS              read-only
31205    STATUS                  current
31206    DESCRIPTION
31207        "Maximum Speculative Blocks Outstanding."
31208    ::= { qosReadaheadSettingsEntry 7 }
31209
31210    qosReadaheadMaxRange       OBJECT-TYPE
31211    SYNTAX                  Integer32 (1024..40960)
31212    MAX-ACCESS              read-only
31213    STATUS                  current
31214    DESCRIPTION
31215        "Maximum Range Used When Aging Streams (Blocks."
31216    ::= { qosReadaheadSettingsEntry 8 }
31217
31218    qosReadaheadMinRange       OBJECT-TYPE
31219    SYNTAX                  Integer32 (1024..40960)
31220    MAX-ACCESS              read-only
31221    STATUS                  current
31222    DESCRIPTION
31223        "Minimum Range Used When Aging Streams (Blocks)."
31224    ::= { qosReadaheadSettingsEntry 9 }
31225
31226    qosReadaheadMaxDeadline       OBJECT-TYPE
31227    SYNTAX                  Integer32 (100000..5000000)
31228    MAX-ACCESS              read-only
31229    STATUS                  current
31230    DESCRIPTION
31231        "Maximum Deadline Offset (ms)."
31232    ::= { qosReadaheadSettingsEntry 10 }
31233
31234    qosReadaheadInterarrivalWeight       OBJECT-TYPE
31235    SYNTAX                  Integer32 (0..100)
31236    MAX-ACCESS              read-only
31237    STATUS                  current
31238    DESCRIPTION
31239        "Weight for Interarrival Time Aging (%)."
31240    ::= { qosReadaheadSettingsEntry 11 }
31241
31242    qosReadaheadDiskResponseWeight       OBJECT-TYPE
31243    SYNTAX                  Integer32 (0..100)
31244    MAX-ACCESS              read-only
31245    STATUS                  current
31246    DESCRIPTION
31247        "Weight for Disk Response Time Aging (%)."
31248    ::= { qosReadaheadSettingsEntry 12 }
31249
31250    qosReadaheadMinDiskResponseTime       OBJECT-TYPE
31251    SYNTAX                  Integer32 (100..50000)
31252    MAX-ACCESS              read-only
31253    STATUS                  current
31254    DESCRIPTION
31255        "Minimum Disk Response Time (ms)."
31256    ::= { qosReadaheadSettingsEntry 13 }
31257
31258    qosReadaheadMaxDiskResponseTime       OBJECT-TYPE
31259    SYNTAX                  Integer32 (100..50000)
31260    MAX-ACCESS              read-only
31261    STATUS                  current
31262    DESCRIPTION
31263        "Maximum Disk Response Time (ms).."
31264    ::= { qosReadaheadSettingsEntry 14 }
31265
31266    qosReadaheadDiskResponseFactor	OBJECT-TYPE
31267    SYNTAX                  Integer32 (1..10)
31268    MAX-ACCESS              read-only
31269    STATUS                  current
31270    DESCRIPTION
31271        "Disk Response Time Factor."
31272    ::= { qosReadaheadSettingsEntry 15 }
31273
31274    qosReadaheadOvershoot			OBJECT-TYPE
31275    SYNTAX                  Integer32 (0..500)
31276    MAX-ACCESS              read-only
31277    STATUS                  current
31278    DESCRIPTION
31279        "Allowable Overshoot (%)."
31280    ::= { qosReadaheadSettingsEntry 16 }
31281
31282    qosReadaheadUseTiming            OBJECT-TYPE
31283    SYNTAX                 	Boolean
31284    MAX-ACCESS              read-only
31285    STATUS                  current
31286    DESCRIPTION
31287        "Use Timing Algorithms."
31288    ::= { qosReadaheadSettingsEntry 17 }
31289
31290    qosReadaheadUseAsync            OBJECT-TYPE
31291    SYNTAX                 	Boolean
31292    MAX-ACCESS              read-only
31293    STATUS                  current
31294    DESCRIPTION
31295        "Use Asynchronous Speculation."
31296    ::= { qosReadaheadSettingsEntry 18 }
31297
31298    qosReadaheadMetadata            OBJECT-TYPE
31299    SYNTAX                  Boolean
31300    MAX-ACCESS              read-only
31301    STATUS                  current
31302    DESCRIPTION
31303        "Do Metadata Speculation."
31304    ::= { qosReadaheadSettingsEntry 19 }
31305
31306
31307    qosReadaheadForceDump            OBJECT-TYPE
31308    SYNTAX                 	Boolean
31309    MAX-ACCESS              read-only
31310    STATUS                  current
31311    DESCRIPTION
31312        "Force DUMP-Style Readahead."
31313    ::= { qosReadaheadSettingsEntry 20 }
31314
31315
31316    qosReadaheadForceFull            OBJECT-TYPE
31317    SYNTAX                 	Boolean
31318    MAX-ACCESS              read-only
31319    STATUS                  current
31320    DESCRIPTION
31321        "Force Full-File Readahead."
31322    ::= { qosReadaheadSettingsEntry 21 }
31323
31324
31325    qosReadaheadForceNone            OBJECT-TYPE
31326    SYNTAX                 	Boolean
31327    MAX-ACCESS              read-only
31328    STATUS                  current
31329    DESCRIPTION
31330        "Disable Readahead."
31331    ::= { qosReadaheadSettingsEntry 22 }
31332
31333
31334    qosReadaheadUseFeedback            OBJECT-TYPE
31335    SYNTAX                 	Boolean
31336    MAX-ACCESS              read-only
31337    STATUS                  current
31338    DESCRIPTION
31339        "Provide Cache-Miss Feedback."
31340    ::= { qosReadaheadSettingsEntry 23 }
31341
31342
31343    qosReadaheadSmallFileBlocks            OBJECT-TYPE
31344    SYNTAX                  Integer32 (0..128)
31345    MAX-ACCESS              read-only
31346    STATUS                  current
31347    DESCRIPTION
31348        "Maximum Blocks for Small-File Handling."
31349    ::= { qosReadaheadSettingsEntry 24 }
31350
31351
31352    qosReadaheadMetadataBlocks            OBJECT-TYPE
31353    SYNTAX                  Integer32 (0..2048)
31354    MAX-ACCESS              read-only
31355    STATUS                  current
31356    DESCRIPTION
31357        "Minimum Blocks for Which Metadata is Predicted."
31358    ::= { qosReadaheadSettingsEntry 25 }
31359
31360
31361    qosReadaheadEarlyCount            OBJECT-TYPE
31362    SYNTAX                  Integer32 (0..1024)
31363    MAX-ACCESS              read-only
31364    STATUS                  current
31365    DESCRIPTION
31366        "Number of IO Operations Cautiously Predicted."
31367    ::= { qosReadaheadSettingsEntry 26 }
31368
31369
31370	qosReadaheadJitter		OBJECT-TYPE
31371	SYNTAX					Integer32 (0..100)
31372	MAX-ACCESS              read-only
31373	STATUS                  current
31374	DESCRIPTION
31375		"Threshold for Detecting Jitter (%)."
31376	::= { qosReadaheadSettingsEntry 27 }
31377
31378	qosReadaheadMinRetireTime		OBJECT-TYPE
31379	SYNTAX					Integer32 (10000..10000000)
31380	MAX-ACCESS		read-only
31381	STATUS			current
31382	DESCRIPTION
31383		"Minimum Time Before a Stream is Retired (us)"
31384	::= { qosReadaheadSettingsEntry 28 }
31385
31386	qosReadaheadMaxRetireTime		OBJECT-TYPE
31387	SYNTAX					Integer32 (10000..10000000)
31388	MAX-ACCESS		read-only
31389	STATUS			current
31390	DESCRIPTION
31391		"Maximum Time Before a Stream is Retired (us)"
31392	::= { qosReadaheadSettingsEntry 29 }
31393
31394
31395	qosReadaheadUseHistogram		OBJECT-TYPE
31396	SYNTAX					Boolean
31397	MAX-ACCESS              read-only
31398	STATUS                  current
31399	DESCRIPTION
31400		"Use Histogram-based predictions."
31401	::= { qosReadaheadSettingsEntry 30 }
31402
31403	qosReadaheadMinFileHistogram		OBJECT-TYPE
31404	SYNTAX					Integer32 (8192..33554432)
31405	MAX-ACCESS				read-only
31406	STATUS					current
31407	DESCRIPTION
31408		"Minimum filesize for Histogram-based predictions (blocks)"
31409	::= { qosReadaheadSettingsEntry 31 }
31410
31411	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31412	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31413	-- NetApp trap definitions
31414	-- See RFC 1215 for instructions on building traps
31415	--
31416	-- All EnterpriseSpecific Traps of NetApp
31417	-- contain the OIDs 'productTrapData and productSerialNum'
31418	--
31419	-- The last digit of a trap contains information about the
31420	-- priority of the trap:
31421	--
31422	-- 1 emergency
31423	-- 2 alert
31424	-- 3 critical
31425	-- 4 error
31426	-- 5 warning
31427	-- 6 notification
31428	-- 7 information
31429	-- 8 debug
31430	--
31431	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31432	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31433
31434	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31435	--
31436	--  A generic, unprioritized, user-defined trap.  These
31437	--  are generated in releases prior to 5.4.
31438	--
31439	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31440
31441	userDefined                     NOTIFICATION-TYPE
31442	OBJECTS                         {productTrapData, productSerialNum}
31443	STATUS                          current
31444	DESCRIPTION
31445            "A polling-style trap built using the 'snmp traps'
31446	     command on the filer."
31447
31448	::= { netapp 0 2 }
31449
31450	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31451        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31452        -- Disk Health Monitor Notices for Disk Fault
31453        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31454        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31455
31456        dhmNoticeDegradedIO             NOTIFICATION-TYPE
31457	OBJECTS                         {productTrapData, productSerialNum}
31458	STATUS                          current
31459        DESCRIPTION
31460                "Disk Health Monitor -
31461                Reported a Disk Degraded-I/O  Event"
31462
31463        ::= { netapp 0 6 }
31464
31465        dhmNoticePFAEvent               NOTIFICATION-TYPE
31466	OBJECTS                         {productTrapData, productSerialNum}
31467	STATUS                          current
31468        DESCRIPTION
31469                "Disk Health Monitor -
31470                Reported a Disk Predictive-Failure Event"
31471
31472        ::= { netapp 0 7 }
31473
31474	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31475	--
31476	--  This section contains generic user-defined traps.
31477	--  All user-defined traps with the same priority
31478	--  use the trap for that priority level.
31479	--
31480	--  For example, all "critical" user-defined traps are
31481	--  sent with ID 13.  The string data sent with the
31482	--  trap identifies the specific critical event.
31483	--
31484	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31485
31486        emergencyTrap                   NOTIFICATION-TYPE
31487	OBJECTS                         {productTrapData, productSerialNum}
31488	STATUS                          current
31489        DESCRIPTION
31490            "A user-defined trap indicating an extremely urgent
31491             situation, usually indicating that the system has
31492             failed and is shutting down."
31493
31494        ::= { netapp 0 11 }
31495
31496        alertTrap                       NOTIFICATION-TYPE
31497	OBJECTS                         {productTrapData, productSerialNum}
31498	STATUS                          current
31499        DESCRIPTION
31500            "A user-defined trap indicating a condition that
31501             should be corrected immediately, such as a failed disk."
31502
31503        ::= { netapp 0 12 }
31504
31505        criticalTrap                    NOTIFICATION-TYPE
31506	OBJECTS                         {productTrapData, productSerialNum}
31507	STATUS                          current
31508        DESCRIPTION
31509            "A user-defined trap indicating a critical condition,
31510             such as a hard device error."
31511
31512        ::= { netapp 0 13 }
31513
31514        errorTrap                       NOTIFICATION-TYPE
31515	OBJECTS                         {productTrapData, productSerialNum}
31516	STATUS                          current
31517        DESCRIPTION
31518            "A user-defined trap indicating an error condition,
31519             such as a mistake in a configuration file."
31520
31521        ::= { netapp 0 14 }
31522
31523        warningTrap                     NOTIFICATION-TYPE
31524	OBJECTS                         {productTrapData, productSerialNum}
31525	STATUS                          current
31526        DESCRIPTION
31527            "A user-defined trap indicating a condition which
31528            is not an error, but which may require special handling."
31529
31530        ::= { netapp 0 15 }
31531
31532        notificationTrap                NOTIFICATION-TYPE
31533	OBJECTS                         {productTrapData, productSerialNum}
31534	STATUS                          current
31535        DESCRIPTION
31536            "A user-defined trap meant to provide notification,
31537             such as an hourly uptime message."
31538
31539        ::= { netapp 0 16 }
31540
31541        informationalTrap               NOTIFICATION-TYPE
31542	OBJECTS                         {productTrapData, productSerialNum}
31543	STATUS                          current
31544        DESCRIPTION
31545            "A user-defined trap used for informational purposes."
31546
31547        ::= { netapp 0 17 }
31548
31549        dbgTrap                         NOTIFICATION-TYPE
31550	OBJECTS                         {productTrapData, productSerialNum}
31551	STATUS                          current
31552        DESCRIPTION
31553            "A user-defined trap used for debugging purposes.
31554	     This trap was previously mis-documented as being trap
31555	     number 17, with the name debugTrap.  It has always,
31556	     actually, been trap 18.  The name change is to avoid
31557	     issues with environments that already have a record
31558	     for debugTrap."
31559
31560        ::= { netapp 0 18 }
31561
31562	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31563	--
31564	--  Specific traps.
31565	--
31566	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31567
31568
31569	diskFailedShutdown              NOTIFICATION-TYPE
31570	OBJECTS                         {productTrapData, productSerialNum}
31571	STATUS                          current
31572	DESCRIPTION
31573		"System is shutting down because the system has been
31574		running in degraded mode for 24 hours.
31575		The trap includes a string describing the failed disk."
31576
31577	::= { netapp 0 21 }
31578
31579	diskFailed                      NOTIFICATION-TYPE
31580	OBJECTS                         {productTrapData, productSerialNum}
31581	STATUS                          current
31582	DESCRIPTION
31583		"One or more disks failed.
31584		The trap includes a string describing the failed disk(s)."
31585
31586	::= { netapp 0 22 }
31587
31588	diskRepaired                    NOTIFICATION-TYPE
31589	OBJECTS                         {productTrapData, productSerialNum}
31590	STATUS                          current
31591	DESCRIPTION
31592		"The failed disks have been repaired.
31593		This trap is a placeholder -
31594		it is not currently sent by Data ONTAP."
31595
31596	::= { netapp 0 26 }
31597
31598	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31599	--
31600	--  The fan and power supply traps are not supported
31601	--  on all platforms.
31602	--
31603	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31604
31605	fanFailureShutdown              NOTIFICATION-TYPE
31606	OBJECTS                         {productTrapData, productSerialNum}
31607	STATUS                          current
31608	DESCRIPTION
31609		"Critical chassis or cpu fans have failed and the system
31610		is shutting down."
31611
31612	::= { netapp 0 31 }
31613
31614	fanFailed                       NOTIFICATION-TYPE
31615	OBJECTS                         {productTrapData, productSerialNum}
31616	STATUS                          current
31617	DESCRIPTION
31618		"One or more chassis fans failed.
31619		The trap includes a string describing the failed fan(s)."
31620
31621	::= { netapp 0 33 }
31622
31623	fanWarning                      NOTIFICATION-TYPE
31624	OBJECTS                         {productTrapData, productSerialNum}
31625	STATUS                          current
31626	DESCRIPTION
31627		"One or more chassis or cpu fans are in warning state.
31628		The trap includes a string describing the fan(s) in
31629		the warning state."
31630
31631	::= { netapp 0 35 }
31632
31633	fanRepaired                     NOTIFICATION-TYPE
31634	OBJECTS                         {productTrapData, productSerialNum}
31635	STATUS                          current
31636	DESCRIPTION
31637		"All fans are repaired."
31638
31639	::= { netapp 0 36 }
31640
31641	powerSupplyFailureShutdown      NOTIFICATION-TYPE
31642	OBJECTS                         {productTrapData, productSerialNum}
31643	STATUS                          current
31644	DESCRIPTION
31645		"Critical power supplies or power rails failed and
31646		the system is shutting down."
31647
31648	::= { netapp 0 41 }
31649
31650	powerSupplyFailed               NOTIFICATION-TYPE
31651	OBJECTS                         {productTrapData, productSerialNum}
31652	STATUS                          current
31653	DESCRIPTION
31654		"One or more redundant power supplies failed.
31655		Include in the trap a string describing
31656		the failed power supply(ies)."
31657
31658	::= { netapp 0 43 }
31659
31660	powerSupplyWarning              NOTIFICATION-TYPE
31661	OBJECTS                         {productTrapData, productSerialNum}
31662	STATUS                          current
31663	DESCRIPTION
31664		"One or more power supplies or power rails in
31665		warning state.  Include in the trap a string describing
31666		the power supply(ies) or the power rail(s) in the
31667		warning state."
31668
31669	::= { netapp 0 45 }
31670
31671	powerSupplyRepaired             NOTIFICATION-TYPE
31672	OBJECTS                         {productTrapData, productSerialNum}
31673	STATUS                          current
31674	DESCRIPTION
31675		"Previously-failed power supplies or power rails have been
31676		repaired."
31677
31678	::= { netapp 0 46 }
31679
31680	cpuTooBusy                      NOTIFICATION-TYPE
31681	OBJECTS                         {productTrapData, productSerialNum}
31682	STATUS                          current
31683	DESCRIPTION
31684		"CPU utilization exceeds 90%.
31685		This trap is not enabled by default.
31686		To enable this trap set the registry
31687		entry options.monitor.cpu.enable to on.
31688		Note that as the threshold for this trap is
31689		checked once a minute it is possible to receive
31690		multiple instances of this trap in a short time."
31691
31692
31693	::= { netapp 0 55 }
31694
31695	cpuOk                          NOTIFICATION-TYPE
31696	OBJECTS                         {productTrapData, productSerialNum}
31697	STATUS                          current
31698	DESCRIPTION
31699		"CPU utilization has dropped back below 90%."
31700
31701	::= { netapp 0 56 }
31702
31703	nvramBatteryDischarged          NOTIFICATION-TYPE
31704	OBJECTS                         {productTrapData, productSerialNum}
31705	STATUS                          current
31706	DESCRIPTION
31707		"The NVRAM battery is fully discharged."
31708
31709	::= { netapp 0 62 }
31710
31711	nvramBatteryLow                 NOTIFICATION-TYPE
31712	OBJECTS                         {productTrapData, productSerialNum}
31713	STATUS                          current
31714	DESCRIPTION
31715		"The charge in the NVRAM battery is low."
31716
31717	::= { netapp 0 63 }
31718
31719	clusterNodeFailed               NOTIFICATION-TYPE
31720	OBJECTS                         {productTrapData, productSerialNum}
31721	STATUS                          current
31722	DESCRIPTION
31723		"A node in a Cluster FailOver configuration failed.
31724		Its partner will assume service for the failed node."
31725
31726	::= { netapp 0 72 }
31727
31728	clusterNodeTakenOver            NOTIFICATION-TYPE
31729	OBJECTS                         {productTrapData, productSerialNum}
31730	STATUS                          current
31731	DESCRIPTION
31732		"The partner has taken over for a failed cluster node."
31733
31734	::= { netapp 0 75 }
31735
31736	clusterNodeRepaired             NOTIFICATION-TYPE
31737	OBJECTS                         {productTrapData, productSerialNum}
31738	STATUS                          current
31739	DESCRIPTION
31740		"A cluster node has resumed operation."
31741
31742	::= { netapp 0 76 }
31743
31744	clusterNodeRepairing            NOTIFICATION-TYPE
31745	OBJECTS                         {productTrapData, productSerialNum}
31746        STATUS                          current
31747	DESCRIPTION
31748		"A cluster node has rebooted, and a giveback has started."
31749
31750	::= { netapp 0 77 }
31751
31752
31753	volumeFull                      NOTIFICATION-TYPE
31754	OBJECTS                         {productTrapData, productSerialNum}
31755	STATUS                          current
31756	DESCRIPTION
31757		"At least one volume is more than 98% full.
31758		The string sent with the trap gives the
31759		name of the volume or volumes which exceed
31760		the volumeFull or volumeNearlyFull thresholds"
31761
31762	::= { netapp 0 82 }
31763
31764	volumeNearlyFull                NOTIFICATION-TYPE
31765	OBJECTS                         {productTrapData, productSerialNum}
31766	STATUS                          current
31767	DESCRIPTION
31768		"At least one volume is more than 95% full.
31769		The string sent with the trap gives the
31770		name of the volume or volumes which exceed
31771		the volumeFull or volumeNearlyFull thresholds"
31772
31773	::= { netapp 0 85 }
31774
31775	volumeRepaired                  NOTIFICATION-TYPE
31776	OBJECTS                         {productTrapData, productSerialNum}
31777	STATUS                          current
31778	DESCRIPTION
31779		"All volumes are now under 95% full."
31780
31781	::= { netapp 0 86 }
31782
31783	volumesStillFull                NOTIFICATION-TYPE
31784	OBJECTS                         {productTrapData, productSerialNum}
31785	STATUS                          current
31786	DESCRIPTION
31787		"At least one volume that was full or nearly full is now OK,
31788		but more volumes still exceed the volumeNearlyFull or
31789		volumeFull thresholds. This trap is generally sent within
31790		a short time of when a volume becomes OK, though if two
31791		volumes become OK within this timeframe, only one trap is
31792		sent. The string sent with the trap gives the name of the
31793		volume or volumes which still exceed the volumeFull or
31794		volumeNearlyFull thresholds. It does not send the name of
31795		any volume that is OK."
31796
31797	::= { netapp 0 87 }
31798
31799	overTempShutdown                NOTIFICATION-TYPE
31800	OBJECTS                         {productTrapData, productSerialNum}
31801	STATUS                          current
31802	DESCRIPTION
31803		"System temperature is too high to continue
31804		operating.  The system is shutting down."
31805
31806	::= { netapp 0 91 }
31807
31808	overTemp                        NOTIFICATION-TYPE
31809	OBJECTS                         {productTrapData, productSerialNum}
31810	STATUS                          current
31811	DESCRIPTION
31812		"System temperature is too high and in the
31813		warning level."
31814
31815	::= { netapp 0 95 }
31816
31817	overTempRepaired                NOTIFICATION-TYPE
31818	OBJECTS                         {productTrapData, productSerialNum}
31819	STATUS                          current
31820	DESCRIPTION
31821		"System temperature has returned to an
31822		acceptable value."
31823
31824	::= { netapp 0 96 }
31825
31826	shelfFault                      NOTIFICATION-TYPE
31827	OBJECTS                         {productTrapData, productSerialNum}
31828	STATUS                          current
31829	DESCRIPTION
31830		"A disk storage shelf reported a fault, probably due
31831		to a problem with drive placement, fans, power,
31832		or temperature."
31833
31834	::= { netapp 0 103 }
31835
31836
31837	shelfRepaired                   NOTIFICATION-TYPE
31838	OBJECTS                         {productTrapData, productSerialNum}
31839	STATUS                          current
31840	DESCRIPTION
31841		"A previously-reported shelf fault is now corrected."
31842
31843	::= { netapp 0 106 }
31844
31845	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31846	--
31847	--  This section contains "general health" traps,
31848	--  based on changes to the miscGlobalStatus
31849	--  variable.
31850	--
31851	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31852
31853	globalStatusNonRecoverable      NOTIFICATION-TYPE
31854	OBJECTS                         {productTrapData, productSerialNum}
31855	STATUS                          current
31856	DESCRIPTION
31857		"The appliance's overall status changed to
31858		'nonRecoverable', indicating a problem so severe
31859		that the appliance is shutting down."
31860
31861	::= { netapp 0 111 }
31862
31863	globalStatusCritical            NOTIFICATION-TYPE
31864	OBJECTS                         {productTrapData, productSerialNum}
31865	STATUS                          current
31866	DESCRIPTION
31867		"The appliance's overall status changed to 'critical',
31868		indicating a problem that needs immediate attention."
31869
31870	::= { netapp 0 113 }
31871
31872	globalStatusNonCritical         NOTIFICATION-TYPE
31873	OBJECTS                         {productTrapData, productSerialNum}
31874	STATUS                          current
31875	DESCRIPTION
31876		"The appliance's overall status changed to 'nonCritical',
31877		indicating a problem that needs attention."
31878
31879	::= { netapp 0 115 }
31880
31881	globalStatusOk                  NOTIFICATION-TYPE
31882	OBJECTS                         {productTrapData, productSerialNum}
31883	STATUS                          current
31884	DESCRIPTION
31885		"The appliance's overall status returned to normal."
31886
31887	::= { netapp 0 116 }
31888
31889	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31890	--
31891	--  This section contains traps related to soft quotas.
31892	--
31893	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31894
31895        softQuotaExceeded               NOTIFICATION-TYPE
31896	OBJECTS                         {productTrapData, productSerialNum}
31897	STATUS                          current
31898        DESCRIPTION
31899            "A user has exceeded their soft quota limit."
31900
31901        ::= { netapp 0 126 }
31902
31903        softQuotaNormal                 NOTIFICATION-TYPE
31904	OBJECTS                         {productTrapData, productSerialNum}
31905	STATUS                          current
31906        DESCRIPTION
31907            "A user is safely back under their soft quota limit."
31908
31909        ::= { netapp 0 127 }
31910
31911	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31912	--
31913	--  This section contains traps related to auto support
31914	--
31915	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31916
31917	autosupportSendError            NOTIFICATION-TYPE
31918	OBJECTS                         {productTrapData, productSerialNum}
31919	STATUS                          current
31920	DESCRIPTION
31921		"Unable to send auto support.
31922		The trap includes a string describing the reason for the failure."
31923
31924	::= { netapp 0 134 }
31925
31926	autosupportConfigurationError   NOTIFICATION-TYPE
31927	OBJECTS                         {productTrapData, productSerialNum}
31928	STATUS                          current
31929	DESCRIPTION
31930		"Auto support may be configured incorrectly.
31931		The trap includes a string describing the mis-configuration."
31932
31933	::= { netapp 0 135 }
31934
31935	autosupportSent                 NOTIFICATION-TYPE
31936	OBJECTS                         {productTrapData, productSerialNum}
31937	STATUS                          current
31938	DESCRIPTION
31939		"Auto support was sent successfully."
31940
31941	::= { netapp 0 136 }
31942
31943	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31944	--
31945	--  This section contains traps related to UPS
31946	--
31947	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31948
31949	upsLinePowerOff                 NOTIFICATION-TYPE
31950	OBJECTS                         {productTrapData, productSerialNum}
31951	STATUS                          current
31952	DESCRIPTION
31953		"UPS: Input line power has failed and UPS is now on battery."
31954
31955	::= { netapp 0 142 }
31956
31957	upsBatteryCritical              NOTIFICATION-TYPE
31958	OBJECTS                         {productTrapData, productSerialNum}
31959	STATUS                          current
31960	DESCRIPTION
31961		"UPS: Battery is nearly exhausted, starting graceful shutdown."
31962
31963	::= { netapp 0 143 }
31964
31965
31966	upsShuttingDown                 NOTIFICATION-TYPE
31967	OBJECTS                         {productTrapData, productSerialNum}
31968	STATUS                          current
31969	DESCRIPTION
31970		"UPS: Shutting down now: Time left on battery is exhausted."
31971
31972	::= { netapp 0 144 }
31973	upsBatteryWarning               NOTIFICATION-TYPE
31974	OBJECTS                         {productTrapData, productSerialNum}
31975	STATUS                          current
31976	DESCRIPTION
31977		"UPS: Warning: Time left on battery is getting critical."
31978
31979	::= { netapp 0 145 }
31980
31981	upsLinePowerRestored            NOTIFICATION-TYPE
31982	OBJECTS                         {productTrapData, productSerialNum}
31983	STATUS                          current
31984	DESCRIPTION
31985		"UPS:  Input line power has been restored and UPS is now off battery."
31986
31987	::= { netapp 0 146 }
31988
31989	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31990	--
31991	--  This section contains traps related to Client Side Applications.
31992	--
31993	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
31994
31995	appEmergency                    NOTIFICATION-TYPE
31996	OBJECTS                         {productTrapData, productSerialNum}
31997	STATUS                          current
31998	DESCRIPTION
31999		"The application encountered an extremely urgent
32000		situation and requires an immediate response."
32001
32002	::= { netapp 0 151 }
32003
32004	appAlert                        NOTIFICATION-TYPE
32005	OBJECTS                         {productTrapData, productSerialNum}
32006	STATUS                          current
32007	DESCRIPTION
32008		"The application is in a condition that should
32009		be corrected immediately."
32010
32011	::= { netapp 0 152 }
32012
32013	appCritical                     NOTIFICATION-TYPE
32014	OBJECTS                         {productTrapData, productSerialNum}
32015	STATUS                          current
32016	DESCRIPTION
32017		"The application encountered a critical condition."
32018
32019	::= { netapp 0 153 }
32020
32021	appError                        NOTIFICATION-TYPE
32022	OBJECTS                         {productTrapData, productSerialNum}
32023	STATUS                          current
32024	DESCRIPTION
32025		"The application encountered an error condition."
32026
32027	::= { netapp 0 154 }
32028
32029	appWarning                      NOTIFICATION-TYPE
32030	OBJECTS                         {productTrapData, productSerialNum}
32031	STATUS                          current
32032	DESCRIPTION
32033		"The application is in a condition which is not an
32034		error, but which may require special handling."
32035
32036        ::= { netapp 0 155 }
32037
32038	appNotice                       NOTIFICATION-TYPE
32039	OBJECTS                         {productTrapData, productSerialNum}
32040	STATUS                          current
32041	DESCRIPTION
32042		"The application is notifying of a certain event."
32043
32044        ::= { netapp 0 156 }
32045
32046	appInfo                         NOTIFICATION-TYPE
32047	OBJECTS                         {productTrapData, productSerialNum}
32048	STATUS                          current
32049	DESCRIPTION
32050		"The application's message is meant for informational
32051		purposes."
32052
32053        ::= { netapp 0 157 }
32054
32055	appTrap                         NOTIFICATION-TYPE
32056	OBJECTS                         {productTrapData, productSerialNum}
32057	STATUS                          current
32058	DESCRIPTION
32059		"The application requires to be debugged."
32060
32061        ::= { netapp 0 158 }
32062
32063	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32064	--
32065	--  This section contains traps related to auto saving NT EVT files.
32066	--
32067	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32068
32069	alfFilewrap                     NOTIFICATION-TYPE
32070	OBJECTS                         {productTrapData, productSerialNum}
32071	STATUS                          current
32072	DESCRIPTION
32073		"The internal audit file has wrapped. You are currently losing event
32074		records.  Warning the user."
32075
32076        ::= { netapp 0 162 }
32077
32078
32079	alfFileSaved                    NOTIFICATION-TYPE
32080	OBJECTS                         {productTrapData, productSerialNum}
32081	STATUS                          current
32082	DESCRIPTION
32083		"The internal audit log has been auto saved to an external evt file.
32084		Notifying the user."
32085
32086        ::= { netapp 0 166 }
32087
32088	alfFileNearlyFull               NOTIFICATION-TYPE
32089	OBJECTS                         {productTrapData, productSerialNum}
32090	STATUS                          current
32091	DESCRIPTION
32092		"The internal audit log file is nearly full. The file is going to
32093		wrap. Notifying the user."
32094
32095        ::= { netapp 0 167 }
32096
32097	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32098	--
32099	--  This section contains traps related to generalized quota events.
32100	--
32101	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32102
32103        quotaExceeded                   NOTIFICATION-TYPE
32104	OBJECTS                         {productTrapData, productSerialNum}
32105	STATUS                          current
32106        DESCRIPTION
32107            "One of the quota limits has been exceeded.
32108	    The trap includes a string describing the specific event
32109	    which triggered the trap.  The string is structured
32110	    in the following form:
32111
32112		Quota Event: status=exceeded, type={hard|soft|threshold},
32113		user={username}, volume={volume}, limit_item={files|disk},
32114		limit_value={#files|#kilobytes}
32115		[ , treeid={tree-id} ] [ , vfiler={vfiler} ]
32116
32117	    An example of a complete message would be:
32118
32119		Quota Event: status=exceeded, type=soft,
32120		user=admin, volume=vol1, limit_item=disk, limit_value=1000000,
32121		treeid=8
32122
32123	    Additional key=value items may, in the future, be appended
32124	    to this message."
32125
32126        ::= { netapp 0 176 }
32127
32128        quotaNormal                     NOTIFICATION-TYPE
32129	OBJECTS                         {productTrapData, productSerialNum}
32130	STATUS                          current
32131        DESCRIPTION
32132            "One of the quota limits has gone back down to a normal level.
32133	    The trap includes a string describing the specific event
32134	    which triggered the trap.  The string is structured
32135	    in the following form:
32136
32137		Quota Event: status=normal, type={hard|soft|threshold},
32138		user={username}, volume={volume}, limit_item={files|disk},
32139		limit_value={#files|#kilobytes}
32140		[ , treeid={tree-id} ] [ , vfiler={vfiler} ]
32141
32142	    An example of a complete message would be:
32143
32144		Quota Event: status=normal, type=soft,
32145		user=admin, volume=vol1, limit_item=disk, limit_value=1000000,
32146		treeid=8
32147
32148	    Additional key=value items may, in the future, be appended
32149	    to this message."
32150
32151        ::= { netapp 0 177 }
32152
32153        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32154	--
32155	--  This section contains traps related to alerting when 64MB directory
32156	--  limit is nearly reached or has been reached.
32157	--
32158	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32159
32160	waflDirFull                     NOTIFICATION-TYPE
32161	OBJECTS                         {productTrapData, productSerialNum}
32162	STATUS                          current
32163	DESCRIPTION
32164		"The directory has been filled to its limit"
32165
32166        ::= { netapp 0 187 }
32167
32168	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32169	--
32170	--  This section contains traps related to Correctable Memory ECC
32171	--  errors
32172	--
32173	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32174
32175	eccSummary                      NOTIFICATION-TYPE
32176	OBJECTS                         {productTrapData, productSerialNum}
32177	STATUS                          current
32178	DESCRIPTION
32179		"Memory ECC: number of new correctable ECC errors"
32180
32181	::= { netapp 0 192 }
32182
32183	eccMasked                       NOTIFICATION-TYPE
32184	OBJECTS                         {productTrapData, productSerialNum}
32185	STATUS                          current
32186	DESCRIPTION
32187		"Memory ECC: High frequency of ECC errors"
32188
32189	::= { netapp 0 195 }
32190
32191       	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32192	--
32193	--  This section contains traps related to ftpd service
32194	--
32195	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32196
32197	ftpdError                       NOTIFICATION-TYPE
32198	OBJECTS                         {productTrapData, productSerialNum}
32199	STATUS                          current
32200	DESCRIPTION
32201		"Ftp daemon: service stopped"
32202
32203        ::= { netapp 0 204 }
32204
32205	ftpdMaxConnNotice               NOTIFICATION-TYPE
32206	OBJECTS                         {productTrapData, productSerialNum}
32207	STATUS                          current
32208	DESCRIPTION
32209		"Ftp daemon: number of connections hits maximum number"
32210
32211        ::= { netapp 0 206 }
32212
32213       	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32214	--
32215	--  This section contains additional traps related to ftpd service
32216	--
32217	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32218
32219	ftpdMaxConnThresholdNotice      NOTIFICATION-TYPE
32220	OBJECTS                         {productTrapData, productSerialNum}
32221	STATUS                          current
32222	DESCRIPTION
32223		"Ftp daemon: number of connections nearly hits maximum number"
32224
32225        ::= { netapp 0 216 }
32226
32227	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32228	--
32229	--  This section contains traps related to SCSI Target
32230	--
32231	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32232
32233	scsitgtFCPLinkBreak             NOTIFICATION-TYPE
32234	OBJECTS                         {productTrapData, productSerialNum}
32235	STATUS                          current
32236	DESCRIPTION
32237		"SCSI Target: Link Break on FCP adapter"
32238
32239	::= { netapp 0 222 }
32240
32241	scsitgtPartnerPathMisconfigured NOTIFICATION-TYPE
32242	OBJECTS                         {productTrapData, productSerialNum}
32243	STATUS                          current
32244	DESCRIPTION
32245		"SCSI Target: FCP Partner Path Misconfigured"
32246
32247	::= { netapp 0 224 }
32248
32249	scsitgtThrottleNotice           NOTIFICATION-TYPE
32250	OBJECTS                         {productTrapData, productSerialNum}
32251	STATUS                          current
32252	DESCRIPTION
32253		"SCSI Target: Throttle limit event notification"
32254
32255	::= { netapp 0 226 }
32256
32257	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32258	--
32259	--  This section contains traps related to VIF Failover & Link Status
32260	--
32261	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32262
32263	vifPrimaryLinkFailed            NOTIFICATION-TYPE
32264	OBJECTS                         {productTrapData, productSerialNum}
32265	STATUS                          current
32266	DESCRIPTION
32267		"Vif: The primary Interface on a Single mode vif has failed"
32268
32269	::= { netapp 0 237 }
32270
32271	vifAllLinksFailed               NOTIFICATION-TYPE
32272	OBJECTS                         {productTrapData, productSerialNum}
32273	STATUS                          current
32274	DESCRIPTION
32275		"Vif: All the links of the vif have failed"
32276
32277	::= { netapp 0 238 }
32278
32279	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32280	--
32281	--  This section contains traps related to Vfiler status
32282	--
32283	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32284
32285        vfStopped                       NOTIFICATION-TYPE
32286	OBJECTS                         {productTrapData, productSerialNum}
32287	STATUS                          current
32288        DESCRIPTION
32289		"A vFiler has stopped."
32290
32291	::= { netapp 0 245 }
32292
32293        vfStarted                       NOTIFICATION-TYPE
32294	OBJECTS                         {productTrapData, productSerialNum}
32295	STATUS                          current
32296        DESCRIPTION
32297		"A vFiler has started."
32298
32299	::= { netapp 0 246 }
32300
32301	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32302	--
32303	--  This section contains traps related to Virus Scanning
32304	--
32305	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32306
32307	vscanVirusDetectedError         NOTIFICATION-TYPE
32308	OBJECTS                         {productTrapData, productSerialNum}
32309	STATUS                          current
32310	DESCRIPTION
32311		"VScan: A virus scanner has detected a virus on the Filer"
32312
32313	::= { netapp 0 254 }
32314
32315	vscanDisConnection              NOTIFICATION-TYPE
32316	OBJECTS                         {productTrapData, productSerialNum}
32317	STATUS                          current
32318	DESCRIPTION
32319		"VScan: A virus scanner has dropped its connection from the Filer"
32320
32321	::= { netapp 0 255 }
32322
32323	vscanConfigurationChange        NOTIFICATION-TYPE
32324	OBJECTS                         {productTrapData, productSerialNum}
32325	STATUS                          current
32326	DESCRIPTION
32327		"VScan: There has been a change to the vscan configuration"
32328	::= { netapp 0 256 }
32329
32330	vscanConnection                 NOTIFICATION-TYPE
32331	OBJECTS                         {productTrapData, productSerialNum}
32332	STATUS                          current
32333	DESCRIPTION
32334		"VScan: A virus scanner has made a connection to the Filer"
32335
32336	::= { netapp 0 257 }
32337	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32338	--
32339	--  This section contains additional traps related to Virus Scanning
32340	--
32341	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32342
32343	vscanServerUpgrade              NOTIFICATION-TYPE
32344	OBJECTS                         {productTrapData, productSerialNum}
32345	STATUS                          current
32346	DESCRIPTION
32347		"VScan: The Vscan server has been upgraded"
32348
32349	::= { netapp 0 266 }
32350
32351        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32352	--
32353	--  This section contains traps related to volume status being offline,
32354	--  online or restricted
32355	--
32356	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32357
32358	volumeRestrictedByMirrorBigIo   NOTIFICATION-TYPE
32359	OBJECTS                         {productTrapData, productSerialNum}
32360	STATUS                          current
32361	DESCRIPTION
32362		"A volume that experienced a medium error during reconstruction
32363		is restricted and marked wafl-inconsistent, but starting
32364		wafliron has failed. This trap is issued to alert operator
32365		that a volume is not accessible and wafliron must be started
32366		to allow access to it."
32367
32368	::= { netapp 0 272 }
32369
32370	volumeInconsistentUmount        NOTIFICATION-TYPE
32371	OBJECTS                         {productTrapData, productSerialNum}
32372	STATUS                          current
32373	DESCRIPTION
32374		"This trap is issued when we unmount a volume due to an
32375		inconsistency."
32376
32377	::= { netapp 0 274 }
32378
32379	volumeStateChanged              NOTIFICATION-TYPE
32380	OBJECTS                         {productTrapData, productSerialNum}
32381	STATUS                          current
32382	DESCRIPTION
32383		"Volume is being taken offline or being restricted.
32384		The string sent with trap specifies name of affected volume
32385		and its state."
32386
32387	::= { netapp 0 275 }
32388
32389	volumeOnline                    NOTIFICATION-TYPE
32390	OBJECTS                         {productTrapData, productSerialNum}
32391	STATUS                          current
32392	DESCRIPTION
32393		"Volume is online now. The string sent with trap specifies
32394		name of volume which is online now."
32395
32396	::= { netapp 0 276 }
32397
32398	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32399	--
32400	--  This section contains traps related to remote management
32401	--  controller (RMC) card status
32402	--
32403	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32404
32405	rmcCardNeedsReplacement         NOTIFICATION-TYPE
32406	OBJECTS                         {productTrapData, productSerialNum}
32407	STATUS                          current
32408	DESCRIPTION
32409		"Remote Management Controller card needs replacement. The trap
32410		includes a string specifying the reason for replacement"
32411
32412	::= { netapp 0 283 }
32413
32414	rmcCardMissingCables            NOTIFICATION-TYPE
32415	OBJECTS                         {productTrapData, productSerialNum}
32416	STATUS                          current
32417	DESCRIPTION
32418		"Remote Management Controller card is missing its internal
32419		cable, or LAN cable or power supply cable. The trap includes
32420		a string specifying the missing component."
32421
32422	::= { netapp 0 284 }
32423
32424        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32425	--
32426	--  This section contains traps related to remote volume
32427	--
32428	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32429
32430	volumeRemoteUnreachable         NOTIFICATION-TYPE
32431	OBJECTS                         {productTrapData, productSerialNum}
32432	STATUS                          current
32433	DESCRIPTION
32434		"Local volume encountered an error while communicating
32435		to remote volume."
32436
32437	::= { netapp 0 294 }
32438
32439	volumeRemoteOk                  NOTIFICATION-TYPE
32440	OBJECTS                         {productTrapData, productSerialNum}
32441	STATUS                          current
32442	DESCRIPTION
32443		"The communication between remote volume and local volume
32444		returned to normal."
32445
32446	::= { netapp 0 296 }
32447
32448	volumeRemoteRestored            NOTIFICATION-TYPE
32449	OBJECTS                         {productTrapData, productSerialNum}
32450	STATUS                          current
32451	DESCRIPTION
32452		"The data on remote volume has been fully restored to local
32453		volume."
32454
32455	::= { netapp 0 297 }
32456
32457	volumeRemoteRestoreBegin        NOTIFICATION-TYPE
32458	OBJECTS                         {productTrapData, productSerialNum}
32459	STATUS                          current
32460	DESCRIPTION
32461		"The data on remote volume has started being restored to local
32462		volume by Restore-on-Demand."
32463
32464	::= { netapp 0 298 }
32465
32466	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32467	--
32468	--  This section contains more traps related to volume status being
32469	--  offline, online or restricted
32470	--
32471	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32472
32473	volumeRestrictedRootConflict    NOTIFICATION-TYPE
32474	OBJECTS                         {productTrapData, productSerialNum}
32475	STATUS                          current
32476	DESCRIPTION
32477		"Volume is restricted due to a root volume conflict. The
32478		string sent with trap specifies name of conflicting volume
32479		which is being restricted."
32480
32481	::= { netapp 0 304 }
32482
32483	volumeOfflineTooBig             NOTIFICATION-TYPE
32484	OBJECTS                         {productTrapData, productSerialNum}
32485	STATUS                          current
32486	DESCRIPTION
32487		"Volume cannot be brought online because its raw size is
32488		larger than maximum allowed size. The string sent with trap
32489		specifies name of affected volume and its raw size, and
32490		maximum allowed size."
32491
32492	::= { netapp 0 314 }
32493
32494	volumeOffline                   NOTIFICATION-TYPE
32495	OBJECTS                         {productTrapData, productSerialNum}
32496	STATUS                          current
32497	DESCRIPTION
32498		"Volume is being taken offline. The string sent with trap
32499		specifies name of affected volume and reason for being
32500		taken offline."
32501
32502	::= { netapp 0 324 }
32503
32504	volumeRestricted                NOTIFICATION-TYPE
32505	OBJECTS                         {productTrapData, productSerialNum}
32506	STATUS                          current
32507	DESCRIPTION
32508		"Volume is being restricted. The string sent with trap
32509		specifies name of affected volume and reason for being
32510		restricted."
32511
32512	::= { netapp 0 334 }
32513
32514	volumeDegradedDirty             NOTIFICATION-TYPE
32515	OBJECTS                         {productTrapData, productSerialNum}
32516	STATUS                          current
32517	DESCRIPTION
32518		"Volume is degraded and has dirty parity. WAFL_check must be
32519		run on this volume before it can be brought online. The string
32520		sent with trap specifies name of affected volume."
32521
32522	::= { netapp 0 344 }
32523
32524	volumeError                     NOTIFICATION-TYPE
32525	OBJECTS                         {productTrapData, productSerialNum}
32526	STATUS                          current
32527	DESCRIPTION
32528		"This trap is issued when a volume cannot be brought online
32529		due to an error.  The string sent with trap specifies name of
32530		affected volume and error description."
32531
32532	::= { netapp 0 354 }
32533
32534	volumeSelectedRootConflict      NOTIFICATION-TYPE
32535	OBJECTS                         {productTrapData, productSerialNum}
32536	STATUS                          current
32537	DESCRIPTION
32538		"This trap is issued when multiple root volumes are detected
32539		at boot time and one is selected as the root by default. The
32540		string sent with the trap specifies the name of the selected
32541		volume and the reason."
32542
32543	::= { netapp 0 356 }
32544
32545	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32546	--
32547	--  This section contains traps related to synchronous SnapMirror
32548	--
32549	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32550	snapmirrorSyncFailed            NOTIFICATION-TYPE
32551	OBJECTS                         {productTrapData, productSerialNum}
32552	STATUS                          current
32553	DESCRIPTION
32554	        "Synchronous SnapMirror failed and went into asynchronous mode."
32555        ::= { netapp 0 364 }
32556
32557	snapmirrorSyncOk                NOTIFICATION-TYPE
32558	OBJECTS                         {productTrapData, productSerialNum}
32559	STATUS                          current
32560	DESCRIPTION
32561	        "Synchronous SnapMirror went into synchronous mode."
32562        ::= { netapp 0 366 }
32563
32564	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32565	--
32566	--  New environmental traps
32567	--
32568	--  A series of new environmental traps are constructed
32569	--  to disambiguate many of the older traps (which are antiquated
32570	--  but remain until they are completely removed from EMS usage).
32571	--
32572	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32573
32574	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32575	-- Chassis Temperature
32576	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32577
32578	chassisTemperatureShutdown      NOTIFICATION-TYPE
32579	OBJECTS                         {productTrapData, productSerialNum}
32580	STATUS                          current
32581	DESCRIPTION
32582		"The chassis temperature is extreme.  The appliance has
32583		initiated a shutdown to protect itself.  The operating
32584		environment should be monitored and corrected before
32585		restarting the appliance."
32586
32587	::= { netapp 0 371 }
32588
32589	chassisTemperatureWarning       NOTIFICATION-TYPE
32590	OBJECTS                         {productTrapData, productSerialNum}
32591	STATUS                          current
32592	DESCRIPTION
32593		"The chassis temperature is either too high or too low.
32594		The temperature should be monitored and, if possible, corrected."
32595
32596	::= { netapp 0 372 }
32597
32598	chassisTemperatureUnknown       NOTIFICATION-TYPE
32599	OBJECTS                         {productTrapData, productSerialNum}
32600	STATUS                          current
32601	DESCRIPTION
32602		"The chassis temperature is unknown, because reading can't be
32603		obtained from the chassis temperature sensor."
32604
32605	::= { netapp 0 375 }
32606
32607	chassisTemperatureOk            NOTIFICATION-TYPE
32608	OBJECTS                         {productTrapData, productSerialNum}
32609	STATUS                          current
32610	DESCRIPTION
32611		"The chassis temperature is OK."
32612
32613	::= { netapp 0 376 }
32614
32615	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32616	-- CPU Fans
32617	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32618
32619	chassisCPUFanStopped            NOTIFICATION-TYPE
32620	OBJECTS                         {productTrapData, productSerialNum}
32621	STATUS                          current
32622	DESCRIPTION
32623		"One or more CPU fans have stopped.  The appliance
32624		has initiated a shutdown to protect itself.  A new
32625		motherboard may be required to correct the fan.
32626		Contact customer support for direction."
32627
32628	::= { netapp 0 381 }
32629
32630	chassisCPUFanSlow               NOTIFICATION-TYPE
32631	OBJECTS                         {productTrapData, productSerialNum}
32632	STATUS                          current
32633	DESCRIPTION
32634		"A CPU fan is spinning too slowly.  A new motherboard
32635		may be required to correct the fan.  Contact customer
32636		support for direction."
32637
32638	::= { netapp 0 383 }
32639
32640	chassisCPUFanOk                 NOTIFICATION-TYPE
32641	OBJECTS                         {productTrapData, productSerialNum}
32642	STATUS                          current
32643	DESCRIPTION
32644		"All CPU fan(s) are properly functioning."
32645
32646	::= { netapp 0 386 }
32647
32648	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32649	-- Power Supplies
32650	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32651
32652	chassisPowerSuppliesFailed      NOTIFICATION-TYPE
32653	OBJECTS                         {productTrapData, productSerialNum}
32654	STATUS                          current
32655	DESCRIPTION
32656		"Multiple chassis power supplies failed."
32657
32658	::= { netapp 0 391 }
32659
32660	chassisPowerSupplyDegraded      NOTIFICATION-TYPE
32661	OBJECTS                         {productTrapData, productSerialNum}
32662	STATUS                          current
32663	DESCRIPTION
32664		"One or more chassis power supplies are degraded.
32665		A description of the degraded state has been
32666		logged to the console and message log file."
32667
32668	::= { netapp 0 392 }
32669
32670	chassisPowerSupplyFailed        NOTIFICATION-TYPE
32671	OBJECTS                         {productTrapData, productSerialNum}
32672	STATUS                          current
32673	DESCRIPTION
32674		"One chassis power supply failed."
32675
32676	::= { netapp 0 393 }
32677
32678	chassisPowerSupplyRemoved       NOTIFICATION-TYPE
32679	OBJECTS                         {productTrapData, productSerialNum}
32680	STATUS                          current
32681	DESCRIPTION
32682		"One or more chassis power supplies are removed."
32683
32684	::= { netapp 0 394 }
32685
32686	chassisPowerSupplyOff           NOTIFICATION-TYPE
32687	OBJECTS                         {productTrapData, productSerialNum}
32688	STATUS                          current
32689	DESCRIPTION
32690		"One or more chassis power supplies are off."
32691
32692	::= { netapp 0 395 }
32693
32694	chassisPowerSuppliesOk          NOTIFICATION-TYPE
32695	OBJECTS                         {productTrapData, productSerialNum}
32696	STATUS                          current
32697	DESCRIPTION
32698		"The chassis power supplies are all functioning properly."
32699
32700	::= { netapp 0 396 }
32701
32702	chassisPowerSupplyOk            NOTIFICATION-TYPE
32703	OBJECTS                         {productTrapData, productSerialNum}
32704	STATUS                          current
32705	DESCRIPTION
32706		"This chassis power supply is functioning properly."
32707
32708	::= { netapp 0 397 }
32709
32710
32711
32712	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32713	-- Power Rails
32714	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32715
32716	chassisPowerDegraded            NOTIFICATION-TYPE
32717	OBJECTS                         {productTrapData, productSerialNum}
32718	STATUS                          current
32719	DESCRIPTION
32720		"The power within the chassis is degraded.
32721		A description of the degraded state has been
32722		logged to the console and message log file."
32723
32724	::= { netapp 0 403 }
32725
32726	chassisPowerOk                  NOTIFICATION-TYPE
32727	OBJECTS                         {productTrapData, productSerialNum}
32728	STATUS                          current
32729	DESCRIPTION
32730		"The power within the chassis is functioning properly."
32731
32732	::= { netapp 0 406 }
32733
32734	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32735	-- Chassis Fans
32736	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32737
32738	chassisFanDegraded              NOTIFICATION-TYPE
32739	OBJECTS                         {productTrapData, productSerialNum}
32740	STATUS                          current
32741	DESCRIPTION
32742		"A chassis fan has been degraded."
32743
32744	::= { netapp 0 412 }
32745
32746	chassisFanRemoved               NOTIFICATION-TYPE
32747	OBJECTS                         {productTrapData, productSerialNum}
32748	STATUS                          current
32749	DESCRIPTION
32750		"A chassis fan FRU has been removed."
32751
32752	::= { netapp 0 413 }
32753
32754	chassisFanStopped               NOTIFICATION-TYPE
32755	OBJECTS                         {productTrapData, productSerialNum}
32756	STATUS                          current
32757	DESCRIPTION
32758		"One or more chassis fans have stopped."
32759
32760	::= { netapp 0 414 }
32761
32762	chassisFanWarning               NOTIFICATION-TYPE
32763	OBJECTS                         {productTrapData, productSerialNum}
32764	STATUS                          current
32765	DESCRIPTION
32766		"One or more chassis fans is spinning slowly or too fast."
32767
32768	::= { netapp 0 415 }
32769
32770	chassisFanOk                    NOTIFICATION-TYPE
32771	OBJECTS                         {productTrapData, productSerialNum}
32772	STATUS                          current
32773	DESCRIPTION
32774		"All chassis fans are functioning properly."
32775
32776	::= { netapp 0 416 }
32777
32778	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32779	-- Volume SnapValidator errors
32780	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32781
32782	writeVerificationFailed         NOTIFICATION-TYPE
32783	OBJECTS                         {productTrapData, productSerialNum}
32784	STATUS                          current
32785	DESCRIPTION
32786		"A write has failed a verification test
32787		on a SnapValidator enabled volume."
32788	::= { netapp 0 424 }
32789
32790	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32791	-- CIFS domain controller-related traps
32792	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32793
32794	prefDCDisconnect                NOTIFICATION-TYPE
32795	OBJECTS                         {productTrapData, productSerialNum}
32796	STATUS                          current
32797	DESCRIPTION
32798		"All connections to domain controllers in the preferred domain
32799		controllers list have been lost."
32800	::= { netapp 0 434 }
32801
32802	domainControllerDisconnect      NOTIFICATION-TYPE
32803	OBJECTS                         {productTrapData, productSerialNum}
32804	STATUS                          current
32805	DESCRIPTION
32806		"A CIFS domain controller connection to the filer has failed."
32807	::= { netapp 0 435 }
32808
32809        dcPasswdChangeFailed            NOTIFICATION-TYPE
32810        OBJECTS                         {productTrapData, productSerialNum}
32811	STATUS                          current
32812        DESCRIPTION
32813                "An attempt to change the storage system's password with the domain
32814                controller has failed."
32815        ::= { netapp 0 436 }
32816
32817	domainControllerConnected       NOTIFICATION-TYPE
32818	OBJECTS                         {productTrapData, productSerialNum}
32819	STATUS                          current
32820	DESCRIPTION
32821		"A CIFS domain controller connection to the filer has been
32822		established."
32823	::= { netapp 0 437 }
32824
32825	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32826	--  This section contains traps related to plex state
32827	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32828
32829	plexFailed                      NOTIFICATION-TYPE
32830	OBJECTS                         {productTrapData, productSerialNum}
32831	STATUS                          current
32832	DESCRIPTION
32833		"This trap is issued when one plex of a mirrored
32834		traditional volume or aggregate is failed. The string
32835		sent with this trap specifies name of affected plex or
32836		mirrored traditional volume or aggregate."
32837	::= { netapp 0 444 }
32838
32839	plexOffline                     NOTIFICATION-TYPE
32840	OBJECTS                         {productTrapData, productSerialNum}
32841	STATUS                          current
32842	DESCRIPTION
32843		"This trap is issued when a plex becomes offline.
32844		The string sent with this trap specifies name of
32845		affected plex or mirrored traditional volume or aggregate."
32846	::= { netapp 0 454 }
32847
32848	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32849	--  This section contains traps related to shelf Electronics Elements
32850	--  and intelligent fibre channel interface modules such as LRC,
32851	--  ESH, AT-FC, and AT-FCX.
32852	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32853
32854	shelfSESElectronicsFailed       NOTIFICATION-TYPE
32855	OBJECTS                         {productTrapData, productSerialNum}
32856	STATUS                          current
32857	DESCRIPTION
32858		"One or more of the enclosure services devices in a
32859		disk shelf has failed.  Some shelf designs combine
32860		the enclosure monitoring hardware function into the
32861		module that provides  the storage interface to
32862		the shelf.  A failure in the enclosure monitoring
32863		section of these combined modules does not necessarily
32864		indicate a failure in disk or loop or bus operation,
32865		which may be able to continue."
32866	::= { netapp 0 464 }
32867
32868	shelfSESElectronicsInfo         NOTIFICATION-TYPE
32869	OBJECTS                         {productTrapData, productSerialNum}
32870	STATUS                          current
32871	DESCRIPTION
32872		"A previously reported failure of an enclosure
32873		services device in a disk shelf has been corrected,
32874		or the device has reported information that does not
32875		necessarily require customer action."
32876	::= { netapp 0 467 }
32877
32878	shelfIFModuleFailed             NOTIFICATION-TYPE
32879	OBJECTS                         {productTrapData, productSerialNum}
32880	STATUS                          current
32881	DESCRIPTION
32882		"One or more of the storage interface modules in a
32883		disk shelf has failed.  Some shelf designs combine the
32884		enclosure monitoring hardware function into the module
32885		that operates the fibre channel loop or SCSI in the
32886		shelf.  This failure is of the storage interface
32887		itself, not a failure of the enclosure monitoring,
32888		which may be able to continue.  This failure may make
32889		one or more disks in the shelf or in the loop or bus
32890		unavailable."
32891	::= { netapp 0 473 }
32892
32893 	shelfIFModuleWarning            NOTIFICATION-TYPE
32894	OBJECTS                         {productTrapData, productSerialNum}
32895	STATUS                          current
32896	DESCRIPTION
32897		"One or more of the storage interface modules in a
32898		disk shelf has a warning condition.  Some shelf designs combine the
32899		enclosure monitoring hardware function into the module
32900		that operates the fibre channel loop or SCSI in the
32901		shelf.  This warning condition is of the storage interface
32902		itself, not a failure of the enclosure monitoring,
32903		which may be able to continue."
32904	::= { netapp 0 475 }
32905
32906 	shelfIFModuleInfo               NOTIFICATION-TYPE
32907	OBJECTS                         {productTrapData, productSerialNum}
32908	STATUS                          current
32909	DESCRIPTION
32910		"A previously reported failure of a disk shelf
32911		interface module has been corrected, or the module has
32912		reported information that does not necessarily require
32913		customer action."
32914	::= { netapp 0 477 }
32915
32916	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32917	--  This section contains traps related to maxdirsize.
32918	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32919
32920 	maxDirSizeAlert                 NOTIFICATION-TYPE
32921	OBJECTS                         {productTrapData, productSerialNum}
32922	STATUS                          current
32923	DESCRIPTION
32924		"A directory has reached its maxdirsize limit. Either
32925		increase the maxdirsize or clean up the directory."
32926	::= { netapp 0 482 }
32927
32928 	maxDirSizeWarning               NOTIFICATION-TYPE
32929	OBJECTS                         {productTrapData, productSerialNum}
32930	STATUS                          current
32931	DESCRIPTION
32932		"A directory is getting close to its maxdirsize limit. Either
32933		increase the maxdirsize or clean up the directory."
32934	::= { netapp 0 485 }
32935
32936        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32937        -- CIFS statistics related traps
32938        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32939
32940        cifsStatsExhaustMemCtrlBlk      NOTIFICATION-TYPE
32941        OBJECTS                         {productTrapData, productSerialNum}
32942	STATUS                          current
32943        DESCRIPTION
32944                "A request for a CIFS control block cannot be granted. All
32945                control blocks are in use."
32946        ::= { netapp 0 497 }
32947
32948        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32949        -- New Environmental Subsystem Traps
32950        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
32951
32952
32953	chassisPSRemovedxMinShutdown    NOTIFICATION-TYPE
32954	OBJECTS                         {productTrapData, productSerialNum}
32955	STATUS                          current
32956	DESCRIPTION
32957		"Power Supply Unit is removed from the system. System will
32958		be shutdown in x minutes if it is not put back."
32959
32960	::= { netapp 0 501 }
32961
32962	chassisPSUsMismatch             NOTIFICATION-TYPE
32963	OBJECTS                         {productTrapData, productSerialNum}
32964	STATUS                          current
32965	DESCRIPTION
32966		"Power Supply Units in the system are of different type.
32967		 Please replace them with correct Power Supply Units."
32968
32969	::= { netapp 0 505 }
32970
32971	chassisFanFailxMinShutdown      NOTIFICATION-TYPE
32972	OBJECTS                         {productTrapData, productSerialNum}
32973	STATUS                          current
32974	DESCRIPTION
32975		"Multiple chassis fan failure. System will
32976		shut down in a few minutes if not corrected."
32977
32978	::= { netapp 0 511 }
32979
32980	chassisPSUwrongInput            NOTIFICATION-TYPE
32981	OBJECTS                         {productTrapData, productSerialNum}
32982	STATUS                          current
32983	DESCRIPTION
32984		"Power Supply Unit (PSU) in the system is connected to an
32985		 incompatible external power source. Please change
32986		 the power source being used or replace the PSU
32987		 with one that matches the current power source."
32988
32989	::= { netapp 0 515 }
32990
32991	powerSupplyFanFailxMinShutdown  NOTIFICATION-TYPE
32992	OBJECTS                         {productTrapData, productSerialNum}
32993	STATUS                          current
32994	DESCRIPTION
32995		"Multiple  power supply fans failure.
32996		System will shut down in a few minutes if not corrected."
32997
32998	::= { netapp 0 521 }
32999
33000
33001        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33002        -- New Remote Management Subsystem Traps
33003        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33004
33005	remoteSystemMgtAlert            NOTIFICATION-TYPE
33006	OBJECTS                         {productTrapData, productSerialNum}
33007	STATUS                          current
33008	DESCRIPTION
33009		"system remote management detected a system down event.
33010		The trap includes a string describing the specific event
33011		which triggered the trap.  The string is structured in the
33012		following form:
33013		Remote Management Event: type={system_down|system_up|test|keep_alive},
33014 		severity={alert|warning|notice|normal|debug|info},
33015		event={post_error|watchdog_reset|power_loss|abnormal_reboot},
33016		key=value
33017
33018		An example of a complete message would be:
33019		Remote Management Event: type=system_down, severity=alert,
33020		event=watchdog_reset, ss=16bytes
33021
33022		Additional key=value items may, in the future, be appended
33023		to this message.
33024
33025		The events that would generate this trap would be:
33026		post_error: Fatal POST error on boot
33027		power_loss: Loss of power to system
33028		abnormal_reboot:
33029		l2_watchdog_reset"
33030
33031	::= { netapp 0 532 }
33032
33033	remoteSystemMgmtWarning         NOTIFICATION-TYPE
33034	OBJECTS                         {productTrapData, productSerialNum}
33035	STATUS                          current
33036	DESCRIPTION
33037		"system remote management detected a system down event.
33038		The trap includes a string describing the specific event
33039		which triggered the trap.  The string is structured in the
33040		following form:
33041		Remote Management Event: type={system_down|system_up|test|keep_alive},
33042 		severity={alert|warning|notice|normal|debug|info},
33043		event={loss-of-heartbeat},
33044		key=value
33045
33046		An example of a complete message would be:
33047		Remote Management Event: type=system_down, severity=warning,
33048		event=loss_of_heartbeat, ss=16bytes
33049
33050		Additional key=value items may, in the future, be appended
33051		to this message.
33052
33053		The events that would generate this trap would be:
33054		loss_of_heartbeat: Loss of heartbeat to the RLM."
33055
33056	::= { netapp 0 535 }
33057
33058	remoteSystemMgmtNotification    NOTIFICATION-TYPE
33059	OBJECTS                         {productTrapData, productSerialNum}
33060	STATUS                          current
33061	DESCRIPTION
33062		"system remote management detected a system down event.
33063		The trap includes a string describing the specific event
33064		which triggered the trap.  The string is structured in the
33065		following form:
33066		Remote Management Event: type={system_down|system_up|test|keep_alive},
33067 		severity={alert|warning|notice|normal|debug|info},
33068		event={power_off_via_rlm,power_cycle_via_rlm,reset_via_rlm},
33069		key=value
33070
33071		An example of a complete message would be:
33072		Remote Management Event: type=system_down, severity=notice,
33073		event=power_off_via_rlm, ss=16bytes
33074
33075		Additional key=value items may, in the future, be appended
33076		to this message.
33077
33078		The events that would generate this trap would be:
33079		power_off_via_rlm: This indicates system power off
33080		power_cycle_via_rlm: This indicates system power cycle
33081		reset_via_rlm: This indicates system reset."
33082
33083	::= { netapp 0 536 }
33084
33085	remoteSystemMgmtPeriodic        NOTIFICATION-TYPE
33086	OBJECTS                         {productTrapData, productSerialNum}
33087	STATUS                          current
33088	DESCRIPTION
33089		"This is a periodic keep alive from system remote management.
33090		The trap includes a string describing the specific event
33091		which triggered the trap.  The string is structured in the
33092		following form:
33093		Remote Management Event: type={system_down|system_up|test|keep_alive},
33094 		severity={alert|warning|notice|normal|debug|info},
33095		event={periodic_message}
33096
33097		An example of a complete message would be:
33098		Remote Management Event: type=keep_alive, severity=info,
33099		event=periodic_message
33100
33101		Additional key=value items may, in the future, be appended
33102		to this message."
33103
33104	::= { netapp 0 547 }
33105
33106	remotesystemMgmtTest            NOTIFICATION-TYPE
33107        OBJECTS                         {productTrapData, productSerialNum}
33108	STATUS                          current
33109        DESCRIPTION
33110                "This is a test trap from system remote management.
33111                The trap includes a string describing the specific event
33112                which triggered the trap.  The string is structured in the
33113                following form:
33114       		Remote Management Event: type={system_down|system_up|test|keep_alive},
33115                severity={alert|warning|notice|normal|debug|info},
33116	        event={periodic_message}
33117
33118                An example of a complete message would be:
33119                Remote Management Event: type=test, severity=notice, event=test
33120
33121                Additional key=value items may, in the future, be appended
33122                to this message."
33123
33124        ::= { netapp 0 556 }
33125
33126        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33127        -- Disk Multipath Traps
33128        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33129
33130	diskMultipathOneSwitch          NOTIFICATION-TYPE
33131        OBJECTS                         {productTrapData, productSerialNum}
33132	STATUS                          current
33133        DESCRIPTION
33134                "A multipathed disk is only connected to one switch."
33135
33136        ::= { netapp 0 562 }
33137
33138	diskMultipathNoTakeover         NOTIFICATION-TYPE
33139        OBJECTS                         {productTrapData, productSerialNum}
33140	STATUS                          current
33141        DESCRIPTION
33142                "Multipath disks or luns could not be detected for the partner.
33143		The node will be unable to takeover correctly."
33144
33145        ::= { netapp 0 563 }
33146
33147	diskMultipathWarning            NOTIFICATION-TYPE
33148        OBJECTS                         {productTrapData, productSerialNum}
33149	STATUS                          current
33150        DESCRIPTION
33151                "Synchronous mirroring is enabled, even though disks are not
33152		multipathed."
33153
33154        ::= { netapp 0 565 }
33155
33156        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33157        -- Disk Disable Traps
33158        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33159
33160 	driveDisableErr                 NOTIFICATION-TYPE
33161	OBJECTS                         {productTrapData, productSerialNum}
33162	STATUS                          current
33163	DESCRIPTION
33164		"A drive has been disabled by the shelf module due to
33165		 hardware errors.  If it is the only drive in the shelf
33166		 that is disabled, replace the drive."
33167
33168	::= { netapp 0 574 }
33169
33170        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33171        -- HBA Offline Traps
33172        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33173
33174 	hbaOfflineInformation		NOTIFICATION-TYPE
33175	OBJECTS                         {productTrapData, productSerialNum}
33176	STATUS                          current
33177	DESCRIPTION
33178		"A host bus adapter (HBA) port has been disabled.
33179		This state may be caused either by user command or by
33180		errors that make the interface unable to communicate
33181		with attached devices."
33182
33183	::= { netapp 0 587 }
33184
33185        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33186	-- LUN Snap Restore Notice
33187        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33188
33189 	lunSnapRestoreStatus	        NOTIFICATION-TYPE
33190	OBJECTS				{productTrapData, productSerialNum}
33191	STATUS                          current
33192	DESCRIPTION
33193		"Status of the Snap Restore"
33194
33195	::= { netapp 0 606 }
33196
33197        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33198	-- LUN Clone Create Notice
33199        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33200
33201 	lunCloneCreate			NOTIFICATION-TYPE
33202	OBJECTS				{productTrapData, productSerialNum}
33203	STATUS                          current
33204	DESCRIPTION
33205		"Created a LUN Clone"
33206
33207	::= { netapp 0 616 }
33208
33209        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33210	-- LUN Clone Split Notice
33211        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33212
33213 	lunCloneSplitStart		NOTIFICATION-TYPE
33214	OBJECTS				{productTrapData, productSerialNum}
33215	STATUS                          current
33216	DESCRIPTION
33217		"LUN Clone Split started"
33218
33219	::= { netapp 0 626 }
33220
33221 	lunCloneSplitComplete		NOTIFICATION-TYPE
33222	OBJECTS				{productTrapData, productSerialNum}
33223	STATUS                          current
33224	DESCRIPTION
33225		"LUN Clone Split completed"
33226
33227	::= { netapp 0 627 }
33228
33229        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33230	-- Flex Clone Split Notice
33231        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33232
33233 	flexCloneSplitStart		NOTIFICATION-TYPE
33234	OBJECTS			{productTrapData, productSerialNum}
33235	STATUS                          current
33236	DESCRIPTION
33237		"Flex Clone Split started"
33238
33239	::= { netapp 0 636 }
33240
33241 	flexCloneSplitComplete		NOTIFICATION-TYPE
33242	OBJECTS				{productTrapData, productSerialNum}
33243	STATUS                          current
33244	DESCRIPTION
33245		"Flex Clone Split completed"
33246
33247	::= { netapp 0 637 }
33248
33249        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33250	-- Volume Clone Create Notice
33251        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33252
33253 	volumeCloneCreate		NOTIFICATION-TYPE
33254	OBJECTS				{productTrapData, productSerialNum}
33255	STATUS                          current
33256	DESCRIPTION
33257		"Created a Volume Clone"
33258
33259	::= { netapp 0 646 }
33260
33261        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33262	-- Snap Auto Delete Notice
33263        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33264
33265 	snapAutoDelete			NOTIFICATION-TYPE
33266	OBJECTS				{productTrapData, productSerialNum}
33267	STATUS                          current
33268	DESCRIPTION
33269		"Snapshot Auto Deleted"
33270
33271	::= { netapp 0 656 }
33272
33273        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33274	-- Volume Auto Grow Notice
33275        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33276
33277 	volumeAutogrow			NOTIFICATION-TYPE
33278	OBJECTS				{productTrapData, productSerialNum}
33279	STATUS                          current
33280	DESCRIPTION
33281		"Volume is Auto Grown"
33282
33283	::= { netapp 0 666 }
33284
33285        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33286	-- Time Daemon Target(s) Not Responding Notice
33287        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33288
33289 	timedTargetNotResponding	NOTIFICATION-TYPE
33290	OBJECTS				{productTrapData, productSerialNum}
33291	STATUS                          current
33292	DESCRIPTION
33293		"NTP Time Daemon lost contact with the configured target"
33294
33295	::= { netapp 0 674 }
33296
33297        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33298	-- External cache device error Notice
33299        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33300
33301	extcacheCardError		NOTIFICATION-TYPE
33302	OBJECTS				{productTrapData, productSerialNum}
33303	STATUS                          current
33304	DESCRIPTION
33305		"External cache card failure"
33306
33307	::= { netapp 0 676 }
33308
33309        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33310	-- External cache offline Notice
33311        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33312
33313	extcacheCardOffline		NOTIFICATION-TYPE
33314	OBJECTS				{productTrapData, productSerialNum}
33315	STATUS                          current
33316	DESCRIPTION
33317		"External cache is taken offline"
33318
33319	::= { netapp 0 686 }
33320
33321	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33322	--
33323	--  This section contains traps related to snapvault
33324	--
33325	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33326
33327	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33328        -- SnapVault Snapshot limit warning
33329	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33330
33331	svBackupSnapWarningLimit        NOTIFICATION-TYPE
33332	OBJECTS				{productTrapData, productSerialNum}
33333	STATUS                          current
33334	DESCRIPTION
33335		"The remaining number of Snapshot copies for a backup
33336		schedule is below warning limit specified."
33337
33338	::= { netapp 0 695 }
33339
33340
33341         -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33342         -- Antivirus Traps
33343         -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33344
33345         avTrendLicenseExpired   NOTIFICATION-TYPE
33346         OBJECTS                 {productTrapData, productSerialNum}
33347         STATUS                  current
33348         DESCRIPTION
33349                 "Trend Micro antivirus license has expired"
33350
33351         ::= { netapp 0 705 }
33352
33353         avTrendLicenseExpiring  NOTIFICATION-TYPE
33354         OBJECTS                 {productTrapData, productSerialNum}
33355         STATUS                  current
33356         DESCRIPTION
33357                 "Trend Micro antivirus license is about to expire"
33358
33359         ::= { netapp 0 706 }
33360
33361         -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33362         -- System Traps
33363         -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33364
33365         rebootAbnormal          NOTIFICATION-TYPE
33366         OBJECTS                 {productTrapData, productSerialNum}
33367         STATUS                  current
33368         DESCRIPTION
33369                 "System rebooted abnormally after any of the following
33370                  events:
33371		  event = watchdog reset, agent watchdog reset, panic,
33372                  power-glitch."
33373
33374         ::= { netapp 0 712 }
33375
33376         rebootNormal            NOTIFICATION-TYPE
33377         OBJECTS                 {productTrapData, productSerialNum}
33378         STATUS                  current
33379         DESCRIPTION
33380                 "System rebooted normally after any of the following
33381                  events:
33382		  event = giveback, revert, WAFL check, power-on,
33383                  internal reboot, internal halt, rlm system reset, operator
33384                  initiated halt and reboot."
33385
33386         ::= { netapp 0 716 }
33387
33388
33389        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33390        --
33391        --  This section contains traps related to volume move
33392        --
33393        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33394
33395        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33396        -- Volume Move Cutover Deferred
33397        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33398
33399        volMoveCutoverDeferred          NOTIFICATION-TYPE
33400        OBJECTS             {productTrapData, productSerialNum}
33401        STATUS                          current
33402        DESCRIPTION
33403            "A volume move job cannot be completed because cutover phase
33404            has been deferred."
33405
33406        ::= { netapp 0 724 }
33407
33408        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33409        -- Volume Move Cutover Failed
33410        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33411
33412        volMoveCutoverFailed            NOTIFICATION-TYPE
33413        OBJECTS                         {productTrapData, productSerialNum}
33414        STATUS                          current
33415        DESCRIPTION
33416            "A volume move job cannot be completed because the cutover
33417            attempt resulted in failure."
33418
33419        ::= { netapp 0 734 }
33420
33421        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33422        -- Volume Move Complete
33423        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33424
33425        volMoveDone             NOTIFICATION-TYPE
33426        OBJECTS                 {productTrapData, productSerialNum}
33427        STATUS                  current
33428        DESCRIPTION
33429            "A volume move job completed successfully."
33430
33431        ::= { netapp 0 736 }
33432
33433        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33434        -- Volume Move Cutover Deferred Wait
33435        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33436
33437        volMoveCutoverDeferredWait          NOTIFICATION-TYPE
33438        OBJECTS                             {productTrapData, productSerialNum}
33439        STATUS                              current
33440        DESCRIPTION
33441            "A volume move has reached the cutover phase and is waiting
33442            for the user to trigger cutover because the user specified
33443            wait for cutover-action"
33444
33445        ::= { netapp 0 737 }
33446
33447	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33448	-- C-Mode SAN Begin
33449	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33450
33451	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33452	--
33453	--  Node Out of CLAM Quorum Trap
33454	--
33455	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33456
33457	scsibladeOutOfQuorum            NOTIFICATION-TYPE
33458	OBJECTS                         {productTrapData, productSerialNum}
33459	STATUS                          current
33460	DESCRIPTION
33461            "The node has lost connectivity with the other nodes
33462	     in the cluster. Both fcp and iscsi traffic have been disabled
33463	     on this node. The corrective action is to reboot the node, and
33464	     if the node is waiting for giveback then perform a giveback."
33465
33466	::= { netapp 0 741 }
33467
33468	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33469	--
33470	--  Node In CLAM Quorum Trap
33471	--
33472	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33473
33474	scsibladeInQuorum               NOTIFICATION-TYPE
33475	OBJECTS                         {productTrapData, productSerialNum}
33476	STATUS                          current
33477	DESCRIPTION
33478            "The node established connectivity with the other nodes
33479	     in the cluster."
33480
33481	::= { netapp 0 746 }
33482
33483	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33484	-- C-Mode SAN End
33485	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33486
33487    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33488    --
33489    --  This section contains traps related to QoS Monitor
33490    --
33491    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33492
33493    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33494    -- QoS Monitor Memory Maxed
33495    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33496
33497    qosMonitorMemoryMaxed   NOTIFICATION-TYPE
33498    OBJECTS                 {productTrapData, productSerialNum}
33499    STATUS                  current
33500    DESCRIPTION
33501        "QoS dynamic memory has reached its limit. Some QoS features
33502        may operate in a limited capacity."
33503
33504    ::= { netapp 0 755 }
33505
33506    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33507    -- QoS Monitor Memory Abated
33508    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33509
33510    qosMonitorMemoryAbated  NOTIFICATION-TYPE
33511    OBJECTS                 {productTrapData, productSerialNum}
33512    STATUS                  current
33513    DESCRIPTION
33514        "QoS dynamic memory is no longer at its limit. All QoS features
33515        will operate as normal."
33516
33517    ::= { netapp 0 757 }
33518
33519
33520    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33521    --
33522    -- This section contains traps related to Aggregate Relocation
33523    --
33524    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33525
33526
33527        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33528        -- SFO Aggregate Relocated Successfully
33529        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33530        sfoAggregateRelocated   NOTIFICATION-TYPE
33531        OBJECTS                 {productTrapData, productSerialNum}
33532        STATUS                  current
33533        DESCRIPTION
33534            "This trap is issued when an SFO aggregate is relocated permanently
33535             from one node to another."
33536
33537        ::= { netapp 0 767 }
33538
33539
33540    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33541    -- End of Aggregate Relocation Traps
33542    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33543
33544     avUpdateFailed          NOTIFICATION-TYPE
33545     OBJECTS                 {productTrapData, productSerialNum}
33546     STATUS                  current
33547     DESCRIPTION
33548             "The anti-virus software update failed."
33549
33550     ::= { netapp 0 773 }
33551
33552     avLicenseCheckFailed    NOTIFICATION-TYPE
33553     OBJECTS                 {productTrapData, productSerialNum}
33554     STATUS                  current
33555     DESCRIPTION
33556             "The anti-virus software license validation failed."
33557
33558     ::= { netapp 0 774 }
33559
33560     avMcAfeeProductExpired  NOTIFICATION-TYPE
33561     OBJECTS                 {productTrapData, productSerialNum}
33562     STATUS                  current
33563     DESCRIPTION
33564             "McAfee product has expired."
33565
33566     ::= { netapp 0 775 }
33567
33568     avRemedy                NOTIFICATION-TYPE
33569     OBJECTS                 {productTrapData, productSerialNum}
33570     STATUS                  current
33571     DESCRIPTION
33572             "Remedy action taken. The file has been repaired, deleted or quarantined."
33573
33574     ::= { netapp 0 776 }
33575
33576     avLicenseCheck          NOTIFICATION-TYPE
33577     OBJECTS                 {productTrapData, productSerialNum}
33578     STATUS                  current
33579     DESCRIPTION
33580             "License validation was successful."
33581
33582     ::= { netapp 0 777 }
33583
33584     avRemedyFailure         NOTIFICATION-TYPE
33585     OBJECTS                 {productTrapData, productSerialNum}
33586     STATUS                  current
33587     DESCRIPTION
33588             "Remedy action failed. The file was not repaired, deleted or quarantined."
33589
33590     ::= { netapp 0 783 }
33591
33592     avMcAfeeEngineExpired   NOTIFICATION-TYPE
33593     OBJECTS                 {productTrapData, productSerialNum}
33594     STATUS                  current
33595     DESCRIPTION
33596             "McAfee product has expired."
33597
33598     ::= { netapp 0 785 }
33599
33600     avMcAfeeProductExpiring NOTIFICATION-TYPE
33601     OBJECTS                 {productTrapData, productSerialNum}
33602     STATUS                  current
33603     DESCRIPTION
33604             "McAfee product is expiring."
33605
33606     ::= { netapp 0 786 }
33607
33608     av2gbFileNotScanned     NOTIFICATION-TYPE
33609     OBJECTS                 {productTrapData, productSerialNum}
33610     STATUS                  current
33611     DESCRIPTION
33612             "A file larger than 2GB is not scanned and marked as clean."
33613
33614     ::= { netapp 0 793 }
33615
33616     avMcAfeeEngineExpiring NOTIFICATION-TYPE
33617     OBJECTS                 {productTrapData, productSerialNum}
33618     STATUS                  current
33619     DESCRIPTION
33620             "McAfee engine is expiring."
33621
33622     ::= { netapp 0 796 }
33623
33624    avVirusfound            NOTIFICATION-TYPE
33625     OBJECTS                 {productTrapData, productSerialNum}
33626     STATUS                  current
33627     DESCRIPTION
33628             "Virus found while scanning."
33629
33630     ::= { netapp 0 802 }
33631
33632     avMcAfeeLicenseFailed   NOTIFICATION-TYPE
33633     OBJECTS                 {productTrapData, productSerialNum}
33634     STATUS                  current
33635     DESCRIPTION
33636             "McAfee antivirus license activation failed."
33637
33638     ::= { netapp 0 803 }
33639
33640     avDisableFailed          NOTIFICATION-TYPE
33641     OBJECTS                 {productTrapData, productSerialNum}
33642     STATUS                  current
33643     DESCRIPTION
33644             "The anti-virus service disabling failed in the cluster."
33645
33646     ::= { netapp 0 804 }
33647
33648     avDisable               NOTIFICATION-TYPE
33649     OBJECTS                 {productTrapData, productSerialNum}
33650     STATUS                  current
33651     DESCRIPTION
33652             "The anti-virus service is disabled in the cluster."
33653
33654     ::= { netapp 0 805 }
33655
33656     avMcAfeeLicenseExpiring   NOTIFICATION-TYPE
33657     OBJECTS                   {productTrapData, productSerialNum}
33658     STATUS                    current
33659     DESCRIPTION
33660             "McAfee antivirus license is about to expire."
33661
33662     ::= { netapp 0 806 }
33663
33664     avEnable                NOTIFICATION-TYPE
33665     OBJECTS                 {productTrapData, productSerialNum}
33666     STATUS                  current
33667     DESCRIPTION
33668             "The anti-virus service is enabled in the cluster."
33669
33670     ::= { netapp 0 807 }
33671
33672     avSpywareFound          NOTIFICATION-TYPE
33673     OBJECTS                 {productTrapData, productSerialNum}
33674     STATUS                  current
33675     DESCRIPTION
33676             "Spyware found while scanning."
33677
33678     ::= { netapp 0 812 }
33679
33680     avEnableFailed          NOTIFICATION-TYPE
33681     OBJECTS                 {productTrapData, productSerialNum}
33682     STATUS                  current
33683     DESCRIPTION
33684             "The anti-virus service enabling failed in the cluster."
33685
33686     ::= { netapp 0 813 }
33687
33688     avRollbackFailed        NOTIFICATION-TYPE
33689     OBJECTS                 {productTrapData, productSerialNum}
33690     STATUS                  current
33691     DESCRIPTION
33692             "The anti-virus software rollback failed."
33693
33694     ::= { netapp 0 814 }
33695
33696     avRollback              NOTIFICATION-TYPE
33697     OBJECTS                 {productTrapData, productSerialNum}
33698     STATUS                  current
33699     DESCRIPTION
33700             "The anti-virus software is rolled back."
33701
33702     ::= { netapp 0 816 }
33703
33704     avUpdate                NOTIFICATION-TYPE
33705     OBJECTS                 {productTrapData, productSerialNum}
33706     STATUS                  current
33707     DESCRIPTION
33708             "The anti-virus software is updated."
33709
33710     ::= { netapp 0 817 }
33711
33712     snmpBusy                NOTIFICATION-TYPE
33713     OBJECTS                 {productTrapData, productSerialNum}
33714     STATUS                  current
33715     DESCRIPTION
33716             "The SNMP server is too busy."
33717
33718     ::= { netapp 0 824 }
33719
33720    lunDestroy               NOTIFICATION-TYPE
33721    OBJECTS                  {productTrapData, productSerialNum}
33722    STATUS                   current
33723    DESCRIPTION
33724             "A LUN was destroyed."
33725
33726    ::= { netapp 0 837 }
33727     -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33728     --
33729     --  Health Monitor Alert EMS trap
33730     --
33731     -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33732     healthMonitorAlertRaised        NOTIFICATION-TYPE
33733     OBJECTS                         {productTrapData, productSerialNum}
33734     STATUS                          current
33735     DESCRIPTION
33736            "A Health Monitor has created an alert."
33737
33738     ::= { netapp 0 862 }
33739
33740     healthMonitorAlertCleared       NOTIFICATION-TYPE
33741     OBJECTS                         {productTrapData, productSerialNum}
33742     STATUS                          current
33743     DESCRIPTION
33744            "A Health Monitor has cleared an alert."
33745
33746     ::= { netapp 0 867 }
33747
33748     volumeLogicalOverallocated      NOTIFICATION-TYPE
33749     OBJECTS                         {productTrapData, productSerialNum}
33750     STATUS                          current
33751     DESCRIPTION
33752            "The volume has over allocated space and may not be able to
33753             honor file reservations or the aggregate has over allocated
33754             space and may not be able to honor volume guarantees.
33755             If and when the reserved/guaranteed space is consumed
33756             there will be insufficient physical space which can
33757             cause the volume/aggregate to be taken offline."
33758
33759     ::= { netapp 0 873 }
33760
33761     volumeReserveGrew               NOTIFICATION-TYPE
33762     OBJECTS                         {productTrapData, productSerialNum}
33763     STATUS                          current
33764     DESCRIPTION
33765            "At least one volume's WAFL reserve grew because it was
33766             physically over allocated."
33767
33768     ::= { netapp 0 875 }
33769
33770     volumePhysicalOverallocated     NOTIFICATION-TYPE
33771     OBJECTS                         {productTrapData, productSerialNum}
33772     STATUS                          current
33773     DESCRIPTION
33774            "The volume/aggregate is running dangerously low on
33775             free blocks to write to."
33776
33777     ::= { netapp 0 882 }
33778
33779    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33780    --
33781    -- This section contains traps related to C-mode Snapmirror/Snapvault
33782    -- Reserve trap from 90x to 96x for C-mode Snapmirror/Snapvault
33783    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
33784
33785     smVaultSnapWarnLimit    NOTIFICATION-TYPE
33786     OBJECTS                 {productTrapData, productSerialNum}
33787     STATUS                  current
33788     DESCRIPTION
33789             "The snapshot count limit on the destination volume has been reached."
33790
33791     ::= { netapp 0 895 }
33792
33793      lunRelocationCompletion         NOTIFICATION-TYPE
33794      OBJECTS                         {productTrapData, productSerialNum}
33795      STATUS                          current
33796      DESCRIPTION
33797                "Lun relocation completed successfully"
33798     ::= { netapp 0 896 }
33799
33800     clusterLinkDown         NOTIFICATION-TYPE
33801     OBJECTS                 {productTrapData, productSerialNum}
33802     STATUS                  current
33803     DESCRIPTION
33804             "A cluster link has been lost."
33805
33806     ::= { netapp 0 973 }
33807
33808     clusterL2ConnFail       NOTIFICATION-TYPE
33809     OBJECTS                 {productTrapData, productSerialNum}
33810     STATUS                  current
33811     DESCRIPTION
33812             "The l2ping command is currently failing between cluster ports."
33813
33814     ::= { netapp 0 983 }
33815
33816     clusterPingDropLarge    NOTIFICATION-TYPE
33817     OBJECTS                 {productTrapData, productSerialNum}
33818     STATUS                  current
33819     DESCRIPTION
33820             "Pings of large packets between cluster ports are currently failing."
33821
33822     ::= { netapp 0 993 }
33823
33824	-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33825	-- End of NetApp trap definitions
33826	--
33827	-- Note: Please update this comment when adding a new NOTIFICATION-TYPE.
33828	--       The next trap set range should be: 100x
33829	--
33830        --       The 10xxx trap range is used by DataFabric Manager
33831        --           (netappDataFabricManager) see the DFM MIB for further
33832        --           information.
33833        --
33834	--	 The 20xxx trap range is used by the NetApp Support Console
33835	--	     (netappSupportConsole) see the NASC MIB for further
33836	--	     information.
33837	--
33838	-- The 'ones' digit of the trap contains the priority of the trap:
33839	--
33840	-- 1 emergency
33841	-- 2 alert
33842	-- 3 critical
33843	-- 4 error
33844	-- 5 warning
33845	-- 6 notification
33846	-- 7 information
33847	-- 8 debug
33848	--
33849        -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
33850
33851	END
33852