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
when the current device configuration already has a "vn-segment" config statement for a vlan, then the nxos_vlans module in unable to change this value.
nxos_vlans module does not seem to issue a "no vn-segment" command when the mapped VNI needs to be changed.
NXOS CLI issues the error that vn-segment cannot be changed only AFTER one exits from VLAN config mode.
The text was updated successfully, but these errors were encountered:
SUMMARY
when the current device configuration already has a "vn-segment" config statement for a vlan, then the nxos_vlans module in unable to change this value.
ISSUE TYPE
COMPONENT NAME
nxos_vlans
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
NXOS: version 9.3(3)
Cisco Nexus9000 C93180YC-FX
STEPS TO REPRODUCE
current config on device
playbook:
vars/vlans.yaml
EXPECTED RESULTS
new config on device:
ACTUAL RESULTS
config unchanged
nxos_vlans module does not seem to issue a "no vn-segment" command when the mapped VNI needs to be changed.
NXOS CLI issues the error that vn-segment cannot be changed only AFTER one exits from VLAN config mode.
The text was updated successfully, but these errors were encountered: