Replies: 1 comment
-
|
@Ch1ll3r I would probably use the Netmiko |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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