1) Router1(config)#access-list 112 deny ip host 207.207.7.51 host 207.207.7.18 Router1(config)#access-list 112 permit ip

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

1) Router1(config)#access-list 112 deny ip host 207.207.7.51 host 207.207.7.18 Router1(config)#access-list 112 permit ip

Post by answerhappygod »

1) Router1(config)#access-list 112 deny ip host
207.207.7.51 host 207.207.7.18
Router1(config)#access-list 112 permit ip any any
Router1(config)#interface GigabitEthernet0/0
Router1(config-if)#ip access-group 112 in
Router1(config-if)#exit
How do you verify that this ACL is working or not working?
Question 40 options:
Ping 207.207.7.18 from ANY PC
Ping 207.207.7.18 from Router1 E0
Ping 207.207.7.18 from 207.207.7.51
Ping 207.207.7.51 from 207.207.7.18
2)
Unless permitted by a specific statement, the "implicit deny"
will
Question 36 options:
Deny all traffic not matching an ACL
Allow all packets
Allow high priority traffic
Allow most packet
3)
In ACLs, if you leave out a statement that will override the
implicit deny then all traffic not matching an ACL
Question 34 options:
will be allowed
will be blocked
will not be affected
will be delayed
4)
The command Lab_A(config)#access-list
10 deny host 172.16.10.17
Lab
A(config) #access-list 10 permit
any will block:
Question 31 options:
172.16.10.0 through 172.16.10.255
172.16.10.8 through 172.16.10.15
172.16.10.0 through 172.16.10.7
172.16.10.17 only
5)
Which is not a method of frame tagging?
Question 30 options:
LANE
FDDI
IEEE 802.3u
IEEE 802.1q
6)
Which Frame Tagging method changes the Ethernet frame by adding
the VLAN information to a field within the frame itself?
Question 29 options:
IEEE 802.1q
LAN Emulation (LANE)
IEEE 802.11
Inter Switch-Link (ISL)
7)
Each port on a switch can be assigned to how many VLANs at the
same time?
Question 27 options:
None
Two
Unlimited
One
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply