200-125 Exam Details

  • Exam Code
    :200-125
  • Exam Name
    :Cisco Certified Network Associate
  • Certification
    :Cisco Certifications
  • Vendor
    :Cisco
  • Total Questions
    :1316 Q&As
  • Last Updated
    :Dec 13, 2021

Cisco 200-125 Online Questions & Answers

  • Question 431:

    Which destination IP address can a host use to send one message to multiple devices across different subnets?

    A. 172.20.1.0
    B. 127.0.0.1
    C. 192.168.0.119
    D. 239.255.0.1

  • Question 432:

    Which protocol does ipv6 use to discover other ipv6 nodes on the same segment?

    A. CLNS
    B. TCPv6
    C. NHRP
    D. NDP
    E. ARP

  • Question 433:

    which two facts must you table into account when you deploy PPPoE?(choose two)

    A. You must manually configure IP addresses on the PPPoE interface
    B. DDR is not supported
    C. DDR idle timers must be configured to support VPDN logging
    D. PPPoE supports a maximum of 10 clients per customer premises equipment
    E. An individual PVC can support one PPPoE client

  • Question 434:

    The GRE tunnel between R3 and Branch 1 is down. Which cause of the issue is ture?

    A. The tunnel source loopback0 interface is not advertised into EIGRP in Branch1.
    B. The tunnel source loopback0 interface is not advertised into EIGRP in R3.
    C. The EIGRP neighbor relationship was not formed due to EIGRP packets blocked by inbound ACL on R3.
    D. THe EIGRP neighbor relationship was not formed due the IP address being misconfigured between the R2 and R3 interface.

  • Question 435:

    Which effete does the aaa new-model coniguration commandhave?

    A. It enables AAA services on the device.
    B. It configures the device to connect to a RADIUS server for AAA.
    C. It associates a RADIUS server to an AAA group.
    D. It configures a local user on the device.

  • Question 436:

    How can you manually configure a switch so that it is selected as the root Switch?

    A. increase the priority number
    B. lower the port priority number
    C. lower the priority number D. increase the port priority number

  • Question 437:

    Which two statements about private addresses are true? (Choose two)

    A. They can be used without tracking or registration
    B. They are used on a home network, they must be translated before they can connect to the Internet
    C. They can traverse the Internet when an outbound ACL is applied.
    D. The IP address authority issues them in conjunction with an autonomous system number
    E. An individual enterprise network can use up to 65,536 private addresses

  • Question 438:

    R1# show running-config

    interface Loopback0

    description ***Loopback***

    ip address 192.168.1.1 255.255.255.255

    ip ospf 1 area 0

    !

    interface Ethernet0/0

    description **Connected to R1-LAN**

    ip address 10.10.110.1 255.255.255.0

    ip ospf 1 area 0

    !

    interface Ethernet0/1

    description **Connected to L2SW**

    ip address 10.10.230.1 255.255.255.0

    ip ospf hello-interval 25

    ip ospf 1 area 0

    !

    router ospf 1

    log-adjacency-changes

    R2# show running-config R2 ! interface Loopback0 description **Loopback** ip address 192.168.2.2 255.255.255.255 ip ospf 2 area 0 ! interface Ethernet0/0 description **Connected to R2-LAN** ip address 10.10.120.1 255.255.255.0 ip ospf 2 area 0 ! interface Ethernet0/1 description **Connected to L2SW** ip address 10.10.230.2 255.255.255.0 ip ospf 2 area 0 ! router ospf 2 log-adjacency-changes

    R3# show running-config R3 username R6 password CISCO36 ! interface Loopback0 description **Loopback** ip address 192.168.3.3 255.255.255.255 ip ospf 3 area 0 ! interface Ethernet0/0 description **Connected to L2SW** ip address 10.10.230.3 255.255.255.0 ip ospf 3 area 0 ! interface Serial1/0 description **Connected to R4-Branch1 office** ip address 10.10.240.1 255.255.255.252 encapsulation ppp ip ospf 3 area 0 ! interface Serial1/1 description **Connected to R5-Branch2 office** ip address 10.10.240.5 255.255.255.252 encapsulation ppp ip ospf hello-interval 50 ip ospf 3 area 0

    ! interface Serial1/2 description **Connected to R6-Branch3 office** ip address 10.10.240.9 255.255.255.252 encapsulation ppp ip ospf 3 area 0 ppp authentication chap ! router ospf 3 router-id 192.168.3.3 !

    R4# show running-config R4 ! interface Loopback0 description **Loopback** ip address 192.168.4.4 255.255.255.255 ip ospf 4 area 2

    ! interface Ethernet0/0 ip address 172.16.113.1 255.255.255.0 ip ospf 4 area 2

    !

    interface Serial1/0 description **Connected to R3-Main Branch office** ip address 10.10.240.2 255.255.255.252 encapsulation ppp ip ospf 4 area 2 ! router ospf 4 log-adjacency-changes

    R5# show running-config R5 !

    interface Loopback0 description **Loopback** ip address 192.168.5.5 255.255.255.255 ip ospf 5 area 0 ! interface Ethernet0/0 ip address 172.16.114.1 255.255.255.0 ip ospf 5 area 0 ! interface Serial1/0 description **Connected to R3-Main Branch office** ip address 10.10.240.6 255.255.255.252 encapsulation ppp ip ospf 5 area 0 ! router ospf 5 log-adjacency-changes

    R6# show running-config R6 username R3 password CISCO36 ! interface Loopback0 description **Loopback** ip address 192.168.6.6 255.255.255.255 ip ospf 6 area 0 ! interface Ethernet0/0 ip address 172.16.115.1 255.255.255.0 ip ospf 6 area 0 ! interface Serial1/0 description **Connected to R3-Main Branch office** ip address 10.10.240.10 255.255.255.252 encapsulation ppp

    ip ospf 6 area 0 ppp authentication chap ! router ospf 6 router-id 192.168.3.3 !

    An OSPF neighbor adjacency is not formed between R3 in the main office and R4 in the Branch1 office. What is causing the problem?

    A. There is an area ID mismatch.
    B. There is a Layer 2 issue; an encapsulation mismatch on serial links.
    C. There is an OSPF hello and dead interval mismatch.
    D. The R3 router ID is configured on R4.

  • Question 439:

    Which prompt does a Cisco switch display when it is running in privileged exec mode?

    A. switch>
    B. switch#
    C. switch(config)#
    D. switch(config-if)#

  • Question 440:

    Which NAT function can map multiple inside addresses to a single outside address?

    A. PAT
    B. SFTP
    C. RARP
    D. ARP
    E. TFTP

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Cisco exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 200-125 exam preparations and Cisco certification application, do not hesitate to visit our Vcedump.com to find your solutions here.