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
Unable to update configuration when using IPv6 addresses. Confirmed issue occurs with both "ipv6 address" and "ipv6 dhcp relay destination" commands. Idempotency warning are triggered the first time commands are run on cisco switch. Commands are accepted and show in running config.
Vlan interface updated with IPv6 relay address(s).
ACTUAL RESULTS
Idempotency is always triggered on first run. Completes successfully on subsequent runs but changed is not triggered and configuration not saved though present in running.
ANSIBLE_NETWORK_IMPORT_MODULES: Result: {'changed': True, 'warnings': ['To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device'], 'commands': ['interface Vlan99', 'ipv6 dhcp relay destination 2001::1'], 'updates': ['interface Vlan99', 'ipv6 dhcp relay destination 2001::1'], 'banners': {}, 'invocation': {'module_args': {'lines': ['ip helper-address [192.168.1.1](https://192.168.1.1/)', 'ip helper-address [192.168.2.2](https://192.168.2.2/)', 'ipv6 dhcp relay destination 2001::1'], 'parents': ['interface Vlan99'], 'match': 'line', 'replace': 'line', 'multiline_delimiter': '@', 'defaults': False, 'backup': False, 'save_when': 'never', 'src': None, 'before': None, 'after': None, 'running_config': None, 'intended_config': None, 'backup_options': None, 'diff_against': None, 'diff_ignore_lines': None}}, '_ansible_parsed': True}
[WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device
The text was updated successfully, but these errors were encountered:
SUMMARY
Unable to update configuration when using IPv6 addresses. Confirmed issue occurs with both "ipv6 address" and "ipv6 dhcp relay destination" commands. Idempotency warning are triggered the first time commands are run on cisco switch. Commands are accepted and show in running config.
ISSUE TYPE
COMPONENT NAME
cisco.ios.ios_config
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Verified against:
Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500es8-UNIVERSALK9-M), Version 03.11.08.E RELEASE SOFTWARE (fc1)
Cisco IOS Software, C3560CX Software (C3560CX-UNIVERSALK9-M), Version 15.2(7)E9, RELEASE SOFTWARE (fc1)
STEPS TO REPRODUCE
EXPECTED RESULTS
Vlan interface updated with IPv6 relay address(s).
ACTUAL RESULTS
Idempotency is always triggered on first run. Completes successfully on subsequent runs but changed is not triggered and configuration not saved though present in running.
The text was updated successfully, but these errors were encountered: