352-001 · Question #87
You are designing a Group Encrypted Transport Virtual Private Network solution consisting of 30 group members. Which measure helps protect encrypted user traffic from replay attacks?
The correct answer is B. time-based anti-replay. GET VPN uses time-based anti-replay (TBAR) to detect replayed packets because all group members share a common group SA, making counter-based anti-replay impractical.
Question
You are designing a Group Encrypted Transport Virtual Private Network solution consisting of 30 group members. Which measure helps protect encrypted user traffic from replay attacks?
Options
- Acounter-based anti-replay
- Btime-based anti-replay
- Cnonce payload
- DRSA-encrypted nonce
- Edigital certificates
How the community answered
(55 responses)- A9% (5)
- B85% (47)
- D2% (1)
- E4% (2)
Why each option
GET VPN uses time-based anti-replay (TBAR) to detect replayed packets because all group members share a common group SA, making counter-based anti-replay impractical.
Counter-based anti-replay requires per-flow sequence number state that cannot be practically shared or synchronized across all group members using the same group SA.
In GET VPN, all group members share the same TEK (Traffic Encryption Key) and Security Association, so counter-based anti-replay cannot be used - it would require per-sender counter state to be synchronized across all 30 members. Time-based anti-replay instead embeds a timestamp in each packet and rejects traffic outside an acceptable time window, providing replay protection without per-member counter synchronization.
Nonce payloads are exchanged during IKE phase negotiations to ensure key freshness and are not a mechanism for protecting encrypted user traffic from replay.
RSA-encrypted nonces are used in IKE Main Mode for peer authentication and do not protect data-plane traffic from replay attacks.
Digital certificates authenticate peers during IKE establishment but provide no protection against replay of already-encrypted user traffic.
Concept tested: GET VPN time-based anti-replay protection
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_conn_getvpn/configuration/xe-16/sec-get-vpn-xe-16-book/sec-get-vpn.html
Topics
Community Discussion
No community discussion yet for this question.