Initial commit

This commit is contained in:
David Leutgeb
2023-12-05 12:25:34 +01:00
commit 98a672123c
4378 changed files with 8817503 additions and 0 deletions

View File

@ -0,0 +1,112 @@
-- *****************************************************************************
-- Juniper-ATM-1483-Profile-CONF
--
-- SNMP Agent Capabilities definitions for the ATM 1483 Profile MIB.
--
-- Copyright (c) 2003, 2004 Juniper Networks, Inc. All rights reserved.
-- *****************************************************************************
Juniper-ATM-1483-Profile-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniProfileAgents
FROM Juniper-Agents;
juniAtm1483ProfileAgent MODULE-IDENTITY
LAST-UPDATED "200407261954Z" -- 26-Jul-04 03:54 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 ATM 1483 Profile component
of the SNMP agent in the Juniper E-series family of products."
-- Revision History
REVISION "200407261954Z" -- 26-Jul-04 03:54 PM EDT - JUNOSe 7.0
DESCRIPTION
"Added Encapsulation Type Lockout objects."
REVISION "200411022107Z" -- 02-Nov-04 04:07 PM EST - JUNOSe 5.3
DESCRIPTION
"Added ifALias support to profile entries."
REVISION "200411022107Z" -- 02-Nov-04 04:07 PM EST - JUNOSe 5.1
DESCRIPTION
"The initial release of this management information module.
Added support for OAM admin status and loopback frequency."
::= { juniProfileAgents 6 }
-- *****************************************************************************
-- ATM 1483 Profile JUNOSe SNMP Agent Capabilities definitions
-- *****************************************************************************
juniAtm1483ProfileAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
This version of the ATM 1483 Profile component was supported in Juniper
JUNOSe 5.1 and 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the ATM 1483 Profile
application in JUNOSe. These capabilities became obsolete when ifALias
support was added to profile entries."
SUPPORTS Juniper-ATM-1483-Profile-MIB
INCLUDES {
juniAtm1483ProfileGroup }
::= { juniAtm1483ProfileAgent 1 }
juniAtm1483ProfileAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
This version of the ATM 1483 Profile component was supported in Juniper
JUNOSe 5.3 system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the ATM 1483 Profile
application in JUNOSe. These capabilities became obsolete when OAM support
was added to profile entries."
SUPPORTS Juniper-ATM-1483-Profile-MIB
INCLUDES {
juniAtm1483ProfileGroup2 }
::= { juniAtm1483ProfileAgent 2 }
juniAtm1483ProfileAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
This version of the ATM 1483 Profile component was supported in Juniper
JUNOSe 5.1 and 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the ATM 1483 Profile
application in JUNOSe. These capabilities became obsolete when ifALias
support was added to profile entries."
SUPPORTS Juniper-ATM-1483-Profile-MIB
INCLUDES {
juniAtm1483ProfileGroup3 }
::= { juniAtm1483ProfileAgent 3 }
juniAtm1483ProfileAgentV4 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 4 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
This version of the ATM 1483 Profile component was supported in Juniper
JUNOSe 5.3, 6.0, and 6.1 system releases."
juniAtm1483ProfileGroup4 }
::= { juniAtm1483ProfileAgent 4 }
juniAtm1483ProfileAgentV5 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 5 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
This version of the ATM 1483 Profile component is supported in Juniper
JUNOSe 7.0 and subsequent system releases."
juniAtm1483ProfileGroup5 }
::= { juniAtm1483ProfileAgent 5 }
END

View File

