home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / trikyhackeru / trikyhackeru.exe / ethereal-setup-0.10.13.exe / snmp / mibs / SNMP-USM-AES-MIB.txt < prev    next >
Text File  |  2004-06-18  |  2KB  |  63 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.     REVISION     "200406140000Z"
  43.     DESCRIPTION  "Initial version, published as RFC3826"
  44.  
  45.     ::= { snmpModules 20 }
  46.  
  47. usmAesCfb128Protocol OBJECT-IDENTITY
  48.     STATUS        current
  49.     DESCRIPTION  "The CFB128-AES-128 Privacy Protocol."
  50.     REFERENCE    "- Specification for the ADVANCED ENCRYPTION
  51.                     STANDARD. Federal Information Processing
  52.                     Standard (FIPS) Publication 197.
  53.                     (November 2001).
  54.  
  55.                   - Dworkin, M., NIST Recommendation for Block
  56.                     Cipher Modes of Operation, Methods and
  57.                     Techniques. NIST Special Publication 800-38A
  58.                     (December 2001).
  59.                  "
  60.     ::= { snmpPrivProtocols 4 }
  61.  
  62. END
  63.