cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
5
Helpful
3
Replies

type 6 on C1000-8P

Tux_Net
Level 1
Level 1

Hi,

 

Is it possible to use type 6 encryption on a C1000-8P-E-2G-L?

When I try to configure it as below not even the command is recognized...

switch-01#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
switch-01(config)#key ?
% Unrecognized command
switch-01(config)#key config-key password-encrypt    
                      ^
% Invalid input detected at '^' marker.

Details about the switch:

Switch Ports Model                     SW Version            SW Image                 
------ ----- -----                     ----------            ----------               
*    1 10    C1000-8P-E-2G-L           15.2(7)E6             C1000-UNIVERSALK9-M

 

3 Replies 3

Hi

 Take a look on this link.

 


configure terminal
password encryption aes
key config-key password-encrypt super-secret-password
end

 

 

 

https://community.cisco.com/t5/networking-documents/configuring-type-6-passwords-in-ios-xe/ta-p/4438495 

Unfortunately it does not work on the C1000, on the C3560CX (also with 15.2(7)E6) it worked.

switch-01#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
switch-01(config)#password encryption aes
                      ^
% Invalid input detected at '^' marker.

switch-01(config)#key config-key password-encrypt super-secret-password
                   ^
% Invalid input detected at '^' marker.

switch-01(config)#end
switch-01#

 

In config mode "password" is also not available

switch-01(config)#pas?
passthru-domain-list  

ledzepp817
Level 1
Level 1

I have same issue, did you ever figure this out?

Review Cisco Networking for a $25 gift card