Releases: ktbyers/netmiko
Releases · ktbyers/netmiko
Netmiko 2.2.2 Release
- Add Dell EMC Isilon Support
- Add Citrix NetScaler Support
- Add Dell OS10 Support
- Add Apresia Systems AEOS Support
- Add fast_cli mode to Netmiko to improve performance
- Add support for a session_log
Netmiko 2.1.1 Release
- Improved docstrings
- Arista, Juniper, Calix B6 Telnet support
- Add Linux Secure Copy support
- Minor bug fixes
Netmiko 2.1.0 Release
- Add Juniper secure copy support
- Add Arista secure copy support
- Add IOS-XR secure copy support
- Add new file_transfer function
- Minor bugfixes
Netmiko 2.0.2 Release
- Add generic save_config() method (synchronize running-config to startup-config)
- Add Extreme telnet support
- Add Huawei VRPV8 support
- Minor bug fixes
Netmiko 2.0.1 Release
Fix Windows TextFSM install issue.
Netmiko 2.0.0 Release
Significant features/improvements
- Add serial port connection support
- Integrate TextFSM to send_command and send_command_timing
- Generalize SCP support including adding NX-OS SCP support
- Integrate timeout mechanism to be more generally usable
- Abstract RETURN character
- Generalize telnet support to be more modular.
New Vendors/Platforms/Transports
- Add NetApp cDOT support
- Add Calix B6 support
- Add Coriant support
- Addi FastIron/NetIron telnet support.
Various bugfixes
Netmiko 1.4.3 Release
New Platforms
- Ubiquity EdgeOS
New Features
- Add is_alive() connection verification
Minor bug fixes and misc
- Expand auto detection for more platforms
- Convert debugging print statements to log messages
- Fix Extreme and Enterasys enable issue
- Fixing FastIron RADIUS login issue
- Improve newline_normalization
Netmiko 1.4.2 Release
New Platforms:
- Alcatel-Lucent OmniSwitch AOS
- Accedian
- MRV Communications OptiSwitch
Fixes:
- Fix Huawei enable mode issue
- Fix Huawei USGv5 and HA mode issue
Netmiko 1.4.1 Release
- Add Extreme WiNG Support
- Expand snmp_autodetect
- Add Paramiko keepalive support
- Raise EOFError if SSH channel closed
- Fixing some re.escape issues
Netmiko 1.4.0 Release
The following change is not backwards compatible
- Fix SSH config file support to be standard host specifier
# Previously you would use host:port specifiers in the SSH config file.
# Now the format should look as follows.
host jumphost
IdentityFile ~/.ssh/test_rsa
user admin
hostname myserver.us-west-1.compute.amazonaws.com
host 10.10.10.70
user cisco
hostname 10.10.10.70
Port 22
ProxyCommand ssh jumphost nc %h %p
Enhancements/Fixes
- Add support for send_config_set with a string
- Add ASA login support
- Fix bugs with regular expression handling and re.escape
- Improve timing issues with InLine Transfer on large files.
- Integrate to readthedocs
- Add some additional platforms to autodetect
- Make the telnet code easier to reuse
New Drivers / Improved Platform Support
- Add Check Point gaia support
- Add Dell PowerConnect Telnet support
- Improve Extreme EXOS driver