Replies: 4 comments 13 replies
-
It looks like the Slack invitation link the the README is no longer working. Is that Slack channel still active or are you looking to move the discussion here? |
Beta Was this translation helpful? Give feedback.
-
Hi Folks, |
Beta Was this translation helpful? Give feedback.
-
Good evening. I have started looking at netmiko to manage network devices and I have run into a challenge. Access to our network equipment is gated by a custom SSH proxy that accepts the destination device as the first argument of a remote command and either allocates a pseudo terminal to that device, or executes a remote command if the application receives more than one argument. A connection attempt using OpenSSH from the shell would look something like this:
I know enough Python to get myself in trouble, but reading through the code so far I haven't quite been able to figure out what would be a sensible approach to use netmiko given this constraint. Any pointers would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @ktbyers , I hope this this is the correct place to pose this question. I'm using Netmiko 4.3.0 and it seems like it is using the wrong command for paging for device type "aruba_os". I logged the session and it seems to be using "no paging" instead of "no page" (see below). I recall seeing this fixed in a previous release. The switches are running ArubaOS-CX so I think the proper device type should be "aruba_os". I've verified that the correct command is "no page": switch# no paging Here's an excerpt of the netmiko log: DEBUG:netmiko:write_channel: b'\r' |
Beta Was this translation helpful? Give feedback.
-
Trying this as a forum for sharing common solutions to issues so that they show up better in search results (and so that GitHub issues doesn't get overloaded with common problems that people run into).
Beta Was this translation helpful? Give feedback.
All reactions