VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Pasting config file using direct com port on cisco route (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Pasting config file using direct com port on cisco route
#510
Pasting config file using direct com port on cisco route 21 Years, 9 Months ago  
I am using absolute telnet for console (serial connections) on cisco routers.When I'm trying to copy and paste the text configuration, a double enter seems to happen like below:

cr1-jk1(config)#aaa new-model
cr1-jk1(config)#
cr1-jk1(config)#aaa authentication login default
cr1-jk1(config)#
cr1-jk1(config)#enable password cisco

what i would like is to appear like below when im using windows hyperterminal:

cr1-jk1(config)#aaa new-model
cr1-jk1(config)#aaa authentication login default
cr1-jk1(config)#enable password cisco

What is the setting to change this. Or is it not possible?

Thanks,
Chris
chrisk (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#511
Re: Pasting config file using direct com port on cisco route 21 Years, 9 Months ago  
Look at Options->Properties->VT Options. Look at the value of the 'Enter sends' option. Valid values are 'CR' and 'CR/LF'. If your option is set to 'CR/LF', switch it to 'CR'. If the option is already set to 'CR', then there's still a problem. Let me know here or via e-mail.

The issue is likely that AbsoluteTelnet (being a Windows application) is probably sending a CR/LF pair to denote end of line. Your router may be interpreting this as two end of line characters, which is incorrect. If you can't change this on the router, then changing the above option should take care of it. If not, there may yet be a bug to be fixed.
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top