blob: aa5adc4a766cd20dc0fc06aa2f77b6e79da7bcc1 (
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
149
150
151
152
153
154
155
156
157
|
-- *****************************************************************************
-- Juniper-Registry
--
-- Juniper Networks enterprise SNMP MIB.
-- Registry for the E-series edge router family of products.
--
-- Copyright (c) 2001 Unisphere Networks, Inc.
-- Copyright (c) 2002-2004 Juniper Networks, Inc.
-- All Rights Reserved.
-- *****************************************************************************
Juniper-Registry DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI
juniperUniAdmin
FROM Juniper-UNI-SMI;
juniAdmin MODULE-IDENTITY
LAST-UPDATED "200412231158Z" -- 23-Dec-04 06:58 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
Email: mib@Juniper.net"
DESCRIPTION
"Administratively assigned object identifiers for Juniper Networks
E-series edge router products."
-- Revision History
REVISION "200412231158Z" -- 23-Dec-04 06:58 AM EST - JUNOSe main
DESCRIPTION
"Updated for the second generation E-series products."
REVISION "200312171925Z" -- 17-Dec-03 02:25 PM EST - JUNOSe 6.0
DESCRIPTION
"Added support for the second generation E-series products."
REVISION "200312171722Z" -- 17-Dec-03 12:22 PM EST - JUNOSe 5.3
DESCRIPTION
"Added 1G flash card."
REVISION "200211132038Z" -- 13-Nov-02 03:38 PM EST - JUNOSe 5.0
DESCRIPTION
"Replaced Unisphere names with Juniper names.
Added 512M flash card."
REVISION "200106012118Z" -- 01-Jun-01 05:18 PM EDT - JUNOSe 3.0
DESCRIPTION
"Initial version of this SNMP management information module."
::= { juniperUniAdmin 2 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Object identities for product family registries.
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniRegistry OBJECT IDENTIFIER
-- STATUS current
-- DESCRIPTION
-- "The root for administratively assigned object identifiers for Juniper
-- Networks cross-product objects."
::= { juniAdmin 1 }
juniErxRegistry OBJECT IDENTIFIER
-- STATUS current
-- DESCRIPTION
-- "The root for administratively assigned object identifiers for Juniper
-- Networks first generation E-series (ERX) edge router family products."
-- REFERENCE
-- "Actual values are defined in the Juniper-ERX-Registry module (in the
-- juniErxRegistry.mi2 file)."
::= { juniAdmin 2 }
juniES2Registry OBJECT IDENTIFIER
-- STATUS current
-- DESCRIPTION
-- "The root for administratively assigned object identifiers for Juniper
-- Networks second generation E-series edge router family products."
-- REFERENCE
-- "Actual values are defined in the Juniper-ES2-Registry module (in the
-- juniES2Registry.mi2 file)."
::= { juniAdmin 3 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Cross-product physical entity identifiers.
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniEntPhysicalType OBJECT IDENTIFIER
-- STATUS current
-- DESCRIPTION
-- "The OID values under juniEntPhysicalType are used by the SNMP agent in
-- the Juniper Networks edge router products as the AutonomousType values
-- for the entPhysicalVendorType varbinds for objects in the
-- entPhysicalTable."
::= { juniRegistry 1 }
--
-- PCMCIA Flash Cards
--
juniPcmciaFlashCard OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The vendor type ID for a standard PCMCIA flash card."
::= { juniEntPhysicalType 1 }
juni85MegT2FlashCard OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The vendor type ID for an 85 Megabyte Type II ATA PCMCIA flash card
(Product Code: PCM-85)."
::= { juniPcmciaFlashCard 1 }
juni220MegT2FlashCard OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The vendor type ID for a 220 Megabyte Type II ATA PCMCIA flash card
(Product Code: FLASH-220M)."
::= { juniPcmciaFlashCard 2 }
juni512MegT2FlashCard OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The vendor type ID for a 512 Megabyte Type II ATA PCMCIA flash card
(Product Code: RX-FLASH512-FRU)."
::= { juniPcmciaFlashCard 3 }
juni1GigT2FlashCard OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The vendor type ID for a 1 Gigabyte Type II ATA PCMCIA flash card
(Product Code: ERX-FLASH1GB-FRU)."
::= { juniPcmciaFlashCard 4 }
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Registration OIDs for Juniper Traceroute implementation types.
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniTraceRouteImplementationTypes OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The registration node (point) for Juniper Traceroute implementation
types."
REFERENCE
"See DISMAN-TRACEROUTE-MIB.traceRouteCtlType (RFC2925) for how these
objects are used."
::= { juniRegistry 2 }
juniTraceRouteUsingIcmpProbe OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Indicates that an implementation is using ICMP probes to perform the
trace-route operation."
REFERENCE
"DISMAN-TRACEROUTE-MIB.traceRouteCtlType (RFC2925)"
::= { juniTraceRouteImplementationTypes 1 }
END
|