netutils
netutils copied to clipboard
Python library that is a collection of functions and objects for common network automation tasks.
List of Parser that should be created. - [x] IOS-XR - [x] Aruba - [ ] Checkpoint - [ ] A10 - [x] NetScaler - [ ] Netscreen - [...
### Environment * netutils version: 1.1 ### Proposed Functionality The ability to translate MAC address OUI to vendor and vice-versa. ### Use Case In the event that you have a...
### Environment * netutils version: 1.1 ### Proposed Functionality The ability to translate configurations within an OS to different types. Such as from set to curly bracket, or from curly...
Environment Python version: 3.8 Nautobot version: 1.0.1 nautobot-golden-config version: develop Proposed Functionality Add a parser for IOSXR Use Case Already seen it be requested a few times in public chat
### Environment * netutils version: future ### Proposed Functionality Being able to use netutils to encode/decode the reversible "hash" format (type 9) for some passwords on Junos. Similar to the...
### Environment * netutils version: 1.0.0 ### Proposed Functionality ### Use Case ``` ip community-list FROM_LOCAL_ROUTER_ID permit 1684594711 # CONVERTS TO THE BELOW ip community-list FROM_LOCAL_ROUTER_ID permit 25704:57367 ``` jinja...
### Environment * netutils version: A readme file in configs that provides the proper understanding of how to write a new parser would be helpful. ### Proposed Functionality ### Use...
### Environment * netutils version: 0.2.2 When using section_config() function passing the sections is using "startswith" and will be convenient to use Regex. ### Proposed Functionality In file: `netutils/netutils/config/compliance.py` `import...
### Environment * Python version: yes * netutils version: `develop` @samuel-odinware pointed out that Arista puts port-channels at the head of the list when issuing a "show run" command. This...
### Environment * netutils version: ### Proposed Functionality This functionality is largely supported in [Faker](https://faker.readthedocs.io/en/master/providers/faker.providers.internet.html), but I am proposing a stand-alone utility with extra nerd knobs. `generate_random_ip(*args)` and/or `generate_random_network(*args)` args:...