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

Provide a release packaged as a docker container image

I am getting the following error when running the dbcreate.py file. Traceback (most recent call last): File "db_create.py", line 7, in from app import db File "/home/netconfig/netconfig/app/__init__.py", line 6, in...

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

Hi, I am seeing a bug where if I hit the "Interface Info" button on an interface that has Status & Protocol as "up" it shows no information. If I...

bug

@v1tal3 Hi V1tal3, I encountered an issue that cannot delete cisco WLC after added it, it get bellow error. but I cant delete cisco switch or router or firewall, could...

AFAICT, `ciscoconfparse` should not be a dependency; it's only used in `requirements.txt`. ``` $ git clone https://github.com/v1tal3/netconfig $ cd netconfig $ pss ciscoconfparse ./requirements.txt 2:ciscoconfparse==1.2.55 ``` `pss` is a python...

Would be great to add Role Based access, example: 20 devices, 4 admins 1 super admin super admin has access to all devices (maintains database) 4 admins have access to...

Leverage the existing Netbox platform data instead of custom field defining platform type. Instead of creating a custom field in net box defining platform data that Netconfig us, I recommend...

enhancement

I'd like to add in a toggle-able option for each interface, which will dropdown a box with additional interface info and stats (speed, duplex, POE status, traffic, etc)

enhancement