Skip to content

ivanovuri/device_ttools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-Core switches automation via telnet (Device Telnet Tools)

Quick examples

Get current version of switch:

# python3 ec_getversion.py 192.168.101.1
# python3 ec_getversion.py "192.168.101.1 192.168.101.3 192.168.101.4 192.168.101.20"

Update firmware:

python3 ec_update.py 192.168.101.1 /ec/3528mv2/ es3528mv2_1.5.2.17.bix
python3 ec_update.py "192.168.101.1 192.168.101.3 192.168.101.4 192.168.101.20" 10.25.17.2 /ec/3528mv2/ es3528mv2_1.5.2.17.bix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages