Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to run the simple script below and getting the errors. What am I missing?Thanksimport requestscontroller = "http://10.10.10.111/"get_devices_url = controller + 'api/v0/network-device'get_devices_response = requests.get(get_devices_url)pri...
I am trying to use our ASA pair at our main datacenter as the Internet hub for all our remote sites that hit it over our MPLS WAN as well as a site to site VPN hub hairpinning the Inet traffic. This is all dynamically routed using EIGRP and GRE tunn...