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
If there is an unconfigured vlan interface existing, the module will set the primary and secondary IPv4 just fine. However, as soon as I rerun the task, It will fail with:
'GENERIC OPERATION ERROR: Internal service error.\n: Code: 500'
The logging output on the switch does not show an error after this.
The interface after the first create looks like this:
interface vlan 1
shutdown
ip address 132.231.247.251/22
ip address 10.60.255.251/16 secondary
I get the same behavior when running with state: update.
The text was updated successfully, but these errors were encountered:
Hi @simbuerg! Thank you for bringing this to our attention, I'll work on bringing this to our internal team and will update the issue when there's an update!
Hi,
I'm using the
aoscx.aoscx_vlan_interface
module to configure multiple IPv4s + Active Gateway IPs on a CX-10000 device.Situation:
This snippet is run in a loop for each vlan interface:
If there is an unconfigured vlan interface existing, the module will set the primary and secondary IPv4 just fine. However, as soon as I rerun the task, It will fail with:
The logging output on the switch does not show an error after this.
The interface after the first create looks like this:
I get the same behavior when running with
state: update
.The text was updated successfully, but these errors were encountered: