cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
857
Views
4
Helpful
1
Replies

CLI convert excel to text doc

columoconnor
Level 1
Level 1

i have an excel file with the commands in colums

int g1/1 desc 1A switchport access vlan 100

i have thousands i need to convert to text file and load onto several 6509's

right now i have to copy and paste and hit enter to make the text file

int g1/1

desc 1A

switchport access vlan 100

is there a character that can be inserted to emulate a carriage return

thanks

1 Reply 1

avmabe
Level 3
Level 3

What I do....

Highlight the entire excel doc (all columns and all rows) and paste into a text document.

When you have a blank line in the text document from typing a carriage return, when pasted into IOS it issues a carriage return...

Test it out first, but it works for me!