Thursday, 12 March 2020

Configuration sync

Can
you perform a configuration sync?

Have you checked so that the BIG-IP devices are listening over the correct failover unicast address/port? Run the following command on both devices:

  1. netstat -na | grep 1026


The output should look like this:

  1. [root@bigip02:Active:Changes Pending] log netstat -na | grep 1026
  2.  
  3. udp 0 0 192.168.1.32:1026 0.0.0.0:*
  4. udp 0 0 10.10.10.32:1026 0.0.0.0:*

This setting is configured per device under: Device Management ›› Devices ›› [BIG-IP Hostname] ›› Failover Network.

No comments:

Post a Comment

🔥 The Hidden Risk of “Wide Open” Internal Policies — And How To Remove Them Safely

In one of my recent projects, I noticed a wide open internal traffic policy in place. Later, I was asked to work on this issue and remove th...