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

SNMP编程

开发平台:

Unix_Linux

  1. IANA-RTPROTO-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3.     MODULE-IDENTITY, mib-2           FROM SNMPv2-SMI
  4.     TEXTUAL-CONVENTION               FROM SNMPv2-TC;
  5. ianaRtProtoMIB  MODULE-IDENTITY
  6.     LAST-UPDATED "200009260000Z" -- September 26, 2000
  7.     ORGANIZATION "IANA"
  8.     CONTACT-INFO
  9.             " Internet Assigned Numbers Authority
  10.               Internet Corporation for Assigned Names and Numbers
  11.               4676 Admiralty Way, Suite 330
  12.               Marina del Rey, CA 90292-6601
  13.               Phone: +1 310 823 9358
  14.               EMail: iana@iana.org"
  15.     DESCRIPTION
  16.             "This MIB module defines the IANAipRouteProtocol and
  17.             IANAipMRouteProtocol textual conventions for use in MIBs
  18.             which need to identify unicast or multicast routing
  19.             mechanisms.
  20.             Any additions or changes to the contents of this MIB module
  21.             require either publication of an RFC, or Designated Expert
  22.             Review as defined in RFC 2434, Guidelines for Writing an
  23.             IANA Considerations Section in RFCs.  The Designated Expert 
  24.             will be selected by the IESG Area Director(s) of the Routing
  25.             Area."
  26.     REVISION     "200009260000Z"  -- September 26, 2000 
  27.     DESCRIPTION  "Original version, published in coordination
  28.                  with RFC 2932."
  29.     ::= { mib-2 84 }
  30. IANAipRouteProtocol ::= TEXTUAL-CONVENTION
  31.    STATUS      current
  32.    DESCRIPTION
  33.             "A mechanism for learning routes.  Inclusion of values for
  34.             routing protocols is not intended to imply that those
  35.             protocols need be supported."
  36.    SYNTAX      INTEGER {
  37.                 other     (1),  -- not specified
  38.                 local     (2),  -- local interface
  39.                 netmgmt   (3),  -- static route
  40.                 icmp      (4),  -- result of ICMP Redirect
  41.                         -- the following are all dynamic
  42.                         -- routing protocols
  43.                 egp        (5),  -- Exterior Gateway Protocol
  44.                 ggp        (6),  -- Gateway-Gateway Protocol
  45.                 hello      (7),  -- FuzzBall HelloSpeak
  46.                 rip        (8),  -- Berkeley RIP or RIP-II
  47.                 isIs       (9),  -- Dual IS-IS
  48.                 esIs       (10), -- ISO 9542
  49.                 ciscoIgrp  (11), -- Cisco IGRP
  50.                 bbnSpfIgp  (12), -- BBN SPF IGP
  51.                 ospf       (13), -- Open Shortest Path First
  52.                 bgp        (14), -- Border Gateway Protocol
  53.                 idpr       (15), -- InterDomain Policy Routing
  54.                 ciscoEigrp (16), -- Cisco EIGRP
  55.                 dvmrp      (17)  -- DVMRP
  56.                }
  57. IANAipMRouteProtocol ::= TEXTUAL-CONVENTION
  58.    STATUS      current
  59.    DESCRIPTION
  60.             "The multicast routing protocol.  Inclusion of values for
  61.             multicast routing protocols is not intended to imply that
  62.             those protocols need be supported."
  63.    SYNTAX      INTEGER {
  64.                    other(1),          -- none of the following
  65.                    local(2),          -- e.g., manually configured
  66.                    netmgmt(3),        -- set via net.mgmt protocol
  67.                    dvmrp(4),
  68.                    mospf(5),
  69.                    pimSparseDense(6), -- PIMv1, both DM and SM
  70.                    cbt(7),
  71.                    pimSparseMode(8),  -- PIM-SM
  72.                    pimDenseMode(9),   -- PIM-DM
  73.                    igmpOnly(10),
  74.                    bgmp(11),
  75.                    msdp(12)
  76.                }
  77. END