350-701 · Question #629
A network administrator is setting up a site-to-site VPN from a Cisco FTD to a cloud environment. After the administrator configures the VPN on both sides, they still cannot reach the cloud…
The correct answer is A. show crypto ipsec sa. To verify if a site-to-site VPN is actively encrypting and decrypting traffic in both directions on a Cisco FTD, the show crypto ipsec sa command is used to inspect the IPsec Security Associations.
Question
A network administrator is setting up a site-to-site VPN from a Cisco FTD to a cloud environment. After the administrator configures the VPN on both sides, they still cannot reach the cloud environment. Which command must the administrator run on the FTD to verify that the VPN is encrypting traffic in both directions?
Options
- Ashow crypto ipsec sa
- Bshow crypto ipsec stats
- Cshow vpn-sessiondb detail l2l
- Dshow crypto isakmp sa
How the community answered
(63 responses)- A65% (41)
- B5% (3)
- C19% (12)
- D11% (7)
Why each option
To verify if a site-to-site VPN is actively encrypting and decrypting traffic in both directions on a Cisco FTD, the `show crypto ipsec sa` command is used to inspect the IPsec Security Associations.
The `show crypto ipsec sa` command displays detailed information about the IPsec Security Associations (SAs), including the number of packets encrypted and decrypted, which directly verifies if traffic is actively flowing through and being processed by the VPN tunnel in both directions.
The `show crypto ipsec stats` command provides overall IPsec statistics and error counts, but it does not show individual SA status or per-SA packet encryption/decryption counts to confirm active traffic flow.
The `show vpn-sessiondb detail l2l` command shows the status of VPN sessions but provides less specific detail about the active IPsec encryption and decryption of traffic compared to `show crypto ipsec sa`.
The `show crypto isakmp sa` command displays the status of the Phase 1 IKE/ISAKMP Security Association, which handles key exchange, but it does not directly show whether actual data traffic is being encrypted and decrypted in Phase 2 via IPsec.
Concept tested: Cisco FTD IPsec VPN verification
Source: https://www.cisco.com/c/en/us/td/docs/security/firepower/ftd-cli/70/ftd-cli-guide-70/vpn-commands.html
Topics
Community Discussion
No community discussion yet for this question.