1
2-- *****************************************************************************
3-- Juniper-ATM-1483-Profile-CONF
4--
5-- SNMP Agent Capabilities definitions for the ATM 1483 Profile MIB.
6--
7-- Copyright (c) 2003, 2004 Juniper Networks, Inc.  All rights reserved.
8-- *****************************************************************************
9
10Juniper-ATM-1483-Profile-CONF  DEFINITIONS ::= BEGIN
11
12IMPORTS
13    MODULE-IDENTITY
14        FROM SNMPv2-SMI
15    AGENT-CAPABILITIES
16        FROM SNMPv2-CONF
17    juniProfileAgents
18        FROM Juniper-Agents;
19
20juniAtm1483ProfileAgent  MODULE-IDENTITY
21    LAST-UPDATED "200407261954Z"  -- 26-Jul-04 03:54 PM EDT
22    ORGANIZATION "Juniper Networks, Inc."
23    CONTACT-INFO
24        "       Juniper Networks, Inc.
25        Postal: 10 Technology Park Drive
26                Westford, MA  01886-3146
27                USA
28        Tel:    +1 978 589 5800
29        E-mail: mib@Juniper.net"
30    DESCRIPTION
31        "The agent capabilities definitions for the ATM 1483 Profile component
32        of the SNMP agent in the Juniper E-series family of products."
33    -- Revision History
34    REVISION    "200407261954Z"  -- 26-Jul-04 03:54 PM EDT  - JUNOSe 7.0
35    DESCRIPTION
36        "Added Encapsulation Type Lockout objects."
37    REVISION    "200411022107Z"  -- 02-Nov-04 04:07 PM EST  - JUNOSe 5.3
38    DESCRIPTION
39        "Added ifALias support to profile entries."
40    REVISION    "200411022107Z"  -- 02-Nov-04 04:07 PM EST  - JUNOSe 5.1
41    DESCRIPTION
42        "The initial release of this management information module.
43         Added support for OAM admin status and loopback frequency."
44    ::= { juniProfileAgents 6 }
45
46
47-- *****************************************************************************
48-- ATM 1483 Profile JUNOSe SNMP Agent Capabilities definitions
49-- *****************************************************************************
50juniAtm1483ProfileAgentV1  AGENT-CAPABILITIES
51    PRODUCT-RELEASE
52        "Version 1 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
53        This version of the ATM 1483 Profile component was supported in Juniper
54        JUNOSe 5.1 and 5.2 system releases."
55    STATUS      obsolete
56    DESCRIPTION
57        "The MIB supported by the SNMP agent for the ATM 1483 Profile
58        application in JUNOSe.  These capabilities became obsolete when ifALias
59        support was added to profile entries."
60    SUPPORTS    Juniper-ATM-1483-Profile-MIB
61        INCLUDES  {
62            juniAtm1483ProfileGroup }
63    ::= { juniAtm1483ProfileAgent 1 }
64
65juniAtm1483ProfileAgentV2  AGENT-CAPABILITIES
66    PRODUCT-RELEASE
67        "Version 2 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
68        This version of the ATM 1483 Profile component was supported in Juniper
69        JUNOSe 5.3 system releases."
70    STATUS      obsolete
71    DESCRIPTION
72        "The MIB supported by the SNMP agent for the ATM 1483 Profile
73        application in JUNOSe.  These capabilities became obsolete when OAM support
74        was added to profile entries."
75    SUPPORTS    Juniper-ATM-1483-Profile-MIB
76        INCLUDES  {
77            juniAtm1483ProfileGroup2 }
78    ::= { juniAtm1483ProfileAgent 2 }
79
80
81juniAtm1483ProfileAgentV3  AGENT-CAPABILITIES
82    PRODUCT-RELEASE
83        "Version 3 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
84        This version of the ATM 1483 Profile component was supported in Juniper
85        JUNOSe 5.1 and 5.2 system releases."
86    STATUS      obsolete
87    DESCRIPTION
88        "The MIB supported by the SNMP agent for the ATM 1483 Profile
89        application in JUNOSe.  These capabilities became obsolete when ifALias
90        support was added to profile entries."
91    SUPPORTS    Juniper-ATM-1483-Profile-MIB
92        INCLUDES  {
93            juniAtm1483ProfileGroup3 }
94    ::= { juniAtm1483ProfileAgent 3 }
95
96juniAtm1483ProfileAgentV4  AGENT-CAPABILITIES
97    PRODUCT-RELEASE
98        "Version 4 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
99        This version of the ATM 1483 Profile component was supported in Juniper
100        JUNOSe 5.3, 6.0, and 6.1 system releases."
101            juniAtm1483ProfileGroup4 }
102    ::= { juniAtm1483ProfileAgent 4 }
103
104juniAtm1483ProfileAgentV5  AGENT-CAPABILITIES
105    PRODUCT-RELEASE
106        "Version 5 of the ATM 1483 Profile component of the JUNOSe SNMP agent.
107        This version of the ATM 1483 Profile component is supported in Juniper
108        JUNOSe 7.0 and subsequent system releases."
109            juniAtm1483ProfileGroup5 }
110    ::= { juniAtm1483ProfileAgent 5 }
111
112END
113