The access list has been configured. Which packets will be permitted ?

PlAwAnSaI

Administrator
Refer to the output.


Code:
ipv4 access-list FILTER
10 permit tcp any 192.168.15.32 0.0.0.15 eq www
20 deny ipv4 any 192.168.15.32 0.0.0.15
30 permit ipv4 any any


The access list has been configured on the Gi0/0/0/0 interface in the inbound direction. Which four packets that are sourced from 10.1.1.1 TCP port 1060, if they are routed to the Gi0/0/0/0 interface, will be permitted? (Choose four)

A. destination IP address: 192.168.15.49, destination TCP port: 80
B. destination IP address: 192.168.15.49, destination TCP port: 8080
C. destination IP address: 192.168.15.46, destination TCP port: 80
D. destination IP address: 192.168.15.41, destination TCP port: 8080
E. destination IP address: 192.168.15.36, destination TCP port: 80
F. destination IP address: 192.168.15.37, destination TCP port: 8080
bigeyes.gif
 
Top