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.
We have Nexus Dashboard Insights 6.4.1.45 running on a 3 VM Nexus Dashboard 3.1(1k). The Nexus Dashboard cluster is directly connected to the ACI 6.0(4c) fabric. APIC is connected to Nexus Dashboard Insights, and Nexus Dashboard Insights can extract ...
I am installing Yangsuite on an Ubuntu 22.04.3 using the following procedure:
1. git clone https://github.com/CiscoDevNet/yangsuite/
2. cd yangsuite/docker
3. bash ./start_yang_suite.sh
I get the following error in step 16/16:
I have installed docke...
I have a UCS Central 2.0 where UCS Central controls User Management on registered UCS Domains (on UCS Domain I have set UCS Central Policy Resolution Control to "Global").Let us say, I have defined the following in UCS Central:- some global policies ...
Hi' Sandbox SupportI have a ACI Hardware Sandbox Reservation on Jan 16thAre there VM templates in the ACI Hardware Sandbox vCenter, since this will in practice be the only way I can create some VMs (uploading VM images is prohibited by bandwidt)BRJes...
Hi' Devnet Sandbox TeamI have used the ACI Hardware Sandbox lab To Day in a 2 hours "window".One of my primary purposes is to "verify" my configuration with real traffic between physical and virtual hosts. Most other configuration I can do in APIC Si...
I got it working by changing to version 2.9.17.
Consider this solved for now. Making the newest version work will be next step at some point of time.
Thanks for feedback
BR
Jesper
Great with feedback.
I changed the Dockerfile to
# Installing YANG Suite
RUN pip3 install --upgrade --no-cache yangsuite==3.0.1
rather than
# Installing YANG Suite
RUN pip3 install --upgrade --no-cache yangsuite
Unfortunately that did not solve the ...