Lines Matching full:vlan
1 .. zephyr:code-sample:: vlan
10 The VLAN sample application for Zephyr will setup two virtual LAN networks.
11 The application sample enables net-shell and allows users to view VLAN settings.
14 :zephyr_file:`samples/net/vlan`.
24 A good way to run this VLAN application is with QEMU as described in
25 :ref:`networking_with_eth_qemu`. You can use :file:`zeth-vlan.conf` configuration
30 ./net-setup.sh -c zeth-vlan.conf
32 Note that VLAN is only supported for boards that have an ethernet port or
35 Follow these steps to build the VLAN sample application:
38 :zephyr-app: samples/net/vlan
44 The default configuration file :zephyr_file:`samples/net/vlan/prj.conf` creates
47 - VLAN tag 100: IPv4 198.51.100.1 and IPv6 2001:db8:100::1
48 - VLAN tag 200: IPv4 203.0.113.1 and IPv6 2001:db8:200::1
53 The :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that
54 can be executed on the Linux host. It creates two VLAN interfaces ``vlan.100``
55 and ``vlan.200`` on the Linux host and creates routes to Zephyr.
67 The network packets to ``2001:db8:100::1`` or ``198.51.100.1`` will have VLAN
68 tag 100 set to them. The vlan tag 200 will be set to network packets to