Rick Donato
Rick Donato
On the main page there is the string "refresh" next to the refresh icon. This string needs to be simply removed to allow for a cleaner design. Happy to submit...
From testing and working with Samir, seems that NXOS vPC is not supported by Batfish. Therefore the results of `mlagProperties` are null. This issue is to kindly request support for...
**Describe the bug** After devices are rebooted the poller stalls. Behaviour seen: * All devices showed alive. * I rebooted my EVENG box. * All devices but 3 came back...
**Describe the bug** LLDP is not working on an interface. LLDP is then fixed and output is correctly seen in the LLDP output on the devices. `lldp show` doesn't show...
**Describe the bug** Issues are being seen in the poller logs for polling BGP on my nxos devices (9.3(7a)). **To Reproduce** Run SuzieQ 0.16.0 against Nexus devices running 9.3(7a). **Attach**...
**Is your feature request related to a problem? Please describe.** At the moment when installing Suzieq using pip/poetry. I get all the deps for the rest, cli etc etc. **Describe...
**Describe the bug** There are situations around OSPF assertions that could be updated. For example: 1) There is no OSPF data due to the poller being unable to collect the...
**Is your feature request related to a problem? Please describe.** Using devconfig. Be able to supply 2 times and compare the configs to see the differences. Or say against now...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** The MAC address vendor type added to the output of `network find`. **Additional context**...
Sometimes the docs creating docs like: ``` # Getting the platform and name of the host from the Nornir inventory. platform = nr.inventory.hosts[f"{task.host}"].platform device_name = nr.inventory.hosts[f"{task.host}"].name # Creating a naming...