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 was handed a deployed DNA-Center 3-node Cluster. It is NOT configured to apply any Template information, for now it's only being used for Assurance purposes. Therefore, we add all "snmp-server hosts X.X.X.X" manually on our network devices.I know f...
I have two C9300s acting as Core Routers for my Site, with multiple VRFs. I'm migrating routing from OSPF to BGP, with OSPF acting as the Underlay for a VRF and BGP performing inter-VRF routing, between the two Cores, a Palo FW, and a Cisco SDWAN rou...
I'm developing a script to gather all the interfaces for a Cat9300, enable the user to select a single interface by interface number (ex 1/0/1), and make changes to that interface.The script does a normal Netconf request for all Interfaces with the b...
I'm new to Netconf/YANG and am having difficulty with a simple script. This script will eventually allow the user to edit a User Interface to change the Description, the Access VLAN, and Port-security settings.Using the IEFT model, I can get the inte...
Hi Giueseppe,Thanks for the reply.There was a BGP piece I was missing here (thank you to Cisco TAC):https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13761-39.htmlIn this scenario, my top-level BGP Process considered the per-V...
Thank you for your reply. I did check that link, and it looks interesting, but it did not necessarily address my issue.I did eventually figure it out with a combination of Operational and Configuration Models, using the Operational Model to query whi...
Charlie,Thanks for the reply. Part of being a Beginner is figuring out which trail to follow, especially when the existing trails are rough-cut with some leading to nowhere. I'm writing all sorts of scripts to do various things in my lab for testing,...