-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mibs: T4140: IANA mibs got removed in upstream libsnmp-base package
- Loading branch information
Showing
4 changed files
with
1,033 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
IANA-ADDRESS-FAMILY-NUMBERS-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
MODULE-IDENTITY, | ||
mib-2 FROM SNMPv2-SMI | ||
TEXTUAL-CONVENTION FROM SNMPv2-TC; | ||
|
||
ianaAddressFamilyNumbers MODULE-IDENTITY | ||
LAST-UPDATED "201309250000Z" -- September 25, 2013 | ||
ORGANIZATION "IANA" | ||
CONTACT-INFO | ||
"Postal: Internet Assigned Numbers Authority | ||
Internet Corporation for Assigned Names | ||
and Numbers | ||
12025 Waterfront Drive, Suite 300 | ||
Los Angeles, CA 90094-2536 | ||
USA | ||
|
||
Tel: +1 310-301-5800 | ||
E-Mail: iana&iana.org" | ||
DESCRIPTION | ||
"The MIB module defines the AddressFamilyNumbers | ||
textual convention." | ||
|
||
-- revision history | ||
|
||
REVISION "201309250000Z" -- September 25, 2013 | ||
DESCRIPTION "Fixed labels for 16389-16390." | ||
|
||
REVISION "201307160000Z" -- July 16, 2013 | ||
DESCRIPTION "Fixed labels for 16389-16390." | ||
|
||
REVISION "201306260000Z" -- June 26, 2013 | ||
DESCRIPTION "Added assignments 26-28." | ||
|
||
REVISION "201306180000Z" -- June 18, 2013 | ||
DESCRIPTION "Added assignments 16384-16390. Assignment | ||
25 added in 2007 revision." | ||
|
||
REVISION "200203140000Z" -- March 14, 2002 | ||
DESCRIPTION "AddressFamilyNumbers assignment 22 to | ||
fibreChannelWWPN. AddressFamilyNumbers | ||
assignment 23 to fibreChannelWWNN. | ||
AddressFamilyNumers assignment 24 to gwid." | ||
|
||
REVISION "200009080000Z" -- September 8, 2000 | ||
DESCRIPTION "AddressFamilyNumbers assignment 19 to xtpOverIpv4. | ||
AddressFamilyNumbers assignment 20 to xtpOverIpv6. | ||
AddressFamilyNumbers assignment 21 to xtpNativeModeXTP." | ||
|
||
REVISION "200003010000Z" -- March 1, 2000 | ||
DESCRIPTION "AddressFamilyNumbers assignment 17 to distinguishedName. | ||
AddressFamilyNumbers assignment 18 to asNumber." | ||
|
||
REVISION "200002040000Z" -- February 4, 2000 | ||
DESCRIPTION "AddressFamilyNumbers assignment 16 to dns." | ||
|
||
REVISION "9908260000Z" -- August 26, 1999 | ||
DESCRIPTION "Initial version, published as RFC 2677." | ||
::= { mib-2 72 } | ||
|
||
AddressFamilyNumbers ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"The definition of this textual convention with the | ||
addition of newly assigned values is published | ||
periodically by the IANA, in either the Assigned | ||
Numbers RFC, or some derivative of it specific to | ||
Internet Network Management number assignments. | ||
(The latest arrangements can be obtained by | ||
contacting the IANA.) | ||
|
||
The enumerations are described as: | ||
|
||
other(0), -- none of the following | ||
ipV4(1), -- IP Version 4 | ||
ipV6(2), -- IP Version 6 | ||
nsap(3), -- NSAP | ||
hdlc(4), -- (8-bit multidrop) | ||
bbn1822(5), | ||
all802(6), -- (includes all 802 media | ||
-- plus Ethernet 'canonical format') | ||
e163(7), | ||
e164(8), -- (SMDS, Frame Relay, ATM) | ||
f69(9), -- (Telex) | ||
x121(10), -- (X.25, Frame Relay) | ||
ipx(11), -- IPX (Internet Protocol Exchange) | ||
appleTalk(12), -- Apple Talk | ||
decnetIV(13), -- DEC Net Phase IV | ||
banyanVines(14), -- Banyan Vines | ||
e164withNsap(15), | ||
-- (E.164 with NSAP format subaddress) | ||
dns(16), -- (Domain Name System) | ||
distinguishedName(17), -- (Distinguished Name, per X.500) | ||
asNumber(18), -- (16-bit quantity, per the AS number space) | ||
xtpOverIpv4(19), -- XTP over IP version 4 | ||
xtpOverIpv6(20), -- XTP over IP version 6 | ||
xtpNativeModeXTP(21), -- XTP native mode XTP | ||
fibreChannelWWPN(22), -- Fibre Channel World-Wide Port Name | ||
fibreChannelWWNN(23), -- Fibre Channel World-Wide Node Name | ||
gwid(24), -- Gateway Identifier | ||
afi(25), -- AFI for L2VPN information | ||
mplsTpSectionEndpointIdentifier(26), -- MPLS-TP Section Endpoint Identifier | ||
mplsTpLspEndpointIdentifier(27), -- MPLS-TP LSP Endpoint Identifier | ||
mplsTpPseudowireEndpointIdentifier(28), -- MPLS-TP Pseudowire Endpoint Identifier | ||
eigrpCommonServiceFamily(16384), -- EIGRP Common Service Family | ||
eigrpIpv4ServiceFamily(16385), -- EIGRP IPv4 Service Family | ||
eigrpIpv6ServiceFamily(16386), -- EIGRP IPv6 Service Family | ||
lispCanonicalAddressFormat(16387), -- LISP Canonical Address Format (LCAF) | ||
bgpLs(16388), -- BGP-LS | ||
fortyeightBitMacBitMac(16389), -- 48-bit MAC | ||
sixtyfourBitMac(16390), -- 64-bit MAC | ||
oui(16391), -- OUI | ||
mac24(16392), -- MAC/24 | ||
mac40(16393), -- MAC/40 | ||
ipv664(16394), -- IPv6/64 | ||
rBridgePortID(16395), -- RBridge Port ID | ||
reserved(65535) | ||
|
||
Requests for new values should be made to IANA via | ||
email (iana&iana.org)." | ||
SYNTAX INTEGER { | ||
other(0), | ||
ipV4(1), | ||
ipV6(2), | ||
nsap(3), | ||
hdlc(4), | ||
bbn1822(5), | ||
all802(6), | ||
e163(7), | ||
e164(8), | ||
f69(9), | ||
x121(10), | ||
ipx(11), | ||
appleTalk(12), | ||
decnetIV(13), | ||
banyanVines(14), | ||
e164withNsap(15), | ||
dns(16), | ||
distinguishedName(17), -- (Distinguished Name, per X.500) | ||
asNumber(18), -- (16-bit quantity, per the AS number space) | ||
xtpOverIpv4(19), | ||
xtpOverIpv6(20), | ||
xtpNativeModeXTP(21), | ||
fibreChannelWWPN(22), | ||
fibreChannelWWNN(23), | ||
gwid(24), | ||
afi(25), | ||
mplsTpSectionEndpointIdentifier(26), | ||
mplsTpLspEndpointIdentifier(27), | ||
mplsTpPseudowireEndpointIdentifier(28), | ||
eigrpCommonServiceFamily(16384), | ||
eigrpIpv4ServiceFamily(16385), | ||
eigrpIpv6ServiceFamily(16386), | ||
lispCanonicalAddressFormat(16387), | ||
bgpLs(16388), | ||
fortyeightBitMac(16389), | ||
sixtyfourBitMac(16390), | ||
oui(16391), | ||
mac24(16392), | ||
mac40(16393), | ||
ipv664(16394), | ||
rBridgePortID(16395), | ||
reserved(65535) | ||
} | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
IANA-LANGUAGE-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
MODULE-IDENTITY, OBJECT-IDENTITY, mib-2 | ||
FROM SNMPv2-SMI; | ||
|
||
ianaLanguages MODULE-IDENTITY | ||
LAST-UPDATED "201405220000Z" -- May 22, 2014 | ||
ORGANIZATION "IANA" | ||
CONTACT-INFO | ||
"Internet Assigned Numbers Authority (IANA) | ||
|
||
Postal: ICANN | ||
12025 Waterfront Drive, Suite 300 | ||
Los Angeles, CA 90094-2536 | ||
|
||
Tel: +1 310-301-5800 | ||
E-Mail: iana&iana.org" | ||
DESCRIPTION | ||
"The MIB module registers object identifier values for | ||
well-known programming and scripting languages. Every | ||
language registration MUST describe the format used | ||
when transferring scripts written in this language. | ||
|
||
Any additions or changes to the contents of this MIB | ||
module require Designated Expert Review as defined in | ||
the Guidelines for Writing IANA Considerations Section | ||
document. The Designated Expert will be selected by | ||
the IESG Area Director of the OPS Area. | ||
|
||
Note, this module does not have to register all possible | ||
languages since languages are identified by object | ||
identifier values. It is therefore possible to registered | ||
languages in private OID trees. The references given below are not | ||
normative with regard to the language version. Other | ||
references might be better suited to describe some newer | ||
versions of this language. The references are only | ||
provided as `a pointer into the right direction'." | ||
|
||
-- Revision log, in reverse chronological order | ||
|
||
REVISION "201405220000Z" -- May 22, 2014 | ||
DESCRIPTION "Updated contact info." | ||
|
||
REVISION "200005100000Z" -- May 10, 2000 | ||
DESCRIPTION "Import mib-2 instead of experimental, so that | ||
this module compiles" | ||
|
||
REVISION "199909090900Z" -- September 9, 1999 | ||
DESCRIPTION "Initial version as published at time of | ||
publication of RFC 2591." | ||
::= { mib-2 73 } | ||
|
||
ianaLangJavaByteCode OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"Java byte code to be processed by a Java virtual machine. | ||
A script written in Java byte code is transferred by using | ||
the Java archive file format (JAR)." | ||
REFERENCE | ||
"The Java Virtual Machine Specification. | ||
ISBN 0-201-63452-X" | ||
::= { ianaLanguages 1 } | ||
|
||
ianaLangTcl OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"The Tool Command Language (Tcl). A script written in the | ||
Tcl language is transferred in Tcl source code format." | ||
REFERENCE | ||
"Tcl and the Tk Toolkit. | ||
ISBN 0-201-63337-X" | ||
::= { ianaLanguages 2 } | ||
|
||
ianaLangPerl OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"The Perl language. A script written in the Perl language | ||
is transferred in Perl source code format." | ||
REFERENCE | ||
"Programming Perl. | ||
ISBN 1-56592-149-6" | ||
::= { ianaLanguages 3 } | ||
|
||
ianaLangScheme OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"The Scheme language. A script written in the Scheme | ||
language is transferred in Scheme source code format." | ||
REFERENCE | ||
"The Revised^4 Report on the Algorithmic Language Scheme. | ||
MIT Press" | ||
::= { ianaLanguages 4 } | ||
|
||
ianaLangSRSL OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"The SNMP Script Language defined by SNMP Research. A | ||
script written in the SNMP Script Language is transferred | ||
in the SNMP Script Language source code format." | ||
::= { ianaLanguages 5 } | ||
|
||
ianaLangPSL OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"The Patrol Script Language defined by BMC Software. A script | ||
written in the Patrol Script Language is transferred in the | ||
Patrol Script Language source code format." | ||
REFERENCE | ||
"PATROL Script Language Reference Manual, Version 3.0, | ||
November 30, 1995. BMC Software, Inc. 2101 City West Blvd., | ||
Houston, Texas 77042." | ||
::= { ianaLanguages 6 } | ||
|
||
ianaLangSMSL OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION | ||
"The Systems Management Scripting Language. A script written | ||
in the SMSL language is transferred in the SMSL source code | ||
format." | ||
REFERENCE | ||
"ISO/ITU Command Sequencer. | ||
ISO 10164-21 or ITU X.753" | ||
::= { ianaLanguages 7 } | ||
|
||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
IANA-RTPROTO-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI | ||
TEXTUAL-CONVENTION FROM SNMPv2-TC; | ||
|
||
ianaRtProtoMIB MODULE-IDENTITY | ||
LAST-UPDATED "201208300000Z" -- August 30, 2012 | ||
ORGANIZATION "IANA" | ||
CONTACT-INFO | ||
" Internet Assigned Numbers Authority | ||
Internet Corporation for Assigned Names and Numbers | ||
12025 Waterfront Drive, Suite 300 | ||
Los Angeles, CA 90094-2536 | ||
|
||
Phone: +1 310 301 5800 | ||
EMail: iana&iana.org" | ||
DESCRIPTION | ||
"This MIB module defines the IANAipRouteProtocol and | ||
IANAipMRouteProtocol textual conventions for use in MIBs | ||
which need to identify unicast or multicast routing | ||
mechanisms. | ||
|
||
Any additions or changes to the contents of this MIB module | ||
require either publication of an RFC, or Designated Expert | ||
Review as defined in RFC 2434, Guidelines for Writing an | ||
IANA Considerations Section in RFCs. The Designated Expert | ||
will be selected by the IESG Area Director(s) of the Routing | ||
Area." | ||
|
||
REVISION "201208300000Z" -- August 30, 2012 | ||
DESCRIPTION "Added dhcp(19)." | ||
|
||
REVISION "201107220000Z" -- July 22, 2011 | ||
DESCRIPTION "Added rpl(18) ." | ||
|
||
REVISION "200009260000Z" -- September 26, 2000 | ||
DESCRIPTION "Original version, published in coordination | ||
with RFC 2932." | ||
::= { mib-2 84 } | ||
|
||
IANAipRouteProtocol ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"A mechanism for learning routes. Inclusion of values for | ||
routing protocols is not intended to imply that those | ||
protocols need be supported." | ||
SYNTAX INTEGER { | ||
other (1), -- not specified | ||
local (2), -- local interface | ||
netmgmt (3), -- static route | ||
icmp (4), -- result of ICMP Redirect | ||
|
||
-- the following are all dynamic | ||
-- routing protocols | ||
|
||
egp (5), -- Exterior Gateway Protocol | ||
ggp (6), -- Gateway-Gateway Protocol | ||
hello (7), -- FuzzBall HelloSpeak | ||
rip (8), -- Berkeley RIP or RIP-II | ||
isIs (9), -- Dual IS-IS | ||
esIs (10), -- ISO 9542 | ||
ciscoIgrp (11), -- Cisco IGRP | ||
bbnSpfIgp (12), -- BBN SPF IGP | ||
ospf (13), -- Open Shortest Path First | ||
bgp (14), -- Border Gateway Protocol | ||
idpr (15), -- InterDomain Policy Routing | ||
ciscoEigrp (16), -- Cisco EIGRP | ||
dvmrp (17), -- DVMRP | ||
rpl (18), -- RPL [RFC-ietf-roll-rpl-19] | ||
dhcp (19) -- DHCP [RFC2132] | ||
} | ||
|
||
IANAipMRouteProtocol ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"The multicast routing protocol. Inclusion of values for | ||
multicast routing protocols is not intended to imply that | ||
those protocols need be supported." | ||
SYNTAX INTEGER { | ||
other(1), -- none of the following | ||
local(2), -- e.g., manually configured | ||
netmgmt(3), -- set via net.mgmt protocol | ||
dvmrp(4), | ||
mospf(5), | ||
pimSparseDense(6), -- PIMv1, both DM and SM | ||
cbt(7), | ||
pimSparseMode(8), -- PIM-SM | ||
pimDenseMode(9), -- PIM-DM | ||
igmpOnly(10), | ||
bgmp(11), | ||
msdp(12) | ||
} | ||
|
||
END |
Oops, something went wrong.