- Community Home
- >
- Networking
- >
- IMC
- >
- Re: IMC CLI SCRIPT
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
Forums
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
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
05-27-2016 03:37 AM
05-27-2016 03:37 AM
IMC CLI SCRIPT
Hi All
I'm trying to use CLI script on IMC 7, script to be applied to 3com 5500G, comware 3
this is what I'm trying to deploy:
rsa local-key-pair create^|^1024
ssh authentication-type default all^|^
this is what I'm getting back from IMC:
<Command> rsa local-key-pair create <Error> The response received from the device not matches the prompt for the input command.
<Response Prompt> ^
% Unrecognized command found at '^' position.
I'm not sure what I'm doing wrong here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2016 07:42 AM
05-27-2016 07:42 AM
Re: IMC CLI SCRIPT
ok so IMC watns you to put a command to get to system-view as well, so that would be
system-view
rsa local-key-pair create^|^1024
ssh authentication-type default all
It's a bit funny about providing parameters, it didn't lile 1024, worked fine when removed, not sure how would you deal with it if you wanted different size of the key though, 1024 is a default value