State refresh is used in PIM Dense mode.
By default cisco router will process state-refresh message and forward it. It won't originate the state-refresh message by default.
To enable originate state-refresh message, you need to enable it in the interface on the router that directly connect to the source. This way the router knows when the mroute will be timeout and stop generate the state-refresh message.
interface ser 1/0.25
ip pim state-refresh originate-interval [sec]
Wednesday, April 22, 2009
Monday, April 13, 2009
How to generate a valid ike debug, vpn debug and fw monitor
Solution |
It is very helpful to gather the IKE information in both directions by having both endpoints initiate communications at different times so you can see what each machine proposes to the other and then reconcile the differences. Generate debugs for ike and vpnd on both endpoints. These debugs are valid for VPN connections between SecureClient and Security Gateways, as well as for site to site VPN connections. Follow the steps below to generate debug information: Note: For SecurePlatform you must be logged in as Expert.
|
Reseting IKE/IPSec SA in Checkpoint
In VPN-1 NG all IKE/IPSec SAs are saved in the kernal. Therefore, deleting the appropriate kernal table is sufficent.
1. To delete IKE SAs, delete the IKE_SA_table;
2. To delete IPSec SAs, delete the inbound_SPI and the outbound_SPI table.
Notes: All three tables are 'keep' and, therefore, will not be deleted upon policy installation.
To delete a table,
1. Run the command fw -t table_name -x
2. Type 'yes' in the confirmation prompt.
1. To delete IKE SAs, delete the IKE_SA_table;
2. To delete IPSec SAs, delete the inbound_SPI and the outbound_SPI table.
Notes: All three tables are 'keep' and, therefore, will not be deleted upon policy installation.
To delete a table,
1. Run the command fw -t table_name -x
2. Type 'yes' in the confirmation prompt.
Subscribe to:
Posts (Atom)