librenms/mibs/junos/mib-jnx-exp.txt
2010-02-13 21:45:39 +00:00

102 lines
3.2 KiB
Plaintext

--
-- Juniper Networks: SNMP Experimental MIB Registry
--
-- Copyright (c) 2003, 2005-2008, Juniper Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
JUNIPER-EXPERIMENT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI -- RFC 2578
juniperMIB
FROM JUNIPER-SMI;
jnxExperiment MODULE-IDENTITY
LAST-UPDATED "200701080000Z" -- Jan 8 00:00:00 2007 UTC
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
"Juniper Technical Assistance Center
Juniper Networks, Inc.
1194 N. Mathilda Avenue
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"The object identifiers for experimental MIBs for the Juniper Networks,
Inc. products. This is the top-level object identifier registry for
SNMP modules containing experimental MIB definitions. Experimental
MIBs are defined as:
1) IETF work-in-process MIBs which have not been assigned a permanent
object identifier by the IANA.
2) Juniper work-in-process MIBs that have not achieved final
production quality or field experience.
NOTE: Support for MIBs under the this OID subtree is temporary and
changes to objects may occur without notice."
REVISION "200304170100Z" -- 17-Apr-03
DESCRIPTION
"Initial revision"
REVISION "200509010000Z" -- Sept 1 00:00:00 2005 UTC
DESCRIPTION
"Added jnxLdapExperiment branch"
REVISION "200701080000Z" -- Jan 8 00:00:00 2007 UTC
DESCRIPTION
"Added jnxExampleMibRoot branch"
::= { juniperMIB 5 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Experimental MIB OID assignments.
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
jnxBgpM2Experiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The object identifier used to anchor the experimental IETF draft
for the BGPv2 MIB."
REFERENCE
"IETF Inter-Domain Routing Working Group documents:
draft-ietf-idr-bgp4-mibv2-03.txt"
::= { jnxExperiment 1 }
jnxLdapExperiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The object identifier used to anchor mibs for the internal juniper ldap
applications."
::= { jnxExperiment 2 }
jnxBfdExperiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The object identifier used to anchor the experimental IETF draft
for the BFD MIB."
::= { jnxExperiment 3 }
jnxOspfv3Experiment OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The object identifier used to anchor the experimental IETF draft
for the OSPFv3 MIB."
::= { jnxExperiment 4 }
jnxExampleMibRoot OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This branch anchors mibs used for private, internal sample
implementations."
::= { jnxExperiment 5 }
jnxInternalMibRoot OBJECT-IDENTITY
STATUS current
DESCRIPTION
"This branch is reserved for internal use."
::= { jnxExperiment 6 }
END