home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / snmpv3 / SNMP-USM-AES-MIB.mib < prev    next >
Text File  |  2008-02-08  |  2KB  |  71 lines

  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.  
  49.  
  50.     REVISION     "200406140000Z"
  51.     DESCRIPTION  "Initial version, published as RFC3826"
  52.  
  53.     ::= { snmpModules 20 }
  54.  
  55. usmAesCfb128Protocol OBJECT-IDENTITY
  56.     STATUS        current
  57.     DESCRIPTION  "The CFB128-AES-128 Privacy Protocol."
  58.     REFERENCE    "- Specification for the ADVANCED ENCRYPTION
  59.                     STANDARD. Federal Information Processing
  60.                     Standard (FIPS) Publication 197.
  61.                     (November 2001).
  62.  
  63.                   - Dworkin, M., NIST Recommendation for Block
  64.                     Cipher Modes of Operation, Methods and
  65.                     Techniques. NIST Special Publication 800-38A
  66.                     (December 2001).
  67.                  "
  68.     ::= { snmpPrivProtocols 4 }
  69.  
  70. END
  71.