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

### Description of Issue/Question We are try to use Ansible/Napalm to manage our Cisco NCS routers(IOSXR). We did a change for bgp to update the route-policy with Ansible/Napalm ``` router...

### Description of Issue/Question Some models or maybe versions report a good power supply status as “Ok” and others as lower case “ok” The _process_pdus() function in nxos.py only looks...

bug
vendor bug
nxos
get_environment

### Description of Issue/Question Some Nexus models or NXOS versions have a different key for the power load. The function is expecting 'watts' but some switches return the key 'actual_out'...

bug
vendor bug
nxos
get_environment

### Description of Issue/Question Due to a bug ( CSCve21405) in Cisco nxos the API call for get_interfaces returns text in the 'etc_mtu' entry such as ' MTU 1500 bytes'...

bug
vendor bug
nxos
get_interfaces

### Description of Issue/Question The napalm call for get_interfaces to my Nexus switches is failing because some versions of NXOS or Nexus models do not have the "TABLE_cpu_util" key that...

bug
nxos
get_environment

### Description of Issue When running get_arp_table() method ios devices we do not retrieve all of the arp tables. The method just executes the following when no vrf is passed:...

bug
ios
get_arp_table

### Description of Issue I have been using the napalm '`get_network_instances(name='')'` to pull the details of all VRFs on the IOSXE device but it is given me the similar key...

bug
ios
iosxe
get_network_instances

Hi, I would like to understand some design decision making behind ios.py: I do wonder about the use of "show archive config incremental-diffs" to mimic a commit operation in config_merge,...

ios
pending discussion
iosxe

`get_bgp_neighbors_detail` doesn't distinguish prefix counts between afi-safi meaning it's ambiguous if running multiprotocol bgp (mp-bgp). The [openconfig bgp model](http://ops.openconfig.net/branches/master/docs/openconfig-bgp.html#bgp-neighbors-neighbor-afi-safis-afi-safi-state-prefixes) illustrates a great way to model this data. This issue is...

question
new method
pending discussion
get_bgp_neighbors_detail

### Description of Issue/Question I have found that the textsfm template (ip_bgp_neigh.tpl) used by get_bgp_neighbors_detail doesn't match VRFs with hyphens such as "MY-VRF" because the regex is only looking for...

bug
ios
get_bgp_neighbors_detail