Hello - I'm trying to do the following:
Rich9509# config t
Enter configuration commands, one per line. End with CNTL/Z.
Rich9509(config)# line console
Rich9509(config-console)# speed 38400
Error: console configuration can only be done on console
Rich9509(config-console)#
Any suggestions? Powerlink is high and dry.
Message was edited by: I discovered the following text on the Cisco website:
CSCsj94366¿While attempting to modify the console settings using the CLI on the ACE running software version 3.0(0)A1(4a), the following error message appears: console configuration can only be done on console. Workaround: None.
JWiniewicz
I believe this message is telling you have to be connected to the console port in order to make the configuration changes you are trying. This would be a security feature to ensure a remote user doesn't disable the console port and lock out the local administrator.
Please try it via the console port and see if the command works there.
How are you connected to the switch when you trying to change it? What SAN-OS version are you running? Is there a reason why you are trying to set the speed manually?
ConnectrixHelpe
259 Posts
3644
1
Posted April 2nd, 2008 13:00
I believe this message is telling you have to be connected to the console port in order to make the configuration changes you are trying. This would be a security feature to ensure a remote user doesn't disable the console port and lock out the local administrator.
Please try it via the console port and see if the command works there.
Thank you.