-- extracted from draft-ietf-malloc-malloc-mib-04.txt -- at Sat Jul 21 06:05:35 2001 IANA-MALLOC-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; ianaMallocMIB MODULE-IDENTITY LAST-UPDATED "200001311200Z" -- January 31, 2000 ORGANIZATION "IANA" CONTACT-INFO " Internet Assigned Numbers Authority Internet Corporation for Assigned Names and Numbers 4676 Admiralty Way, Suite 330 Marina del Rey, CA 90292-6601 Phone: +1 310 823 9358 EMail: iana@iana.org" DESCRIPTION "This MIB module defines the IANAscopeSource and IANAmallocRangeSource textual conventions for use in MIBs which need to identify ways of learning multicast scope and range information. Any additions or changes to the contents of this MIB module require either publication of an RFC, or Designated Expert Review as defined in the Guidelines for Writing IANA Considerations Section document. The Designated Expert will be selected by the IESG Area Director(s) of the Transport Area." ::= { mib-2 xxx } -- TO BE ASSIGNED BY IANA IANAscopeSource ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The source of multicast scope information." SYNTAX INTEGER { other(1), -- none of the following manual(2), -- statically configured local(3), -- automatically added by the system, -- such as a Source-Specific Multicast -- scope mzap(4), madcap(5) } IANAmallocRangeSource ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The source of multicast address allocation range information." SYNTAX INTEGER { other(1), -- none of the following manual(2), -- statically configured local(3), -- automatically added by the system, -- such as a Source-Specific Multicast -- range aap(4) } END -- -- Copyright (C) The Internet Society (2001). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it or -- assist in its implmentation may be prepared, copied, published and -- distributed, in whole or in part, without restriction of any kind, -- provided that the above copyright notice and this paragraph are included -- on all such copies and derivative works. However, this document itself -- may not be modified in any way, such as by removing the copyright notice -- or references to the Internet Society or other Internet organizations, -- except as needed for the purpose of developing Internet standards in -- which case the procedures for copyrights defined in the Internet -- Standards process must be followed, or as required to translate it into -- languages other than English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an "AS -- IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK -- FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT -- LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT -- INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR -- FITNESS FOR A PARTICULAR PURPOSE." -- --