200-301 Exam Question 196

Drag and drop the descriptions from the left onto the configuration-management technologies on the right.

Ansible: - uses SSH for remote device communication - uses YAML for fundamental configuration elements Chef: - uses TCP port 10002 for configuration push jobs - uses Ruby for fundamental configuration elements Puppet: - fundamental configuration elements are stored in a manifest - uses TCP 8140 for communication The focus of Ansible is to be streamlined and fast, and to require no node agent installation. Thus, Ansible performs all functions over SSH. Ansible is built on Python, in contrast to the Ruby foundation of Puppet and Chef. TCP port 10002 is the command port. It may be configured in the Chef Push Jobs configuration file . This port allows Chef Push Jobs clients to communicate with the Chef Push Jobs server. Puppet is an open-source configuration management solution, which is built with Ruby and offers custom Domain Specific Language (DSL) and Embedded Ruby (ERB) templates to create custom Puppet language files, offering a declarative-paradigm programming approach. A Puppet piece of code is called a manifest, and is a file with .pp extension.

200-301 Exam Question 197

Which statement about DHCP snooping is true?
  • 200-301 Exam Question 198

    Router R6 does not form an EIGRP neighbor relationship correctly with router R1.
    What is the cause for this misconfiguration?
  • 200-301 Exam Question 199

    Drag and drop the attack-mitigation techniques from the left onto the Types of attack that they mitigate on the right.

    200-301 Exam Question 200

    While examining excessive traffic on the network, it is noted that all incoming packets on an interface appear to be allowed even though an IPv4 ACL is applied to the interface.
    Which two misconfigurations cause this behavior? (Choose two)