Controllers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

I'm not sure if this is the right area to post this, but has anyone played with the ACI Ansible role from Code Exchange?: https://developer.cisco.com/codeexchange/github/repo/datacenter/ansible-role-aci-model I modified it to build an ACI topology in...

AJ Cruz by Level 3
  • 2896 Views
  • 5 replies
  • 0 Helpful votes

Hi, I try to run a python script to do a query in apic database for class l1PhysIf to obtain a port inventory, code seems to be ok, but when I execute code I get error: cobra.mit.request.QueryError: Unable to process the query, result dataset is too ...

Hi  there,I'm digging my way through the queries with Cobra SDK and I'm getting stuck on how to extract a Json formatted output from a query. This is easily done when you push a new config using toJSONStr from jsoncodec in both cobra and ACI-toolkit ...

m.papini by Level 1
  • 1897 Views
  • 4 replies
  • 0 Helpful votes

Resolved! How to convert a

Hi all, I did a REST API call and I get a response like this: result = b [{"id":"865776","name":"Cisco","url":"https://abc.com}]"] I learned, that this is binary object (bold b), but I couldn't find anything to convert.My question is:How could I conv...

I am attempting to locate and install the actual Cisco ACI simulator that works with VmWare. Not the appliance version of the code. I know there was some issue in the past on this code working on a standard VmWare appliance due to the hardware token ...

brbrewer by Level 1
  • 2806 Views
  • 3 replies
  • 0 Helpful votes

I have hosts with multiple uplinks that connect to L2 disjointed networks. Is it possible to install multiple AVS switches on the same host. Each AVS instance will have uplinks that connect to the different networks.Thanks

Hi, I have a question if someone successfully installed Cisco APIC-EM on Hyper-V VM? If yes what was the version of APIC-EM? I tried several times with newest one 1.6.4.30024 but it hangs on "enabling application apicem basics" and nothing happening ...

kubn2 by Level 1
  • 1464 Views
  • 1 replies
  • 0 Helpful votes

I'm trying to use the ACI Toolkit to create a bunch of EPGs and to extend them out a L2Out.  I have most of it working but I'm having issues with the add_context module.  I want to be able to add a context from the common tenant to the BD but I can't...