access-list 101 deny tcp 192.168.15.32 0.0.0.15 any eq tenet
access-list 101 permit ip any any
A. source ip address: 192.168.15.5 destination port: 21
B. source ip address: 192.168.15.37 destination port: 21
C. source ip address: 192.168.15.41 destination port: 21
D. source ip address: 192.168.15.36 destination port: 23
D. source ip address: 192.168.15.46 destination port: 23
F. source ip address: 192.168.15.49 destination port: 23
***********************
***********************
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
..
Correct D, E
Explanation:
From the access control list, we know that the denied network segment is 192.168.15.32 0.0.0.15 , that is, 192.168.15.32/28
--- 192.168.15.32 - 192.168.15.47. Telnet requests from a host in this nework segment will denied.
No comments:
Post a Comment