suzieq icon indicating copy to clipboard operation
suzieq copied to clipboard

Using network observability to operate and design healthier networks

Results 147 suzieq issues
Sort by recently updated
recently updated
newest added

# Set `develop` as target branch of this PR (delete this line before issuing the PR) ## Test inclusion requirements In case the PR contains an enhancement or a new...

### Proposed Changes Please note that you're using ciscoconfparse. Consider [ciscoconfparse2](https://github.com/mpenning/ciscoconfparse2). However, there is an API change between ciscoconfparse and ciscoconfparse2. If interested, I will help rewrite the necessary parts...

### Suzieq version 0.23.0 ### Install Type hand deployed python ### Python version 3.8 ### Impacted component sq-poller ### Steps to Reproduce Polling a small set of Cisco IOS switches....

bug

### Suzieq version 0.8 ### Install Type hand deployed python ### Python version 3.10 ### Impacted component other ### Steps to Reproduce You'll probably get there as you validate newer...

bug

Improved Documentation: More comprehensive docstrings and comments for better clarity and understanding. Separation of Concerns: Better separation between validation, initialization, and execution logic to make the code cleaner and more...

Debouncing Input: Prevent unnecessary queries when the user is typing by adding a debounce delay to the search input field. Async Data Fetching: Use asynchronous data fetching to improve the...

# Set `develop` as target branch of this PR (delete this line before issuing the PR) ## Test inclusion requirements In case the PR contains an enhancement or a new...

## Description This PR introduces **autocompletion support** in the CLI by replacing the official `nubia` package with a custom **fork** . Previously, CLI commands like: ```address show vrf=``` would not...

### Impacted component other ### Steps to Reproduce Type `interface assert` within the CLI ### Expected Behavior A normal output like this: ``` namespace hostname ifname state peerHostname peerIfname result...

bug

# Set `develop` as target branch of this PR (delete this line before issuing the PR) ## Test inclusion requirements In case the PR contains an enhancement or a new...