Skip to content

API written in python download/upload configuration of NetGear switch

License

Notifications You must be signed in to change notification settings

gloaec/python-netgear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-netgear

API written in python download/upload configuration of NetGear switch

Installation

  1. Fill the authentication credentials in netgear.conf

Usage

### getconfig

Retrieve the switch configuration

usage: getconfig [-h] [-o OUTPUTFILE] [-D] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUTFILE, --outputfile OUTPUTFILE
                        Destination file
  -D, --debug           Debug mode
  -v, --version         Display version

sendconfig

Send configuration file to the switch & apply changes

usage: sendconfig [-h] [-D] [-v] configfile

positional arguments:
  configfile     Switch configuration file

optional arguments:
  -h, --help     show this help message and exit
  -D, --debug    Debug mode
  -v, --version  Display version

About

API written in python download/upload configuration of NetGear switch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages