CCNA Security Chapter 9 Exam v2

Last Updated on October 21, 2019 by Admin

Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 Full 100%

  1. Refer to the exhibit. An administrator creates three zones (A, B, and C) in an ASA that filters traffic. Traffic originating from Zone A going to Zone C is denied, and traffic originating from Zone B going to Zone C is denied. What is a possible scenario for Zones A, B, and C?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 10

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 10

    • A – DMZ, B – Inside, C – Outside
    • A – Inside, B – DMZ, C – Outside
    • A – DMZ, B – Outside, C – Inside
    • A – Outside, B – Inside, C – DMZ
      Explanation:

      ASA protects Network/Zone C (Inside) from unauthorized access by users on a Network/Zone B (Outside). It also denies traffic from Network/Zone A (DMZ) to access the Network/Zone C (Inside).

  2. What is one of the drawbacks to using transparent mode operation on an ASA device?​

    • no support for IP addressing
    • no support for using an ASA as a Layer 2 switch​
    • no support for management
    • no support for QoS 
      Explanation:

      In transparent mode the ASA functions like a Layer 2 device. An ASA device can have an IP address assigned on the local network for management purposes. The drawbacks to using transparent mode include no support for dynamic routing protocols, VPNs, QoS, or DHCP Relay.

  3. What is a characteristic of ASA security levels?​

    • The lower the security level on an interface, the more trusted the interface.
    • Each operational interface must have a name and be assigned a security level from 0 to 200.
    • Inbound traffic is identified as the traffic moving from an interface with a higher security level to an interface with a lower security level.
    • An ACL needs to be configured to explicitly permit traffic from an interface with a lower security level to an interface with a higher security level.
      Explanation:

      The ASA assigns security levels to distinguish between inside and outside networks. The higher the level, the more trusted the interface. The security level numbers range between 0 to 100. When traffic moves from an interface with a higher security level to an interface with a lower security level, it is considered outbound traffic.

  4. Refer to the exhibit. Two types of VLAN interfaces were configured on an ASA 5505 with a Base license. The administrator wants to configure a third VLAN interface with limited functionality. Which action should be taken by the administrator to configure the third interface?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 09

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 09

    • The administrator needs to acquire the Security Plus license, because the Base license does not support the proposed action.
    • The administrator configures the third VLAN interface the same way the other two were configured, because the Base license supports the proposed action.​
    • The administrator must enter the no forward interface vlan command before the nameif command on the third interface.
    • Because the ASA 5505 does not support the configuration of a third interface, the administrator cannot configure the third VLAN.
      Explanation:

      An ASA 5505 with a Base license does not allow three fully functioning VLAN interfaces to be created, but a third “limited” VLAN interface can be created if it is first configured with the no forward interface vlan command. When the inside and outside VLAN interfaces are configured, the no forward interface vlan number command must be entered before the nameif command is entered on the third interface. The Security Plus license is required to achieve full functionality.
  5. What command defines a DHCP pool that uses the maximum number of DHCP client addresses available on an ASA 5505 that is using the Base license?

    • CCNAS-ASA(config)# dhcpd address 192.168.1.20-192.168.1.50 inside​
    • CCNAS-ASA(config)# dhcpd address 192.168.1.25-192.168.1.56 inside
    • CCNAS-ASA(config)# dhcpd address 192.168.1.30-192.168.1.79 inside​
    • CCNAS-ASA(config)# dhcpd address 192.168.1.10-192.168.1.100 inside​
      Explanation:

      The ASA 5505 Base license is a 10-user license and therefore the maximum number of DHCP clients supported is 32. The only pool that contains 32 addresses is the pool with range 192.168.1.25-192.168.1.56
  6. Which two statements are true about ASA standard ACLs? (Choose two.)​

    • They are applied to interfaces to control traffic.
    • They identify only the destination IP address.
    • They are the most common type of ACL.
    • They specify both the source and destination MAC address.
    • They are typically only used for OSPF routes.
      Explanation:

      ASA standard ACLs are used to identify the destination IP addresses, unlike IOS ACLs where a standard ACL identifies the source host/network. They are typically only used for OSPF routes and can be used in a route map for OSPF redistribution. Standard access lists cannot be applied to interfaces to control traffic.

  7. Refer to the exhibit. A network administrator is configuring the security level for the ASA. What is a best practice for assigning the security level on the three interfaces?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 08

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 08

    • Outside 0, Inside 35, DMZ 90
    • Outside 40, Inside 100, DMZ 0
    • Outside 0, Inside 100, DMZ 50
    • Outside 100, Inside 10, DMZ 40
      Explanation:

      The Cisco ASA assigns security levels to distinguish among different networks it connects. Security levels define the level of trustworthiness of an interface. The higher the level, the more trusted the interface. The security level numbers range between 0 (untrustworthy) to 100 (very trustworthy). Therefore, the interface connecting to the Internet should be assigned the lowest level. The interface connecting to the internal network should be assigned the highest level. The interface connecting to the DMZ network should be assigned a level between them.

  8. Refer to the exhibit. A network administrator is configuring the security level for the ASA. Which statement describes the default result if the administrator tries to assign the Inside interface with the same security level as the DMZ interface?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 07

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 07

    • The ASA console will display an error message.
    • The ASA will not allow traffic in either direction between the Inside interface and the DMZ.
    • The ASA allows inbound traffic initiated on the Internet to the DMZ, but not to the Inside interface.
    • The ASA allows traffic from the Inside to the DMZ, but blocks traffic initiated on the DMZ to the Inside interface.
      Explanation:

      Multiple interfaces in an ASA can be assigned the same security level. To allow connectivity between interfaces with the same security levels, the same-security-traffic permit inter-interface global configuration command is required. Traffic from the higher level network to the lower level network is allowed by default. However, traffic initiated on the lower level network is denied access to the higher level network by default.
  9. What is a difference between ASA IPv4 ACLs and IOS IPv4 ACLs?

    • ASA ACLs do not have an implicit deny any at the end, whereas IOS ACLs do.
    • ASA ACLs are always named, whereas IOS ACLs are always numbered.
    • ASA ACLs use forward and drop ACEs, whereas IOS ACLs use permit and deny ACEs.
    • ASA ACLs use the subnet mask in defining a network, whereas IOS ACLs use the wildcard mask.
    • Multiple ASA ACLs can be applied on an interface in the ingress direction, whereas only one IOS ACL can be applied.
      Explanation:

      There are many similarities between ASA ACLs and IOS ACLs, including:

      • In both, there is an implicit deny any
      • Only one ACL per interface, per protocol, per direction still applies.
      • Both use deny and permit ACEs.
      • ACLs can be either named or numbered.

      ASA ACLs differ from IOS ACLs in that they use a network mask (e.g., 255.255.255.0) instead of a wildcard mask (e.g. 0.0.0.255). Although most ASA ACLs are named, they can also be numbered.

  10. What is the purpose of the webtype ACLs in an ASA?

    • to restrict traffic that is destined to an ASDM
    • to filter traffic for clientless SSL VPN users
    • to inspect outbound traffic headed towards certain web sites
    • to monitor return traffic that is in response to web server requests that are initiated from the inside interface
      Explanation:

      The webtype ACLs are used in a configuration that supports filtering for clientless SSL VPN users.
  11. Refer to the exhibit. A network administrator has configured NAT on an ASA device. What type of NAT is used?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 06

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 06

    • inside NAT
    • static NAT
    • outside NAT
    • bidirectional NAT
      Explanation:

      NAT can be deployed on an ASA using one of these methods:

      • inside NAT – when a host from a higher-security interface has traffic destined for a lower-security interface and the ASA translates the internal host address to a global address
      • outside NAT – when traffic from a lower-security interface destined for a host on the higher-security interface is translated
      • bidirectional NAT – when both inside NAT and outside NAT are used together

      Because the nat command is applied so that the inside interface is mapped to the outside interface, the NAT type is inside. Also, the dynamic keyword in the nat command indicates that it is a dynamic mapping.

  12. Refer to the exhibit. A network administrator is configuring an object group on an ASA device. Which configuration keyword should be used after the object group name SERVICE1?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 05

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 05

    • ip
    • tcp
    • udp
    • icmp
      Explanation:

      Because this is a service object group, the keyword should indicate which protocol is used. The options are tcp, udp, tcp-udp, icmp, and icmpv6. The subsequent commands indicate that the services in the group are WWW, FTP, and SMTP. Because all of these protocols use TCP, the keyword in the service object group should be tcp.
  13. When dynamic NAT on an ASA is being configured, what two parameters must be specified by network objects? (Choose two.)

    • the inside NAT interface
    • the interface security level
    • a range of private addresses that will be translated
    • the outside NAT interface
    • the pool of public global addresses 
      Explanation:

      On an ASA, both the pool of addresses that will be used as inside global address and the range of internal private addresses that should be translated are configured through network objects.

  14. What function is performed by the class maps configuration object in the Cisco modular policy framework?

    • restricting traffic through an interface
    • applying a policy to an interface
    • applying a policy to interesting traffic
    • identifying interesting traffic
      Explanation:

      There are three configuration objects in the MPF; class maps, policy maps, and service policy. The class maps configuration object uses match criteria to identify interesting traffic.

  15. Refer to the exhibit. Based on the security levels of the interfaces on ASA1, what traffic will be allowed on the interfaces?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 04

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 04

    • Traffic from the Internet and DMZ can access the LAN.
    • Traffic from the LAN and DMZ can access the Internet.
    • Traffic from the Internet and LAN can access the DMZ.
    • Traffic from the Internet can access both the DMZ and the LAN.
      Explanation:

      ASA devices have security levels assigned to each interface that are not part of a configured ACL. These security levels allow traffic from more secure interfaces, such as security level 100, to access less secure interfaces, such as level 0. By default, they allow traffic from more secure interfaces (higher security level) to access less secure interfaces (lower security level). Traffic from the less secure interfaces is blocked from accessing more secure interfaces.

  16. What are three characteristics of the ASA routed mode? (Choose three.)

    • This mode does not support VPNs, QoS, or DHCP Relay.
    • The interfaces of the ASA separate Layer 3 networks and require different IP addresses in different subnets.
    • It is the traditional firewall deployment mode.
    • NAT can be implemented between connected networks.
    • This mode is referred to as a “bump in the wire.”
    • In this mode, the ASA is invisible to an attacker.
      Explanation:

      Routed mode is the traditional mode for deploying a firewall where there are two or more interfaces that separate Layer 3 networks. The ASA is considered to be a router hop in the network and can perform NAT between connected networks. Routed mode supports multiple interfaces. Each interface is on a different subnet and requires an IP address on that subnet.

  17. Refer to the exhibit. An administrator has configured an ASA 5505 as indicated but is still unable to ping the inside interface from an inside host. What is the cause of this problem?

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 01

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 01

    • An IP address should be configured on the Ethernet 0/0 and 0/1 interfaces.
    • The no shutdown command should be entered on interface Ethernet 0/1.
    • The security level of the inside interface should be 0 and the outside interface should be 100.
    • VLAN 1 should be assigned to interface Ethernet 0/0 and VLAN 2 to Ethernet 0/1.
    • VLAN 1 should be the outside interface and VLAN 2 should be the inside interface.
      Explanation:

      VLAN 1 and VLAN 2 have been configured correctly. Neither e0/0 nor e0/1 have been activated. For an inside host to ping the inside interface would require activating the e0/1 interface.

  18. Refer to the exhibit. According to the command output, which three statements are true about the DHCP options entered on the ASA 5505? (Choose three.)

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 03

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 03

    • The dhcpd auto-config outside command was issued to enable the DHCP client.
    • The dhcpd address [start-of-pool]-[end-of-pool] inside command was issued to enable the DHCP client.
    • The dhcpd enable inside command was issued to enable the DHCP client.
    • The dhcpd auto-config outside command was issued to enable the DHCP server.
    • The dhcpd address [start-of-pool]-[end-of-pool] inside command was issued to enable the DHCP server.
    • The dhcpd enable inside command was issued to enable the DHCP server. 
  19. Refer to the exhibit. According to the command output, which three statements are true about the DHCP options entered on the ASA 5505? (Choose three.)

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 02

    Implementing Network Security ( Version 2.0) – CCNAS Chapter 9 Exam Answers 2019 02

    • The dhcpd auto-config outside command was issued to enable the DHCP client.
    • The dhcpd address [start-of-pool]-[end-of-pool] inside command was issued to enable the DHCP client.
    • The dhcpd enable inside command was issued to enable the DHCP client.
    • The dhcpd auto-config outside command was issued to enable the DHCP server.
    • The dhcpd address [start-of-pool]-[end-of-pool] inside command was issued to enable the DHCP server.
    • The dhcpd enable inside command was issued to enable the DHCP server.
      Explanation:

      The show running-config object command is used to display or verify the IP address/mask pair within the object. There can only be one statement in the network object. Entering a second IP address/mask pair will replace the existing configuration.
  20. What must be configured on a Cisco ASA device to support local authentication?

    • AAA
    • RSA keys
    • SSHv2
    • encrypted passwords
    • the IP address of the RADIUS or TACACS+ server
      Explanation:

      An ASA can be configured to authenticate by using a local user database or an external server, or both. Local authentication on a Cisco ASA requires the configuration of AAA on the ASA.
  21. Which statement describes a difference between the Cisco ASA IOS CLI feature and the router IOS CLI feature?

    • To indicate the CLI EXEC mode, ASA uses the % symbol whereas a router uses the # symbol.
    • To complete a partially typed command, ASA uses the Ctrl+Tab key combination whereas a router uses the Tab key.
    • ASA uses the ? command whereas a router uses the help command to receive help on a brief description and the syntax of a command.
    • To use a show command in a general configuration mode, ASA can use the command directly whereas a router will need to enter the do command before issuing the show command.
      Explanation:

      The ASA CLI is a proprietary OS which has a similar look and feel to the Cisco router IOS. Although it shares some common features with the router IOS, it has its unique features. For example, an ASA CLI command can be executed regardless of the current configuration mode prompt. The IOS do command is not required or recognized. Both the ASA CLI and the router CLI use the # symbol to indicate the EXEC mode. Both CLIs use the Tab key to complete a partially typed command. Different from the router IOS, the ASA provides a help command that provides a brief command description and syntax for certain commands.
  22. What are two factory default configurations on an ASA 5505? (Choose two.)

    • The internal web server is disabled.
    • VLAN 1 is assigned a security level of 100.
    • VLAN 2 is configured with the name inside.
    • PAT is configured to allow internal hosts to access remote networks through an Ethernet  interface.
    • DHCP service is enabled for internal hosts to obtain an IP address and a default gateway from the upstream device.
      Explanation:

      The ASA 5505 ships with a default configuration that includes the following:

      • VLAN 1 – for the inside network with security level 100.
      • VLAN 2 – for the outside network with security level 0 and it should acquire its IP address and default route from an upstream device.
      • PAT is configured so that inside host addresses are translated using the outside interface IP address.
      • HTTP access for ASDM is enabled.
      • DHCP services are provided to the inside hosts.
  23. Which type of NAT would be used on an ASA where 10.0.1.0/24 inside addresses are to be translated only if traffic from these addresses is destined for the 198.133.219.0/24 network?

    • dynamic NAT
    • dynamic PAT
    • policy NAT
    • static NAT
      Explanation:

      Policy NAT is based on rules that determine when specific source addresses will get translated. Those source addresses are intended for specific destination addresses or for specific ports or for both a destination address and a specific port.

  24. Which statement describes a feature of AAA in an ASA device?

    • Accounting can be used alone.
    • Authorization is enabled by default.
    • Both authorization and accounting require a user to be authenticated first.
    • If authorization is disabled, all authenticated users will have a very limited access to the commands.
      Explanation:

      AAA services (authentication, authorization, and accounting) are disabled by default. Authentication can be used alone or with authorization and accounting. Authorization always requires a user to be authenticated first. Accounting can be used alone, or with authentication and authorization. Authorization controls the services and commands that are available to each authenticated user. If authorization is not enabled, authentication would provide the same access to services for all authenticated users.

  25. A network administrator is working on the implementation of the Cisco Modular Policy Framework on an ASA device. The administrator issues a clear service-policy command. What is the effect after this command is entered?

    • All service policies are removed.
    • All class map configurations are removed.
    • All policy map configurations are removed.
    • All service policy statistics data are removed.
      Explanation:

      In an MPF implementation, the clear service-policy command clears the service policy statistics. The clear configure service-policy command in global configuration mode removes all service policies.
  26. What is needed to allow specific traffic that is sourced on the outside network of an ASA firewall to reach an internal network?

    • NAT
    • ACL
    • dynamic routing protocols
    • outside security zone level 0
      Explanation:

      In order to explicitly permit traffic from an interface with a lower security level to an interface with a higher security level, an ACL must be configured. By default, traffic will only flow from a higher security level to a lower.
  27. What are two differences between an ASA 5505 and an ASA 5506-X with FirePOWER device? (Choose two.)

    • SSL VPN support
    • security level settings
    • remote access VPN functions
    • default DRAM memory in the device
    • type of Ethernet ports in the backplane
      Explanation:

      The default DRAM memory is 4 GB in a Cisco ASA 5506-X device. The default DRAM memory in a Cisco ASA 5505 device is 256 MB. Both devices have 8 Ethernet ports in the backplane.However, Ethernet ports in ASA 5505 are switch ports and Ethernet ports in ASA 5506-X are routed ports. Both devices support remote access VPN functions, security level settings, and SSL VPN.

  28. A network analyst needs to reset an ASA 5506-X device to its default as-shipped state after the next reboot. What is the minimum length of time the RESET pin should be pressed to take the this effect?

    • 3 seconds
    • 5 seconds
    • 10 seconds
    • 15 seconds
      Explanation:

      On the backplane of an ASA 5506-X device, there is a RESET pin at the lower right side. If pressed for longer than three seconds, it resets the ASA to its default “as-shipped” state following the next reboot.