netutils
netutils copied to clipboard
Python library that is a collection of functions and objects for common network automation tasks.
### Environment * netutils version: 1.2.0 ### Proposed Functionality Add a function to return if an ip/CIDR is classful or not. ### Use Case Could be useful in Cisco IOS...
fix #95
### Environment * netutils version: 1.2.0 ### Proposed Functionality No specific functionality is proposed but can be discussed as the use cases are considered. ### Use Case Use-cases include: -...
This PR is for adding a Citrix NetScaler parser. I've included an example for the unit test and confirmed tests are passing. Please let me know if there are any...
### Environment * netutils version: 1.2.0 ### Proposed Functionality Instead of forcing users to enter the parser/platform for a particular function like compliance, when files are specified for the backup...
Updating netutils for support of the nautobot-app-device-lifecycle-mgmt NIST URL creation for API 2.0 Updating the nist utility to only support certain OS PLatforms: Cisco IOS Cisco IOS XR Cisco IOS...
- [x] class refactor - distinguish between "actions" and ACL attributes , move "actions"/"settings" under ACL.Meta class - [x] unittests - [x] Cartesian product supports `None` values: `src_ip': None, 'dst_ip':...
### Environment * Python version: 3.10 * netutils version: 1.6.0 ### Expected Behavior Device section configuration is parsed and returned. ### Observed Behavior An error is thrown stating the following:...
This PR adds a currently "failing" test that explains/duplicates the issue discribed in GC issue [#704](https://github.com/nautobot/nautobot-app-golden-config/issues/704). This test should pass once the parser has been fixed.
### Environment * Python version: 3.8.13 * netutils version: 1.6.0 when I add a compliance rule which config to match value is "banner exec", t should compare the backup configuration...