Which of the following access-list denies packets with a UDP header, a source IP address 30.3.3.3 and a source port greater than 10455, any destination IP address with destination port equal to 25?
(A) access-list 101 deny udp host 30.3.3.3 gt 10455 any eq 30
(B) access-list 101 deny udp host 30.3.3.3 gt 25 any eq 25
(C) access-list 101 deny udp host 30.0.0.0 gt 10455 any eq 25
(D) access-list 101 deny udp host 30.3.3.3 gt 10455 any eq 25
Comments
Post a Comment