mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
_include files: fix lint errors
This commit is contained in:
parent
f293c1d880
commit
2d11378b6a
@ -1,6 +1,9 @@
|
|||||||
|
.. stop_vyoslinter
|
||||||
|
|
||||||
.. _`accel-ppp`: https://accel-ppp.org/
|
.. _`accel-ppp`: https://accel-ppp.org/
|
||||||
.. _`Secure Socket Tunneling Protocol`: https://en.wikipedia.org/wiki/Secure_Socket_Tunneling_Protocol
|
.. _`Secure Socket Tunneling Protocol`: https://en.wikipedia.org/wiki/Secure_Socket_Tunneling_Protocol
|
||||||
.. _Phabricator: https://phabricator.vyos.net/
|
.. _Phabricator: https://phabricator.vyos.net/
|
||||||
|
|
||||||
.. _802.1ad: https://en.wikipedia.org/wiki/IEEE_802.1ad
|
.. _802.1ad: https://en.wikipedia.org/wiki/IEEE_802.1ad
|
||||||
.. _802.1q: https://en.wikipedia.org/wiki/IEEE_802.1Q
|
.. _802.1q: https://en.wikipedia.org/wiki/IEEE_802.1Q
|
||||||
|
|
||||||
|
.. start_vyoslinter
|
||||||
@ -1,7 +1,8 @@
|
|||||||
**DHCPv6 Prefix Delegation (PD)**
|
**DHCPv6 Prefix Delegation (PD)**
|
||||||
|
|
||||||
VyOS 1.3 (equuleus) supports DHCPv6-PD (:rfc:`3633`). DHCPv6 Prefix Delegation
|
VyOS 1.3 (equuleus) supports DHCPv6-PD (:rfc:`3633`). DHCPv6 Prefix Delegation
|
||||||
is supported by most ISPs who provide native IPv6 for consumers on fixed networks.
|
is supported by most ISPs who provide native IPv6 for consumers on fixed
|
||||||
|
networks.
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
||||||
{{ var5 }} {{ var6 }} dhcpv6-options pd <id> length <length>
|
{{ var5 }} {{ var6 }} dhcpv6-options pd <id> length <length>
|
||||||
@ -20,7 +21,8 @@ is supported by most ISPs who provide native IPv6 for consumers on fixed network
|
|||||||
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 length 56
|
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 length 56
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
||||||
{{ var5 }} {{ var6 }} dhcpv6-options pd <id> interface <delegatee> address <address>
|
{{ var5 }} {{ var6 }} dhcpv6-options pd <id> interface <delegatee>
|
||||||
|
address <address>
|
||||||
|
|
||||||
Specify the interface address used locally on the interfcae where the prefix
|
Specify the interface address used locally on the interfcae where the prefix
|
||||||
has been delegated to. ID must be a decimal integer.
|
has been delegated to. ID must be a decimal integer.
|
||||||
@ -29,10 +31,15 @@ is supported by most ISPs who provide native IPv6 for consumers on fixed network
|
|||||||
complete interface address. The default is to use the EUI-64 address of the
|
complete interface address. The default is to use the EUI-64 address of the
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
|
.. stop_vyoslinter
|
||||||
|
|
||||||
Example: Delegate a /64 prefix to interface eth8 which will use a local
|
Example: Delegate a /64 prefix to interface eth8 which will use a local
|
||||||
address on this router of ``<prefix>::ffff``, as the address 65534 will
|
address on this router of ``<prefix>::ffff``, as the address 65534 will
|
||||||
correspond to ``ffff`` in hexadecimal notation.
|
correspond to ``ffff`` in hexadecimal notation.
|
||||||
|
|
||||||
|
.. start_vyoslinter
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 interface eth8 address 65534
|
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 interface eth8 address 65534
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} disable-flow-control
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
|
||||||
|
disable-flow-control
|
||||||
|
|
||||||
Ethernet flow control is a mechanism for temporarily stopping the transmission
|
Ethernet flow control is a mechanism for temporarily stopping the transmission
|
||||||
of data on Ethernet family computer networks. The goal of this mechanism is to
|
of data on Ethernet family computer networks. The goal of this mechanism is to
|
||||||
@ -8,9 +9,9 @@
|
|||||||
802.3x standard.
|
802.3x standard.
|
||||||
|
|
||||||
A sending station (computer or network switch) may be transmitting data faster
|
A sending station (computer or network switch) may be transmitting data faster
|
||||||
than the other end of the link can accept it. Using flow control, the receiving
|
than the other end of the link can accept it. Using flow control, the
|
||||||
station can signal the sender requesting suspension of transmissions until the
|
receiving station can signal the sender requesting suspension of
|
||||||
receiver catches up.
|
transmissions until the receiver catches up.
|
||||||
|
|
||||||
Use this command to disable the generation of Ethernet flow control (pause
|
Use this command to disable the generation of Ethernet flow control (pause
|
||||||
frames).
|
frames).
|
||||||
|
|||||||
@ -1,17 +1,22 @@
|
|||||||
SPAN port mirroring can copy the inbound/outbound traffic of the interface to the
|
SPAN port mirroring can copy the inbound/outbound traffic of the interface to
|
||||||
specified interface, usually the interface can be connected to some special equipment,
|
the specified interface, usually the interface can be connected to some special
|
||||||
such as behavior control system, intrusion detection system and traffic collector,
|
equipment, such as behavior control system, intrusion detection system and
|
||||||
and can copy all related traffic from this port
|
traffic collector, and can copy all related traffic from this port
|
||||||
|
|
||||||
VyOS uses the `mirror` option to configure port mirroring. The configuration is divided
|
VyOS uses the `mirror` option to configure port mirroring. The configuration
|
||||||
into 2 different directions. Destination ports should be configured for different traffic directions.
|
is divided into 2 different directions. Destination ports should be configured
|
||||||
|
for different traffic directions.
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror ingress <monitor-interface>
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror
|
||||||
|
ingress <monitor-interface>
|
||||||
|
|
||||||
Configure port mirroring for `interface` inbound traffic and copy the traffic to `monitor-interface`
|
Configure port mirroring for `interface` inbound traffic and copy the
|
||||||
|
traffic to `monitor-interface`
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror egress <monitor-interface>
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror egress
|
||||||
|
<monitor-interface>
|
||||||
|
|
||||||
Configure port mirroring for `interface` outbound traffic and copy the traffic to `monitor-interface`
|
Configure port mirroring for `interface` outbound traffic and copy the
|
||||||
|
traffic to `monitor-interface`
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,20 +1,22 @@
|
|||||||
IEEE 802.1q_, often referred to as Dot1q, is the networking standard that supports
|
IEEE 802.1q_, often referred to as Dot1q, is the networking standard that
|
||||||
virtual LANs (VLANs) on an IEEE 802.3 Ethernet network. The standard defines a
|
supports virtual LANs (VLANs) on an IEEE 802.3 Ethernet network. The standard
|
||||||
system of VLAN tagging for Ethernet frames and the accompanying procedures to be
|
defines a system of VLAN tagging for Ethernet frames and the accompanying
|
||||||
used by bridges and switches in handling such frames. The standard also contains
|
procedures to be used by bridges and switches in handling such frames.
|
||||||
provisions for a quality-of-service prioritization scheme commonly known as IEEE
|
The standard also contains provisions for a quality-of-service prioritization
|
||||||
802.1p and defines the Generic Attribute Registration Protocol.
|
scheme commonly known as IEEE 802.1p and defines the
|
||||||
|
Generic Attribute Registration Protocol.
|
||||||
|
|
||||||
Portions of the network which are VLAN-aware (i.e., IEEE 802.1q_ conformant) can
|
Portions of the network which are VLAN-aware (i.e., IEEE 802.1q_ conformant) can
|
||||||
include VLAN tags. When a frame enters the VLAN-aware portion of the network, a
|
include VLAN tags. When a frame enters the VLAN-aware portion of the network, a
|
||||||
tag is added to represent the VLAN membership. Each frame must be distinguishable
|
tag is added to represent the VLAN membership. Each frame must be
|
||||||
as being within exactly one VLAN. A frame in the VLAN-aware portion of the network
|
distinguishable as being within exactly one VLAN. A frame in the VLAN-aware
|
||||||
that does not contain a VLAN tag is assumed to be flowing on the native VLAN.
|
portion of the network that does not contain a VLAN tag is assumed to be
|
||||||
|
flowing on the native VLAN.
|
||||||
|
|
||||||
The standard was developed by IEEE 802.1, a working group of the IEEE 802
|
The standard was developed by IEEE 802.1, a working group of the IEEE 802
|
||||||
standards committee, and continues to be actively revised. One of the notable
|
standards committee, and continues to be actively revised. One of the notable
|
||||||
revisions is 802.1Q-2014 which incorporated IEEE 802.1aq (Shortest Path Bridging)
|
revisions is 802.1Q-2014 which incorporated IEEE 802.1aq
|
||||||
and much of the IEEE 802.1d standard.
|
(Shortest Path Bridging) and much of the IEEE 802.1d standard.
|
||||||
|
|
||||||
802.1q VLAN interfaces are represented as virtual sub-interfaces in VyOS. The
|
802.1q VLAN interfaces are represented as virtual sub-interfaces in VyOS. The
|
||||||
term used for this is ``vif``.
|
term used for this is ``vif``.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user