napalm
napalm copied to clipboard
Network Automation and Programmability Abstraction Layer with Multivendor support
- 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`...
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...
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...
### 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 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...
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...
### 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...
### 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...
### 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 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...