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 871:

    Refer to the exhibit.

    All of the routers in the network are configured with the ip subnet-zero command. Which network addresses should be used for Link A and Network A? (Choose two.)

    A. Network A - 172.16.3.48/26
    B. Network A - 172.16.3.128/25
    C. Network A - 172.16.3.192/26
    D. Link A - 172.16.3.0/30
    E. Link A - 172.16.3.40/30
    F. Link A - 172.16.3.112/30

  • Question 872:

    Which two commands correctly verify whether port security has been configured on port FastEthernet 0/12 on a switch? (Choose two.)

    A. SW1#show port-secure interface FastEthernet 0/12
    B. SW1#show switchport port-secure interface FastEthernet 0/12
    C. SW1#show running-config
    D. SW1#show port-security interface FastEthernet 0/12
    E. SW1#show switchport port-security interface FastEthernet 0/12

  • Question 873:

    When a router makes a routing decision for a packet that is received from one network and destined to another, which portion of the packet does if replace?

    A. Layer 2 frame header and trailer
    B. Layer 3 IP address
    C. Layer 5 session
    D. Layer 4 protocol

  • Question 874:

    Which file-system management command is used frequently when lOS backups, upgrades,and restores are performed?

    A. show dir
    B. show file
    C. delete
    D. copy

  • Question 875:

    Which three commands must you enter to create a trunk that allows VLAN 20? (Choose three)

    A. Switch(config-if)#switchport mode dynamic auto
    B. Switch(config-if)#switchport mode trunk
    C. Switch(config-if)#switchport trunk allowed vlan 20
    D. Switch(config-if)#switchport mode dynamic desirable
    E. Switch(config-if)#switchport trunk encapsulation dotlq
    F. Switch(config-if)#switchport trunk native vlan 20

  • Question 876:

    Refer to the exhibit.

    The two routers have had their startup configurations cleared and have been restarted. At a minimum, which option below must the administrator do to enable CDP to exchange information between R1 and R2?

    A. Configure the router with thecdp enablecommand.
    B. Configure IP addressing andno shutdowncommands on both the R1 and R2 fa0/1 interfaces.
    C. Configure IP addressing andno shutdowncommands on either of the R1 or R2 fa0/1 interfaces.
    D. Enterno shutdowncommands on the R1 and R2 fa0/1 interfaces.

  • Question 877:

    Refer to the exhibit.

    Which address range efficiently summarizes the routing table of the addresses for router Main?

    A. 172.16.0.0./21
    B. 172.16.0.0./20
    C. 172.16.0.0./16
    D. 172.16.0.0/18

  • Question 878:

    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 R5 in the Branch2 office. What is causing the problem?

    A. There is an area ID mismatch.
    B. There is a PPP authentication issue; a password mismatch.
    C. There is an OSPF hello and dead interval mismatch.
    D. There is a missing network command in the OSPF process on R5.

  • Question 879:

    Which command do you enter to enable an interface to support PPPoE on a client?

    A. Dev1(config)# bba-group pppoe bba1
    B. Dev1(config-if)# pppoe-client dial-pool-number1
    C. Dev1(config-if)# pppoe enable group bba1
    D. Dev1(config-if)# pppoe enable

  • Question 880:

    Which two pieces of information can you determine from the output of the show ntp status command? (Choose two.)

    A. whether the clock is synchronized
    B. the NTP version number of the peer
    C. the IP address of the peer to which the clock is synchronized
    D. whether the NTP peer is statically configured
    E. the configured NTP servers

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.