01-09-2015 06:59 AM - edited 03-07-2019 10:09 PM
I am trying to update our Banners and MOTD on our routers/switches (various models 2900s/2800s/2960s/3750s/4500s/6500s). As I am in Canada I need to create them in both French and English, the French has special characters such as è or à and many others(all in notepad). When I past them in to the configs Cisco has decided to change the special characters.
Is there a way I can get the configs to accept my special characters?
thanks for any help.
Solved! Go to Solution.
01-09-2015 09:56 AM
Hi,
Sorry for not being entirely clear. See the example:
enable configure terminal line con 0 international exec-character-bits 8 line vty 0 15 international exec-character-bits 8 end
After digging through documentation, I've also found an alternative approach:
enable configure terminal default-value exec-character-bits 8 line con 0 international line vty 0 15 international end
Would either of this work for you?
Best regards,
Peter
01-09-2015 08:13 AM
Hello,
I have not used that myself so please be sure to test this change on a lab equipment before rolling it out into production, but I believe that adding the following two commands to the corresponding line section should allow you to use special characters:
international
exec-character-bits 8
Be aware, though, that the client's terminal will probably also need to be configured for the same character set used by you in order to display the special characters correctly, so even though your banners will be entered correctly, they may not display correctly to all clients.
Best regards,
Peter
01-09-2015 09:37 AM
thanks Peter,
I am checking on my 6509 IOS ver. 12.3(33) SXI14 and neither the commands are there in either global or privileged mode?
any ideas?
01-09-2015 09:56 AM
Hi,
Sorry for not being entirely clear. See the example:
enable configure terminal line con 0 international exec-character-bits 8 line vty 0 15 international exec-character-bits 8 end
After digging through documentation, I've also found an alternative approach:
enable configure terminal default-value exec-character-bits 8 line con 0 international line vty 0 15 international end
Would either of this work for you?
Best regards,
Peter
01-09-2015 10:04 AM
Thanks Peter - worked and worked.
we mulled it over for a couple of minutes and before you gave me the step by step I couldn't convince myself to add them to the line con and vty's.:-)
thanks for your help !!!!!
01-09-2015 10:07 AM
Hi,
Glad to have helped :) You are very much welcome!
Best regards,
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide