Question 401

Refer to the exhibit.

R5 is the current DR on the network, and R4 is the BDR. Their interfaces are flapping, so a network engineer wants the OSPF network to elect a different DR and BDR. Which set of configurations must the engineer implement?
A)

B)

C)

D)
  • Question 402

    A network engineer is configuring an OSPFv2 neighbor adjacency Drag and drop the parameters from the left onto their required categories on the right. Not all parameters are used

    Question 403

    Refer to the exhibit.

    To which device does Router1 send packets that are destined to host 10.10.13.165?
  • Question 404

    An engineer must configure a/30 subnet between two routers. Which usable IP address and subnet mask combination meets this criteria?
  • Question 405

    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.