What three session types are resource-limited by default when their context is a member of the default class?

In a Cisco ASA multiple-context mode of operation configuration, what three session types are resource-limited by default when their context is a member of the default class?(choose three).
A. Telnet sessions
B. ASDM sessions
C. IPSec sessions
D. SSH sessions
E. TCP sessions
F. SSL VPN sessions

cisco-exams

3 thoughts on “What three session types are resource-limited by default when their context is a member of the default class?

  1. Pay attention to the question. The question states “three session types limited by the DEFAULT CLASS”.

    If you read the configuration guide, among the resource limited session types are:

    telnet (max. 5 sessions)
    ssh (max. 5 sessions)
    ipsec (max. sessions)

    There is no session limited for ASDM. So, the right answer is A,C,D.

    https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/general/asa-96-general-config/ha-contexts.html#ID-2171-00000084 (look for Default Class)

  2. The config guide is wrong (!). It contains “IPsec sessions” but there is no resource with that name.

    class default
    limit-resource All 0
    limit-resource ASDM 5
    limit-resource SSH 5
    limit-resource Telnet 5

    However, 0 means unlimited for most resources but not for all. “For most resources, specify 0 for the number to set the resource to be unlimited or to be the system limit, if available. For VPN resources, 0 sets the limit to none. ”

    So I assume the most correct answer is
    ASDM, Telnet, SSH, AnyConnect and VPN Other.
    (including IPsec and SSLVPN)

    I would choose ASDM, Telnet and SSH on the exam.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.