knipknap / exscript

A Python module making Telnet and SSH easy
MIT License
367 stars 136 forks source link

Problem with NXOS recognition #200

Open kmyap opened 5 years ago

kmyap commented 5 years ago

Some version of NX-OS (e.g. nx-osv9000) does not return 'Cisco Nexus Operating System (NX-OS) Software' in the header but returns 'Cisco NX-OS Software' instead.

NX-OS driver should have 'Cisco NX-OS Software' added or maybe just match on 'NX-OS'?