-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathESO-CONSORTIUM-MIB
183 lines (153 loc) · 7.06 KB
/
ESO-CONSORTIUM-MIB
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
-- *****************************************************************************
-- eso-consortium-mib
--
-- Copyright (c) 2003 The ESO Consortium
-- All rights reserved.
--
-- *****************************************************************************
ESO-CONSORTIUM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY,
snmpModules FROM SNMPv2-SMI
AutonomousType FROM SNMPv2-TC
enterprises FROM SNMPv2-SMI;
esoConsortiumMIB MODULE-IDENTITY
LAST-UPDATED "200302030000Z" -- 03 February 2003
ORGANIZATION "ESO (Extended Security Options) Consortium"
CONTACT-INFO "
ESO Consortium Coordinator
SNMP Research
Postal Address:
SNMP Research, Inc
3001 Kimberlin Heights Rd.
Knoxville, TN 37920-9716
USA
Tel: +1 865 573 1434
Fax: +1 865 573 9197
E-mail: [email protected]
WWW: http://www.snmp.com/eso"
DESCRIPTION
" The ESO Consortium is an umbrella organization for
registration of not-yet-standardized SNMP security
modules in the enterprise space. The objects
published here are intended to provide a common
naming and registration for authentication and
privacy protocol extensions to the SNMP USM
Module (RFC3414). The authentication and privacy
protocol objects specified herein are intended to be
used as values for usmUserAuthProtocol and
usmUserPrivProtocol when managing SNMPv3 users
via the snmpUsmMIB.
"
REVISION "200302030000Z" -- 03 February 2003, midnight
DESCRIPTION
" Changes in preparation for public release.
- Added Object Identities for AES use while
AES is being standardized.
- As of this writing, there are no
additional authentication protocols specified
in this document.
"
REVISION "200302030000Z" -- 03 February 2003, midnight
DESCRIPTION
"Initial version, intended to be published as
an Internet Draft.
"
::= { enterprises 14832 }
--
-- esoConsortiumMIB.1: Object Identities
--
esoConsortiumMIBObjectIdentities OBJECT IDENTIFIER
::= { esoConsortiumMIB 1 }
--
-- 3DES Privacy Protocol for SNMPv3 USM security model
--
usm3DESPrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION
" The 3DES-EDE Symmetric Encryption Protocol.
This is the protocol as specified in
draft-reeder-snmpv3-usm-3desede-00, and in the
updates to that draft available at
http://www.snmp.com/eso/.
"
REFERENCE
" - Data Encryption Standard, National Institute of
Standards and Technology. Federal Information
Processing Standard (FIPS) Publication 46-3, (1999,
pending approval). Will supersede FIPS Publication
46-2.
- Data Encryption Algorithm, American National
Standards Institute. ANSI X3.92-1981,
(December, 1980).
- DES Modes of Operation, National Institute of
Standards and Technology. Federal Information
Processing Standard (FIPS) Publication 81,
(December, 1980).
- Data Encryption Algorithm - Modes of Operation,
American National Standards Institute.
ANSI X3.106-1983, (May 1983).
"
::= { esoConsortiumMIBObjectIdentities 1 }
--
-- AES Privacy Protocols for SNMPv3 USM security model
--
usmAESCfb128PrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The CFB128-AES-128 Privacy Protocol.
This is the protocol as specified in
draft-blumenthal-aes-usm-04.txt available at
http://www.snmp.com/eso. This object replaces the
usmAesCfb128Protocol OBJECT-IDENTITY.
This assignment is made separately here, as the
assignments in draft-blumenthal-aes-usm-04
are transient.
Note that while draft-blumenthal-aes-usm-04
is referenced here, no interoperability problems
have been encountered with draft-blumenthal-aes-usm-05
(also available at http://www.snmp.com/eso) for
this privacy protocol.
"
REFERENCE
"- The AES Cipher Algorithm in the SNMP's
User-based Security Model.
Internet Draft draft-blumenthal-aes-usm-04.
- Specification for the ADVANCED ENCRYPTION
STANDARD (DRAFT). Federal Information Processing
Standard (FIPS) Publication 197.
(November 2001).
- Dworkin, M., NIST Recommendation for Block
Cipher Modes of Operation, Methods and
Techniques (DRAFT).
NIST Special Publication 800-38A
(December 2001).
"
::= { esoConsortiumMIBObjectIdentities 2 }
usmAESCfb192PrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The CFB128-AES-192 Privacy Protocol.
Note that this object replaces the usmAesCfb192Protocol
OBJECT-IDENTITY of draft-blumenthal-aes-usm-04
(available at http://www.snmp.com/eso).
This assignment is made separately here, as the
assignments in draft-blumenthal-aes-usm-04
are transient."
REFERENCE
"See References for usmAESCfb128PrivProtocol (above)"
::= { esoConsortiumMIBObjectIdentities 3 }
usmAESCfb256PrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The CFB128-AES-256 Privacy Protocol.
Note that this object replaces the usmAesCfb256Protocol
OBJECT-IDENTITY of draft-blumenthal-aes-usm-04.
(available at http://www.snmp.com/eso).
This assignment is made separately here, as the
assignments in draft-blumenthal-aes-usm-04
are transient."
REFERENCE
"See References for usmAESCfb128PrivProtocol (above)"
::= { esoConsortiumMIBObjectIdentities 4 }
END