Skip to main content

Posts

Showing posts with the label SDN

SD-WAN Cisco Sandbox

  Want to get started using network automation, but don't have a suitable home lab? Cisco, as always, has you covered. The sandbox has configurations with special programming languages (For lack of a more clarifying term) like Ansible, YAML, or JSON, and probably Python. It's reminiscent of Cisco Live's Capture the Flag games, which I've participated in before. The site within the sandbox does not have full connectivity; Is redundancy set up? Are two routers connected to each other and one not? There's more info if you scroll to the right - "Device groups", "up since", "connected vManage", which is an SD-WAN controller that ensures visibility and control from end-to-end.   You'll notice TCP Optimization isn't reachable. This chart is the activity over 24 hours. If I sort by a smaller amount of time - say 1 or 3 - there is no data to show. Here's a reachable device. and here are the active interfaces [vedge01

REST with SDN

I came across a nifty site - Cisco DevNet , helping developers learn how to work with Software-Defined Networking, and I wanted to jump in feet first. Luckily, the idea is to program in Python.