nerdexam
Cisco

300-720 · Question #44

What is the default behavior of any listener for TLS communication?

The correct answer is B. off. By default, TLS is disabled on Cisco ESA listeners, meaning the appliance will neither offer nor require TLS for incoming SMTP connections unless explicitly configured.

LDAP and SMTP Sessions

Question

What is the default behavior of any listener for TLS communication?

Options

  • Apreferred-verify
  • Boff
  • Cpreferred
  • Drequired

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    89% (17)
  • C
    5% (1)

Why each option

By default, TLS is disabled on Cisco ESA listeners, meaning the appliance will neither offer nor require TLS for incoming SMTP connections unless explicitly configured.

Apreferred-verify

'Preferred-verify' is a TLS mode that both prefers encryption and validates the peer certificate; it is not the default and must be manually configured.

BoffCorrect

The Cisco ESA ships with TLS set to 'off' for all listeners by default, so the appliance does not advertise the STARTTLS SMTP extension and will accept unencrypted connections without attempting to negotiate encryption. An administrator must explicitly change the setting to 'preferred' or 'required' to enable TLS negotiation.

Cpreferred

'Preferred' mode advertises STARTTLS and uses it when the remote host supports it but still allows unencrypted sessions; this must be explicitly enabled and is not the factory default.

Drequired

'Required' mode mandates TLS and rejects any connection that cannot negotiate encryption; this is a stricter setting that must be intentionally configured.

Concept tested: Cisco ESA listener default TLS configuration

Source: https://www.cisco.com/c/en/us/td/docs/security/esa/esa14-0/user_guide/b_ESA_Admin_Guide_14-0/b_ESA_Admin_Guide_chapter_01001001.html

Topics

#TLS#Listeners#Default settings#SMTP sessions

Community Discussion

No community discussion yet for this question.

Full 300-720 Practice