in reply to Re^3: Net::SSH2::Cisco and Nexus switches
in thread Net::SSH2::Cisco and Nexus switches
Thanks again for the response.
It looks like the prompt match still isn't working. There is something about the NX-OS prompt/response that the underlying net::telnet::cisco module doesn't like. It works great with IOS and IOS-XE. I did find that Control::CLI works great with NX-OS but doesn't work with IOS or IOS-XE (it behaves like nx-os did with net::ssh2::cisco). It could be that the NX-OS cli behaves just like a linux session; not surprising considering nx-os is layered upon linux. So I guess I'll have to use both modules in my backup script (that script works great with Net::Telnet today but we are trying to shutdown Telnet on the switches).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Net::SSH2::Cisco and Nexus switches
by VinsWorldcom (Prior) on Aug 16, 2018 at 14:54 UTC |