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.
hello,
1) I am able to get uni/infra full json config via following icurl command from APIC CLI :
icurl -o /tmp/Extract-UNI_INFRA-181001.json -X 'GET http://localhost:7777/api/node/mo/uni/infra.json?rsp-subtree=full&rsp-prop-include=config-only'
2) h...
Hello,
we are running APIC 2.3 with ACI Spine/Leaf 12.3;
I have managed to collect some BGP commands that work on those ACI Leaf such as :
show ip bgp summary vrf TN_TRAN:TN_TRAN_VRFshow ip bgp neigh vrf TN_TRAN:TN_TRAN_VRFshow ip bgp neigh 10.1.1.1 ...
hello,
we have just changed the login method to the APIC from a local user to an LDAP/AD user : this works great with the GUI or CLI,but, I just noticed, that my Python script, used to extract APIC config and convert it in various Excel sheets, does ...
Hello,
we have to insert Firewalls between some VRFs (intra-Tenants and inter-Tenants VRFs) in a Dual Site ACI environment;
to make things easier, the wished design is to use a pair of firewalls, 1 Fiewall per DC, 1 active and 1 standby, with the nee...
Hello,
I am looking for useful moquery/HTTP GET options ; it is not a really new topic;
the objectives are mainly :
1) get a quicker and possibly more limited answer via CLI (if using moquery command) than via the GUI :
2) collect, in 1 shot, a set o...
Hello,
finally, I got the answer from CISCO ;
here it is :
moquery -c infraInfra -x rsp-subtree=full rsp-prop-include=config-only -o xml
moquery -c infraInfra -x rsp-subtree=full rsp-prop-include=config-only -o json
hello,
we had to do PVLANs tests on an ACI environment, and, if this can help, here are some informations we collected based on those tests (tcpdump traces done when possible) and based on CISCO TAC feedback :
1) only Primary vlan and Secondary Iso...
hello Ganesh,
thanks, it work !
btw, when issuing vsh command, as you have noticed,the following message appears :
Cisco iNX-OS Debug ShellThis shell should only be used for internal commands and existsfor legacy reasons. User should use ibash infr...
Hello Rick,
My question is just to know what is the command equivalent to :
show ip bgp neighbor 10.1.1.1 advertised-routes vrf TN_TRAN:TN_TRAN_VRF
since this command does not work on ACI Leaf
I perfectly understand that our BGP setup will conditio...