napalm
napalm copied to clipboard
Network Automation and Programmability Abstraction Layer with Multivendor support
### 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...
### 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'...
### 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'...
### 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...
### 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:...
get_network_instances del instances["default"]["interfaces"]["interface"][item] on IOS-XE KeyError
### 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...
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,...
`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...
### 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...