nerdexam
Cisco

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.

Designing Security

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)
  • A
    9% (5)
  • B
    85% (47)
  • D
    2% (1)
  • E
    4% (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.

Acounter-based anti-replay

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.

Btime-based anti-replayCorrect

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.

Cnonce payload

Nonce payloads are exchanged during IKE phase negotiations to ensure key freshness and are not a mechanism for protecting encrypted user traffic from replay.

DRSA-encrypted nonce

RSA-encrypted nonces are used in IKE Main Mode for peer authentication and do not protect data-plane traffic from replay attacks.

Edigital certificates

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

#GET VPN#anti-replay#time-based anti-replay#GETVPN

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice