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
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
smc.api.exceptions.UpdateElementFailed: Impossible to update the specified interface for the target Dummy-Cluster. Element appears invalid: You must define a CVI mode for NIC 9 Physical Interface.
There is no difference between explicitly setting cvi_mode or leaving it out, the exception is always thrown. If I understand the source code correctly, it seems like the value is set to none later:
Hi David,
I am trying to add VLAN interfaces to an existing layer3 physical interface of a cluster.
Unfortunately this throws an exception.
There is no difference between explicitly setting
cvi_modeor leaving it out, the exception is always thrown. If I understand the source code correctly, it seems like the value is set tononelater:smc-python/smc/core/collection.py
Line 643 in e027b8a
Changing that expression to
'cvi_mode': cvi_mode if macaddress else 'packetdispatch'does the trick and the VLANs are added.Am I using it wrong or is this a bug?
Btw: is this still the right place to raise issues, or should I move to Forcepoint/fp-NGFW-SMC-python?