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,Can you tell me how to set up a uSeg EPG in Terraform and how to set up uSeg Attributes like IP-based rules? I can create a uSeg EPG, but I don't know how to configure uSeg Attributes.Regards,
Hi, guys.When I create a Logical Node or Logical Interface in Cisco ACI from the APIC NX-OS style CLI, it works, but it does not appear on the GUI. To begin with, you cannot set the name of a Logical Node or Logical Interface when setting it from the...
Hi,If no such Resources exist, then use aci_rest Resources.https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/restIf you have a better answer, please let me know.Regards,
Hi, pdn2020.Try the following:apic1# show aaa sessions Username User Type Host Login Time ---------- ---------- --------------- ------------------------------ admin local 192.168.1.1 2020-10-16T04:27:08.733+00:0...
Hi, joezersk.I have registered several Ansible Modules for ACI in the past.Thanks for the advice on the aci_rest module as well. I will make use of it.Regards,
Hi, joezersk.Thanks for your kindness.Yes, the non-existent functionality of the Ansible module makes use of the aci_rest module. However, as aci_rest is not very convenient, I will create my own required module.Thank you for the introduction of API ...
Hi, joezersk.I agree with you. However, I thought it would be good if I could use the CLI to the extent possible, as it can be useful for creating a simple verification environment.Ansible is also a great option, but not all modules exist for all of ...