napalm
napalm copied to clipboard
Network Automation and Programmability Abstraction Layer with Multivendor support
### Description of Issue/Question *Note*: Please check https://guides.github.com/features/mastering-markdown/ to see how to properly format your request. ### Did you follow the steps from https://github.com/napalm-automation/napalm#faq (Place an ``x`` between the square...
### Description of Issue/Question *Note*: Please check https://guides.github.com/features/mastering-markdown/ to see how to properly format your request. ### Did you follow the steps from https://github.com/napalm-automation/napalm#faq (Place an ``x`` between the square...
### Description of Issue/Question Hello everyone, When a description is not specified for a neighbor, the last description field that matched is stored instead. A quick fix should be to...
### Description of Issue/Question Some IPv6 are not matched by the 3 regex used for IPv6. Adding a fourth IPv6 regex as follows should be fine: ``` ([0-9a-fA-F]{1,4}:){1,6}: ``` https://github.com/napalm-automation/napalm/blob/ad1ff72000d0de59f25c8847694f51a4ad5aca86/napalm/ios/ios.py#L65...
Support Matrix documentation has the IOS and NXOS-SSH minimum versions swapped. https://github.com/napalm-automation/napalm/blob/master/docs/support/index.rst
### Description of Issue/Question Could you please consider to use unittest.mock instead of mock, as a fallback at least? ### Did you follow the steps from https://github.com/napalm-automation/napalm#faq (Place an ``x``...
### Description of Issue/Question .get_vlans() does not return vlan ID and their interfaces if a space is present in the VLANs name *Note*: Please check https://guides.github.com/features/mastering-markdown/ to see how to...
- show_lldp_neighbors_detail.tpl was missing as a TextFSM template for nxos_ssh
Some commands, like [ip igmp snooping vlan](https://github.com/napalm-automation/napalm/blob/6137e857b04948b0ec255cc59c6619916b02f6c8/napalm/eos/utils/cli_syntax.py#L33), require parametrization to correctly input: `ip igmp snooping vlan member` should be auto-converted to/from `ip igmp snooping vlan static` The current `CliConverter` is...
### Description of Issue/Question *Note*: Please check https://guides.github.com/features/mastering-markdown/ to see how to properly format your request. ### Did you follow the steps from https://github.com/napalm-automation/napalm#faq (Place an ``x`` between the square...