-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cisco.ios.ios_vrf rises error when add address-family parameter #1110
Comments
Thank you for reaching out. Unfortunately, we do not support Version 15.6(1)T of the device. Our supported versions include 17.x and above. Could you please check if the issue persists with a 17.x version and let us know? We’d be happy to assist further based on that. |
Hi @roverflow, thanks for your reply. The issue is in this section of module cisco.ios.ios_vrf:
This section tries to make a "pop" of "data" key in the "mtd" dictonary and if you don't define the "mtd" and "data" dictonary in the ansible task you get the error mentioned in this issue. I solved the task execution by defining “mtd” and “date” in the playbook task:
In this case the playbook works:
But we don't have the expected result:
Thanks a lot |
yes, I have the same problem
This task produce this error
The right configuration should be:
Ansible version
Device software
|
I can see what is a difference. NX-OS has module which deals with address-families |
SUMMARY
The cisco.ios.ios_vrf module rises an error when add "address-family" parameter:
ISSUE TYPE
COMPONENT NAME
cisco.ios.ios_vrf
ANSIBLE VERSION
COLLECTION VERSION
-->
CONFIGURATION
OS / ENVIRONMENT
target OS:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: