diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/junose/Juniper-Router-CONF | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/junose/Juniper-Router-CONF')
| -rw-r--r-- | MIBS/junose/Juniper-Router-CONF | 152 |
1 files changed, 152 insertions, 0 deletions
diff --git a/MIBS/junose/Juniper-Router-CONF b/MIBS/junose/Juniper-Router-CONF new file mode 100644 index 0000000..8e5d20e --- /dev/null +++ b/MIBS/junose/Juniper-Router-CONF @@ -0,0 +1,152 @@ + +-- ***************************************************************************** +-- Juniper-Router-CONF +-- +-- SNMP Agent Capabilities definitions for the Router MIB. +-- +-- Copyright (c) 2001, 2002 Unisphere Networks, Inc. +-- Copyright (c) 2003, 2004 Juniper Networks, Inc. +-- All rights reserved. +-- ***************************************************************************** + +Juniper-Router-CONF DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY + FROM SNMPv2-SMI + AGENT-CAPABILITIES + FROM SNMPv2-CONF + juniAgents + FROM Juniper-Agents; + +juniRouterAgent MODULE-IDENTITY + LAST-UPDATED "200405062030Z" -- 06-May-04 04:30 PM EDT + ORGANIZATION "Juniper Networks, Inc." + CONTACT-INFO + " Juniper Networks, Inc. + Postal: 10 Technology Park Drive + Westford, MA 01886-3146 + USA + Tel: +1 978 589 5800 + E-mail: mib@Juniper.net" + DESCRIPTION + "The agent capabilities definitions for the Router component of the SNMP + agent in the Juniper E-series family of products." + -- Revision History + REVISION "200405062030Z" -- 06-May-04 04:30 PM EDT - JUNOSe 6.1 + DESCRIPTION + "Added RLI-870 Virtual Router and Vrf count support." + REVISION "200401261553Z" -- 26-Jan-04 10:53 AM EST - JUNOSe 5.2 + DESCRIPTION + "Added support for global export map and export map filter." + REVISION "200304241416Z" -- 24-Apr-03 10:16 AM EDT - JUNOSe 5.0 + DESCRIPTION + "Replaced Unisphere names with Juniper names. + Added SNMPv3 context engine ID support." + REVISION "200205101906Z" -- 10-May-02 03:06 PM EDT - JUNOSe 4.0 + DESCRIPTION + "Added router context name support." + REVISION "200103291817Z" -- 29-Mar-01 01:17 PM EST - JUNOSe 3.2 + DESCRIPTION + "The initial release of this management information module." + ::= { juniAgents 37 } + + +-- ***************************************************************************** +-- Router SNMP Agent Capabilities definitions +-- ***************************************************************************** +juniRouterAgentV1 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 1 of the Router component of the JUNOSe SNMP agent. This + version of the Router component was supported in JUNOSe 1.3 and 2.x + system releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the Router application in + JUNOSe. These capabilities became obsolete when virtual router + forwarder (VFR) support was added." + SUPPORTS Juniper-ROUTER-MIB + INCLUDES { + juniRouterGroup } + ::= { juniRouterAgent 1 } + +juniRouterAgentV2 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 2 of the Router component of the JUNOSe SNMP agent. This + version of the Router component was supported in JUNOSe 3.x system + releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the Router application in + JUNOSe. These capabilities became obsolete when router context name + support was added." + SUPPORTS Juniper-ROUTER-MIB + INCLUDES { + juniRouterGroup2, + juniRouterVrfGroup } + ::= { juniRouterAgent 2 } + +juniRouterAgentV3 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 3 of the Router component of the JUNOSe SNMP agent. This + version of the Router component was supported in JUNOSe 4.x system + releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the Router application in + JUNOSe. These capabilities became obsolete when router context engine + ID support was added." + SUPPORTS Juniper-ROUTER-MIB + INCLUDES { + juniRouterGroup3, + juniRouterVrfGroup2 } + ::= { juniRouterAgent 3 } + +juniRouterAgentV4 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 4 of the Router component of the JUNOSe SNMP agent. This + version of the Router component was supported in JUNOSe 5.0 and 5.1 + system releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the Router application in + JUNOSe. These capabilities became obsolete when global export map and + export map filter support was added." + SUPPORTS Juniper-ROUTER-MIB + INCLUDES { + juniRouterGroup4, + juniRouterVrfGroup2 } + ::= { juniRouterAgent 4 } + +juniRouterAgentV5 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 5 of the Router component of the JUNOSe SNMP agent. This + version of the Router component is supported in JUNOSe 5.2 and + subsequent system releases." + STATUS obsolete + DESCRIPTION + "The MIB supported by the SNMP agent for the Router application in + JUNOSe." + SUPPORTS Juniper-ROUTER-MIB + INCLUDES { + juniRouterGroup4, + juniRouterVrfGroup3 } + ::= { juniRouterAgent 5 } + +juniRouterAgentV6 AGENT-CAPABILITIES + PRODUCT-RELEASE + "Version 6 of the Router component of the JUNOSe SNMP agent. This + version of the Router component is supported in JUNOSe 6.1 and + subsequent system releases." + STATUS current + DESCRIPTION + "The MIB supported by the SNMP agent for the Router application in + JUNOSe." + SUPPORTS Juniper-ROUTER-MIB + INCLUDES { + juniRouterGroup5, + juniRouterSummaryScalarsGroup, + juniRouterVrfGroup3 } + ::= { juniRouterAgent 6 } + +END |