Computer NetworksNETWORKS

Free CCNA (NEW) | Named Extended ACL Lab | Video 53 | CCNA 200-301 Complete Course



Free CCNA (NEW) | Named Extended ACL Lab | Video 53 | CCNA 200-301 Complete Course
#CCNA200301 #ACL #Networkforyou

Hello Friends,
We are started New Playlist for CCNA 200-301 in this we are going to cover CCNA complete course.
This is Video 53 here we discuss Extended ACL Lab.
If you face any issues put in comments we are going to assist you in that.

If you need our notes please fill this form link is given below and then write in command so we will send you notes.

Link: https://forms.gle/q9gzi2coo6TvmWY28

Thanks

Configuration:

en
config t
hostname R1

int f0/0
ip add 192.168.1.1 255.255.255.0
no sh

int f1/0
ip add 192.168.2.1 255.255.255.0
no sh

int f0/1
ip add 192.168.3.1 255.255.255.0
no sh

router rip
ver 2
no auto-summary
network 192.168.3.0
network 192.168.2.0
network 192.168.1.0

permit tcp host 192.168.1.2 host 192.168.3.2 eq telnet
deny tcp 192.168.1.0 0.0.0.255 host 192.168.3.2 eq telnet
deny tcp host 192.168.2.2 host 192.168.3.2 eq telnet
permit icmp host 192.168.1.3 host 192.168.3.2 echo
permit icmp host 192.168.1.3 host 192.168.3.2 echo-reply
deny icmp 192.168.1.0 0.0.0.255 host 192.168.3.2 echo
deny icmp 192.168.1.0 0.0.0.255 host 192.168.3.2 echo-reply
deny icmp host 192.168.2.2 host 192.168.3.2 echo
deny icmp host 192.168.2.2 host 192.168.3.2 echo-reply
permit ip any any

int f0/1
ip access-group abc out

————————
en
config t
hostname R2
int f0/0
ip add 192.168.3.2 255.255.255.0
no sh

enable password 12345

router rip
ver 2
no auto-summary
network 192.168.3.0
exit
line vty 0 4
password cisco
login

source
ccna

Leave a Reply

Your email address will not be published. Required fields are marked *