NETCONF /YANG with a 9800 Part 4: A Simple Python Program To Update Tags on the 9800

So we have seen how to get information from the 9800 via NETCONF/ YANG now lets look at how we update config on the 9800. For this we are going to focus on adding the mapping of an access point to its tags. Normally to do this via the CLI we would use these commands …

Continue reading NETCONF /YANG with a 9800 Part 4: A Simple Python Program To Update Tags on the 9800

NETCONF /YANG with a 9800 Part 3: A Simple Python Script To Get Information From The 9800

Now that we seen how to enable NETCONF/ YANG on the 9800, how to use the Advanced Netconf Explorer to view/ test calls to the controller, lets look at doing this with Python. So first you need to have Python installed. If you don't have it installed check out this https://realpython.com/installing-python or one of the …

Continue reading NETCONF /YANG with a 9800 Part 3: A Simple Python Script To Get Information From The 9800