Cisco Troubleshooting and Maintaining Cisco IP Switched Networks (TSHOOT) - 642-832 Exam Practice Test
Which two of the following options are categories of Network Maintenance tasks?
Correct Answer: B,C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
The implementations group has been using the test bed to do a `proof-of-concept'. After several changes to the network addressing, routing schemes, a trouble ticket has been opened indicating that the loopback address on R1 (2026::111:1) is not able to ping the loopback address on DSW2(2026::102:1).
Use the supported commands to isolated the cause of this fault and answer the following questions.
What is the solution to fault condition?


Use the supported commands to isolated the cause of this fault and answer the following questions.
What is the solution to fault condition?


Correct Answer: D
Vote an answer
The implementations group has been using the test bed to do a `proof-of-concept' that requires both Client 1 and Client 2 to access the WEB Server at 209.65.200.241. After several changes to the network addressing, routing scheme, DHCP services, NTP services, and FHRP services, a trouble ticket has been opened indicating that Client 1 cannot ping the 209.65.200.241 address.
Use the supported commands to isolated the cause of this fault and answer the following questions.
The fault condition is related to which technology?

Use the supported commands to isolated the cause of this fault and answer the following questions.
The fault condition is related to which technology?

Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
The following commands are issued on a Cisco Router:
Router(configuration)#access-list 199 permit tcp host 10.1.1.1 host 172.16.1.1
Router(configuration)#access-list 199 permit tcp host 172.16.1.1 host 10.1.1.1
Router(configuration)#exit
Router#debug ip packet 199
What will the debug output on the console show?
Router(configuration)#access-list 199 permit tcp host 10.1.1.1 host 172.16.1.1
Router(configuration)#access-list 199 permit tcp host 172.16.1.1 host 10.1.1.1
Router(configuration)#exit
Router#debug ip packet 199
What will the debug output on the console show?
Correct Answer: C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
The implementations group has been using the test bed to do a `proof-of-concept' that requires both Client 1 and Client 2 to access the WEB Server at 209.65.200.241. After several changes to the network addressing, routing scheme, DHCP services, NTP services, layer 2 connectivity, FHRP services, and device security, a trouble ticket has been opened indicating that Client 1 cannot ping the 209.65.200.241 address.
Use the supported commands to isolated the cause of this fault and answer the following questions.
On which device is the fault condition located?


Client is unable to ping IP 209.65.200.241
Use the supported commands to isolated the cause of this fault and answer the following questions.
On which device is the fault condition located?


Client is unable to ping IP 209.65.200.241
Correct Answer: D
Vote an answer
The implementations group has been using the test bed to do a `proof-of-concept' that requires both Client 1 and Client 2 to access the WEB Server at 209.65.200.241. After several changes to the network addressing, routing schemes, DHCP services, NTP services, layer 2 connectivity, FHRP services, and device security, a trouble ticket has been opened indicating that Client 1 cannot ping the 209.65.200.241 address.
Use the supported commands to isolate the cause of this fault and answer the following question.
What is the solution to the fault condition?


Use the supported commands to isolate the cause of this fault and answer the following question.
What is the solution to the fault condition?


Correct Answer: B
Vote an answer
DRAG DROP Match the items on the left to their purpose on the right


Correct Answer:

Explanation:
EEM -> CLI based Management and Monitoring
SDM -> Provides a GUI for Administration
FTP -> Used for Backup and Restore
Cisco IOS Embedded Event Manager (EEM) is a powerful and flexible CLI based subsystem that provides
real-time network event detection and onboard automation. It gives you the ability to adapt the behavior of
your network devices to align with your business needs.
Cisco SDM is an intuitive, Web-based device-management tool for Cisco IOS@ Software-based routers.
The Cisco SDM simplifies router and security configuration through smart wizards, which help customers
and Cisco partners quickly and easily deploy, configure, and monitor a Cisco router without requiring
knowledge of the command-line interface (CLI). The Cisco SDM is supported on a wide range of Cisco
routers and Cisco IOS Software releases.
Cisco devices can use FTP to backup and restore configuration files and IOS software. Some examples of
this are shown below:
Example 1: Backing up manually
R1# copy startup-config ftp://kevin:[email protected] Address or name of remote host [ 192.168.22.33]?
Destination file name [r1-confg]?
Writing R1-confg !!!
3458 bytes copied in 3.443 secs (1243 bytes/sec)
Example 2: Backing up automatically
The configuration below will make a backup:
write-memory Trigger backup when running-config is copied to nvram time-period 1440 Trigger backup
every 1440 minuttes. 60*24=1440 !
ip ftp username kevin
ip ftp password dj7jS
!
archive
path ftp://192.168.2.33/R1-config
write-memory
time-period 1440Viewing
R1#show archive
The next archive file will be named ftp://192.168.2.33/R1-confg-4 Archive # Name
1 ftp://192.168.2.33/R1-confg-1
2 ftp://192.168.2.33/R1-confg-2
3 ftp://192.168.2.33/R1-confg-3 <- Most Recent