Using a Linux bash script, is there a way to log into an Extreme switch through the com port, run a command and collect the output to a file where the bash script was executed from? I need to automate collecting some data from around 100 switches...
You were both right; I had better luck with cu. It’s not perfect, but it will work. In order to parse the redirected file, I had to:
Use sed to remove a line that that always contained a non-ascii string
Use sed to do some find and replaces to c...
Konstantin,
Thanks for the detailed response! This works to create a file, but the file also including what non-ascii characters like: [!p [?3;4l [4l > [?1049
I also added the command: show port 1-48 information detail | include "Port:|Link Sta...