-- extracted from draft-ietf-ion-nhrp-mib-05.txt -- at Mon Nov 15 17:10:49 1999 IANAaddressFamilyNumbers-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, mib-2 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; ianaaddressFamilyNumbers MODULE-IDENTITY LAST-UPDATED "9810191200Z" ORGANIZATION "IANA" CONTACT-INFO " Postal: Internet Assigned Numbers Authority USC/Information Sciences Institute 4676 Admiralty Way Marina del Rey, CA 90292-6695 USA Tel: +1 310-822-1511 E-Mail: iana@isi.edu" DESCRIPTION "The MIB module which defines the IANAaddressFamilyNumbers textual convention, and thus the enumerated values of the addressFamilyNumbers object found in NBMA Next Hop Resolution Protocol MIB, RFC (XXX) and in other MIBs dealing with the requirements of representing the Address Family Numbers. For example, future versions of the Multiprocol Over ATM MIB from the ATM Forum, may utilize this Textual Convention." ::= { mib-2 XXX } IANAaddressFamilyNumbers ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The definition of this textual convention with the addition of newly assigned values is published periodically by the IANA, in either the Assigned Numbers RFC, or some derivative of it specific to Internet Network Management number assignments. (The latest arrangements can be obtained by contacting the IANA.) Requests for new values should be made to IANA via email (iana@isi.edu)." SYNTAX INTEGER { other(0), -- none of the following ipV4(1), ipV6(2), nsap(3), hdlc(4), -- (8-bit multidrop) bbn1822(5), all802(6), -- (includes all 802 media -- plus Ethernet 'canonical format') e163(7), e164(8), -- (SMDS, Frame Relay, ATM) f69(9), -- (Telex) x121(10), -- (X.25, Frame Relay) ipx(11), appletalk(12), decnetIV(13), banyanVines(14), e164withNsap(15), -- (E.164 with NSAP format subaddress) reserved(65535) } END