smilint output for ./T11-FC-SP-ZONING-MIB
Message Severities |
Severity | Count |
error | 1 |
Message Types |
Type | Count |
object-identifier-not-prefix (error) | 1 |
Messages:
T11-FC-SP-ZONING-MIB
1: -- extracted from draft-kzm-imss-fc-fcsp-mib-00.txt
2: -- at Wed Jun 13 06:08:27 2007
3:
4: T11-FC-SP-ZONING-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY, OBJECT-TYPE,
8: NOTIFICATION-TYPE, mib-2,
9: Counter32
10: FROM SNMPv2-SMI -- [RFC2578]
11: TruthValue FROM SNMPv2-TC -- [RFC2579]
12: MODULE-COMPLIANCE, OBJECT-GROUP,
13: NOTIFICATION-GROUP
14: FROM SNMPv2-CONF -- [RFC2580]
15: ifIndex FROM IF-MIB -- [RFC2863]
16: t11ZsServerEntry,
17: t11ZsStatsEntry,
18: t11ZsNotifyControlEntry,
19: t11ZsFabricIndex FROM T11-FC-ZONE-SERVER-MIB -- [FC-ZS-MIB]
20: T11FcSpPolicyHashValue,
21: T11FcSpPolicyHashFormat
22: FROM T11-FC-SP-TC-MIB;
23:
24: t11FcSpZoningMIB MODULE-IDENTITY
25: LAST-UPDATED "200702190000Z"
26: ORGANIZATION "T11"
27: CONTACT-INFO
28: " Claudio DeSanti
29: Cisco Systems, Inc.
30: 170 West Tasman Drive
31: San Jose, CA 95134 USA
32: EMail: cds@cisco.com
33:
34: Keith McCloghrie
35: Cisco Systems, Inc.
36: 170 West Tasman Drive
37: San Jose, CA 95134 USA
38: Email: kzm@cisco.com"
39: DESCRIPTION
40: "This MIB module specifies the extensions to the
41: T11-FC-ZONE-SERVER-MIB module which are necessary for the
42: management of Fibre Channel's FC-SP Zoning Servers, as
43: defined in the FC-SP specification.
44:
45: The persistence of values written to these MIB objects is
46: the same as the persistence of the objects they extend,
47: i.e., it is given by the value of the relevant instance of
48: t11ZsServerDatabaseStorageType (defined in the
49: T11-FC-ZONE-SERVER-MIB module).
50:
51: Copyright (C) The IETF Trust (2007). This version
52: of this MIB module is part of RFC yyyy; see the RFC
53: itself for full legal notices."
54: -- RFC Editor: replace yyyy with actual RFC number & remove this note
55: REVISION "200702190000Z"
56: DESCRIPTION
57: "Initial version of this MIB module, published as RFCyyyy."
58: -- RFC-Editor, replace yyyy with actual RFC number & remove this note
59: ::= { mib-2 nnn } -- to be assigned by IANA
59: error -
Object identifier element `nnn' name only allowed as first element
60: -- RFC Editor: replace nnn with IANA-assigned number & remove this note
61:
62: t11FcSpZsMIBObjects OBJECT IDENTIFIER ::= { t11FcSpZoningMIB 1 }
63: t11FcSpZsMIBConformance OBJECT IDENTIFIER ::= { t11FcSpZoningMIB 2 }
64: t11FcSpZsMIBNotifications OBJECT IDENTIFIER ::= { t11FcSpZoningMIB 0 }
65: t11FcSpZsConfiguration OBJECT IDENTIFIER ::= { t11FcSpZsMIBObjects 1 }
66: t11FcSpZsStatistics OBJECT IDENTIFIER ::= { t11FcSpZsMIBObjects 2 }
67: --
68: -- Augmenting the table of Zone Servers
69: --
70:
71: t11FcSpZsServerTable OBJECT-TYPE
72: SYNTAX SEQUENCE OF T11FcSpZsServerEntry
73: MAX-ACCESS not-accessible
74: STATUS current
75: DESCRIPTION
76: "A table which provides FC-SP-specific information about
77: the Zone Servers on each Fabric in one or more Switches."
78: ::= { t11FcSpZsConfiguration 1 }
79:
80: t11FcSpZsServerEntry OBJECT-TYPE
81: SYNTAX T11FcSpZsServerEntry
82: MAX-ACCESS not-accessible
83: STATUS current
84: DESCRIPTION
85: "Each entry contains information relevant to FC-SP
86: for a particular Zone Server for a particular Fabric
87: on a particular Switch. The Fabric and Switch are
88: identified in the same manner as in t11ZsServerEntry."
89: AUGMENTS { t11ZsServerEntry }
90: ::= { t11FcSpZsServerTable 1 }
91:
92: T11FcSpZsServerEntry ::= SEQUENCE {
93: t11FcSpZsServerCapabilityObject BITS,
94: t11FcSpZsServerEnabled TruthValue,
95: t11FcSpZoneSetHashStatus INTEGER,
96: t11FcSpActiveZoneSetHashType T11FcSpPolicyHashFormat,
97: t11FcSpActiveZoneSetHash T11FcSpPolicyHashValue,
98: t11FcSpZoneSetDatabaseHashType T11FcSpPolicyHashFormat,
99: t11FcSpZoneSetDatabaseHash T11FcSpPolicyHashValue
100: }
101:
102: t11FcSpZsServerCapabilityObject OBJECT-TYPE
103: SYNTAX BITS {
104: fcSpZoning(0)
105: }
106: MAX-ACCESS read-only
107: STATUS current
108: DESCRIPTION
109: "Capabilities of the Zone Server for the particular Fabric
110: on the particular Switch, with respect to FC-SP Zoning:
111: fcSpZoning -- set to 1 to indicate the Switch is
112: capable of supporting FC-SP Zoning.
113: "
114: REFERENCE
115: "INCITS xxx/200x, T11/Project 1570-D/Rev 1.8, Fibre Channel
116: - Security Protocols (FC-SP), 13 June 2006, Table 184."
117: ::= { t11FcSpZsServerEntry 1 }
118:
119: t11FcSpZsServerEnabled OBJECT-TYPE
120: SYNTAX TruthValue
121: MAX-ACCESS read-write
122: STATUS current
123: DESCRIPTION
124: "This object indicates whether the Zone Server for the
125: particular Fabric on the particular Switch, is operating in
126: FC-SP Zoning mode."
127: REFERENCE
128: "INCITS xxx/200x, T11/Project 1570-D/Rev 1.8, Fibre Channel
129: - Security Protocols (FC-SP), 13 June 2006, Table 185."
130: ::= { t11FcSpZsServerEntry 2 }
131:
132: t11FcSpZoneSetHashStatus OBJECT-TYPE
133: SYNTAX INTEGER {
134: calculate(1),
135: correct(2),
136: stale(3)
137: }
138: MAX-ACCESS read-write
139: STATUS current
140: DESCRIPTION
141: "When read, the value of this object is either:
142:
143: correct -- the corresponding instances of both
144: t11FcSpActiveZoneSetHash and
145: t11FcSpZoneSetDatabaseHash contain
146: the correct hash values; or
147: stale -- the corresponding instances of
148: t11FcSpActiveZoneSetHash and
149: t11FcSpZoneSetDatabaseHash contain
150: stale (possibly incorrect) values;
151:
152: Writing a value of 'calculate' is a request to re-calculate
153: and update the values of the corresponding instances of both
154: t11FcSpActiveZoneSetHash and t11FcSpZoneSetDatabaseHash.
155: Writing a value of 'correct' or 'stale' to this object
156: is an error ('wrongValue').
157:
158: When the Active Zone Set and/or the Zone Set Database are
159: updated, it is common that multiple changes need to be made
160: at the same time. In such circumstances, the use of this
161: object allows the hash values to be updated only once after
162: all changes, rather than repeatedly/after each individual
163: change."
164: DEFVAL { stale }
165: ::= { t11FcSpZsServerEntry 3 }
166:
167: t11FcSpActiveZoneSetHashType OBJECT-TYPE
168: SYNTAX T11FcSpPolicyHashFormat
169: MAX-ACCESS read-only
170: STATUS current
171: DESCRIPTION
172: "The format used for the hash value contained in the
173: corresponding instance of t11FcSpActiveZoneSetHash."
174: ::= { t11FcSpZsServerEntry 4 }
175:
176: t11FcSpActiveZoneSetHash OBJECT-TYPE
177: SYNTAX T11FcSpPolicyHashValue
178: MAX-ACCESS read-only
179: STATUS current
180: DESCRIPTION
181: "The value of the hash for the current Active Zone Set.
182: The format of this value is given by the corresponding
183: instance of t11FcSpActiveZoneSetHashType."
184: REFERENCE
185: "INCITS xxx/200x, T11/Project 1570-D/Rev 1.8, Fibre Channel
186: - Security Protocols (FC-SP), 13 June 2006, Table 187."
187: ::= { t11FcSpZsServerEntry 5 }
188:
189: t11FcSpZoneSetDatabaseHashType OBJECT-TYPE
190: SYNTAX T11FcSpPolicyHashFormat
191: MAX-ACCESS read-only
192: STATUS current
193: DESCRIPTION
194: "The format used for the hash value contained in the
195: corresponding instance of t11FcSpZoneSetDatabaseHash."
196: ::= { t11FcSpZsServerEntry 6 }
197:
198: t11FcSpZoneSetDatabaseHash OBJECT-TYPE
199: SYNTAX T11FcSpPolicyHashValue
200: MAX-ACCESS read-only
201: STATUS current
202: DESCRIPTION
203: "The value of the hash for the current Zone Set Database.
204: The format of this value is given by the corresponding
205: instance of t11FcSpZoneSetDatabaseHashType."
206: REFERENCE
207: "INCITS xxx/200x, T11/Project 1570-D/Rev 1.8, Fibre Channel
208: - Security Protocols (FC-SP), 13 June 2006, Table 187."
209: ::= { t11FcSpZsServerEntry 7 }
210:
211: --
212: -- Additional Statistics for FC-SP Zoning
213: --
214:
215: t11FcSpZsStatsTable OBJECT-TYPE
216: SYNTAX SEQUENCE OF T11FcSpZsStatsEntry
217: MAX-ACCESS not-accessible
218: STATUS current
219: DESCRIPTION
220: "A table of statistics specific to FC-SP which are
221: maintained by Zone Servers."
222: ::= { t11FcSpZsStatistics 1 }
223:
224: t11FcSpZsStatsEntry OBJECT-TYPE
225: SYNTAX T11FcSpZsStatsEntry
226: MAX-ACCESS not-accessible
227: STATUS current
228: DESCRIPTION
229: "A set of statistics specific to FC-SP for a particular
230: Zone Server for a particular Fabric on a particular Switch.
231: The Fabric and Switch are identified in the same manner as
232: in t11ZsStatsEntry."
233: AUGMENTS { t11ZsStatsEntry }
234: ::= { t11FcSpZsStatsTable 1 }
235:
236: T11FcSpZsStatsEntry ::= SEQUENCE {
237: t11FcSpZsSPCMITrequestsSent Counter32,
238: t11FcSpZsSPCMITrequestsAccepted Counter32,
239: t11FcSpZsSPCMITrequestsRejected Counter32,
240: t11FcSpZsZcpRequestsSent Counter32,
241: t11FcSpZsZcpRequestsAccepted Counter32,
242: t11FcSpZsZcpRequestsRejected Counter32,
243: t11FcSpZsZirRequestsAccepted Counter32,
244: t11FcSpZsZirRequestsRejected Counter32
245: }
246: t11FcSpZsSPCMITrequestsSent OBJECT-TYPE
247: SYNTAX Counter32
248: MAX-ACCESS read-only
249: STATUS current
250: DESCRIPTION
251: "The number of SP Commit Zone Changes (SPCMIT) operation
252: requests sent by the Zone Server.
253:
254: This counter has no discontinuities other than those
255: which all Counter32's have when sysUpTime=0."
256: ::= { t11FcSpZsStatsEntry 1 }
257:
258: t11FcSpZsSPCMITrequestsAccepted OBJECT-TYPE
259: SYNTAX Counter32
260: MAX-ACCESS read-only
261: STATUS current
262: DESCRIPTION
263: "The number of SP Commit Zone Changes (SPCMIT) operation
264: requests received and accepted by the Zone Server.
265:
266: This counter has no discontinuities other than those
267: which all Counter32's have when sysUpTime=0."
268: ::= { t11FcSpZsStatsEntry 2 }
269:
270: t11FcSpZsSPCMITrequestsRejected OBJECT-TYPE
271: SYNTAX Counter32
272: MAX-ACCESS read-only
273: STATUS current
274: DESCRIPTION
275: "The number of SP Commit Zone Changes (SPCMIT) operation
276: requests received but rejected by the Zone Server.
277:
278: This counter has no discontinuities other than those
279: which all Counter32's have when sysUpTime=0."
280: ::= { t11FcSpZsStatsEntry 3 }
281:
282: t11FcSpZsZcpRequestsSent OBJECT-TYPE
283: SYNTAX Counter32
284: MAX-ACCESS read-only
285: STATUS current
286: DESCRIPTION
287: "The number of Zoning Check Protocol (ZCP) requests sent
288: by the Zone Server.
289:
290: This counter has no discontinuities other than those
291: which all Counter32's have when sysUpTime=0."
292: ::= { t11FcSpZsStatsEntry 4 }
293:
294: t11FcSpZsZcpRequestsAccepted OBJECT-TYPE
295: SYNTAX Counter32
296: MAX-ACCESS read-only
297: STATUS current
298: DESCRIPTION
299: "The number of Zoning Check Protocol (ZCP) requests received
300: and accepted by the Zone Server.
301:
302: This counter has no discontinuities other than those
303: which all Counter32's have when sysUpTime=0."
304: ::= { t11FcSpZsStatsEntry 5 }
305:
306: t11FcSpZsZcpRequestsRejected OBJECT-TYPE
307: SYNTAX Counter32
308: MAX-ACCESS read-only
309: STATUS current
310: DESCRIPTION
311: "The number of Zoning Check Protocol (ZCP) requests received
312: but rejected by the Zone Server.
313:
314: This counter has no discontinuities other than those
315: which all Counter32's have when sysUpTime=0."
316: ::= { t11FcSpZsStatsEntry 6 }
317:
318: t11FcSpZsZirRequestsAccepted OBJECT-TYPE
319: SYNTAX Counter32
320: MAX-ACCESS read-only
321: STATUS current
322: DESCRIPTION
323: "The number of Zoning Information Request (ZIR) requests
324: received and accepted by the Zone Server.
325:
326: This counter has no discontinuities other than those
327: which all Counter32's have when sysUpTime=0."
328: ::= { t11FcSpZsStatsEntry 7 }
329:
330: t11FcSpZsZirRequestsRejected OBJECT-TYPE
331: SYNTAX Counter32
332: MAX-ACCESS read-only
333: STATUS current
334: DESCRIPTION
335: "The number of Zoning Information Request (ZIR) requests
336: received but rejected by the Zone Server.
337:
338: This counter has no discontinuities other than those
339: which all Counter32's have when sysUpTime=0."
340: ::= { t11FcSpZsStatsEntry 8 }
341:
342: --
343: -- Enable/Disable for Notifications
344: --
345:
346: t11FcSpZsNotifyControlTable OBJECT-TYPE
347: SYNTAX SEQUENCE OF T11FcSpZsNotifyControlEntry
348: MAX-ACCESS not-accessible
349: STATUS current
350: DESCRIPTION
351: "A table of control information for notifications
352: generated due to Zone Server events related to
353: FC-SP Zoning."
354: ::= { t11FcSpZsConfiguration 2 }
355:
356: t11FcSpZsNotifyControlEntry OBJECT-TYPE
357: SYNTAX T11FcSpZsNotifyControlEntry
358: MAX-ACCESS not-accessible
359: STATUS current
360: DESCRIPTION
361: "Each entry is an augmentation of the notification control
362: information for a Zone Server for a particular Fabric on a
363: particular Switch. The Fabric and Switch are identified in
364: the same manner as in t11ZsNotifyControlEntry."
365: AUGMENTS { t11ZsNotifyControlEntry }
366: ::= { t11FcSpZsNotifyControlTable 1 }
367:
368: T11FcSpZsNotifyControlEntry ::= SEQUENCE {
369: t11FcSpZsNotifyJoinSuccessEnable TruthValue,
370: t11FcSpZsNotifyJoinFailureEnable TruthValue
371: }
372:
373: t11FcSpZsNotifyJoinSuccessEnable OBJECT-TYPE
374: SYNTAX TruthValue
375: MAX-ACCESS read-write
376: STATUS current
377: DESCRIPTION
378: "This object specifies whether
379: t11FcSpZsFabricJoinFailureNotify notifications should be
380: generated by the Zone Server for this Fabric."
381: ::= { t11FcSpZsNotifyControlEntry 1 }
382:
383: t11FcSpZsNotifyJoinFailureEnable OBJECT-TYPE
384: SYNTAX TruthValue
385: MAX-ACCESS read-write
386: STATUS current
387: DESCRIPTION
388: "This object specifies whether
389: t11FcSpZsFabricJoinSuccessNotify notifications should be
390: generated by the Zone Server for this Fabric."
391: ::= { t11FcSpZsNotifyControlEntry 2 }
392:
393: --
394: -- Notifications
395: --
396:
397: t11FcSpZsFabricJoinSuccessNotify NOTIFICATION-TYPE
398: OBJECTS { ifIndex, t11ZsFabricIndex }
399: STATUS current
400: DESCRIPTION
401: "This notification indicates that a Switch which is part
402: of one Fabric (indicated by the value of t11ZsFabricIndex)
403: has successfully joined (on the interface indicated by the
404: value of ifIndex) with a Switch which is part of another
405: Fabric.
406:
407: If multiple Virtual Fabrics are configured on an interface,
408: and all are successfully joined at the same time, and if
409: the agent so chooses, then it can generate just one
410: notification in which t11ZsFabricIndex has the value 4096."
411: ::= { t11FcSpZsMIBNotifications 1 }
412:
413: t11FcSpZsFabricJoinFailureNotify NOTIFICATION-TYPE
414: OBJECTS { ifIndex, t11ZsFabricIndex }
415: STATUS current
416: DESCRIPTION
417: "This notification indicates that an E_Port on the local
418: Switch has entered the Isolated state because a join
419: between two Fabrics failed. The failure occurred on the
420: local Fabric indicated by the value of t11ZsFabricIndex,
421: on the interface indicated by the value of ifIndex.
422:
423: If multiple Virtual Fabrics are configured on an interface,
424: and all have a failure to join at the same time, and if the
425: agent so chooses, then it can generate just one notification
426: in which t11ZsFabricIndex has the value 4096."
427: ::= { t11FcSpZsMIBNotifications 2 }
428:
429: --
430: -- Conformance
431: --
432:
433: t11FcSpZsMIBCompliances
434: OBJECT IDENTIFIER ::= { t11FcSpZsMIBConformance 1 }
435: t11FcSpZsMIBGroups OBJECT IDENTIFIER ::= { t11FcSpZsMIBConformance 2 }
436:
437: t11FcSpZsMIBCompliance MODULE-COMPLIANCE
438: STATUS current
439: DESCRIPTION
440: "The compliance statement for entities which
441: implement the extensions specified in FC-SP for
442: Fibre Channel's Zone Server."
443:
444: MODULE -- this module
445: MANDATORY-GROUPS { t11FcSpZsObjectsGroup,
446: t11FcSpZsNotificationControlGroup,
447: t11FcSpZsNotificationGroup }
448:
449: GROUP t11FcSpZsStatisticsGroup
450: DESCRIPTION
451: "These counters, containing Zone Server statistics,
452: are mandatory only for those systems which count
453: such events."
454:
455: -- Write access is not required for any objects in this MIB module:
456:
457: OBJECT t11FcSpZsServerEnabled
458: MIN-ACCESS read-only
459: DESCRIPTION
460: "Write access is not required."
461:
462: OBJECT t11FcSpZoneSetHashStatus
463: MIN-ACCESS read-only
464: DESCRIPTION
465: "Write access is not required."
466:
467: OBJECT t11FcSpZsNotifyJoinSuccessEnable
468: MIN-ACCESS read-only
469: DESCRIPTION
470: "Write access is not required."
471:
472: OBJECT t11FcSpZsNotifyJoinFailureEnable
473: MIN-ACCESS read-only
474: DESCRIPTION
475: "Write access is not required."
476:
477: ::= { t11FcSpZsMIBCompliances 1 }
478:
479: -- Units of Conformance
480:
481: t11FcSpZsObjectsGroup OBJECT-GROUP
482: OBJECTS { t11FcSpZsServerCapabilityObject,
483: t11FcSpZsServerEnabled,
484: t11FcSpZoneSetHashStatus,
485: t11FcSpActiveZoneSetHashType,
486: t11FcSpActiveZoneSetHash,
487: t11FcSpZoneSetDatabaseHashType,
488: t11FcSpZoneSetDatabaseHash
489: }
490: STATUS current
491: DESCRIPTION
492: "A collection of objects for Zone configuration
493: information of a Zone Server capable of
494: operating in FC-SP Zoning mode."
495: ::= { t11FcSpZsMIBGroups 1 }
496:
497: t11FcSpZsNotificationControlGroup OBJECT-GROUP
498: OBJECTS { t11FcSpZsNotifyJoinSuccessEnable,
499: t11FcSpZsNotifyJoinFailureEnable
500: }
501: STATUS current
502: DESCRIPTION
503: "A collection of notification control objects for
504: monitoring Zone Server failures specific to FC-SP."
505: ::= { t11FcSpZsMIBGroups 2 }
506:
507: t11FcSpZsStatisticsGroup OBJECT-GROUP
508: OBJECTS { t11FcSpZsSPCMITrequestsSent,
509: t11FcSpZsSPCMITrequestsAccepted,
510: t11FcSpZsSPCMITrequestsRejected,
511: t11FcSpZsZcpRequestsSent,
512: t11FcSpZsZcpRequestsAccepted,
513: t11FcSpZsZcpRequestsRejected,
514: t11FcSpZsZirRequestsAccepted,
515: t11FcSpZsZirRequestsRejected
516: }
517:
518: STATUS current
519: DESCRIPTION
520: "A collection of objects for collecting Zone Server
521: statistics which are specific to FC-SP."
522: ::= { t11FcSpZsMIBGroups 3 }
523:
524: t11FcSpZsNotificationGroup NOTIFICATION-GROUP
525: NOTIFICATIONS { t11FcSpZsFabricJoinSuccessNotify,
526: t11FcSpZsFabricJoinFailureNotify
527: }
528: STATUS current
529: DESCRIPTION
530: "A collection of notification(s) for monitoring
531: Zone Server events which are specific to FC-SP."
532: ::= { t11FcSpZsMIBGroups 4 }
533:
534: END
535:
536: --
537: -- Copyright (C) The IETF Trust (2007). This document is subject to the
538: -- rights, licenses and restrictions contained in BCP 78, and except as
539: -- set forth therein, the authors retain all their rights.
540: --
541: -- This document and the information contained herein are provided on an
542: -- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
543: -- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
544: -- THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS
545: -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF
546: -- THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
547: -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
548: --
549: -- Disclaimer of validity
550: --
551: -- The IETF takes no position regarding the validity or scope of any
552: -- Intellectual Property Rights or other rights that might be claimed to
553: -- pertain to the implementation or use of the technology described in
554: -- this document or the extent to which any license under such rights
555: -- might or might not be available; nor does it represent that it has
556: -- made any independent effort to identify any such rights. Information
557: -- on the procedures with respect to rights in RFC documents can be
558: -- found in BCP 78 and BCP 79.
559: --
560: -- Copies of IPR disclosures made to the IETF Secretariat and any
561: -- assurances of licenses to be made available, or the result of an
562: -- attempt made to obtain a general license or permission for the use of
563: -- such proprietary rights by implementers or users of this
564: -- specification can be obtained from the IETF on-line IPR repository at
565: -- http://www.ietf.org/ipr.
566: --
567: -- The IETF invites any interested party to bring to its attention any
568: -- copyrights, patents or patent applications, or other proprietary
569: -- rights that may cover technology that may be required to implement
570: -- this standard. Please address the information to the IETF at
571: -- ietf-ipr@ietf.org.
572: --
573: -- Acknowledgment
574: --
575: -- Funding for the RFC Editor function is currently provided by the
576: -- Internet Society.
577: