Extended Access List (ACL) for the Cisco CCNA in Packet tracer - Networkforyou

Опубликовано: 30 Сентябрь 2024
на канале: Network for you
4,289
52

Extended Access List (ACL) for the Cisco CCNA in Packet tracer - Networkforyou
#ExtendedACL #ACL #networkforyou
Follow us on Instagram   / _networkforyou_  

Hello Everyone,

In this video we are going to discuss Extended Access List (ACL) for the Cisco CCNA in Packet tracer .
If you have any question or need any support what app us: +91 81438 09578.
Join our Telegram Channel:https://t.me/networkforyou
Thanks.


About us:
We are Team of Senior Engineers have more than 12 years experiences and providing CISCO Training classroom, on-site and online training on various Networks, Python for Network Engineer, CISCO Certifications Like CCNA 200-301, CCNP ENCOR 350-401, CCNP ENARSI 300-410 and Firewall etc. Also working as full time as MSO (Mobile Switching Office) Engineer.
Thanks

Stay connected with us!
➤Instagram:   / _networkforyou_  
➤Website: https://networkforyou.net/
➤Twitter:   / networkforyou4  
➤Facebook: https://www.facebook.com/profile.php?...
➤Instagram:   / _networkforyou_  
➤Youtube:    / @networkforyou11  
➤Tumblr:   / networkforyou  
Configuration for Router 1:
en
config t
hostname R1
int f0/0
ip add 192.168.1.1 255.255.255.0
no sh
int f0/1
ip add 1.1.1.1 255.0.0.0
no sh
router rip
ver 2
no auto-summary
network 192.168.1.0
network 1.1.1.0
access-list 100 deny tcp host 192.168.1.2 host 192.168.2.2 eq 80
access-list 100 deny tcp host 192.168.1.3 host 192.168.2.3 eq 80
access-list 100 permit IP any any
int fa0/0
ip access-group 100 in
en
config t
hostname R2
int f0/0
ip add 192.168.2.1 255.255.255.0
no sh
int f0/1
ip add 1.1.1.2 255.0.0.0
no sh
router rip
ver 2
no auto-summary
network 192.168.2.0
network 1.1.1.0

Thanks