napalm icon indicating copy to clipboard operation
napalm copied to clipboard

Network Automation and Programmability Abstraction Layer with Multivendor support

Results 186 napalm issues
Sort by recently updated
recently updated
newest added

### Junos get_bgp_config() fails when a value is present in neighbor data for "cluster". This raises an exception in helpers.convert, as a None datatype is passed in for "to". If...

Getting errors on BGP neighbors with a cluster IP seem to be causing an exception to be raised in helpers.convert() Please see issue #1753 for more info.

### Description of Issue/Question *Note*: Please check https://guides.github.com/features/mastering-markdown/ to see how to properly format your request. get_bgp_neighbors() is returning AttributeError: 'NoneType' object has no attribute 'group' when run on Arista...

fatal: [cisco1]: FAILED! => {"changed": false, "msg": "cannot install config: Candidate config could not be applied\nMust delete secondary before deleting primary\nFailed to apply command no ip address 192.168.217.1 255.255.255.0\nAborting Rollback.\n\nRollback...

### Description of Issue/Question Got a `Unexpected output from` error when the first entry in the mac address table does not start with any tag (by tags I means :...

bug
nxos-ssh
get_mac_address_table

Check to see if our results dict `bgp_neighbor_data` already has an entry for this VRF + Neighbor. If it does then there must be a neighbor in another VRF with...

### Description of Issue/Question New Napalm 4.0 support SSH transport on EOS driver, however when using ssh keys/passphrase, authentication fail. After further debugging, it seems `optional args` are not mapped...

``` ================= PRIMARY VLAN 2400 ================= XXX#sh vlan id 2400 VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 2400 Vlan2400 active Po1 VLAN Type SAID MTU Parent RingNo BridgeNo Stp...

### Description of Issue/Question When using the validate / compliance_report function, the list validation is not done properly. For a given "item" in a validation file, if this item is...

bug
validate

Added format optional variable to core drivers to support JUNOS get_config() text option. Related to problem #1105