Trivia Question - 10/2
ETRN (Extended Turn), is an extension to the SMTP mail delivery protocol that allows an SMTP server to request from another SMTP server any e-mail messages it has for a specific domain. Given that background, which of the following configurations below will rate limit the number of ETRN commands the server is allowed to 10 packets per second?
A)
policy-map type inspect esmtp mymap
match cmd verb etrn
rate-limit 10
policy-map global_policy
class inspection_default
inspect esmtp mymap
service-policy global_policy global
B)
policy-map esmtp mymap
match cmd etrn
rate-limit 10
policy-map global_policy
class inspection_default
inspect esmtp mymap
service-policy global_policy global
C)
policy-map type inspect esmtp mymap
match body length gt 32000
drop-connection log
policy-map global_policy
class inspection_default
inspect esmtp mymap
service-policy global_policy global
D)
policy-map type inspect esmtp mymap
match cmd line length gt 512
rate-limit 10
policy-map global_policy
class inspection_default
inspect esmtp mymap
service-policy global_policy global
Please email me your answer to be entered into a monthly drawing for a free itunes gift card.
