|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANA-MALLOC-MIB DEFINITIONS ::= BEGIN
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IMPORTS
|
|
Packit |
022b05 |
MODULE-IDENTITY, mib-2 FROM SNMPv2-SMI
|
|
Packit |
022b05 |
TEXTUAL-CONVENTION FROM SNMPv2-TC;
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
ianaMallocMIB MODULE-IDENTITY
|
|
Packit |
022b05 |
LAST-UPDATED "200301271200Z" -- January 27, 2003
|
|
Packit |
022b05 |
ORGANIZATION "IANA"
|
|
Packit |
022b05 |
CONTACT-INFO
|
|
Packit |
022b05 |
" Internet Assigned Numbers Authority
|
|
Packit |
022b05 |
Internet Corporation for Assigned Names and Numbers
|
|
Packit |
022b05 |
4676 Admiralty Way, Suite 330
|
|
Packit |
022b05 |
Marina del Rey, CA 90292-6601
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Phone: +1 310 823 9358
|
|
Packit |
022b05 |
EMail: iana&iana.org"
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This MIB module defines the IANAscopeSource and
|
|
Packit |
022b05 |
IANAmallocRangeSource textual conventions for use in MIBs
|
|
Packit |
022b05 |
which need to identify ways of learning multicast scope and
|
|
Packit |
022b05 |
range information.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Any additions or changes to the contents of this MIB module
|
|
Packit |
022b05 |
require either publication of an RFC, or Designated Expert
|
|
Packit |
022b05 |
Review as defined in the Guidelines for Writing IANA
|
|
Packit |
022b05 |
Considerations Section document. The Designated Expert will
|
|
Packit |
022b05 |
be selected by the IESG Area Director(s) of the Transport
|
|
Packit |
022b05 |
Area."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- revision log
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
REVISION "200301271200Z" -- January 27, 2003
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Initial version."
|
|
Packit |
022b05 |
::= { mib-2 102 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANAscopeSource ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The source of multicast scope information."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- none of the following
|
|
Packit |
022b05 |
manual(2), -- statically configured
|
|
Packit |
022b05 |
local(3), -- automatically added by the system,
|
|
Packit |
022b05 |
-- such as a Source-Specific Multicast
|
|
Packit |
022b05 |
-- scope
|
|
Packit |
022b05 |
mzap(4), -- MZAP
|
|
Packit |
022b05 |
madcap(5) -- MADCAP
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
IANAmallocRangeSource ::= TEXTUAL-CONVENTION
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The source of multicast address allocation range
|
|
Packit |
022b05 |
information."
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
other(1), -- none of the following
|
|
Packit |
022b05 |
manual(2), -- statically configured
|
|
Packit |
022b05 |
local(3) -- automatically added by the system,
|
|
Packit |
022b05 |
-- such as a Source-Specific Multicast
|
|
Packit |
022b05 |
-- range
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
END
|
|
Packit |
022b05 |
|