Austin de Coup-Crank

Results 15 comments of Austin de Coup-Crank

Looks like we need to retool the args passed to napalm in `open_device()` based on `--driver`. We need to specify port and we don't need to pass ssh_config. See [this...

give the latest dev commit a shot. all the params from `schedule_reload()` are now exposed to `upgrade()`.

Thanks for the feedback. Does `ip tcp window-size` apply to management traffic, or all traffic?

TCP window size is ideally set to `(link bitrate x link latency)`. Setting a window size too high can cause memory issues, and packet loss will cause more delays. I...

@ktbyers My testing on the cat3k series suggests the limit is the control plane CPU. Even plain FTP pegs the CPU at

@ktbyers @edurguti can either of you post the output of `sh proc cpu sort` during the transfer?

TODO: * enhance the Device manager/queryset to continue to support .filter(cluster=...) for backwards compatibility (a la https://github.com/nautobot/nautobot/pull/5581) * update Device table(s) that have a cluster column to replace it with...

@glennmatthews I refactored my bulk delete javascript into a separate file and applied it to clusters too. It's written so it will be easily re-usable for other bulk delete buttons....

@glennmatthews ~~still working on `.filter(cluster=...)` backwards compatibility.~~ Implemented that. any other items to call out?

@glennmatthews apart from the backwards compatibility discussion, anything else to call out? also, it looks like the CI failures aren't related to this PR, thoughts?