Stefano Sasso
Stefano Sasso
I would not manually tweak the FRR configuration, because this will make not aligned the vyos collected config. I will try to open a bug/fr to the VyOS team and/or...
https://vyos.dev/T6332
(I was unable to copy the poller output for the body limit, but I think the error is well reported on the discovery part)
@PipoCanaja so `000a000001` is `10.0.0.1`, and looking at the message it seems it only appears as a key (unless the error is related to something that happens later?) So I...
Quick & dirty proposal(s): The config is sent to the device here: https://github.com/aruba/aoscx-ansible-collection/blob/93159019f022c844f65d929a61b35cba6fd11fb0/plugins/modules/aoscx_config.py#L492 and https://github.com/aruba/aoscx-ansible-collection/blob/master/plugins/module_utils/aoscx.py#L124 **Option (a)**: It would be possible to return from `load_config` the stdout/stderr of every command...
Hi @tchiapuziowong! No need for pre-validation before execution, but it would be important IMHO to return errors when the CLI reports errors (intercept cli errors) (Like the code example above)
Can you please do the checks also for VyOS? ;) Thanks
.... and unfortunately that's true, but there are no apparent params on the _aoscx_config_ module for checking this. :-( Will try to figure out if something is feasible.
https://github.com/aruba/aoscx-ansible-role/issues/24
> Update from the team is that the repo is obsolete, and newer https://github.com/aruba/aoscx-ansible-collection should be used instead We are already using the right collection on netlab, but I opened...