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

SNMP编程

开发平台:

Unix_Linux

  1. IANA-LANGUAGE-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3.     MODULE-IDENTITY, OBJECT-IDENTITY, mib-2
  4.         FROM SNMPv2-SMI;
  5. ianaLanguages MODULE-IDENTITY
  6.     LAST-UPDATED "200005100000Z"  -- May 10, 2000
  7.     ORGANIZATION "IANA"
  8.     CONTACT-INFO
  9.         "Internet Assigned Numbers Authority (IANA)
  10.          Postal: ICANN
  11.                  4676 Admiralty Way, Suite 330
  12.                  Marina del Rey, CA 90292
  13.          Tel:    +1 310 823 9358 x20
  14.          E-Mail: iana@iana.org"
  15.     DESCRIPTION
  16.         "The MIB module registers object identifier values for
  17.          well-known programming and scripting languages. Every
  18.          language registration MUST describe the format used
  19.          when transferring scripts written in this language.
  20.          Any additions or changes to the contents of this MIB
  21.          module require Designated Expert Review as defined in
  22.          the Guidelines for Writing IANA Considerations Section
  23.          document. The Designated Expert will be selected by
  24.          the IESG Area Director of the OPS Area.
  25.          Note, this module does not have to register all possible
  26.          languages since languages are identified by object
  27.          identifier values. It is therefore possible to registered 
  28.          languages in private OID trees. The references given below are not
  29.          normative with regard to the language version. Other
  30.          references might be better suited to describe some newer 
  31.          versions of this language. The references are only
  32.          provided as `a pointer into the right direction'."
  33.  -- Revision log, in reverse chronological order
  34.     REVISION    "200005100000Z" -- May 10, 2000
  35.     DESCRIPTION "Import mib-2 instead of experimental, so that
  36.                  this module compiles"
  37.     REVISION    "199909090900Z" -- September 9, 1999
  38.     DESCRIPTION "Initial version as published at time of
  39.                  publication of RFC 2591."
  40.     ::= { mib-2 73 }
  41. ianaLangJavaByteCode OBJECT-IDENTITY
  42.     STATUS  current
  43.     DESCRIPTION
  44.         "Java byte code to be processed by a Java virtual machine.
  45.          A script written in Java byte code is transferred by using
  46.          the Java archive file format (JAR)."
  47.     REFERENCE
  48.         "The Java Virtual Machine Specification.
  49.          ISBN 0-201-63452-X"
  50.     ::= { ianaLanguages 1 }
  51. ianaLangTcl OBJECT-IDENTITY
  52.     STATUS  current
  53.     DESCRIPTION
  54.         "The Tool Command Language (Tcl). A script written in the
  55.          Tcl language is transferred in Tcl source code format."
  56.     REFERENCE
  57.         "Tcl and the Tk Toolkit.
  58.          ISBN 0-201-63337-X"
  59.     ::= { ianaLanguages 2 }
  60. ianaLangPerl OBJECT-IDENTITY
  61.     STATUS  current
  62.     DESCRIPTION
  63.         "The Perl language. A script written in the Perl language
  64.          is transferred in Perl source code format."
  65.     REFERENCE
  66.         "Programming Perl.
  67.          ISBN 1-56592-149-6"
  68.     ::= { ianaLanguages 3 }
  69. ianaLangScheme OBJECT-IDENTITY
  70.     STATUS  current
  71.     DESCRIPTION
  72.         "The Scheme language. A script written in the Scheme
  73.          language is transferred in Scheme source code format."
  74.     REFERENCE
  75.         "The Revised^4 Report on the Algorithmic Language Scheme.
  76.          MIT Press"
  77.     ::= { ianaLanguages 4 }
  78. ianaLangSRSL OBJECT-IDENTITY
  79.     STATUS  current
  80.     DESCRIPTION
  81.         "The SNMP Script Language defined by SNMP Research. A
  82.          script written in the SNMP Script Language is transferred
  83.          in the SNMP Script Language source code format."
  84.     ::= { ianaLanguages 5 }
  85. ianaLangPSL OBJECT-IDENTITY
  86.     STATUS  current
  87.     DESCRIPTION
  88.         "The Patrol Script Language defined by BMC Software. A script
  89.          written in the Patrol Script Language is transferred in the
  90.          Patrol Script Language source code format."
  91.     REFERENCE
  92.         "PATROL Script Language Reference Manual, Version 3.0,
  93.          November 30, 1995. BMC Software, Inc. 2101 City West Blvd.,
  94.          Houston, Texas 77042."
  95.     ::= { ianaLanguages 6 }
  96. ianaLangSMSL OBJECT-IDENTITY
  97.     STATUS  current
  98.     DESCRIPTION
  99.         "The Systems Management Scripting Language. A script written
  100.          in the SMSL language is transferred in the SMSL source code
  101.          format."
  102.     REFERENCE
  103.         "ISO/ITU Command Sequencer.
  104.          ISO 10164-21 or ITU X.753"
  105.     ::= { ianaLanguages 7 }
  106. END