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