- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- hpe msr2003 how to enable encryption-algorithm aes
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 09:54 AM
08-06-2019 09:54 AM
I have a msr2003 hpe router and I need to enable encryption-algorithm aes
Tell me how to do it?
Now only DES is available to me
[msr2003-ipsec-transform-set-test]esp encryption-algorithm ?
des-cbc 56-bit CBC mode Data Encryption Standard (DES)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 10:16 AM
08-06-2019 10:16 AM
Re: hpe msr2003 how to enable encryption-algorithm aes
Hello,
Please review the following document and maybe it will answer your question
https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c04216176
If you didnt obtain a high encryption license this may be the way to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 11:51 AM
08-06-2019 11:51 AM
Re: hpe msr2003 how to enable encryption-algorithm aes
thank you I got my license file CN63XXXXXX.ak
uploaded it to tftp server 192.168.0.30
please tell me which command to upload it to the router and activate.
I am doing this for the first time, I am afraid to disrupt the work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 12:42 PM
08-06-2019 12:42 PM
SolutionHello,
Q6 of the document explains the steps.
If you have uploaded the file to an FTP server you should copy it to the router. Please check the options of the command tftp on page 140 here
https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-c04770148&withFrame
I guess it should be something like
<msr2003> tftp 192.168.0.30 get CN63XXXXXX.ak
Use the dir command (page 155) to check if the file was copied to flash. If the file is there you can activate it with the command mentioned in Q6 replacing the name of the file with your license file name.
[msr2003] license activation-file install flash:/CN33FTY00B2013073016084479426.ak)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 01:02 PM - edited 08-06-2019 01:11 PM
08-06-2019 01:02 PM - edited 08-06-2019 01:11 PM
Re: hpe msr2003 how to enable encryption-algorithm aes
[msr2003]display license
flash:/license/CN63XXXXXX.ak
Feature: StrongCryptography
Product Description: HP MSR High Encryption E-LTU
Registered at: 2019-08-07 03:46:35
License Type: Permanent
Current State: In use
[msr2003-ipsec-transform-set-test]esp encryption-algorithm ?
3des-cbc 168-bit CBC mode 3DES
aes-cbc-128 128-bit CBC mode Advanced Encryption Standard (AES)
aes-cbc-192 192-bit CBC mode AES
aes-cbc-256 256-bit CBC mode AES
des-cbc 56-bit CBC mode Data Encryption Standard (DES)
null Use NULL
[msr2003-ipsec-transform-set-test]esp encryption-algorithm
Thank you very much