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

How to set up wireless network on OpenWrt + OVS router?

I flashed OpenWrt + Open Vswitch on a router: TP-link AC1750 I want to add a controller (floodlight) listens on the router and all devices connected to the wireless network can be seen on floodlight. I have read the document on openwrt.org to learn…
Leo
  • 1
  • 1
  • 3
-1
votes
1 answer

How to create a Mininet VLAN

I am using Mininet to simulate a network I am trying to create. Is there a way to setup switches to use VLANs? I can't find any documentation on it.
J. Darnell
  • 519
  • 7
  • 15
-1
votes
1 answer

Home Networking 2 routers

Just in advance im sorry for my limited expertise with networking, i know the basics tho... So the issue i have which i am hoping someone can shed some light on.. I want to have 2 routers, each with either own vlan, and i want one router to be able…
Arotin
  • 11
  • 1
-1
votes
1 answer

linux Centos multi VLAN tagging,same eth card with cisco switch trunk port

I'm trying to use two VLANs (VLAN 43 & VLAN 44) in same eth card in linux Centos 7 and Cisco switch trunk for the eth port. My configuration is: [root@rdo1 network-scripts]# cat ifcfg-eth2 TYPE=Ethernet DEFROUTE=no NAME=eth2 DEVICE=eth2 …
-1
votes
1 answer

How to have a VIP for 2 servers ( Prod and Dr )

We have prod and dr servers, we would like to have VIP for them. They are not exposed to internet. Any one server will be active for 1st 6 months, and after DR drill DR server will act as prod for next 6 months. Here, we have upstream systems which…
BalaB
  • 3,687
  • 9
  • 36
  • 58
-1
votes
1 answer

Connect ESX server different Vlan VMs via same Switch port on cisco switch

I have a Dell T110II server running ESXi 5.5 and i have 2 VMs which is a Windows 2008 server and Cisco CUCM 8.6. Windows server in a Vlan 21 and CUCM in a Vlan 10. ESX server connected to Cisco 2960 24 port PoE switch port Gig 0/7 and that switch…
-1
votes
1 answer

Packetfence unable to configure due to multiple IPs on same network

I'm trying to install PacketFence on a virtual machine, and have dedicated 8 IPs to the server. They all are static on eth1:0 -> eth1:7, so not eth1, eth2, etc. When trying to configure vlans for "normal", "registration" etc. in Packetfence I get an…
Michael Nielsen
  • 1,194
  • 3
  • 22
  • 37
-1
votes
1 answer

SoftLayer VLAN Not Purchased

There are many VLANs in my account which don't have billing items, which means they are not explicitly purchased. Therefore, I can't choose them as my destination VLANs if I want to create an autoscale group and deploy the VMs across more than two…
Fan Zhang
  • 59
  • 7
-1
votes
2 answers

Clarifying 1-to-many Subnet/VLAN Configurations

I'm exploring alternate multiplicities between IP subnets and VLANs, outside the recommended 1-to-1 implementation. My understanding is as follows: Multiple subnets to a single VLAN (connected via a switch): Hosts across both subnets would receive…
powrHouse
  • 1
  • 1
-1
votes
1 answer

Openvswitch / KVM Guest unable to ping external GW

I've got a host with RHEL6.4 OS. Under the host I have a KVM VM also running RHEL6.4. The host is connected to tagged switch interface that has vlan tag 1. I've configured the host network interfaces as…
-1
votes
1 answer

When is a Vlan tag added into a frame?

I dont understand when does the vlan tag is first introduced in the frame.Is the NIC adapter driver or switch that adds the vlan tag? And who sets this 3-bit user Priority Code Point (PCP).
Ayush Gupta
  • 121
  • 6
-1
votes
1 answer

does the "set" command works in cisco switches?

I was trying to change the default port priority on cisco switch and it came with an error as invalid input detected. can someone excplain the mistake in this code ! Switch# Switch#set ? Switch#set spanning-tree ? % Unrecognized…
-1
votes
1 answer

Configure captive portal having multiple VLAN with ebtable

http://s16.postimg.org/e5nu6g1md/bridgevlancaptive.png The above image is based on my project about captive portal. As you can see on the image i have a diagram on LEFT side which is WORKING without a problem on a normal scenario without any…
dannymagat
  • 45
  • 1
  • 6
-1
votes
1 answer

Batch file that connects to server based on vlan

This is a snippet of my automation script for imaging from a particular server based on vlan. The script checks its IP and what vlan it is in then using that it connects to a particular server. My problem is that I am getting an "if is unexpected at…
Josh
  • 13
  • 3
-1
votes
1 answer

How router sends packet back to PC?

Consider the scenario where i have a switch which is connected to multiple end devices say X, Y, Z where X is in Vlan_X and Y is in Vlan_Y and Z is in Vlan_Z. This switch is connected to external network via a Router for routing the data. Also here…
charan
  • 309
  • 2
  • 4
  • 14