diff options
| author | Alexandr K. <o.kuchmystyi@vyos.io> | 2026-05-28 13:39:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-28 11:39:28 +0100 |
| commit | 33474196061993909daf7754c7b44c1e57532017 (patch) | |
| tree | 3b8585d956fe7a7e223c0e428b613e6f8593aba4 /docs/configuration | |
| parent | 54d22b0b709b545eb7a52c9ad7ffdcd676f8e7b4 (diff) | |
| download | vyos-documentation-33474196061993909daf7754c7b44c1e57532017.tar.gz vyos-documentation-33474196061993909daf7754c7b44c1e57532017.zip | |
ipsec: T7555: Documentation of `ikev2-reauth` option for site-to-site peers (#2047)
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/vpn/ipsec/site2site_ipsec.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/vpn/ipsec/site2site_ipsec.md b/docs/configuration/vpn/ipsec/site2site_ipsec.md index d3b65ae1..989bf145 100644 --- a/docs/configuration/vpn/ipsec/site2site_ipsec.md +++ b/docs/configuration/vpn/ipsec/site2site_ipsec.md @@ -352,6 +352,24 @@ allows passing plain ESP packets between them. Name of IKE group to use for key exchanges. ``` +```{cfgcmd} set vpn ipsec site-to-site peer \<name\> ikev2-reauth \<yes|no|inherit\> + +**Configure IKEv2 reauthentication behavior for the specified IPsec +site-to-site peer.** + +The following options are available: + +* ``yes``: The active IKE SA channel between the two peers is terminated and + re-established at each rekeying interval, explicitly re-verifying each + peer's identity. +* ``no`` (default): Reauthentication (identity re-verification) is disabled + for this peer. The active IKE SA channel is seamlessly renewed at each + rekeying interval without termination. +* ``inherit``: The peer inherits reauthentication behavior from the assigned + IKE group. Reauthentication is applied only if it is explicitly enabled in + that group's configuration. +``` + ```{cfgcmd} set vpn ipsec site-to-site peer \<name\> local-address \<address\> Local IP address for IPsec connection with this peer. |
