Bernhardvleen
Bernhardvleen
I am all for this feature, the current timeout is not very long and seems to be hard coded somewhere. +1
good to know that there is stuff yet to come! - priority wise I would have STP over NTP _(please make sure that all available protection options are implemented if...
I tried using state: delete - unfortunately it does not yield the disabled line in the resulting config on the switch for me..
from ansible-playbook run with verbosity I can see that we send: "state": "delete", but after that we get back: "is_port_enabled": true, (see the whole response below) am I expecting the...
yes this option works, thank you @alagoutte for your help! the result of setting admin_stat: false is Port Enabled : No the example within the module code should be changed.
please be aware, that did not remove the interface for me - not sure what was the reason for this (see above result of my test).
yes, it is about something like this. ``` trunk 49-50 trk1 lacp trunk 51-52 trk2 lacp ``` thanks for the link!
is there an estimate if / when this could be added? (for CX I can not see a module for Trunk definition as well)
happy to hear that, thanks for this information!
thank you for the update and the example!