Lines Matching full:vlan
3 Virtual LAN (VLAN) Support
13 `Virtual LAN <https://wikipedia.org/wiki/Virtual_LAN>`_ (VLAN) is a
18 In Zephyr, each individual VLAN is modeled as a virtual network interface.
21 created for each VLAN, and this virtual network interface connects to the
26 VLAN support must be enabled at compile time by setting option
29 one network interface without VLAN support, and two with VLAN support, the
32 Even if VLAN is enabled in a :file:`prj.conf` file, the VLAN needs to be
33 activated at runtime by the application. The VLAN API provides a
35 to give the network interface and desired VLAN tag as a parameter to that
36 function. The VLAN tagging for a given network interface can be disabled by a
38 the VLAN network interface itself, such as setting the IP address, etc.
40 See also the :zephyr:code-sample:`VLAN sample application <vlan>` for API usage
42 :zephyr_file:`samples/net/vlan`.
44 The net-shell module contains *net vlan add* and *net vlan del* commands
45 that can be used to enable or disable VLAN tags for a given network interface.