You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a subset of devices on a specific subnet that do not play nicely with BULKWALK. We would like to add no_use_bulkwalkall: true to all discovered devices, manually defining this parameter per device will not scale within our environment. Ideally we would be able to define this in the discovery or global section, I'm not sure which section makes the most sense, but the following are some examples of how I think it should work.
Easiest is to define in the discovery section for me. Then this value would get added to discovered devices as the are found. Would you want to further limit its application by subnet? EG, something like:
Merged in. Only trick I've found is that for devices where no_use_bulkwalkall is true when discovered and then if you subsequently set the disco config to false the device itself keeps no_use_bulkwalkall as true. Assuming this behavior is ok for you but let me know if its trouble.
We have a subset of devices on a specific subnet that do not play nicely with BULKWALK. We would like to add
no_use_bulkwalkall: true
to all discovered devices, manually defining this parameter per device will not scale within our environment. Ideally we would be able to define this in the discovery or global section, I'm not sure which section makes the most sense, but the following are some examples of how I think it should work.Possible Discovery Example
Possible Global Example
The text was updated successfully, but these errors were encountered: