IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:5k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1.   IANA-ADDRESS-FAMILY-NUMBERS-MIB DEFINITIONS ::= BEGIN
  2.   IMPORTS
  3.       MODULE-IDENTITY,
  4.       mib-2                               FROM SNMPv2-SMI
  5.       TEXTUAL-CONVENTION                  FROM SNMPv2-TC;
  6.   ianaAddressFamilyNumbers MODULE-IDENTITY
  7.       LAST-UPDATED "200203140000Z"  -- March 14, 2002
  8.       ORGANIZATION "IANA"
  9.       CONTACT-INFO
  10.           "Postal:    Internet Assigned Numbers Authority
  11.                       Internet Corporation for Assigned Names
  12.       and Numbers
  13.                       4676 Admiralty Way, Suite 330
  14.                       Marina del Rey, CA 90292-6601
  15.                       USA
  16.           Tel:    +1  310-823-9358
  17.           E-Mail: iana@iana.org"
  18.       DESCRIPTION
  19.           "The MIB module defines the AddressFamilyNumbers
  20.           textual convention."
  21.       -- revision history
  22.       REVISION     "200203140000Z"  -- March 14, 2002
  23.       DESCRIPTION  "AddressFamilyNumbers assignment 22 to 
  24.                    fibreChannelWWPN. AddressFamilyNumbers 
  25.                    assignment 23 to fibreChannelWWNN.
  26.                    AddressFamilyNumers assignment 24 to gwid."
  27.       REVISION     "200009080000Z"  -- September 8, 2000
  28.       DESCRIPTION  "AddressFamilyNumbers assignment 19 to xtpOverIpv4.  
  29.                    AddressFamilyNumbers assignment 20 to xtpOverIpv6.  
  30.                    AddressFamilyNumbers assignment 21 to xtpNativeModeXTP."
  31.       REVISION     "200003010000Z"  -- March 1, 2000
  32.       DESCRIPTION  "AddressFamilyNumbers assignment 17 to distinguishedName. 
  33.                    AddressFamilyNumbers assignment 18 to asNumber."
  34.       REVISION     "200002040000Z"  -- February 4, 2000
  35.       DESCRIPTION  "AddressFamilyNumbers assignment 16 to dns."
  36.       REVISION     "9908260000Z"  -- August 26, 1999
  37.       DESCRIPTION  "Initial version, published as RFC 2677."
  38.       ::= { mib-2 72 }
  39.   AddressFamilyNumbers ::= TEXTUAL-CONVENTION
  40.       STATUS       current
  41.       DESCRIPTION
  42.           "The definition of this textual convention with the
  43.           addition of newly assigned values is published
  44.           periodically by the IANA, in either the Assigned
  45.           Numbers RFC, or some derivative of it specific to
  46.           Internet Network Management number assignments.
  47.           (The latest arrangements can be obtained by
  48.           contacting the IANA.)
  49.           The enumerations are described as:
  50.           other(0),    -- none of the following
  51.           ipV4(1),     -- IP Version 4
  52.           ipV6(2),     -- IP Version 6
  53.           nsap(3),     -- NSAP
  54.           hdlc(4),     -- (8-bit multidrop)
  55.           bbn1822(5),
  56.           all802(6),   -- (includes all 802 media
  57.                        --   plus Ethernet 'canonical format')
  58.           e163(7),
  59.           e164(8),     -- (SMDS, Frame Relay, ATM)
  60.           f69(9),      -- (Telex)
  61.           x121(10),    -- (X.25, Frame Relay)
  62.           ipx(11),     -- IPX (Internet Protocol Exchange)
  63.           appleTalk(12),  -- Apple Talk
  64.           decnetIV(13),   -- DEC Net Phase IV
  65.           banyanVines(14),  -- Banyan Vines
  66.           e164withNsap(15),
  67.                        -- (E.164 with NSAP format subaddress)
  68.           dns(16),     -- (Domain Name System)
  69.           distinguishedName(17), -- (Distinguished Name, per X.500)
  70.           asNumber(18), -- (16-bit quantity, per the AS number space)
  71.           xtpOverIpv4(19),  -- XTP over IP version 4
  72.           xtpOverIpv6(20),  -- XTP over IP version 6
  73.           xtpNativeModeXTP(21),  -- XTP native mode XTP
  74.           fibreChannelWWPN(22),  -- Fibre Channel World-Wide Port Name 
  75.           fibreChannelWWNN(23),  -- Fibre Channel World-Wide Node Name
  76.           gwid(24),    -- Gateway Identifier 
  77.           reserved(65535)
  78.           Requests for new values should be made to IANA via
  79.           email (iana@iana.org)."
  80.       SYNTAX  INTEGER {
  81.                   other(0),
  82.                   ipV4(1),
  83.                   ipV6(2),
  84.                   nsap(3),
  85.                   hdlc(4),
  86.                   bbn1822(5),
  87.                   all802(6),
  88.                   e163(7),
  89.                   e164(8),
  90.                   f69(9),
  91.                   x121(10),
  92.                   ipx(11),
  93.                   appleTalk(12),
  94.                   decnetIV(13),
  95.                   banyanVines(14),
  96.                   e164withNsap(15),
  97.                   dns(16),
  98.                   distinguishedName(17), -- (Distinguished Name, per X.500)
  99.                   asNumber(18), -- (16-bit quantity, per the AS number space)
  100.                   xtpOverIpv4(19),
  101.                   xtpOverIpv6(20),
  102.                   xtpNativeModeXTP(21),
  103.                   fibreChannelWWPN(22),
  104.                   fibreChannelWWNN(23),
  105.                   gwid(24),
  106.                   reserved(65535)
  107.               }
  108.       END