02-24-2023 12:05 PM - edited 02-24-2023 12:06 PM
Hi I use Mobaxtern to add the below a group of commands to a switch
interface TenGigabitEthernet1/1/1
description Uplink to Core
switchport mode trunk
channel-group 10 mode active
But when I pasted these command, there is additional letter "B" inserted, so that I cannot paste this group of command. When I change Mobaxtern to Putty, I still get the same result. Please see the below. This kinds of thing once in a while happen, but never have resolve it. Anyone can share some suggestions? Thank you
SW1(config-if)#B description Uplink to Core
^
% Invalid input detected at '^' marker.
SW1(config-if)#B switchport mode trunk
^
% Invalid input detected at '^' marker.
SW1(config-if)#B channel-group 10 mode active
^
% Invalid input detected at '^' marker.
SW1(config-if)#
02-24-2023 01:33 PM
do
show history <<- share it here
02-25-2023 02:10 PM
I have had the experience when attempting to send a group of configuration commands that they are transmitted more quickly than the device can process and buffering issues result. My first suggestion would be to try sending one line at a time. If one line at a time does work then it is a buffering issue and the solution might be something in your emulator to increase the inter character delay or the line feed delay.
02-27-2023 07:12 AM
Please see below. Is this what you want to see? Thanks
Sw01#show history
en
sh ip int bri
sh history
sh int status
show history
02-27-2023 08:42 AM - edited 02-27-2023 08:43 AM
Tried it several times. I copied and pasted the below command into text and then copied pasted back to the switch. and i still got an additional letter "B" inserted in the command. finally i found out the space between ip domain name and xxxv.com is not common space. after changed it, it started to work. but i did not check other case so that i am not sure other case(command line) is also like this.
ip domain name xxxv.com
SW1(config)#ip domain nameB xxxy.com
^
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