Forum

Pasting config file...
 
Notifications
Clear all

Pasting config file using direct com port on cisco route

0 Posts
2 Users
0 Reactions
121 Views
 ccnp
(@chrisk)
New Member
Joined: 55 years ago
Posts: 1
Topic starter  

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


   
ReplyQuote
(@bpence)
Member Admin
Joined: 10 months ago
Posts: 1374
 

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.


   
ReplyQuote
Share: