ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.
TRUSTED BY
access-list 101 deny ip host 79.173.x.x host <ip address of router>
Since it's an attack, I wouldn't worry about legitimate traffic from that address.
But if you're worried about the attacks coming from other addresses:
access-list 101 deny tcp any eq 1029 <ip address of router> eq 4500
I wasn't sure which port was the source and which was the destination.