This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| configuration:extend-ethernet-port-with-vlan [2022/01/24 16:10] – [Use Case] schmitt | configuration:extend-ethernet-port-with-vlan [2022/02/09 15:45] (current) – [Advanced Configuration] schmitt | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| If you want to get access to multiple Networks with one Ethernet interface, you can use the VLAN Manager funktion. The following szenario shows an possible usecase. | If you want to get access to multiple Networks with one Ethernet interface, you can use the VLAN Manager funktion. The following szenario shows an possible usecase. | ||
| {{ : | {{ : | ||
| - | With this function you can create multiple virtual VLAN interfaces on top of one lan interface. Each of these interfaces can be assigned to a seperate network. | + | With this function you can create multiple virtual VLAN interfaces on top of one lan interface. Each of these interfaces can be assigned to a seperate network. |
| + | For this configuration you need a VID (Virtual LAN ID) which is used by the switch to assign | ||
| + | |||
| + | |||
| + | ==== VLAN Router==== | ||
| - | ====Configuration Router==== | ||
| A virtual interface can be configuered in the WEB Manager at INTERFACE-> | A virtual interface can be configuered in the WEB Manager at INTERFACE-> | ||
| {{ : | {{ : | ||
| - | It is possible | + | Please choose the LAN Interface which is connected |
| - | To create the VLAN interface, click apply. | + | * The ID need to be uniqe per VLAN (1-1024) |
| + | * Use network-mode | ||
| + | * The prioritization classes | ||
| {{ : | {{ : | ||
| Line 30: | Line 35: | ||
| {{ : | {{ : | ||
| + | ==== IP Configuration ==== | ||
| - | ====Configuration Switch==== | + | Afterwards you need to define |
| - | The Switch | + | |
| - | So that the distinction | + | |
| - | {{ : | + | You need to define the Mode of the VLAN Interface which can be LAN or WAN. |
| - | Port 1,2 and 3 belong to the respective VLAN's with ID 1,2 and 3 but do not add a VLAN Tag. | + | In WAN mode this link will be part of our link-managment for outgoing connections. |
| - | Port 4 is the VLAN Trunk. It will forward the Ethernet Packets with an added VLAN Tag (VID) to the Router. | + | |
| - | ==== Advanced Configuration ==== | + | In LAN mode you will be able to be part of a local network and serve as a DHCP/DNS Server. |
| - | To check and improve the connection of the VLAN interfaces, by using supervision, | + | The IP address can be assigned statically or via DHCP. PPPoE is also possible for DSL-Modem scenarios- |
| - | (In case of PPPoE you have to configure the access data, service name and mac adress.) | + | |
| {{ : | {{ : | ||
| Line 50: | Line 52: | ||
| {{ : | {{ : | ||
| + | ==== Link Configuration ==== | ||
| + | |||
| Now they will be displayed under Interfaces -> Link Management. | Now they will be displayed under Interfaces -> Link Management. | ||
| {{ : | {{ : | ||
| + | |||
| + | |||
| + | ====Configuration Switch==== | ||
| + | This Configuration was done on a Netgear GS108E Plus Switch, but most of the managed switches have this function. | ||
| + | |||
| + | As shown in the picture above, we will use Port 4 as the so called trunk. And Port 1,2 and 3 as the untagged Port. | ||
| + | |||
| + | The Switch need to be configured to connect Ethernet Ports to the VLAN Trunk. | ||
| + | |||
| + | This is a portbased to tagBased VLAN conversion. | ||
| + | |||
| + | As you can see in the table below Port 4 is member of every VLAN ID. And will hold the tagged Packages. | ||
| + | |||
| + | Port 1,2 and 3 is only part of every individual VLAN ID, which will have the untagged packages. | ||
| + | |||
| + | |||
| + | {{ : | ||
| + | |||
| + | To configure this behavior you need to choose the port Membership either as tagged or as untagged. | ||
| + | |||
| + | We have created this settings with the Netgear ProSafe Switch for you as an example. | ||
| + | |||
| + | The following pictures show the configration. This menu can bereached at VLAN -> 802.1Q -> Advanced -> VLAN | ||
| + | Membership. | ||
| + | |||
| + | {{ : | ||
| + | {{ : | ||
| + | {{ : | ||
| + | |||
| + | ====Advanced Configuration==== | ||
| + | |||
| + | To check established connections, | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | The Supervision page after configuration. | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | For more details about configuration : [[config: | ||
| + | |||
| + | |||