CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have 72 attendees signed up from 20 countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3, 9/7.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Clustering (Security Gateway HA and ClusterXL)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-02-14
ramoni ramoni is offline
Junior Member
 
Join Date: 2006-02-14
Posts: 1
Rep Power: 0
ramoni has an average reputation (10+)
Default Cluster XL Multicast configuration Catalyst 6500 IOS

Hi,

We are having some internal discussions about how to setup the cluster xl on NG FP3 and Catalyst 6500 with IOS. Does anyone run with this configuration? As long as I know from previous experience with Stonebeat, the syntax should be to put incoming port and then outgoing ports. For example, two nodes conected on Catalyst IOS switch on ports 4/1 and 4/2 and router on 4/3 should be:

mac-address-table static 01:00:5e:xx:xx:xx FE4/3 FE4/1 FE 4/2

If runing each node on a catalyst with a trunk port 1/1, nodes on 4/1 and routers on 4/5 should be:

Switch1: mac-address-table static 01:00:5e:xx:xx:xx FE4/5 FE4/1 G1/1
Switch2: mac-address-table static 01:00:5e:xx:xx:xx FE4/5 FE4/1 G1/1

I have not found any good documentation on this issue on all the resources I searched through (Checkpoint Knowledge Base, StoneBeat, CPUG, ...). If you have some, I would appreciate it.

Kind Regards,

Ramon Izaguirre
Reply With Quote
  #2 (permalink)  
Old 2006-03-06
maurox maurox is offline
Member
 
Join Date: 2005-11-17
Location: Italy
Posts: 82
Rep Power: 3
maurox has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Try to see on this site ( the documents are for stonebeat but the configuration on the switch is the same).
Maurox

http://www.stonesoft.com/support/StoneBeat/?id=1169
Reply With Quote
  #3 (permalink)  
Old 2006-04-25
FERappel FERappel is offline
Junior Member
 
Join Date: 2006-03-30
Location: Rio de Janeiro, RJ, Brasil
Posts: 8
Rep Power: 0
FERappel has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Check "Troubleshoot Interface Flapping" thread.
Reply With Quote
  #4 (permalink)  
Old 2006-06-16
bryancromwell bryancromwell is offline
Junior Member
 
Join Date: 2005-10-14
Posts: 3
Rep Power: 0
bryancromwell has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Old thead but...

Add to the cisco:

arp 10.1.1.1 01:00:5e:a3:98 arpa (10.1.1.1 Being your FW Vip) #
This sends the multicast taffic to the unicast vip

int vlan 173
no igmp snooping # Cisco IGMP snooping see's
CP multicast as invalid and drops the packet.


This is required to Multicast LS, Also make sure you do a cphaconf set_ccp
broadcast on both firewalls. Multicast sync cause random failovers when
using cisco switchs (We run 6513's) . Last thing, upgrading to NGX R60 took
care of a few LS issues in our enviroment. If you need anymore info let me
know.
Reply With Quote
  #5 (permalink)  
Old 2006-09-25
l0wkey l0wkey is offline
Junior Member
 
Join Date: 2006-05-11
Posts: 19
Rep Power: 0
l0wkey has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

IGMP Snooping was supposed to be fixed in NGX HFA04, has any one confirmed this?
Reply With Quote
  #6 (permalink)  
Old 2006-09-26
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

From release notes and SK -
http://secureknowledge.checkpoint.co....do?id=sk31934 - in HFA04 problem with IGMP was fixed.
Useful configuration doc - http://updates.checkpoint.com/filese...P_Snooping.pdf
Reply With Quote
  #7 (permalink)  
Old 2006-12-14
l0wkey l0wkey is offline
Junior Member
 
Join Date: 2006-05-11
Posts: 19
Rep Power: 0
l0wkey has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Has anyone actually TRIED it though without turning off IGMP snooping in IOS? Just curious =)
Reply With Quote
  #8 (permalink)  
Old 2006-12-15
_d3nx _d3nx is offline
Junior Member
 
Join Date: 2006-04-05
Location: VAN
Posts: 24
Rep Power: 0
_d3nx has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

disabling igmp snooping causes to flood the multicast traffic to all switch port. In this case switch behaves like hub for multicast traffic. It decreases performance of switch and security.

Here are my multicast setup on cisco 6500.

mac-address-table static 0100.5e58.28a1 vlan 101 interface GigabitEthernet1/2 Port-channel1
mac-address-table static 0100.5e58.28b1 vlan 102 interface GigabitEthernet1/8 Port-channel1
mac-address-table static 0100.5e58.28c1 vlan 103 interface GigabitEthernet1/11 Port-channel1

Since I have redundant switches, i have also added Port-Channel into command.
Reply With Quote
  #9 (permalink)  
Old 2007-01-30
jvalenzuela jvalenzuela is offline
Junior Member
 
Join Date: 2007-01-16
Posts: 29
Rep Power: 0
jvalenzuela has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Quote:
Originally Posted by maurox View Post
Try to see on this site ( the documents are for stonebeat but the configuration on the switch is the same).
Maurox

http://www.stonesoft.com/support/StoneBeat/?id=1169
Ehmm...Mauro....the link is not available. Don't you have another link?

Thanks

jorge
Reply With Quote
  #10 (permalink)  
Old 2008-03-04
hornsan hornsan is offline
Junior Member
 
Join Date: 2006-04-12
Posts: 3
Rep Power: 0
hornsan has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Hi,

I have a ClusterXL problem here. I am using ClusterXL New Mode as well. When i bring down the FW1, FW2 takes over, but the Internet connection failed. We are using Cisco 6500 series (4-ports layer 2 VLAN created for this external subnet). According to CheckPoint, this mode is running on Unicast, we SHOULD NOT worry about the MULTICAST IGMP. Do i need to create the manual ARP??

The same solution works well in Cisco 4500 series switch.

Any idea?? please help.
Reply With Quote
  #11 (permalink)  
Old 2008-06-19
b0h3m3 b0h3m3 is offline
Junior Member
 
Join Date: 2006-09-24
Posts: 2
Rep Power: 0
b0h3m3 has an average reputation (10+)
Default Re: Cluster XL Multicast configuration Catalyst 6500 IOS

Quote:
Originally Posted by kva.kva View Post
From release notes and SK -
http://secureknowledge.checkpoint.co....do?id=sk31934 - in HFA04 problem with IGMP was fixed.
Useful configuration doc - Check Point Software Technologies: Download Center


Thanks very kva.kva. That's exactly what I was looking for.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 22:09.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0