List five steps for troubleshooting the VPN tunnel link.
What will be an ideal response?
1. Check the source and destination IP address of the tunnel configured on the router.
2. Make sure the IP address on the ends of the tunnel are in the same subnet.
3. Ping the destination from the source.
4. Use show configuration or show run to make sure the source and destinations are properly configured.
5. If the problem is still not found, try rebooting the routers.
You might also like to view...
What is the time complexity of the following program?
double a = 0, b = 0; for (int x = 0; x <= M; x++ ) { a += Math.random(); } for (int x = 0; x <= N; x++ ) { b += Math.random(); } a. O(N+M) b. O(N*M) c. O(N) d. O(M)
Which hard drive type is typically used for servers?
A. SATA B. IDE C. PATA D. SCSI
Anchor names are case sensitive.
Answer the following statement true (T) or false (F)
Which of the following is not considered to be a legacy I/O port?
a. Serial b. USB c. Parallel d. PS/2