@ -0,0 +1,258 @@
-- *****************************************************************************
-- Juniper-Accounting-CONF
--
-- SNMP Agent Capabilities definitions for the Accounting MIBs.
--
-- Copyright (c) 2001 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003, 2004, 2005 Juniper Networks, Inc.
-- All rights reserved.
-- *****************************************************************************
Juniper-Accounting-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniAgents
FROM Juniper-Agents;
juniAccountingAgent MODULE-IDENTITY
LAST-UPDATED "200505012122Z" -- 01-May-05 04:22 PM EST
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 Accounting component of the
SNMP agent in the Juniper E-series family of products."
-- Revision History
REVISION "200505011500Z" -- 01-May-05 10:00 AM EST - JUNOSe 7.1
DESCRIPTION
"Added Bulkstats per Virtual Router control"
REVISION "200501071500Z" -- 07-Jan-05 10:00 AM EST - JUNOSe 7.0
DESCRIPTION
"Added Capabilityf or Bulkstats Dynamic Interface Statistics
Collection"
REVISION "200303192122Z" -- 19-Mar-03 04:22 PM EST - JUNOSe 5.0
DESCRIPTION
"Replaced Unisphere names with Juniper names."
REVISION "200111132001Z" -- 13-Nov-01 03:01 PM EST - JUNOSe 4.0
DESCRIPTION
"Added support for selection policy name and type objects."
REVISION "200111121555Z" -- 12-Nov-01 10:55 AM EST - JUNOSe 3.2
DESCRIPTION
"The initial release of this management information module."
::= { juniAgents 2 }
-- *****************************************************************************
-- Accounting SNMP Agent Capabilities definitions
-- *****************************************************************************
juniAccountingAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the Accounting component of the JUNOSe SNMP agent. This
version of the Accounting component was supported in JUNOSe 2.0 thru 3.1
system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the Accounting application in
JUNOSe. These capabilities became obsolete when the
juniAcctngSelectionSubtreeType object was deprecated."
SUPPORTS ACCOUNTING-CONTROL-MIB
INCLUDES {
acctngBasicGroup }
VARIATION acctngSelectionType
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngSelectionType object is ignored."
VARIATION acctngFileCollectFailedAttempts
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileCollectFailedAttempts object is meaningless."
VARIATION acctngFileMinAge
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileMinAge object is meaningless."
VARIATION acctngFileFormat
SYNTAX INTEGER {
other(1) }
DEFVAL { other }
DESCRIPTION
"The ber(2) encoding option is not supported."
SUPPORTS Juniper-ACCOUNTING-MIB
INCLUDES {
juniAcctngBasicGroup }
::= { juniAccountingAgent 1 }
juniAccountingAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the Accounting component of the JUNOSe SNMP agent. This
version of the Accounting component was supported in JUNOSe 3.2 thru 3.x
system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the Accounting application in
JUNOSe. These capabilities became obsolete when support was added to
the Juniper-ACCOUNTING-MIB for selection policy name and type objects."
SUPPORTS ACCOUNTING-CONTROL-MIB
INCLUDES {
acctngBasicGroup }
VARIATION acctngSelectionType
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngSelectionType object is ignored."
VARIATION acctngFileCollectFailedAttempts
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileCollectFailedAttempts object is meaningless."
VARIATION acctngFileMinAge
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileMinAge object is meaningless."
VARIATION acctngFileFormat
SYNTAX INTEGER {
other(1) }
DEFVAL { other }
DESCRIPTION
"The ber(2) encoding option is not supported."
SUPPORTS Juniper-ACCOUNTING-MIB
INCLUDES {
juniAcctngBasicGroup2,
juniAcctngDeprecatedGroup }
::= { juniAccountingAgent 2 }
juniAccountingAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the Accounting component of the JUNOSe SNMP agent. This
version of the Accounting component was supported in JUNOSe 4.x system
releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the Accounting application in
JUNOSe. These capabilities became obsolete when the interface control
table of the Juniper-ACCOUNTING-MIB was redesigned."
SUPPORTS ACCOUNTING-CONTROL-MIB
INCLUDES {
acctngBasicGroup }
VARIATION acctngSelectionType
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngSelectionType object is ignored."
VARIATION acctngFileCollectFailedAttempts
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileCollectFailedAttempts object is meaningless."
VARIATION acctngFileMinAge
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileMinAge object is meaningless."
VARIATION acctngFileFormat
SYNTAX INTEGER {
other(1) }
DEFVAL { other }
DESCRIPTION
"The ber(2) encoding option is not supported."
SUPPORTS Juniper-ACCOUNTING-MIB
INCLUDES {
juniAcctngBasicGroup3,
juniAcctngDeprecatedGroup }
::= { juniAccountingAgent 3 }
juniAccountingAgentV4 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 4 of the Accounting component of the JUNOSe SNMP agent. This
version of the Accounting component is supported in JUNOSe 5.0 and
subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the Accounting application in
JUNOSe."
SUPPORTS ACCOUNTING-CONTROL-MIB
INCLUDES {
acctngBasicGroup }
VARIATION acctngSelectionType
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngSelectionType object is ignored."
VARIATION acctngFileCollectFailedAttempts
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileCollectFailedAttempts object is meaningless."
VARIATION acctngFileMinAge
DESCRIPTION
"When Juniper-ACCOUNTING-MIB.juniAcctngSelectionType has the
ietfAccountControl(0) bit turned off (set to '0'), the
acctngFileMinAge object is meaningless."
VARIATION acctngFileFormat
SYNTAX INTEGER {
other(1) }
DEFVAL { other }
DESCRIPTION
"The ber(2) encoding option is not supported."
SUPPORTS Juniper-ACCOUNTING-MIB
INCLUDES {
juniAcctngBasicGroup4,
juniAcctngDeprecatedGroup }
::= { juniAccountingAgent 4 }
juniAccountingAgentV5 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 5 of the Accounting component of the JUNOSe SNMP agent. This
version of the Accounting component is supported in JUNOSe 7.0 and
subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the Accounting application in
JUNOSe."
SUPPORTS ACCOUNTING-CONTROL-MIB
INCLUDES {
rsAcctngIfFinalStatsXferStatsTable,
rsAcctngSelectionIfCreateDeleteStats,
rsAcctngSelectionIfCreateDeleteStatsIfTypes}
SUPPORTS Juniper-ACCOUNTING-MIB
INCLUDES {
juniAcctngBasicGroup5,
juniAcctngDeprecatedGroup }
::= { juniAccountingAgent 5 }
juniAccountingAgentV6 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 6 of the Accounting component of the JUNOSe SNMP agent. This
version of the Accounting component is supported in JUNOSe 7.1 and
subsequent system releases."
STATUS current
DESCRIPTION
"The MIBs supported by the SNMP agent for the Accounting application in
JUNOSe."
SUPPORTS ACCOUNTING-CONTROL-MIB
INCLUDES {
rsAcctngVirtualRouterTable
}
DESCRIPTION
"This table will support accounting Per Virtual Router"
SUPPORTS Juniper-ACCOUNTING-MIB
INCLUDES {
juniAcctngBasicGroup6,
juniAcctngDeprecatedGroup }
::= { juniAccountingAgent 6 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,77 @@
-- *****************************************************************************
-- Juniper-Dos-Protection-Platform-CONF
--
-- JUNOSe SNMP Agent Capabilities definitions for the Dos Protection Platform MIB.
--
-- Copyright (c) 2005 Juniper Networks, Inc. All rights reserved.
-- *****************************************************************************
Juniper-Dos-Protection-Platform-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniAgents
FROM Juniper-Agents;
juniDosProtectionPlatformAgent MODULE-IDENTITY
LAST-UPDATED "200511111831Z" -- 11-Nov-05 01:31 PM EST
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 Dos Protection Platform component of
the SNMP agent in the Juniper E-series family of products."
-- Revision History
REVISION "200607010000Z" -- 1-Jul-06 00:00 PM EDT - JUNOSe x.x
DESCRIPTION
"Added support for MAC address in the flow table as well as in the
flow traps."
REVISION "200601010000Z" -- 1-Jan-06 00:00 PM EDT - JUNOSe 7.3
DESCRIPTION
"The initial release of this management information module."
::= { juniAgents 77 }
-- *****************************************************************************
-- Dos Protection Platform JUNOSe SNMP Agent Capabilities definitions
-- *****************************************************************************
juniDosProtectionPlatformAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the Dos Protection Platform component of the JUNOSe SNMP agent.
This version of the Dos Protection Platform component is supported in JUNOSe 7.3
and subsequent system releases."
STATUS current
DESCRIPTION
"The MIB supported by the JUNOSe SNMP agent for the Dos Protection Platform
application."
SUPPORTS Juniper-DOS-PROTECTION-PLATFORM-MIB
INCLUDES {
juniDosProtectionGroup,
juniDosProtectionNotificationGroup }
::= { juniDosProtectionPlatformAgent 1 }
juniDosProtectionPlatformAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the Dos Protection Platform component of the JUNOSe SNMP agent.
This version of the Dos Protection Platform component is supported in JUNOSe -.-
and subsequent system releases."
STATUS current
DESCRIPTION
"The MIB supported by the JUNOSe SNMP agent for the Dos Protection Platform
application."
SUPPORTS Juniper-DOS-PROTECTION-PLATFORM-MIB
INCLUDES {
juniDosProtectionGroup1,
juniDosProtectionNotificationGroup1 }
::= { juniDosProtectionPlatformAgent 2 }
END

View File

@ -0,0 +1,330 @@
-- *****************************************************************************
-- Juniper-HTTP-MIB
--
-- Juniper Networks Enterprise MIB
-- HTTP MIB
--
-- Copyright (c) 2000 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003 Juniper Networks, Inc.
-- All Rights Reserved.
-- *****************************************************************************
Juniper-HTTP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, RowStatus
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
InterfaceIndex
FROM IF-MIB
juniMibs
FROM Juniper-MIBs;
juniHttpMIB MODULE-IDENTITY
LAST-UPDATED "200508221551Z" -- 22-Aug-05 03:51 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
Email: mib@Juniper.net"
DESCRIPTION
"The HTTP MIB for Juniper Networks enterprise."
-- Revision History
REVISION "200508221551Z" -- 22-Aug-05 03:51 PM EDT - JUNOSe 8.0
DESCRIPTION
"Initial version of this MIB module."
::= { juniMibs 78 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniHttpObjects OBJECT IDENTIFIER ::= { juniHttpMIB 1 }
juniHttpDaemon OBJECT IDENTIFIER ::= { juniHttpObjects 1 }
juniHttpDaemonStats OBJECT IDENTIFIER ::= { juniHttpObjects 2 }
juniHttpInterfaces OBJECT IDENTIFIER ::= { juniHttpObjects 3 }
--
-- The HTTP Daemon
--
juniHttpDaemonRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Controls creation/deletion of entries in this table according to the
RowStatus textual convention, constrained to support the following
values only:
createAndGo
destroy
A corresponding entry in ifTable/ifXTable/juniIfTable is created or
destroyed as a result of creating or destroying an entry in this table."
::= { juniHttpDaemon 1 }
juniHttpDaemonAccessListName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is a 32 byte string that indentifies the access list."
::= { juniHttpDaemon 2 }
juniHttpDaemonPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This port number that the HTTP server will serve requests from."
DEFVAL { 80 }
::= { juniHttpDaemon 3 }
juniHttpDaemonSameAddressLimit OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The number of connections that the server will open for requests
from the same address."
DEFVAL { 10 }
::= { juniHttpDaemon 4 }
--
--
-- The HTTP Daemon Stats
--
juniHttpDaemonStatsEnabled OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of times the server has been enabled."
::= { juniHttpDaemonStats 1 }
juniHttpDaemonStatsDisabled OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of times the server has been disabled."
::= { juniHttpDaemonStats 2 }
juniHttpDaemonStatsSameHost OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of times the server has not created
a connection due to same host client address limit."
::= { juniHttpDaemonStats 3 }
juniHttpDaemonStatsAccDeny OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of times the server has not created a
connection due to policy access table deny."
::= { juniHttpDaemonStats 4 }
juniHttpDaemonStatsNoResource OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of times the server has not created a
connection due to no resources available."
::= { juniHttpDaemonStats 5 }
juniHttpDaemonStatsCreate OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of connections created."
::= { juniHttpDaemonStats 6 }
juniHttpDaemonStatsRemove OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of connections removed."
::= { juniHttpDaemonStats 7 }
juniHttpDaemonStatsAged OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of connections removed due to connection
age limits."
::= { juniHttpDaemonStats 8 }
juniHttpDaemonStatsServed OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of successful html requests served."
::= { juniHttpDaemonStats 9 }
juniHttpDaemonStatsHtmlError OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number malformed html requests."
::= { juniHttpDaemonStats 10 }
juniHttpDaemonStatsUnknownUrl OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Count of the number of requests for unknown urls."
::= { juniHttpDaemonStats 11 }
--
-- The HTTP Interface Table
--
juniHttpInterfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF JuniHttpInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table listing the interfaces on which HTTP is enabled."
::= { juniHttpInterfaces 1 }
juniHttpInterfaceEntry OBJECT-TYPE
SYNTAX JuniHttpInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry representing an interface on which HTTP is configured."
INDEX { juniHttpInterfaceIndex }
::= { juniHttpInterfaceTable 1 }
JuniHttpInterfaceEntry ::= SEQUENCE {
juniHttpInterfaceIndex InterfaceIndex,
juniHttpInterfaceRowStatus RowStatus,
juniHttpInterfaceRedirectUrl DisplayString }
juniHttpInterfaceIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The ifIndex value of the interface for which HTTP services are enabled."
::= { juniHttpInterfaceEntry 1 }
juniHttpInterfaceRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Controls creation/deletion of entries in this table according to the
RowStatus textual convention, constrained to support the following
values only:
createAndGo
destroy
A corresponding entry in ifTable/ifXTable/juniIfTable is created or
destroyed as a result of creating or destroying an entry in this table."
::= { juniHttpInterfaceEntry 2 }
juniHttpInterfaceRedirectUrl OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is a 64 byte string that will be used as the redirect
URL when requests arrive at the HTTP server over the Ip Interface
configured."
::= { juniHttpInterfaceEntry 3 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Notifications
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- No notifications are defined in this MIB. Placeholders follow.
-- juniHttpTrapControl OBJECT IDENTIFIER ::= { juniHttpMIB 2 }
-- juniHttpTraps OBJECT IDENTIFIER ::= { juniHttpMIB 3 }
-- juniHttpTrapPrefix OBJECT IDENTIFIER ::= { juniHttpTraps 0 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Conformance information
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniHttpConformance OBJECT IDENTIFIER ::= { juniHttpMIB 4 }
juniHttpCompliances OBJECT IDENTIFIER ::= { juniHttpConformance 1 }
juniHttpGroups OBJECT IDENTIFIER ::= { juniHttpConformance 2 }
--
-- compliance statements
--
juniHttpCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities that implement the Juniper HTTP
MIB."
MODULE -- this module
MANDATORY-GROUPS {
juniHttpDaemonGroup,
juniHttpDaemonStatsGroup,
juniHttpInterfaceGroup }
::= { juniHttpCompliances 1 } -- JUNOSe 8.0
juniHttpGroup OBJECT-GROUP
OBJECTS {
juniHttpDaemonRowStatus,
juniHttpDaemonAccessListName,
juniHttpDaemonPort,
juniHttpDaemonSameAddressLimit }
STATUS current
DESCRIPTION
"A collection of objects providing management of HTTP services in a
Juniper product."
::= { juniHttpGroups 1 } -- JUNOSe 8.0
juniHttpDaemonStatsGroup OBJECT-GROUP
OBJECTS {
juniHttpDaemonStatsEnabled,
juniHttpDaemonStatsDisabled,
juniHttpDaemonStatsSameHost,
juniHttpDaemonStatsAccDeny,
juniHttpDaemonStatsNoResource,
juniHttpDaemonStatsCreate,
juniHttpDaemonStatsRemove,
juniHttpDaemonStatsAged,
juniHttpDaemonStatsServed,
juniHttpDaemonStatsHtmlError,
juniHttpDaemonStatsUnknownUrl }
STATUS current
DESCRIPTION
"A collection of objects providing management of HTTP interfaces in a
Juniper product."
::= { juniHttpGroups 2 } -- JUNOSe 8.0
juniHttpInterfaceGroup OBJECT-GROUP
OBJECTS {
juniHttpInterfaceRowStatus,
juniHttpInterfaceRedirectUrl }
STATUS current
DESCRIPTION
"A collection of objects providing management of HTTP interfaces in a
Juniper product."
::= { juniHttpGroups 3 } -- JUNOSe 8.0
END

View File

@ -0,0 +1,208 @@
-- *****************************************************************************
-- Juniper-IGMP-CONF
--
-- SNMP Agent Capabilities definitions for the IGMP MIBs.
--
-- Copyright (c) 2001 Unisphere Networks, Inc.
-- Copyright (c) 2002-2006 Juniper Networks, Inc.
-- All rights reserved.
-- *****************************************************************************
Juniper-IGMP-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniAgents
FROM Juniper-Agents;
juniIgmpAgent MODULE-IDENTITY
LAST-UPDATED "200608250540Z" -- 25-Aug-06 12:40 AM EST
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 Internet Group Management
Protocol (IGMP) component of the SNMP agent in the Juniper E-series
family of products."
-- Revision History
REVISION "200608250540Z" -- 25-Aug-06 12:40 AM EST - JUNOSe 7.0
DESCRIPTION
"Added rsIgmpIfLocationType for support on REX platform and deprecated
rsIgmpGroupsTable."
REVISION "200309291822Z" -- 29-Sep-03 02:22 PM EDT - JUNOSe 5.1
DESCRIPTION
"Juniper-IGMP-MIB:
Added IGMP admin state support."
REVISION "200210281506Z" -- 28-Oct-02 10:06 AM EST - JUNOSe 5.0
DESCRIPTION
"Juniper-IGMP-MIB:
Replaced Unisphere names with Juniper names.
Added support for interface addresses and multicast group limits."
REVISION "200208292048Z" -- 29-Aug-02 04:48 PM EDT - JUNOSe 4.1
DESCRIPTION
"IGMP-STD-MIB:
Added support for the IETF IGMP MIB (RFC 2933)."
REVISION "200103281720Z" -- 28-Mar-01 12:20 PM EST - JUNOSe 3.2
DESCRIPTION
"The initial release of this management information module."
::= { juniAgents 19 }
-- *****************************************************************************
-- IGMP SNMP Agent Capabilities definitions
-- *****************************************************************************
juniIgmpAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the IGMP component of the JUNOSe SNMP agent. This version
of the IGMP component was supported in JUNOSe 3.0 thru 4.0 system
releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the IGMP application in JUNOSe.
These capabilities became obsolete when support was added for the
IGMP-STD-MIB (RFC 2933)."
SUPPORTS Juniper-IGMP-MIB
INCLUDES {
juniIgmpProxyInterfaceGroup,
juniIgmpProxyCacheGroup }
::= { juniIgmpAgent 1 }
juniIgmpAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the IGMP component of the JUNOSe SNMP agent. This version
of the IGMP component was supported in JUNOSe 4.1 and subsequent 4.x
system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the IGMP application in
JUNOSe. These capabilities became obsolete when support was added to
Juniper-IGMP-MIB for interface addresses and multicast group limits."
SUPPORTS IGMP-STD-MIB
INCLUDES {
igmpBaseMIBGroup,
igmpRouterMIBGroup,
igmpV2HostMIBGroup,
igmpHostOptMIBGroup,
igmpV2RouterMIBGroup,
igmpV2ProxyMIBGroup }
VARIATION igmpCacheSelf
ACCESS read-only
DESCRIPTION
"This attribute is not supported on the JUNOSe system. It will
always get created with a value of false and can be read only.
JUNOSe currently has no applications which join multicast
groups."
SUPPORTS Juniper-IGMP-MIB
INCLUDES {
juniIgmpProxyInterfaceGroup,
juniIgmpProxyCacheGroup }
::= { juniIgmpAgent 2 }
juniIgmpAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the IGMP component of the JUNOSe SNMP agent. This version
of the IGMP component was supported in JUNOSe 5.0 system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the IGMP application in
JUNOSe. These capabilities became obsolete when support was added to
Juniper-IGMP-MIB for the administrative state object."
SUPPORTS IGMP-STD-MIB
INCLUDES {
igmpBaseMIBGroup,
igmpRouterMIBGroup,
igmpV2HostMIBGroup,
igmpHostOptMIBGroup,
igmpV2RouterMIBGroup,
igmpV2ProxyMIBGroup }
VARIATION igmpCacheSelf
ACCESS read-only
DESCRIPTION
"This attribute is not supported on the JUNOSe system. It will
always get created with a value of false and can be read only.
JUNOSe currently has no applications which join multicast
groups."
SUPPORTS Juniper-IGMP-MIB
INCLUDES {
juniIgmpProxyInterfaceGroup,
juniIgmpProxyCacheGroup,
juniIgmpInterfaceGroup,
juniIgmpGroupsGroup }
::= { juniIgmpAgent 3 }
juniIgmpAgentV4 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 4 of the IGMP component of the JUNOSe SNMP agent. This version
of the IGMP component is supported in JUNOSe 5.1 and subsequent system
releases."
STATUS deprecated
DESCRIPTION
"The MIBs supported by the SNMP agent for the IGMP application in
JUNOSe."
SUPPORTS IGMP-STD-MIB
INCLUDES {
igmpBaseMIBGroup,
igmpRouterMIBGroup,
igmpV2HostMIBGroup,
igmpHostOptMIBGroup,
igmpV2RouterMIBGroup,
igmpV2ProxyMIBGroup }
VARIATION igmpCacheSelf
ACCESS read-only
DESCRIPTION
"This attribute is not supported on the JUNOSe system. It will
always get created with a value of false and can be read only.
JUNOSe currently has no applications which join multicast
groups."
SUPPORTS Juniper-IGMP-MIB
INCLUDES {
juniIgmpProxyInterfaceGroup,
juniIgmpProxyCacheGroup,
juniIgmpInterfaceGroup2,
juniIgmpGroupsGroup }
::= { juniIgmpAgent 4 }
juniIgmpAgentV5 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 5 of the IGMP component of the JUNOSe SNMP agent. This version
of the IGMP component is supported in JUNOSe 7.0 and subsequent system
releases."
STATUS current
DESCRIPTION
"The MIBs supported by the SNMP agent for the IGMP application in
JUNOSe."
SUPPORTS IGMP-STD-MIB
INCLUDES {
igmpBaseMIBGroup,
igmpRouterMIBGroup,
igmpV2HostMIBGroup,
igmpHostOptMIBGroup,
igmpV2RouterMIBGroup,
igmpV2ProxyMIBGroup }
VARIATION igmpCacheSelf
ACCESS read-only
DESCRIPTION
"This attribute is not supported on the JUNOSe system. It will
always get created with a value of false and can be read only.
JUNOSe currently has no applications which join multicast
groups."
SUPPORTS Juniper-IGMP-MIB
INCLUDES {
juniIgmpProxyInterfaceGroup,
juniIgmpProxyCacheGroup,
juniIgmpInterfaceGroup2,
juniIgmpGroupsGroup2 }
::= { juniIgmpAgent 5 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,75 @@
-- *****************************************************************************
-- Juniper-IPv6-Profile-CONF
--
-- SNMP Agent Capabilities definitions for the IPv6 Profile MIB.
--
-- Copyright (c) 2003 Juniper Networks, Inc. All rights reserved.
-- *****************************************************************************
Juniper-IPv6-Profile-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniProfileAgents
FROM Juniper-Agents;
juniIpv6ProfileAgent MODULE-IDENTITY
LAST-UPDATED "200707191819Z" -- 24-Jul-07 02:19 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 IPv6 Profile component of
the SNMP agent in the Juniper E-series family of products."
-- Revision History
REVISION "200707191819Z" -- 24-Jul-07 02:19 PM EDT - JUNOSe 8.2
DESCRIPTION
"Added ND support on dynamic interface."
REVISION "200303111923Z" -- 11-Mar-03 02:23 PM EST - JUNOSe 5.1
DESCRIPTION
"The initial release of this management information module."
::= { juniProfileAgents 5 }
-- *****************************************************************************
-- IPv6 Profile SNMP Agent Capabilities definitions
-- *****************************************************************************
juniIpv6ProfileAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the IPv6 Profile component of the JUNOSe SNMP agent. This
version of the IPv6 Profile component is supported in JUNOSe 5.1 and
subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the IPv6 Profile application
in JUNOSe."
SUPPORTS Juniper-IPV6-PROFILE-MIB
INCLUDES {
juniIpv6ProfileGroup }
::= { juniIpv6ProfileAgent 1 }
juniIpv6ProfileAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the IPv6 Profile component of the JUNOSe SNMP agent. This
version of the IPv6 Profile component is supported in JUNOSe 8.2 and
subsequent system releases."
STATUS current
DESCRIPTION
"The MIB supported by the SNMP agent for the IPv6 Profile application
in JUNOSe."
SUPPORTS Juniper-IPV6-PROFILE-MIB
INCLUDES {
juniIpv6ProfileGroup2 }
::= { juniIpv6ProfileAgent 2 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,537 @@
-- *****************************************************************************
-- Juniper-MPLS-CONF
--
-- SNMP Agent Capabilities definitions for the MPLS MIB.
--
-- Copyright (c) 2001 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003 Juniper Networks, Inc.
-- All rights reserved.
-- *****************************************************************************
Juniper-MPLS-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniAgents
FROM Juniper-Agents;
juniMplsAgent MODULE-IDENTITY
LAST-UPDATED "200406231509Z" -- 23-Jun-04 11:09 AM 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 MultiProtocol Label
Switching (MPLS) component of the SNMP agent in the Juniper E-series
family of products."
-- Revision History
REVISION "200406112136Z" -- 11-Jun-04 05:36 PM EDT - JUNOSe 6.1
DESCRIPTION
"Added agent capabilities definitions for MPLS-LSR-STD-MIB."
REVISION "200301241834Z" -- 24-Jan-03 01:34 PM EST - JUNOSe 5.0
DESCRIPTION
"Replaced Unisphere names with Juniper names.
Added IP TTL Propagate object to the MPLS scalar group."
REVISION "200211041547Z" -- 04-Nov-02 10:47 AM EST - JUNOSe 4.1
DESCRIPTION
"Added RowStatus support to the minor layer and the tunnel profile
groups."
REVISION "200112052141Z" -- 05-Dec-01 04:41 PM EST - JUNOSe 4.0
DESCRIPTION
"The initial release of this management information module."
::= { juniAgents 51 }
-- *****************************************************************************
-- MPLS SNMP Agent Capabilities definitions
-- *****************************************************************************
juniMplsAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the MultiProtocol Label Switching (MPLS) component of the
JUNOSe SNMP agent. This version of the MPLS component was supported in
JUNOSe 4.0 system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the MPLS application in JUNOSe.
These capabilities became obsolete when new RowStatus objects were added
to the tables in juniMplsMinorLayerConfGroup and
juniMplsTunnelProfileConfGroup."
SUPPORTS Juniper-MPLS-MIB
INCLUDES {
juniMplsLsrGlobalConfGroup,
juniMplsMajorLayerConfGroup,
juniMplsMinorLayerConfGroup,
juniMplsTunnelProfileConfGroup,
juniMplsExplicitPathConfGroup }
::= { juniMplsAgent 1 }
juniMplsAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the MultiProtocol Label Switching (MPLS) component of the
JUNOSe SNMP agent. This version of the MPLS component was supported in
JUNOSe 4.1 and subsequent 4.x system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the MPLS application in JUNOSe.
These capabilities became obsolete when the IP TTL Propagate object was
added to the MPLS scalar group."
SUPPORTS Juniper-MPLS-MIB
INCLUDES {
juniMplsLsrGlobalConfGroup,
juniMplsMajorLayerConfGroup,
juniMplsMinorLayerConfGroup2,
juniMplsTunnelProfileConfGroup2,
juniMplsExplicitPathConfGroup }
::= { juniMplsAgent 2 }
juniMplsAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the MultiProtocol Label Switching (MPLS) component of the
JUNOSe SNMP agent. This version of the MPLS component is supported in
JUNOSe 5.0 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the MPLS application in
JUNOSe. These capabilities became obsolete when some of the objects in
that MIB became obsolete."
SUPPORTS Juniper-MPLS-MIB
INCLUDES {
juniMplsLsrGlobalConfGroup2,
juniMplsMajorLayerConfGroup,
juniMplsMinorLayerConfGroup2,
juniMplsTunnelProfileConfGroup2,
juniMplsExplicitPathConfGroup }
::= { juniMplsAgent 3 }
juniMplsAgentV4 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 4 of the MultiProtocol Label Switching (MPLS) component of the
JUNOSe SNMP agent. This version of the MPLS component is supported in
JUNOSe 6.0 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the MPLS application in
JUNOSe. These capabilities became obsolete when the MPLS-LSR-STD-MIB
support is added."
SUPPORTS Juniper-MPLS-MIB
INCLUDES {
juniMplsLsrGlobalConfGroup3,
juniMplsMajorLayerConfGroup2,
juniMplsMinorLayerConfGroup3,
juniMplsTunnelProfileConfGroup3,
juniMplsExplicitPathConfGroup }
::= { juniMplsAgent 4 }
juniMplsAgentV5 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 5 of the MultiProtocol Label Switching (MPLS) component of the
JUNOSe SNMP agent. This version of the MPLS component is supported in
JUNOSe 6.1 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the MPLS application in
JUNOSe."
SUPPORTS Juniper-MPLS-MIB
INCLUDES {
juniMplsLsrGlobalConfGroup3,
juniMplsMajorLayerConfGroup2,
juniMplsMinorLayerConfGroup3,
juniMplsTunnelProfileConfGroup3,
juniMplsExplicitPathConfGroup }
SUPPORTS MPLS-LSR-MIB-JUNI
INCLUDES {
mplsInterfaceGroup,
mplsInSegmentGroup,
mplsOutSegmentGroup,
mplsXCGroup,
mplsPerfGroup,
mplsHCInSegmentPerfGroup,
mplsHCOutSegmentPerfGroup,
mplsLabelStackGroup,
mplsLsrNotificationGroup }
VARIATION mplsInSegmentInterface
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentNPop
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentAddrFamily
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentTrafficParamPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentInterface
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentPushTopLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTopLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTopLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentNextHopAddrType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTopLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentNextHopAddrType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentNextHopAddr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTrafficParamPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsXCLspId
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCLabelStackIndex
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCOwner
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsXCNotificationsEnable
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsInterfacePerfInLabelsInUse
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInterfacePerfInLabelLookupFailures
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInterfacePerfOutLabelsInUse
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInterfacePerfOutFragmentedPkts
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInSegmentMapIndex
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentMapTable cannot be accessed via SNMP
in this agent."
::= { juniMplsAgent 5 }
juniMplsAgentV6 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 6 of the MultiProtocol Label Switching (MPLS) component of the
JUNOSe SNMP agent. This version of the MPLS component is supported in
JUNOSe 7.1 and subsequent system releases."
STATUS current
DESCRIPTION
"The MIB supported by the SNMP agent for the MPLS application in
JUNOSe."
SUPPORTS MPLS-LSR-MIB-JUNI
INCLUDES {
mplsInterfaceGroup,
mplsInSegmentGroup,
mplsOutSegmentGroup,
mplsXCGroup,
mplsPerfGroup,
mplsHCInSegmentPerfGroup,
mplsHCOutSegmentPerfGroup,
mplsLabelStackGroup,
mplsLsrNotificationGroup }
VARIATION mplsInSegmentInterface
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentNPop
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentAddrFamily
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentTrafficParamPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentInterface
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentPushTopLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTopLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTopLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentNextHopAddrType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTopLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsInSegmentStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentNextHopAddrType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentNextHopAddr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentTrafficParamPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsOutSegmentStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsOutSegmentTable cannot be created via SNMP
in this agent."
VARIATION mplsXCLspId
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCLabelStackIndex
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCOwner
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsXCStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsXCTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackLabel
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackLabelPtr
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackRowStatus
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsLabelStackStorageType
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsXCNotificationsEnable
ACCESS read-only
DESCRIPTION
"Entries in the mplsLabelStackTable cannot be created via SNMP
in this agent."
VARIATION mplsInterfacePerfInLabelsInUse
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInterfacePerfInLabelLookupFailures
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInterfacePerfOutLabelsInUse
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInterfacePerfOutFragmentedPkts
ACCESS read-only
DESCRIPTION
"Entries in the mplsInterfacePerfTable cannot be accessed via SNMP
in this agent."
VARIATION mplsInSegmentMapIndex
ACCESS read-only
DESCRIPTION
"Entries in the mplsInSegmentMapTable cannot be accessed via SNMP
in this agent."
::= { juniMplsAgent 6 }
END

View File

@ -0,0 +1,181 @@
-- *****************************************************************************
-- Juniper-Multicast-Router-CONF
--
-- SNMP Agent Capabilities definitions for the multicast router MIB.
--
-- Copyright (c) 2002 Unisphere Networks, Inc.
-- Copyright (c) 2003-2006 Juniper Networks, Inc.
-- All rights reserved.
-- *****************************************************************************
Juniper-Multicast-Router-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniAgents
FROM Juniper-Agents;
juniMRouterAgent MODULE-IDENTITY
LAST-UPDATED "200609180809Z" -- 18-Sep-06 04:09 AM 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 multicast router component
of the SNMP agent in the Juniper E-series family of products."
-- Revision History
REVISION "200609180809Z" -- 18-Sep-06 04:09 AM EDT - JUNOSe 8.2
DESCRIPTION
"Extended the ipMRouteInterfaceEntry Table, introduced traps and platform
dependent rsMRoutePortTable."
REVISION "200609021102Z" -- 02-Sep-06 07:02 PM EDT - JUNOSe 8.1
DESCRIPTION
"Scalar attribute rsMcastRpfDisable is supported for the Juniper-MROUTER-MIB."
REVISION "200606151013Z" -- 15-Jun-06 06:13 AM EDT - JUNOSe 8.1
DESCRIPTION
"Extended the ipMRouteEntry Table"
REVISION "200210282004Z" -- 28-Oct-02 03:04 PM EST - JUNOSe 5.0
DESCRIPTION
"Replaced Unisphere names with Juniper names.
Added support for the Juniper-MROUTER-MIB."
REVISION "200204012017Z" -- 01-Apr-02 03:17 PM EST - JUNOSe 4.1
DESCRIPTION
"The initial release of this management information module."
::= { juniAgents 55 }
-- *****************************************************************************
-- Multicast Router SNMP Agent Capabilities definitions
-- *****************************************************************************
juniMRouterAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the multicast router component of the JUNOSe SNMP agent.
This version of the multicast router component was supported in JUNOSe
4.1 and subsequent 4.x system releases."
STATUS obsolete
DESCRIPTION
"The MIBs supported by the SNMP agent for the multicast router
application in JUNOSe. These capabilities became obsolete when support
was added for the Juniper-MROUTER-MIB."
SUPPORTS IPMROUTE-STD-MIB
INCLUDES {
ipMRouteMIBBasicGroup,
ipMRouteMIBHopCountGroup,
ipMRouteMIBPktsOutGroup,
ipMRouteMIBHCInterfaceGroup,
ipMRouteMIBRouteGroup,
ipMRouteMIBPktsGroup }
::= { juniMRouterAgent 1 }
juniMRouterAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the multicast router component of the JUNOSe SNMP agent.
These capabilities became obsolete when support was added to Juniper-MROUTER-MIB
This version of the multicast router component is supported in the
Juniper JUNOSe 5.0 and subsequent system releases upto 8.0.0."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the multicast router
application in JUNOSe. These capabilities became obsolete when juniMRouteConfGroup
support was added to Juniper-MROUTER-MIB."
SUPPORTS IPMROUTE-STD-MIB
INCLUDES {
ipMRouteMIBBasicGroup,
ipMRouteMIBHopCountGroup,
ipMRouteMIBPktsOutGroup,
ipMRouteMIBHCInterfaceGroup,
ipMRouteMIBRouteGroup,
ipMRouteMIBPktsGroup }
SUPPORTS Juniper-MROUTER-MIB
INCLUDES {
juniMcastRpfRouteConfGroup }
::= { juniMRouterAgent 2 }
juniMRouterAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the multicast router component of the JUNOSe SNMP agent.
This version of the multicast router component is supported in the
Juniper JUNOSe 8.1 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the multicast router
application in JUNOSe.These capabilities became obsolete when juniMcastGlobalConfGroup
support was added to Juniper-MROUTER-MIB."
SUPPORTS IPMROUTE-STD-MIB
INCLUDES {
ipMRouteMIBBasicGroup,
ipMRouteMIBHopCountGroup,
ipMRouteMIBPktsOutGroup,
ipMRouteMIBHCInterfaceGroup,
ipMRouteMIBRouteGroup,
ipMRouteMIBPktsGroup }
SUPPORTS Juniper-MROUTER-MIB
INCLUDES {
juniMcastRpfRouteConfGroup,
juniMRouteConfGroup }
::= { juniMRouterAgent 3 }
uniMRouterAgentV4 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 4 of the multicast router component of the JUNOSe SNMP agent.
This version of the multicast router component is supported in the
Juniper JUNOSe 8.1 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB supported by the SNMP agent for the multicast router
application in JUNOSe. These capabilities became obsolete when rsMRoutePortConfGroup
support was added to Juniper-MROUTER-MIB."
SUPPORTS IPMROUTE-STD-MIB
INCLUDES {
ipMRouteMIBBasicGroup,
ipMRouteMIBHopCountGroup,
ipMRouteMIBPktsOutGroup,
ipMRouteMIBHCInterfaceGroup,
ipMRouteMIBRouteGroup,
ipMRouteMIBPktsGroup }
SUPPORTS Juniper-MROUTER-MIB
INCLUDES {
juniMcastRpfRouteConfGroup,
juniMRouteConfGroup,
juniMcastGlobalConfGroup }
::= { juniMRouterAgent 4 }
uniMRouterAgentV5 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 5 of the multicast router component of the JUNOSe SNMP agent.
This version of the multicast router component is supported in the
Juniper JUNOSe 8.1 and subsequent system releases."
STATUS current
DESCRIPTION
"The MIB supported by the SNMP agent for the multicast router
application in JUNOSe."
SUPPORTS IPMROUTE-STD-MIB
INCLUDES {
ipMRouteMIBBasicGroup,
ipMRouteMIBHopCountGroup,
ipMRouteMIBPktsOutGroup,
ipMRouteMIBHCInterfaceGroup,
ipMRouteMIBRouteGroup,
ipMRouteMIBPktsGroup }
SUPPORTS Juniper-MROUTER-MIB
INCLUDES {
juniMcastRpfRouteConfGroup,
juniMRouteConfGroup,
juniMcastGlobalConfGroup,
rsMRoutePortConfGroup }
::= { juniMRouterAgent 5 }
END