Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

snmp-usm-aes-mib(7) [linux man page]

SNMP-USM-AES-MIB(7)							MIB						       SNMP-USM-AES-MIB(7)

SNMP-USM-AES-MIB DEFINITIONS ::= BEGIN
    IMPORTS
	MODULE-IDENTITY, OBJECT-IDENTITY,
	snmpModules		FROM SNMPv2-SMI 	 -- [RFC2578]
	snmpPrivProtocols	FROM SNMP-FRAMEWORK-MIB; -- [RFC3411]

snmpUsmAesMIB  MODULE-IDENTITY
    LAST-UPDATED "200406140000Z"
    ORGANIZATION "IETF"
    CONTACT-INFO "Uri Blumenthal
		  Lucent Technologies / Bell Labs
		  67 Whippany Rd.
		  14D-318
		  Whippany, NJ	07981, USA
		  973-386-2163
		  uri@bell-labs.com

		  Fabio Maino
		  Andiamo Systems, Inc.
		  375 East Tasman Drive
		  San Jose, CA	95134, USA
		  408-853-7530
		  fmaino@andiamo.com

		  Keith McCloghrie
		  Cisco Systems, Inc.
		  170 West Tasman Drive
		  San Jose, CA	95134-1706, USA

		  408-526-5260
		  kzm@cisco.com"
    DESCRIPTION  "Definitions of Object Identities needed for
		  the use of AES by SNMP's User-based Security
		  Model.

		  Copyright (C) The Internet Society (2004).

	    This version of this MIB module is part of RFC 3826;
	    see the RFC itself for full legal notices.
	    Supplementary information may be available on
	    http://www.ietf.org/copyrights/ianamib.html."
    REVISION	 "200406140000Z"
    DESCRIPTION  "Initial version, published as RFC3826"

    ::= { snmpModules 20 }

usmAesCfb128Protocol OBJECT-IDENTITY
    STATUS	  current
    DESCRIPTION  "The CFB128-AES-128 Privacy Protocol."
    REFERENCE	 "- Specification for the ADVANCED ENCRYPTION
		    STANDARD. Federal Information Processing
		    Standard (FIPS) Publication 197.
		    (November 2001).

		  - Dworkin, M., NIST Recommendation for Block
		    Cipher Modes of Operation, Methods and
		    Techniques. NIST Special Publication 800-38A
		    (December 2001).
		 "
    ::= { snmpPrivProtocols 4 }

END
Erlang/OTP SNMP SNMP-USM-AES-MIB(7)

Check Out this Related Man Page

os_mibs(8)						      System Manager's Manual							os_mibs(8)

NAME
os_mibs - Tru64 UNIX extensible SNMP subagent daemon SYNOPSIS
/usr/sbin/os_mibs DESCRIPTION
The os_mibs daemon is a subagent that implements the standard MIB support for Tru64 UNIX. It currently supports MIB II, the FDDI MIB, the Token Ring MIB, Host Resources MIB, and the Ethernet-like Interfaces MIB. This daemon is started and stopped automatically and in conjunction with the SNMP master agent snmpd; no configuration or user action is required. Unexpected conditions when servicing requests for these MIBs are logged using the syslog function. For Host Resources MIB information, see Network Administration. For information about building subagents and extensible SNMP support, see the Network Programmer's Guide. FILES
The system daemon log file. Where (date is the date). SEE ALSO
Commands: snmpd(8), snmp_request(8) Functions: syslog(3) RFC 1213, MIB II RFC 1231, IEE 802.5 Token Ring MIB RFC 1285, FDDI MIB RFC 1514, Host Resources MIB RFC 2011, SNMPv2 MIB for the Internet Protocol using SMIv2 RFC 2012, SNMPv2 MIB for the Transmission Control Protocol using SMIv2 RFC 2013, SNMPv2 MIB for the User Datagram Protocol using SMIv2 RFC 2358, Definitions of Managed Objects for the Ethernet-like Interface Types os_mibs(8)
Man Page

4 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

The Development of the C Language

LINK The Development of the C Language http://cm.bell-labs.com/cm/cs/who/dmr/chist.html By: Dennis M. Ritchie Bell Labs/Lucent Technologies Murray Hill, NJ 07974 USA Paper History of C Language Development. B to C to BCPL (Ansi Standard). Check it out. This paper studies its evolution &... (0 Replies)
Discussion started by: killerserv
0 Replies

2. UNIX for Dummies Questions & Answers

unix on windows

I am currently working as a summer intern at Cadence Design Systems in San Jose, CA, and have been learning unix/csh for the past week. The machine at the office has solaris installed, but at home, I (like most others) have Windows XP installed. Would it be possible to install any flavor of unix on... (6 Replies)
Discussion started by: rr112
6 Replies

3. Programming

AES encryption

Hi, Any body can please point me to source code for implementing AES encryption in CTR mode i.e RFC 3686 (AES-CTR).I did googling but no good results. (6 Replies)
Discussion started by: Raom
6 Replies

4. Shell Programming and Scripting

awk and mailx

If i have a flat file record.log Name,City,Age Alex, San Jose, 8 Becker, Fremont, 9 Cadin, Milpitas, 9 Davin, San Jose, 10 Eric,Richmond, 10 How do i write a script to get the list of all the kids in San Jose and email me ? I did not use script for over 10 yrs, now i forgot :-( Thanks. (5 Replies)
Discussion started by: sabercats
5 Replies