summaryrefslogtreecommitdiff
path: root/MIBS/junose/Juniper-PPPoE-Profile-CONF
blob: 731c5e1f17df55d276986919367579d94832e523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148

-- *****************************************************************************
-- Juniper-PPPoE-Profile-CONF
--
-- SNMP Agent Capabilities definitions for the PPPoE Profile MIB.
--
-- Copyright (c) 2001, 2002 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003 Juniper Networks, Inc.
--   All rights reserved.
-- *****************************************************************************

Juniper-PPPoE-Profile-CONF  DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY
        FROM SNMPv2-SMI
    AGENT-CAPABILITIES
        FROM SNMPv2-CONF
    juniProfileAgents
        FROM Juniper-Agents;

juniPppoeProfileAgent  MODULE-IDENTITY
    LAST-UPDATED "200507131140Z"  -- 13-Jul-05 11:40 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 PPPoE Profile component of
        the SNMP agent in the Juniper E-series family of products."
    -- Revision History
    REVISION    "200507131140Z"  -- 13-Jul-05 11:40 AM EDT  - JUNOSe 7.1
    DESCRIPTION
        "Added MTU control object."
    REVISION    "200406142048Z"  -- 14-Jun-04 03:48 PM EDT  - JUNOSe 7.0
    DESCRIPTION
        "Added PADR Remote Circuit Id Capture support."
    REVISION    "200303131801Z"  -- 13-Mar-03 01:01 PM EST  - JUNOSe 5.1
    DESCRIPTION
        "Added service name table support."
    REVISION    "200209061654Z"  -- 06-Sep-02 12:54 PM EDT  - JUNOSe 5.0
    DESCRIPTION
        "Replaced Unisphere names with Juniper names."
    REVISION    "200208152038Z"  -- 15-Aug-02 04:38 PM EDT  - JUNOSe 4.0
    DESCRIPTION
        "Added PADI flag and packet trace support."
    REVISION    "200205311821Z"  -- 31-May-02 02:21 PM EDT  - JUNOSe 3.2
    DESCRIPTION
        "The initial release of this management information module."
    ::= { juniProfileAgents 4 }


-- *****************************************************************************
-- PPPoE Profile Agent Capabilities definitions
-- *****************************************************************************
juniPppoeProfileAgentV1  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 1 of the PPPoE Profile component of the JUNOSe SNMP agent.
        This version of the PPPoE Profile component was supported in JUNOSe 3.0
        and 3.1 system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the PPPoE Profile application
        in JUNOSe.  These capabilities became obsolete when the duplicate MAC
        address indicator and AC-NAME were added."
    SUPPORTS    Juniper-PPPOE-PROFILE-MIB
        INCLUDES {
            juniPppoeProfileGroup }
    ::= { juniPppoeProfileAgent 1 }

juniPppoeProfileAgentV2  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 2 of the PPPoE Profile component of the JUNOSe SNMP agent.
        This version of the PPPoE Profile component was supported in JUNOSe 3.2
        and subsequent 3.x system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the PPPoE Profile application
        in JUNOSe.  These capabilities became obsolete when support was added
        for PADI flag and packet trace."
    SUPPORTS    Juniper-PPPOE-PROFILE-MIB
        INCLUDES {
            juniPppoeProfileGroup2 }
    ::= { juniPppoeProfileAgent 2 }

juniPppoeProfileAgentV3  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 3 of the PPPoE Profile component of the JUNOSe SNMP agent.
        This version of the PPPoE Profile component was supported in JUNOSe 4.0
        thru 5.0 system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the PPPoE Profile application
        in JUNOSe.  These capabilities became obsolete when service name table
        support was added."
    SUPPORTS    Juniper-PPPOE-PROFILE-MIB
        INCLUDES {
            juniPppoeProfileGroup3 }
    ::= { juniPppoeProfileAgent 3 }

juniPppoeProfileAgentV4  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 4 of the PPPoE component of the JUNOSe SNMP agent.  This
        version of the PPPoE component was supported in JUNOSe 5.1 through 7.0
        system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the PPPoE application in
        JUNOSe.  These capabilities became obsolete when PADR remote-circuit-id
        field was added."
    SUPPORTS    Juniper-PPPOE-PROFILE-MIB
        INCLUDES {
            juniPppoeProfileGroup4 }
    ::= { juniPppoeProfileAgent 4 }

juniPppoeProfileAgentV5  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 5 of the PPPoE Profile component of the JUNOSe SNMP agent.
        This version of the PPPoE Profile component is supported in JUNOSe 7.0
        and subsequent system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the PPPoE Profile application
        in JUNOSe."
    SUPPORTS    Juniper-PPPOE-PROFILE-MIB
        INCLUDES {
            juniPppoeProfileGroup5 }
    ::= { juniPppoeProfileAgent 5 }

juniPppoeProfileAgentV6  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 6 of the PPPoE Profile component of the JUNOSe SNMP agent.
        This version of the PPPoE Profile component is supported in JUNOSe 7.0.1
        and subsequent system releases."
    STATUS      current
    DESCRIPTION
        "The MIB supported by the SNMP agent for the PPPoE Profile application
        in JUNOSe."
    SUPPORTS    Juniper-PPPOE-PROFILE-MIB
        INCLUDES {
            juniPppoeProfileGroup6 }
    ::= { juniPppoeProfileAgent 6 }

END