# Multiprotocol Label Switching (MPLS) - Cisco IOS
# Meraki
# SD WAN –Software Defined WAN is a software-defined approach to managing the WAN.
# Simple , secure way to route traffic for quality experience.
# Evolution of MPLS technology
# SD-WAN is the application of Software Defined Networking (SDN) concepts to the edge devices that apply rules and policies to send traffic along the best path
# Applicable to wider scenarios
# MPLS handled failure scenarios with backup links, SD-WAN handles them with real-time traffic steering based on centralized policy
# Unifies the entire WAN backbone, it delivers comprehensive analytics across the full enterprise back bone, globally.
Video Link : https://www.cisco.com/c/en_in/products/ios-nx-os-software/multiprotocol-label-switching-mpls/index.html#~mpls-vs-sd-wan
Through a dashboard called vManage, Cisco SD-WAN provides:
Transport independence - Guaranteeing zero network downtime, automates application flexibility over multiple connections.
Network services - Deliver rich networking and security services with clicks on the dashboard.
Endpoint flexibility - Simplify connectivity across branches, campuses, data centers, or cloud environments, extending the SD-WAN fabric wherever you need it to go.
vManage: Network Management System (NMS): Centralized network management system, to configure overlay networks from a dashboard.
vSmart Controller: Controls the flow of data traffic by working with the vBond orchestrator to authenticate SD-WAN devices as they join the network.
vBond Orchestrator: Orchestrates connectivity between vEdge routers and vSmart controllers.
vEdge Routers: Provisioned at the perimeter of a site and delivered as hardware, software, cloud or virtualized components.
devasc@labvm:~/labs/devnet-src/sd-wan$
cat sd-wan-get-devices_1.py
- Import libraries
- def variables defining the vmanage host
- Login action
cat sd-wan-get-devices_2.py
- Authenticate login
- Get session token
- Verify token status code is 200
cat sd-wan-get-devices_3.py
cat sd-wan-get-devices.py
- Retrieves list of devices
No comments:
Post a Comment