Forum Discussion
Samir
MVP
Jun 26, 2023Generate csr via ansible script
Hi All,
Did any one tried to create CSR via f5 ansible module. I am trying my but can't make it. Written below script but it is unable to find ansible module for csr.
- name: Generate F5 BI...
Can you run a tcpdump on the LTM command line looking for any traffic to/from the VIP and then test a remote ping and HTTP request?
tcpdump -nni 0.0 -Xs0 host 10.101.2.47
Also, once you get the client to VIP connection working, if the pool members' default gateway isn't the LTM self IP on its subnet, you should enable SNAT automap on the VIP. This ensures that the pool members respond back to LTM.
Thanks,
Aaron