netconfig icon indicating copy to clipboard operation
netconfig copied to clipboard

A GUI overlay for Cisco networking gear with CLI access only.

Results 24 netconfig issues
Sort by recently updated
recently updated
newest added

Currently when using the local database, there is no error checking or detection for duplicate devices with the same IP address and/or hostname.

enhancement

Currently when adding a new device with a duplicate hostname or IP address, it fails but doesn't provide any prompt or information pertaining to why. I'd like to add an...

enhancement

Currently, there's a lot of config stored in app/__init__.py. This should be moved into it's own netconfig.py file. This will help with deployability for setuptools (#65), and likely help with...

enhancement

SQL Alchemy allows for an easy way to point to a different database source. Currently, we're using SQLite for the database. Some comments: investigate using the database for more than...

enhancement

Investigate using Python setuptools for bundling Flask apps. See http://flask.pocoo.org/docs/0.12/patterns/distribute/. Also, this could play nicely with deploying the flask app package to a Python repository and interacting with #64 for...

enhancement

NetConfig should have the ability to be put into a Docker container for easy updating and deployment.

enhancement

@v1tal3, I have a few ideas on some features I'd like to go implement, but I want to run them by you first so we can be on the same...

I would like to add Python3 support in NetConfig, and eventually phase out Python2 support.

enhancement

It currently places it at the beginning of the line.

enhancement

I need to add a loading animation to the 'Save Running-Config' modal on a device. Currently I have no way of knowing if the config is actively being saved, or...

enhancement