Which of the following access-list denies packets with a UDP header, any source IP address with source port greater than 10455, a destination IP address 30.3.3.3 and a destination port equal to 25?

(A) access-list 101 deny udp any gt 10455 host 30.3.3.3 eq 28
(B) access-list 101 deny udp any gt 10455 host 30.3.3.3 eq 25
(C) access-list 101 deny tcp any gt 10455 host 30.3.3.3 eq 25
(D) access-list 101 deny udp any gt 25 host 30.3.3.3 eq 25


Comments