Troubleshooting Bond Interfaces
Troubleshooting Workflow
-
Check the status of the bond. From Expert mode, run
cat/proc/net/bonding/<bond id> -
If there is a problem, check if the physical link is down, as follows:
-
Execute the following command:
cphaconf show_bond <bond-name> -
Look for a slave interface that reports the status of the
linkas no. -
Check the cable connections and other hardware.
-
Check the port configuration on the switch.
-
-
Check if a cluster member
Security Gateway that is part of a cluster. is in the Down state, by running:cphaprob stateIf any of the cluster
Two or more Security Gateways that work together in a redundant configuration - High Availability, or Load Sharing. members have a Firewall Stateother than active, see Monitoring Cluster Status (cphaprob state) in the R80.20 ClusterXL Administration Guide.
On a VSX
Virtual System Extension. Check Point virtual networking solution, hosted on a computer or cluster with virtual abstractions of Check Point Security Gateways and other network devices. These Virtual Devices provide the same functionality as their physical counterparts. cluster member, reboot is needed after the following actions on a bond interface:
-
Changing a bond mode.
-
Adding a slave into a bond.
Note - Removing a slave does not require reboot.
For further information regarding bond status and failovers, view logs in the Logs & Monitor view. Any interface bond status change is logged and can be viewed in Logs & Monitor.
Connectivity Delays on Switches
When using certain switches, connectivity delays may occur during some internal bond failovers. With the various features that are now included on some switches, it can take close to a minute for a switch to begin servicing a newly connected interface. The following are suggestions for reducing the startup time after link failure.
-
Disable auto-negotiation on the relevant interface.
-
On some Cisco switches, enable PortFast, as detailed below.
Note - PortFast is not applicable if the bond group on the switch is configured as Trunk.
Warning Regarding Use of PortFast
The PortFast feature should never be used on ports that connect to other switches or hubs. It is important that the Spanning Tree complete the initialization procedure in these situations. Otherwise, these connections may cause physical loops where packets are continuously forwarded (or even multiply) in such a way that network will ultimately fail.
Sample Configuration of PortFast on a Cisco Switch
The following are the commands necessary to enable PortFast on a Gigabit Ethernet 1/0/15 interface of a Cisco 3750 switch running IOS.
-
Enter configuration mode:
cisco-3750A#conf t -
Specify the interface to configure:
cisco-3750A(config)#interface gigabitethernet1/0/15 -
Set PortFast on this interface:
cisco-3750A(config-if)#spanning-tree portfast