News:

SMF - Just Installed!

Main Menu

Cisco CCNA labs

Started by mahesh, Dec 16, 2023, 06:21 AM

Previous topic - Next topic

mahesh

Hi,

I'm doing some CCNA labs and I'm having trouble reading a extended ACL properly. Actually its the last part I don't really understand.

ACL command I shall execute:
GAD(config)#access-list 101 deny tcp 192.168.14.0 0.0.0.255 any eq 80

The ACL written in text: deny tcp traffic from network 192.168.14.0 with wildcardmask 0.0.0.255 to any port 80?

I don't understand why "any" is before "eq 80".

Can someone explain me why?