netman icon indicating copy to clipboard operation
netman copied to clipboard

A unified REST API to provide vendor-agnostic network automation

Results 13 netman issues
Sort by recently updated
recently updated
newest added

This will allow us to add healthcheck to the netman container and not to log healthcheck calls.

Currently, netman depends on ncclient and pulls lxml when installing. This is problematic because lxml often has to be compiled. Additionally, the version of lxml used (3.6.1) clashes with Ubuntu...

Title says it all! I believe we aren't that far off :)

enhancement

As tested on a physical switch, when setting an interface on trunk mode, we need to call: switchport trunk encapsulation dot1q co-dr2.staging(config-if)#switchport mode trunk Command rejected: An interface whose trunk...

Getting the vlans on a router that have many vlans will ultimately timeout after 5 minutes. Since netman is only relying on the prompt to determine if a command is...

It would be useful to display if the port speed is 1GB or 10GB

Removing the last VLAN of a trunk interface results in an error when commiting. Behavior implemented in https://github.com/internap/fake-switches/pull/37

The following methods have been identified as violating the nomenclature guidelines. Proper compliance tests for those would help us move forward. ``` $ grep 'TODO' -A1 netman/core/objects/switch_base.py # TODO(mmitchell): Should...

The shell clients has command and connect timeout attributes that could be controlled by the user However, the switch factory does not take these params nor it passes them to...

I stumbled upon a bug on the cisco 3750. Sometimes you try to add an ip address to an interfave vlan, it's gonna tell you that it is already assigned...

enhancement