This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
Dear All,
I have one ASA with version 8.2 and i want to know whether below fearure are bydefault enable or not as in running config its not showing.
feature:
fragment chain 1
floodguard {enable}
Solved! Go to Solution.
Dear fm network,
Please refer below link for your question:
http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/conns_protect.html
Thanks and Regards,
Ashish Shirkar
(Technical community manager-Network Infrastructure)
Dear All,
I have one ASA with version 8.2 and i want to know whether below fearure are bydefault enable or not as in running config its not showing.
feature:
fragment chain 1
floodguard {enable}
Dear fm network,
Please refer below link for your question:
http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/conns_protect.html
Thanks and Regards,
Ashish Shirkar
(Technical community manager-Network Infrastructure)
there are two ways to find that out:
1) in the command-reference, all commands are shown with the defaults:
http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/cmd_ref.html
2) with the command
show runn all
you see all configuration including the defaults.
With that you see that the default fragment chain is 24 packets.
For floodguard it is not that easy to find out. There you have to know that it's a command from old PIX-times and is now enabled by default and not configurable.