mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
macsec: add replay protection
This commit is contained in:
parent
da30b6ab90
commit
40ec6b742a
@ -55,6 +55,18 @@ individual peers.
|
||||
The peer with lower priority will become the key server and start
|
||||
distributing SAKs.
|
||||
|
||||
Replay protection
|
||||
-----------------
|
||||
|
||||
.. cfgcmd:: set interfaces macsec <interface> security replay-window <window>
|
||||
|
||||
IEEE 802.1X/MACsec replay protection window. This determines a window in which
|
||||
replay is tolerated, to allow receipt of frames that have been misordered by
|
||||
the network.
|
||||
|
||||
- ``0``: No replay window, strict check
|
||||
- ``1-4294967295``: Number of packets that could be misordered
|
||||
|
||||
Operation
|
||||
=========
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user