InterviewSolution
Saved Bookmarks
| 1. |
How Do You Check The Status Of The Tunnel’s Phase 1 & 2? |
|
Answer» Following commands are USED to check the status of tunnel phases: Phase 1: show crypto isakmp and State: MM_ACTIVE Phase 2: show crypto IPsec SA If we have a lot of tunnels and the OUTPUT is very CONFUSING, then we can USE a ‘show crypto IPsec SA peer 12.12.12.12’ command. Following commands are used to check the status of tunnel phases: Phase 1: show crypto isakmp and State: MM_ACTIVE Phase 2: show crypto IPsec SA If we have a lot of tunnels and the output is very confusing, then we can use a ‘show crypto IPsec SA peer 12.12.12.12’ command. |
|