I have couple pairs of cisco Pix 5510 Firewall . Dual or Pair of 5510 is used for redundancy purpose . They are working fine . From Pair one is Active & other guy is in Standby mode. For most of the time they are synchronizing the rules with eachother but some times they are not synchronizing the changes made on one of the ASA. Logically they should synchronize even minor changes .
Here i want to ask whether there is an another way around to force the synchronization with other member when it is not synchronizing it's changes to firewall rules ?
I only know only way to synchronize is to issuse write terminal command.
By the way i am always modifying the firewall rules from the Cisco ASDM instead of command prompt. I thought to get rid of synchroniziation problem would be -----> modifying the access-lists entry exactly on the other pair on which synchronization is not taking place.
Please do find the list of messages as mentioned below , that i get from Cisco ASDM for your reference. I hope you have smart brain than me to nudge this out.
ASDM received messages(s) below when one or more of the commands below were sent to the ASA.
[OK] means success,[ERROR] means failure,[INFO] means information and [WARNING] means warning
message received.
[ERROR] no access-list corporate-in line 76 extended permit ip object-group switches 0.0.0.0 0.0.0.0
**** WARNING ****
Configuration Replication is NOT performed from Standby unit to Active unit.
Configurations are no longer synchronized.
[ERROR] no access-list corporate-in line 75 remark This is to allow UDP Traffic for TFTP to write configuration Files
**** WARNING ****
Configuration Replication is NOT performed from Standby unit to Active unit.
Configurations are no longer synchronized.
[ERROR] access-list corporate-in line 75 remark This is to allow UDP Traffic for TFTP to write configuration Files
**** WARNING ****
Configuration Replication is NOT performed from Standby unit to Active unit.
Configurations are no longer synchronized.
[ERROR] access-list corporate-in line 76 extended permit udp object-group switches eq tftp host X.X.X.X eq tftp
**** WARNING ****
Configuration Replication is NOT performed from Standby unit to Active unit.
Configurations are no longer synchronized.
When you make a config change, make sure you always perform the change on the primary (active) ASA, and configs will be synced.
read all about it here :
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00807dac5f.shtml
Kurt