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.
Hi,I am trying to construct a API query on class vzBrCP (contract). I want to find a contract where a certain EPG is a consumer and another EPG is a provider.This is an example of a contract (I have changed the names and removed some unnecessary info...
I am trying to create a route map/profile that will do a set when it matches a prefix and then pass it along to the next match and possibly do a set again.
Is this possible in ACI?
The documentation for class fvSubnet states that "nd" is default for subnet control.
When creating a fvSubnet child under a fvBD the "ctrl" field becomes blank if nothing is specified.
Is "nd" implied if nothing is explicitly conifugured?
And if I co...
Hi,
I have been trying to figure how to construct an API query which gives me a response including fvAEPg, fvCEp, fvIp and fvRsCEpToPathEp.
I have tried this URI and it kind of gives me the result I want but it is missing fvRsCEpToPathEp:
"api/clas...
Class "fvCEp" does not have an attribute called "ip". Maybe it did in an earlier version. But not in 5.2(5e) at least.In my installation this works instead:api/class/fvCEp.json?rsp-subtree=full&query-target=children&query-target-filter=eq(fvIp.addr,"...
Thanks for your reply.My problem is the other way around though. I don't know if there is a contract between 2 EPG's and would like to find out. I'm trying to create a script for automating.I'm guessing I could get all contracts where epg1 is provide...