mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Add directed broadcast forwarding documentation
This commit is contained in:
parent
8d43ee1dbf
commit
2fadd2febf
@ -19,7 +19,7 @@
|
|||||||
{{ var5 }} {{ var6 }} ip arp-cache-timeout
|
{{ var5 }} {{ var6 }} ip arp-cache-timeout
|
||||||
|
|
||||||
Once a neighbor has been found, the entry is considered to be valid for at
|
Once a neighbor has been found, the entry is considered to be valid for at
|
||||||
least for this specifc time. An entry's validity will be extended if it
|
least for this specific time. An entry's validity will be extended if it
|
||||||
receives positive feedback from higher level protocols.
|
receives positive feedback from higher level protocols.
|
||||||
|
|
||||||
This defaults to 30 seconds.
|
This defaults to 30 seconds.
|
||||||
@ -63,6 +63,22 @@
|
|||||||
|
|
||||||
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ip disable-forwarding
|
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ip disable-forwarding
|
||||||
|
|
||||||
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
||||||
|
{{ var5 }} {{ var6 }} ip enable-directed-broadcast
|
||||||
|
|
||||||
|
Define different modes for IP directed broadcast forwarding as described in
|
||||||
|
:rfc:`1812` and :rfc:`2644`.
|
||||||
|
|
||||||
|
If configured, incoming IP directed broadcast packets on this interface will
|
||||||
|
be forwarded.
|
||||||
|
|
||||||
|
If this option is unset (default), incoming IP directed broadcast packets
|
||||||
|
will not be forwarded.
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ip enable-directed-broadcast
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
||||||
{{ var5 }} {{ var6 }} ip enable-arp-accept
|
{{ var5 }} {{ var6 }} ip enable-arp-accept
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,15 @@ System configuration commands
|
|||||||
|
|
||||||
Use this command to disable IPv4 forwarding on all interfaces.
|
Use this command to disable IPv4 forwarding on all interfaces.
|
||||||
|
|
||||||
|
.. cfgcmd:: set system ip disable-directed-broadcast-forwarding
|
||||||
|
|
||||||
|
Use this command to disable IPv4 directed broadcast forwarding on all
|
||||||
|
interfaces.
|
||||||
|
|
||||||
|
If set, IPv4 directed broadcast forwarding will be completely disabled
|
||||||
|
regardless of whether per-interface directed broadcast forwarding is
|
||||||
|
enabled or not.
|
||||||
|
|
||||||
.. cfgcmd:: set system ip arp table-size <number>
|
.. cfgcmd:: set system ip arp table-size <number>
|
||||||
|
|
||||||
Use this command to define the maximum number of entries to keep in
|
Use this command to define the maximum number of entries to keep in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user