Question : Cisco ASA Logging Connections Increase

Maybe I'm just missing something but does it make sense that when I turn on logging on my ASA 5540 that the connections on the firewall increase A LOT?

The firewall will be sitting at about 65k connections and then suddenly when I turn logging on it shoots way up and doesn't appear to be stopping until I turn it off.

Any thought was to why this may be?

Thank you

Answer : Cisco ASA Logging Connections Increase

<cfform format="flash" width="300" height="500">
<cfformitem type="script">
function disable(){
if(check1.selected  == true)
{
     _root.mytext1.enabled = false;
     _root.mytext2.enabled = false;
     _root.mytext3.enabled = false;
     }
     else
     {
      _root.mytext1.enabled = true;
     _root.mytext2.enabled = true;
     _root.mytext3.enabled = true;
     }
     }
</cfformitem>
     <cfinput name="check1" type="checkbox" label="Disable" enabled="true" onClick="disable()" />
<cfinput type="text" name="mytext1">
<cfinput type="text" name="mytext2">
<cfinput type="text" name="mytext3">
</cfform>


This is the same way which i posted for you in earlier solutions :)  .
Random Solutions  
 
programming4us programming4us