Table Of Contents
AES and 3-DES Encryption Support for SNMP Version 3
Prerequisites for AES and 3-DES Encryption Support for SNMP Version 3
Information About AES and 3-DES Encryption Support for SNMP Version 3
Management Information Base Support
How to Configure AES and 3-DES Encryption Support for SNMP Version 3
Adding a New User to an SNMP Group
Verifying SNMP User Configuration
Feature Information for AES and 3-DES Encryption Support for SNMP Version 3
AES and 3-DES Encryption Support for SNMP Version 3
First Published: May 2005Last Updated: November 8, 2010The AES and 3-DES Encryption Support for SNMP Version 3 feature enhances the encryption capabilities of SNMP version 3. Data Encryption Standard (DES) support was introduced in Cisco IOS Release 12.0 and expanded in Cisco IOS Release 12.1. This support for Simple Network Management Protocol (SNMP) version 3 User-Based Security Model (USM) is complaint with RFC 3414, which defines DES as the only required method of message encryption for SNMP version 3 authPriv mode.
The AES and 3-DES Encryption Support for SNMP Version 3 feature adds Advanced Encryption Standard (AES) 128-bit encryption in compliance with RFC 3826. RFC 3826 extensions have been included in the SNMP-USM-AES-MIB. In addition, Cisco-specific extensions to support Triple-Data Encryption Algorithm (3-DES) and AES 192-bit and 256-bit encryption have been added to the CISCO-SNMP-USM-MIB. Additional information can be found in the Internet-Draft titled Extension to the User-Based Security Model (USM) to Support Triple-DES EDE in "Outside" CBC Mode, which can be found at the following URL: http://www.snmp.com/eso/draft-reeder-snmpv3-usm-3desede-00.txt.
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the "Feature Information for AES and 3-DES Encryption Support for SNMP Version 3" section.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for AES and 3-DES Encryption Support for SNMP Version 3
•
Information About AES and 3-DES Encryption Support for SNMP Version 3
•
How to Configure AES and 3-DES Encryption Support for SNMP Version 3
•
Feature Information for AES and 3-DES Encryption Support for SNMP Version 3
Prerequisites for AES and 3-DES Encryption Support for SNMP Version 3
•
The network management station (NMS) must support SNMP version 3 to use this feature of the SNMP agent.
•
This feature is available in only Cisco IOS software images where encryption algorithms are supported.
Information About AES and 3-DES Encryption Support for SNMP Version 3
•
Management Information Base Support
SNMP Architecture
The architecture for describing Internet Management Frameworks contained in RFC 3411 describes the SNMP engine as composed of the following components:
•
Dispatcher
•
Message Processing Subsystem
•
Security Subsystem
•
Access Control Subsystem
Applications make use of the services of these subsystems. It is important to understand the SNMP architecture and the terminology of the architecture to understand where the Security Model fits into the architecture and interacts with the other subsystems within the architecture. The information is contained in RFC 3411 and your are encouraged to review this RFC to obtain an understanding of the SNMP architecture and subsystem interactions.
Encryption Key Support
In the AES and 3-DES Encryption Support for SNMP Version 3 feature the Cipher Block Chaining/Data Encryption Standard (CBC-DES) is the privacy protocol. Originally only DES was supported (as per RFC 3414). This feature adds support for AES-128 (as per RFC 3826) and AES-192, AES-256 and 3-DES (as per CISCO-SNMP-USM-OIDS-MIB).
•
AES encryption uses the Cipher Feedback (CFB) mode with encryption key sizes of 128, 192, or 256 bits.
•
3DES encryption uses the 168-bit key size for encryption.
The AES Cipher Algorithm in the SNMP User-based Security Model draft describes the use of AES with 128-bit key size. However, the other options are also implemented with the extension to use the USM. There is currently no standard for generating localized keys for 192- or 256-bit size keys for AES or for 168-bit size key for 3-DES. There is no authentication protocol available with longer keys.
Management Information Base Support
The AES and 3-DES Encryption Support for SNMP Version 3 feature supports the selection of privacy protocols through the CLI and the Management Information Base (MIB). A new standard MIB, SNMP-USM-AES-MIB, provides support for the 128-bit key in AES. The extended options of AES with 192- or 256-bit keys and 3-DES are supported as extensions to the SNMP-USM-MIB, in the Cisco-specific MIB, CISCO-SNMP-USM-EXT-MIB.
How to Configure AES and 3-DES Encryption Support for SNMP Version 3
This section contains the following procedures:
•
Adding a New User to an SNMP Group
•
Verifying SNMP User Configuration
Adding a New User to an SNMP Group
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
snmp-server user username group-name [remote host [udp-port port] [vrf vrf-name]] {v1 | v2c | v3 [encrypted] [auth {md5 | sha} auth-password]} [access [ipv6 nacl] [priv {des | 3des | aes {128 | 192 |256}} privpassword] {acl-number | acl-name}]
DETAILED STEPS
Verifying SNMP User Configuration
To display information about the configured characteristics of Simple Network Management Protocol (SNMP) users, use the show snmp user command in privileged EXEC mode.
SUMMARY STEPS
1.
enable
2.
show snmp user [username]
Note
The show snmp user command displays all the users configured on the router. However, unlike other SNMP configurations, the snmp-server user command will not appear on the "show running" output.
DETAILED STEPS
Step 1
enable
Enters privileged EXEC mode. Enter your password when prompted.
Step 2
show snmp user [username]
The following example specifies the username as abcd, the engine ID string as 00000009020000000C025808, and the storage type as nonvolatile:
Router# show snmp user abcdUser name: abcdEngine ID: 00000009020000000C025808storage-type: nonvolatile active access-list: 10Rowstatus: activeAuthentication Protocol: MD5Privacy protocol: 3DESGroup name: VacmGroupNameGroup name: VacmGroupName
Additional References
Related Documents
Standards
Standard Titledraft-reeder-snmpv3-usm-3desede-00.txt
Extension to the User-Based Security Model (USM) to Support Triple-DES EDE in "Outside" CBC Mode
MIBs
MIB MIBs Link•
CISCO-SNMP-USM-OIDS-MIB
•
SNMP-USM-AES-MIB
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
Technical Assistance
Feature Information for AES and 3-DES Encryption Support for SNMP Version 3
Table 1 lists the release history for this feature.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 1 lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
© 2005-2010 Cisco Systems, Inc. All rights reserved.
