IANAifType-MIB
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:5k
源码类别:

SNMP编程

开发平台:

C/C++

  1. -- Changes to rfc1573b - IANAifType-MIB
  2. --     Extracted from RFC1573 - the combined IANAifType-MIB & IF-MIB
  3. --     Added the following import: mib-2 from RFC1213-MIB.
  4. --     Removed the following unneeded import: OBJECT-TYPE from
  5. --         SNMPv2-SMI.
  6. -- dperkins@scruznet.com
  7.    IANAifType-MIB DEFINITIONS ::= BEGIN
  8.    IMPORTS
  9.        MODULE-IDENTITY                     FROM SNMPv2-SMI
  10.        mib-2                               FROM RFC1213-MIB 
  11.        TEXTUAL-CONVENTION                  FROM SNMPv2-TC;
  12.    ianaifType MODULE-IDENTITY
  13.        LAST-UPDATED "9311082155Z"
  14.        ORGANIZATION "IANA"
  15.        CONTACT-INFO
  16.                   "        Internet Assigned Numbers Authority
  17.                    Postal: USC/Information Sciences Institute
  18.                            4676 Admiralty Way, Marina del Rey, CA 90292
  19.                    Tel:    +1  310 822 1511
  20.                    E-Mail: iana@isi.edu"
  21.        DESCRIPTION
  22.                "The MIB module which defines the IANAifType textual
  23.                convention, and thus the enumerated values of the
  24.                ifType object defined in MIB-II's ifTable."
  25.        ::= { mib-2 30 }
  26.    IANAifType ::= TEXTUAL-CONVENTION
  27.        STATUS       current
  28.        DESCRIPTION
  29.                "This data type is used as the syntax of the ifType
  30.                object in the (updated) definition of MIB-II's
  31.                ifTable.
  32.                The definition of this textual convention with the
  33.                addition of newly assigned values is published
  34.                periodically by the IANA, in either the Assigned
  35.                Numbers RFC, or some derivative of it specific to
  36.                Internet Network Management number assignments.  (The
  37.                latest arrangements can be obtained by contacting the
  38.                IANA.)
  39.                Requests for new values should be made to IANA via
  40.                email (iana@isi.edu).
  41.                The relationship between the assignment of ifType
  42.                values and of OIDs to particular media-specific MIBs
  43.                is solely the purview of IANA and is subject to change
  44.                without notice.  Quite often, a media-specific MIB's
  45.                OID-subtree assignment within MIB-II's 'transmission'
  46.                subtree will be the same as its ifType value.
  47.                However, in some circumstances this will not be the
  48.                case, and implementors must not pre-assume any
  49.                specific relationship between ifType values and
  50.                transmission subtree OIDs."
  51.        SYNTAX  INTEGER {
  52.                    other(1),          -- none of the following
  53.                    regular1822(2),
  54.                    hdh1822(3),
  55.                    ddnX25(4),
  56.                    rfc877x25(5),
  57.                    ethernetCsmacd(6),
  58.                    iso88023Csmacd(7),
  59.                    iso88024TokenBus(8),
  60.                    iso88025TokenRing(9),
  61.                    iso88026Man(10),
  62.                    starLan(11),
  63.                    proteon10Mbit(12),
  64.                    proteon80Mbit(13),
  65.                    hyperchannel(14),
  66.                    fddi(15),
  67.                    lapb(16),
  68.                    sdlc(17),
  69.                    ds1(18),           -- DS1/E1 (RFC 1406)
  70.                    e1(19),            -- obsolete
  71.                    basicISDN(20),
  72.                    primaryISDN(21),
  73.                    propPointToPointSerial(22), -- proprietary serial
  74.                    ppp(23),
  75.                    softwareLoopback(24),
  76.                    eon(25),            -- CLNP over IP (RFC 1070)
  77.                    ethernet3Mbit(26),
  78.                    nsip(27),           -- XNS over IP
  79.                    slip(28),           -- generic SLIP
  80.                    ultra(29),          -- ULTRA technologies
  81.                    ds3(30),            -- T-3
  82.                    sip(31),            -- SMDS
  83.                    frameRelay(32),    -- DTE only
  84.                    rs232(33),
  85.                    para(34),           -- parallel-port
  86.                    arcnet(35),         -- arcnet
  87.                    arcnetPlus(36),     -- arcnet plus
  88.                    atm(37),            -- ATM cells
  89.                    miox25(38),
  90.                    sonet(39),          -- SONET or SDH
  91.                    x25ple(40),
  92.                    iso88022llc(41),
  93.                    localTalk(42),
  94.                    smdsDxi(43),
  95.                    frameRelayService(44),  -- Frame relay DCE
  96.                    v35(45),
  97.                    hssi(46),
  98.                    hippi(47),
  99.                    modem(48),          -- Generic modem
  100.                    aal5(49),           -- AAL5 over ATM
  101.                    sonetPath(50),
  102.                    sonetVT(51),
  103.                    smdsIcip(52),       -- SMDS InterCarrier Interface
  104.                    propVirtual(53),    -- proprietary virtual/internal
  105.                    propMultiplexor(54) -- proprietary multiplexing
  106.                }
  107.    END