P.S. Vivid 200-125 braindump are available on Google Drive, GET MORE: https://www.slideshare.net/reinigerodp/certleader-200-125examquestionsmaterials
Q1. Which statement about native VLAN traffic is true?
A. Cisco Discovery Protocol traffic travels on the native VLAN by default
B. Traffic on the native VLAN is tagged with 1 by default
C. Control plane traffic is blocked on the native VLAN.
D. The native VLAN is typically disabled for security reasons
Answer: B
Q2. Which two statements about wireless LAN controllers are true? (Choose two.)
A. They can simplify the management and deployment of wireless LANs.
B. They rely on external firewalls for WLAN security.
C. They are best suited to smaller wireless networks.
D. They must be configured through a GUI over HTTP or HTTPS.
E. They can manage mobility policies at a systemwide level.
Answer: A,E
Q3. Which command can you enter to verify that a 128-bit address is live and responding?
A. traceroute
B. telnet
C. ping
D. ping ipv6
Answer: D
Q4. Which routing protocol has the smallest default administrative distance?
A. IBGP
B. OSPF
C. IS-IS
D. EIGRP
E. RIP
Answer: D
Explanation: http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol- bgp/15986-admin-distance.html
Default Distance Value Table
This table lists the administrative distance default values of the protocols that Cisco supports:
Route Source
Default Distance Values
Connected interface 0
Static route 1
Enhanced Interior Gateway Routing Protocol (EIGRP) summary route 5
External Border Gateway Protocol (BGP) 20
Internal EIGRP 90
IGRP 100 OSPF
110
Intermediate System-to-Intermediate System (IS-IS) 115
Routing Information Protocol (RIP) 120
Exterior Gateway Protocol (EGP) 140
On Demand Routing (ODR) 160
External EIGRP 170
Internal BGP 200
Unknown* 255
Q5. Which statement about Cisco Discovery Protocol is true?
A. It is a Cisco-proprietary protocol.
B. It runs on the network layer.
C. It can discover information from routers, firewalls, and switches.
D. It runs on the physical layer and the data link layer.
Answer: A
Q6. If the primary root bridge experiences a power loss, which switch takes over?
A. switch 0004.9A1A.C182
B. switch 00E0.F90B.6BE3
C. switch 00E0.F726.3DC6
D. switch 0040.0BC0.90C5
Answer: A
Q7. Which three options are the HSRP states for a router? (Choose three.)
A. initialize
B. learn
C. secondary
D. listen
E. speak
F. primary
Answer: B,D,E
Explanation:
HSRP States
Q8. 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
!
R1 does not form an OSPF neighbor adjacency with R2. Which option would fix the issue?
A. R1 ethernet0/1 is shutdown. Configure the no shutdown command.
B. R1 ethernet0/1 configured with a non-default OSPF hello interval of 25, configure no ip ospf hello interval 25
C. R2 ethernet0/1 and R3 ethernet0/0 are configured with a non-default OSPF hello interval of 25; configure no ip ospf hello interval 25
D. Enable OSPF for R1 ethernet0/1; configure ip ospf 1 area 0 command under ethernet0/1
Answer: B
Q9. Which three commands can you use to set a router boot image? (Choose three.)
A. Router(config)# boot system flash c4500-p-mz.121-20.bin
B. Router(config)# boot system tftp c7300-js-mz.122-33.SB8a.bin
C. Router(config)#boot system rom c7301-advipservicesk9-mz.124-24.T4.bin
D. Router> boot flash:c180x-adventerprisek9-mz-124-6T.bin
E. Router(config)#boot flash:c180x-adventerprisek9-mz-124-6T.bin
F. Router(config)#boot bootldr bootflash:c4500-jk9s-mz.122-23f.bin
Answer: A,B,C
Q10. Which command can you enter to verify that a BGP connection to a remote device is established?
A. show ip bgp summary
B. show ip community-list
C. show ip bgp paths
D. show ip route
Answer: A
100% Latest Cisco 200-125 Questions & Answers shared by Certleader, Get HERE: https://www.certleader.com/200-125-dumps.html (New 890 Q&As)