Cisco Troubleshooting and Maintaining Cisco IP Switched Networks (TSHOOT) (642-832日本語版) - 642-832日本語 Exam Practice Test

Question 1



Correct Answer:
Solution Steps need to follow as below:
When we check on client 1 & Client 2 desktop we are not receiving DHCP address from R4 ipconfig ----Client will be receiving IP address 10.2.1.3
IP 10.2.1.3 will be able to ping from R4 , but cannot ping from R3, R2, R1
This clearly shows problem at R4 since EIGRP is between DSW1, DSW2 & R4 and OSPF protocol is running between R4, R3, R2, R1 so routes from R4 are not propagated to R3, R2, R1
Since R4 is able to ping 10.2.1.3 it means that routes are received in EIGRP & same needs to be advertised in OSPF to ping from R3, R2, R1.
Need to check the routes are being advertised properly or not in OSPF & EIGRP vice-versa.
From above snap shot it clearly indicates that redistribution done in EIGRP is having problem & by default all routes are denied from ospf to EIGRP... so need to change route-map name.
Change required: On R4, in redistribution of EIGRP routing protocol, we need to change name of route-map to resolve the issue...


So in ticket Answer to the fault condition will be as below for
Question 2


Correct Answer: E
Question 3


Correct Answer: C
Question 4



Correct Answer: C
Question 5


Correct Answer: B
Question 6


Correct Answer: C
Question 7


Correct Answer:
Solution Steps need to follow as below:
-When we check on client 1 & Client 2 desktop we are not receiving DHCP address from R4 Ipconfig ----- Client will be getting 169.X.X.X
-On ASW1 port Fa1/0/ 1 & Fa1/0/2 access port VLAN 10 was assigned which is using IP address 10.2.1.0/24 Sh run ------- & check for running config of int fa1/0/1 & fa1/0/2
interface FastEthernet1/0/1 switchport mode access switchport access vlan 10 interface FastEthernet1/0/2 switchport mode access switchport access vlan 10
-We need to check on ASW 1 trunk port the trunk Po13 & Po23 were receiving VLAN 20 & 200 but not VLAN 10 so that switch could not get DHCP IP address and was failing to reach IP address of Internet
-Change required: On ASW1 below change is required for switch-to-switch connectivity.. int range portchannel13,portchannel23 switchport trunk allowed vlan none switchport trunk allowed vlan 10,200

So in ticket Answer to the fault condition will be as :