Questions tagged [vlan]

In computer networking, a single layer-2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them via one or more routers; such a domain is referred to as a virtual local area network, virtual LAN or VLAN.

In computer networking, a single layer-2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them via one or more routers; such a domain is referred to as a virtual local area network, virtual LAN or VLAN.

This is usually achieved on switch or router devices. Simpler devices only support partitioning on a port level (if at all), so sharing VLANs across devices requires running dedicated cabling for each VLAN. More sophisticated devices can mark packets through tagging, so that a single interconnect (trunk) may be used to transport data for various VLANs.

Grouping hosts with a common set of requirements regardless of their physical location by VLAN can greatly simplify network design. A VLAN has the same attributes as a physical local area network (LAN), but it allows for end stations to be grouped together more easily even if they are not on the same network switch. VLAN membership can be configured through software instead of physically relocating devices or connections. Most enterprise-level networks today use the concept of virtual LANs. Without VLANs, a switch considers all interfaces on the switch to be in the same broadcast domain.

To physically replicate the functions of a VLAN would require a separate, parallel collection of network cables and equipment separate from the primary network. However, unlike physically separate networks, VLANs share bandwidth, so VLAN trunks may require aggregated links and/or quality of service prioritization.

Source: http://en.wikipedia.org/wiki/Virtual_LAN

182 questions
-1
votes
1 answer

Berkeley Packet Filters for VLAN priority

I need to filter priority into VLAN header to ensure Voice priority value. Using BPF filtering is possible to evaluate which packets contains priority bits value into VLAN header are equals to five ? Regards Vincenzo
-1
votes
1 answer

How a PC can ping two diferent PCs with the same ip address in different vlans?

I have a question about VLANs and how they work. here is the scenario; I have a VLAN named vlan10 with PC1 and PC2 in it The IP address of PC1: 10.10.10.10 The IP address of PC2: 10.10.10.20 and a VLAN named VLAN 20 with pc3 and pc4 in it The IP…
EFE
  • 1
-1
votes
1 answer

Cisco Packet Tracer Hub IP

So I have the following topology. The problem that I'm facing has to do with the labeling above the hub's. I tried every possible hub in Packet Tracer and none of them had the configuration for IP. My guess is that the IP given is the IP of a VLAN…
Qwerty99
  • 29
  • 6
-1
votes
1 answer

Port with VLAN not working on Cisco switch

I'm having issues with a cisco SG550X-24 switch. The switch is showing 100U as an administrative VLAN but not an operation VLAN. I'm unsure why this is, and plugging into this port doesn't work. The switch functions normally and other ports work…
AlexG42
  • 3
  • 4
-1
votes
1 answer

Can we configure one SVI of a multilayer switch for more than one VLAN

Recently I have study about VLAN (virtual LAN). Its a common that all end-devices of one VLAN have one unique and same subnet and subnet mask like a separate network. And one VLAN host must use a layer 3 device (router, layer 3 switches) for…
-1
votes
1 answer

Does teams over multiple vlans connect to a singleTeam Foundation Server?

I have a startup with multiple departments. I want to create vlans according to departments through a layer 3 switch. There is this windows server machine with tfs installed. Now,will all the terminals of all departments running visual studio share…
Opengenic
  • 1
  • 2
-1
votes
1 answer

Configure same VLAN on cisco router for two ports

I have to complete a part of a virtual network assignment. The tasks sounds like "The VLan1 of the Sw3 should be assigned the second possible address of the subnet and fa0/1 of the R2 should be assigned the first possible address" The fa0/1…
anneteka
  • 33
  • 1
  • 7
-1
votes
2 answers

Can FreeRADIUS be used for dynamic VLAN assignment based on a certificate attribute in EAP-TLS?

I would like to use FreeRADIUS to dynamically assign VLAN tags using the Tunnel Private Group ID field. I would like to do this via EAP-TLS and have the freeRADIUS server assign the VLAN id based on a given certificate attribute i.e the name value…
-1
votes
1 answer

Azure: I am stuck trying to create an Ubuntu VM which will be reachable through an existing azure vlan

I am stuck when creating an Ubuntu VM which will be reachable through an existing Azure vlan virtual network I have tried creating a new VM and in the Networking part, I am only given the option of creating a new v-net, rather than being able to use…
-1
votes
1 answer

Trunking for VLANs

What are the commands which are used to configure a port into a trunk (for VLANs 20 and 30) I came up with 2 answers: 1) Switchport, Switchport trunk encapsulation dot1q, Switchport trunk allowed VLAN, Switchport trunk allowed VLAN add 20,30,…
Lauren.M
  • 1
  • 2
-1
votes
1 answer

Routing specific TCP/UDP packets from VLAN's to proxy server

I need to set up a solution which is for routing specific TCP/UDP packets between the devices in two separate VLANs through a proxy server. For eg: all my computers are connected to one VLAN(1) and my printers are one another VLAN(2). I can reroute…
LML
  • 1,659
  • 12
  • 29
-1
votes
1 answer

Setting up VLAN with just one ethernet cable

I am setting up my homeserver, and so far I have five working KVMs on my Ubuntu Server. (Three for webhosting, one MariaDB Server, one TeamspeakServer, and I want to add another one which will be my NAS). Now I want to connect them to my network.…
Flowgram
  • 1
  • 4
-1
votes
1 answer

Linux commands equivalent to ovs add port with vlan

ovs-vsctl add-port hostInterface hostveth tag=9. This command adds hostveth to bridge and also the packets coming out of hostveth are tagged with vlan id 9. I'm looking for similar commands for linux bridge My setup is hostInterface(bridge) ->…
user3550166
  • 129
  • 2
  • 14
-1
votes
1 answer

pppoe set up with VLAN configuration

I had a server which has pppoe configurated, it worked perfectly with my iptables rules. Then few days ago, I switched to new ISP, they brought me to problem with VLAN configuration. They told me if I want to use my gateway server, I have to active…
Nick Pham
  • 11
  • 2
-1
votes
1 answer

VLAN Subnetting Ruckus and Fortigate and Cisco

This is an easy solution, I just don't have it, so please help! I have 6 Ruckus R500 WAP, connected into 2 Cisco SG300's, which are then connected to FortiGate 200D. On the WAP, I have 5 SSID, one of which is set to VLAN 2. The ports which the WAP…