diff options
author | rebortg <github@ghlr.de> | 2020-12-11 22:40:31 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 22:40:31 +0100 |
commit | 2d11378b6a03462319276033b11d4ba51d6f0ded (patch) | |
tree | eb21582d4fd0f3d1a698b2b7b583f18e48f70a22 /docs/_include/interface-vlan-8021q.txt | |
parent | f293c1d880af2889e5e5cdd54a18779d9f755c73 (diff) | |
download | vyos-documentation-2d11378b6a03462319276033b11d4ba51d6f0ded.tar.gz vyos-documentation-2d11378b6a03462319276033b11d4ba51d6f0ded.zip |
_include files: fix lint errors
Diffstat (limited to 'docs/_include/interface-vlan-8021q.txt')
-rw-r--r-- | docs/_include/interface-vlan-8021q.txt | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/_include/interface-vlan-8021q.txt b/docs/_include/interface-vlan-8021q.txt index 63f4433f..1a527590 100644 --- a/docs/_include/interface-vlan-8021q.txt +++ b/docs/_include/interface-vlan-8021q.txt @@ -1,20 +1,22 @@ -IEEE 802.1q_, often referred to as Dot1q, is the networking standard that supports -virtual LANs (VLANs) on an IEEE 802.3 Ethernet network. The standard defines a -system of VLAN tagging for Ethernet frames and the accompanying procedures to be -used by bridges and switches in handling such frames. The standard also contains -provisions for a quality-of-service prioritization scheme commonly known as IEEE -802.1p and defines the Generic Attribute Registration Protocol. +IEEE 802.1q_, often referred to as Dot1q, is the networking standard that +supports virtual LANs (VLANs) on an IEEE 802.3 Ethernet network. The standard +defines a system of VLAN tagging for Ethernet frames and the accompanying +procedures to be used by bridges and switches in handling such frames. +The standard also contains provisions for a quality-of-service prioritization +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 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 -as being within exactly one VLAN. A frame in the VLAN-aware portion of the network -that does not contain a VLAN tag is assumed to be flowing on the native VLAN. +tag is added to represent the VLAN membership. Each frame must be +distinguishable as being within exactly one VLAN. A frame in the VLAN-aware +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 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) -and much of the IEEE 802.1d standard. +revisions is 802.1Q-2014 which incorporated IEEE 802.1aq +(Shortest Path Bridging) and much of the IEEE 802.1d standard. 802.1q VLAN interfaces are represented as virtual sub-interfaces in VyOS. The term used for this is ``vif``. |