Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / SNMP-USM-AES-MIB
1 SNMP-USM-AES-MIB DEFINITIONS ::= BEGIN
2     IMPORTS
3         MODULE-IDENTITY, OBJECT-IDENTITY,
4         snmpModules             FROM SNMPv2-SMI          -- [RFC2578]
5         snmpPrivProtocols       FROM SNMP-FRAMEWORK-MIB; -- [RFC3411]
6
7 snmpUsmAesMIB  MODULE-IDENTITY
8     LAST-UPDATED "200406140000Z"
9     ORGANIZATION "IETF"
10     CONTACT-INFO "Uri Blumenthal
11                   Lucent Technologies / Bell Labs
12                   67 Whippany Rd.
13                   14D-318
14                   Whippany, NJ  07981, USA
15                   973-386-2163
16                   uri@bell-labs.com
17
18                   Fabio Maino
19                   Andiamo Systems, Inc.
20                   375 East Tasman Drive
21                   San Jose, CA  95134, USA
22                   408-853-7530
23                   fmaino@andiamo.com
24
25                   Keith McCloghrie
26                   Cisco Systems, Inc.
27                   170 West Tasman Drive
28                   San Jose, CA  95134-1706, USA
29
30                   408-526-5260
31                   kzm@cisco.com"
32     DESCRIPTION  "Definitions of Object Identities needed for
33                   the use of AES by SNMP's User-based Security
34                   Model.
35
36                   Copyright (C) The Internet Society (2004).
37
38             This version of this MIB module is part of RFC 3826;
39             see the RFC itself for full legal notices.
40             Supplementary information may be available on
41             http://www.ietf.org/copyrights/ianamib.html."
42
43
44
45
46
47
48     REVISION     "200406140000Z"
49     DESCRIPTION  "Initial version, published as RFC3826"
50
51     ::= { snmpModules 20 }
52
53 usmAesCfb128Protocol OBJECT-IDENTITY
54     STATUS        current
55     DESCRIPTION  "The CFB128-AES-128 Privacy Protocol."
56     REFERENCE    "- Specification for the ADVANCED ENCRYPTION
57                     STANDARD. Federal Information Processing
58                     Standard (FIPS) Publication 197.
59                     (November 2001).
60
61                   - Dworkin, M., NIST Recommendation for Block
62                     Cipher Modes of Operation, Methods and
63                     Techniques. NIST Special Publication 800-38A
64                     (December 2001).
65                  "
66     ::= { snmpPrivProtocols 4 }
67
68 END