Hello,
I'm planing to change the monitored VLAN on CLusterXL.
Platform : Check Point 6700
R81.10 take 335
I'm following this sk92784=> https://support.checkpoint.com/results/sk/sk92784#
According to the SK, it is needed to modify the following file $FWDIR/conf/cpha_specific_vlan_data.conf as below :
NAME_OF_PHYSICAL_INTERFACE_1 VLAN_ID_to_be_MONITORED
NAME_OF_PHYSICAL_INTERFACE_2 VLAN_ID_to_be_MONITORED
NAME_OF_PHYSICAL_INTERFACE_3 VLAN_ID_to_be_MONITORED
Example - monitor VLAN 2 on eth3, and VLAN 7 on eth5:
eth3 2
eth5 7
The thing is that i'm using 2 bonds (802.3ad) with 2 interfaces :
bond 1 : eth1-01 & eth1-02
bond 2: eth1-03 & eth1-04
The documentation does not mention anything about bond.
I would like to monitor VLAN 40 on the bond 1 and VLAN 50 on bond 2
I am wondering if the following lines would do the trick or if I should put the name of the bond instead :
eth1-01 40
eth1-02 40
eth1-03 50
eth1-04 50
Your help / confirmation would be greatly appreciated.
Regards,
ML15