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

- Properly mount git repository from a `bind mount`, this ensures content is deleted after image creation. - Update Python from 3.6 -> 3.9 - Pull `python3-dev` instead of `python-dev`...

enhancement
python3
docker

On a couple projects now I've had to get port-channel information from devices including a list of port-channel interfaces, their members, and the status of the member ports. It appears...

new method
core

Based on [this discussion](https://github.com/napalm-automation/napalm/discussions/1996#discussioncomment-6856361). I propose a new getter called `get_filesystems`. Example data structure for IOS: ```python { 'flash:': { 'capacity': 1621966848, 'space_used': 878018560, 'space_remaining': 743948288, 'is_primary': True, # derived...

new method
core
pending discussion

### 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...

bug
nxos
ping

### Description of Issue/Question My Nexus 3000 switch gives this as an output of `show environment temperature` command: ``` swi-01# show environment temperature Temperature: ------------------------------------------------------------------------- Module Sensor MajorThresh MinorThres CurTemp...

bug
nxos-ssh
get_environment

Hi Team! Not really sure if this is the right way to start :) Working on a network automation project with Juniper vSRX firewalls. One of the tasks I'm working...

new method
feature
core
pending discussion

### Description of Issue/Question https://github.com/napalm-automation/napalm/blob/develop/napalm/junos/junos.py#L59 In the `JunOSDriver()` Constructor, there is no way to use `huge_tree` as an optional arg. https://github.com/ncclient/ncclient/issues/185 in this issue, whenever an xml node is greater...

enhancement
junos
optional_args

### Description of Issue/Question When using NAPALM to get a kind of preview of required configuration changes, the sequence * open() * load_merge() * compare_config() works fine and finds all...

bug
ios
discard_config

### 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...

bug
ios
load_replace_candidate

### Description of Issue/Question On a Virtual EOS Arista device, execute `get_environment` fails because the virtual environment does not have any defined `power supplies connected`. Running the `get_environment` command results...

bug
eos
get_environment
vm