Develop A RESTCONF Application for NETCONF Device (vRouter 5600) via Brocade SDN Controller Using pybvc Library
If you have followed the previous blogs you have a Brocade SDN Controller installed and have used it to program OpenFlow flows to a Mininet virtual switch. But, what about all this talk of NETCONF? This post will demonstrate how to write a simple application that use the RESTCONF api of Brocade SDN Controller to connect a Brocade vRouter 5600 to Brocade SDN Controller via NETCONF and then to add/remove a firewall. It also introduces the pybvc Python library that wraps the RESTCONF calls and makes your applications a bit easier to read.
Download Links:
Related Blog Posts:
More Info Links:
- Brocade SDN Controller Wiki is where you can find out more information about Brocade SDN Controller.
- Brocade SDN Controller DevNet Community is where you can find discussions and docs about Brocade SDN Controller and programming it.