04-24-2021 06:13 AM
Hello,
I am exploring cisco modeling labs and the nx-os 9000 switch, i was trying to set it up to configure it with Ansible, but whats the basic congif for the switch?
I have:
vrf context management
ip route 0.0.0.0/0 10.10.30.254
interface mgmt0
description to port1.sandbox-backend
duplex full
vrf member management
ip address 10.10.30.177/24
But the playbook i did to retrieve the config doesnt work, says: "msg: '[Errno 110] Connection timed out'"
What i am doing wrong? Thanks
Solved! Go to Solution.
04-24-2021 03:39 PM
Do you have reachability from Server ansible to nexus ? how is your ansible config looks like: or refer to below documentation :
https://docs.ansible.com/ansible/latest/network/user_guide/platform_nxos.html
04-24-2021 03:39 PM
Do you have reachability from Server ansible to nexus ? how is your ansible config looks like: or refer to below documentation :
https://docs.ansible.com/ansible/latest/network/user_guide/platform_nxos.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide