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,I was wondering, if someone has any experience how Elisity use Cisco cat9300 as sensor and policy enforcement "agent" For example, what protocol do they use. For example, do they use restconf? And what kind of API calls are made and what part...
Hello,I was wondering, whether it is possible to loop through an array instead generating a line for each element in array. Extract::vars: ansible_become_pass: "{{ vault_sudo_password }}" ansible_python_interpreter: /usr/bin/python3 pr...
Hello,Our Cisco ISE HA does suffer from some performance issue and by checking the logs, it became obvious that were are dealing with a space issue: Sending SNMPv2 trap for partition /opt/podman/containers/storage/overlay/...merged which reaches the ...
Sunday, December 31, 20237:46 PMHello,Recently we did experience on two separate c4500 platforms same issue with Linecard:FPGA: 15.1(1r)SG18,Image: 03.11.05.E Syslog: %C4K_IOSMODPORTMAN-6-MODULEOFFLINE:Module8isoffline %C4K_LINECARD-2-UNCORRECTABL...
Hello,I am trying to run this simplified testbed file and receive the following issue:Also if you could please advise on the platform value required in testbed.yaml file when using cat4500.PID: WS-C4507R+E$ python3 pyATSTEST.pyTraceback (most recent...
Eventually, I was able to fix the sftp upload issue by removing the configured from GUI at: Admin > System > Maintenance > RepositoryAnd creating the repository via CLI.% Internal CA Store is not included in this backup. It is recommended to export ...
The same is illustrated in Ansible documetation: Iterating over a list of hashesIf you have a list of hashes, you can reference subkeys in a loop. For example:- name: Add several users ansible.builtin.user: name: "{{ item.name }}" state: prese...
After reviewing it together with someone from Ansible Community, it turned out that the syntax for loop was not correct:A space is needed after each ‘:’ and ‘,’ in the dictionary. Tip: use ``` before and after a block of YAML/code to make it easier t...
All those restrictions can be be ruled out (!)I was even able to SSH into server of repository by using same credentials.I also took a tcpdump and monitored incoming ssh connections: Able to confirm the SSH connection between ISE box and repository ...