10-05-2005 02:36 AM - edited 02-20-2020 09:28 PM
Hello
i have basic questions. if want to trace ICMP and UDP flooding attack, how can i configure router serial interface?
access-list 101 permit icmp any any echo log-input
access-list 101 permit icmp any any echo-rely log-input
access-list 101 permit udp any any eq echo log-input
access-list 101 permit udp any eq echo any log-input
is this good enough or any more detail way for this.
thanks all
10-05-2005 04:22 AM
hi
are you trying to block the icmp and udp traffic or you want them to be blocked ?
as per your config lines if you bind the same or apply the same on the serial interface it will by default deny/block all the other traffic like tcp etc., leaving except udp,icmp coz of the default deny statement at the end of all the access-lists.
so try to modify the ACLs accordingly ...
find the link which will be useful to harden the security ..
http://www.cisco.com/warp/public/707/21.html
regds
10-06-2005 04:26 AM
hi thanks for responding,,,
i knew defualt deny,,,
of course permit ip any any is gonna be.
what I am asking is how to log a udp/icmp attacking.
any more detail ACL is possible ?
10-10-2005 07:40 PM
Here is a link to a docs that talks about tracing and logging attacks. Hope this is what you are looking for.
Go to tracing section
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide