Replies: 3 comments 1 reply
-
|
@Ch1ll3r I would probably use the Netmiko |
Beta Was this translation helpful? Give feedback.
-
|
So far so good, I'm able to read the main menue. But I need to send "Ctrl+S" to enter the shell. I tried |
Beta Was this translation helpful? Give feedback.
-
|
So after inserting delays between traversing from menue to shell and entering commands, I got it consistently working. Thank you for your help :) Below the code if somebody needs a kickstart. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm tasked to do configuration changes on about 1000 Siemens RuggedCom switches with ROS Version between 5.2 and 5.10.
The switches don't have classic CLI, when you ssh into them, they present a terminal menu (TUI). In that TUI, you can enter CRTL+S to jump into a real shell that accepts classic commands to configure the switch. Has anybody excperience with Siemens Ruggedcom and Netmiko? Or has anybody experience on how to handle a TUI?
Here's a screenshot of the TUI
after ssh into the switch, you first have to press "enter"

Next you have to press "CTRL+S"

finally we arrived in the shell:

Beta Was this translation helpful? Give feedback.
All reactions