Good Morning,
I have a single CP 5800 running R80.30 that has a single interface configured with multiple (128) VLANS. I now need to set the uplink to a Bond so I can use vPC from a pair of Cisco N5K
from what I have read it appears that I need to
1. Delete the VLANS which will remove them from the interface as well as the firewall configuration
2. Create the Bond group
3. Add the VLAN including IP address, VLAN number and make it a member of the Bond.
As I am lazy and not really looking forward to doing this is there a smarter way of doing this ?
I have learnt my lesson, next time I need to put VLANS on an interface I will create the Bond, even if it is a single interface, and then create the VLANS.
Could I follow the advice given in Solved: How to add VLAN interface in cluster - Check Point CheckMates and
Delete the VLANS via the GUI then using the CLI and using excel or similar create something like
add interface Bond5 vlan 3128
set interface Bond5.3128 ipv4-address 192.168.200.2 mask-length 24
save config
Then in Smart Console Get Interface without topology, then update the topology on the bond, I assume I would also need to update the topology on all the other interfaces, or is Smart Console smart enough to deal with that?
Cheers