Questions tagged [vlan]

VLAN or Virtual Lan is the name of the protocol standard from IEEE to 802.1q, which specifies the ethernet requisites to implement an independent area of a LAN isolated from another LAN with a tag on ethernet protocol(Layer 2).

A Virtual LAN, commonly known as VLAN is a logically independent network. Several VLANs can co-exist on the same switch (switch) in order to divide a local area network (physical) network in more than one (virtual), creating separate broadcast domains. A VLAN also makes it possible to put in the same broadcast domain, hosts with different physical locations and connected to different switches. Another purpose of a virtual network is to restrict access to network resources without considering the network topology, but this method is questionable.

Virtual LANs operate at Layer 2 of the OSI model. However, a VLAN is usually configured to map directly to a network or IP subnet, which gives the impression that the layer 3 is involved.

419 questions
1
vote
2 answers

Vlan to Port vs. Port to Vlan

I am trying to make sure Vlan tagging is correctly configured on our Cisco Switches. I've been seeing considerable network slow down and suspect its due to our camera traffic entering the data Vlan. We separate traffic, Vlan 1 = data, Vlan 3 =…
Nate S.
  • 125
1
vote
1 answer

Setting up VLAN for Linksys router

My Linksys router supports VLANs and I want to set up one to separate my work laptop's connection from my home PC's and devices; however, the Linksys WebUI asks for a profile that is specific to various ISPs. Do I need to contact my ISP to get this…
bitshift
  • 151
1
vote
1 answer

Does the IP address assigned to a VLAN have to match the VLAN number?

When assigning VLANs in an office building, do the IP addresses I assign to said VLANs HAVE to match the VLAN's number? For example, say I have a certain department in this office building assigned to VLAN 10. This department has the network address…
0
votes
1 answer

Creating a virtual lan

There are numerous xfinity hotspots throughout the apartment building I am responsible for. Rather than install a number of wireless access points for building operations, i.e. locks, access control, laundry, cameras, etc. I'd like to create a…
Will
  • 41
0
votes
1 answer

Cisco 831 VLAN config

I'm looking for a simple, fast way to configure a Cisco 831 router to do VLAN untagging. I'd like to do something like this: PORT 1 (E0) VLAN 1,2,3,4 tagged PORT 2-4 (E0) VLAN 2,3,4 untagged PORT (E1) VLAN 1 untagged All…
0
votes
0 answers

How to Configure IPTV and Ethernet

My network is currently set up where: the ONT gets internet from the OSP, The ONT leads to the router [I had to set up the VLAN inside of the router settings to allow it to use LAN port 4 to sent TV signal to the TV Box] I want to send more than the…
Rico L
  • 1
0
votes
0 answers

VLAN packet capture

I need to capture packets to see if they are VLAN tagged correctly. I tried on Windows but didn't see it and found some resources saying that Windows strips those tags so it has to be captured on a linux OS. So I tried that, Wireshark on Zorin…
prl77
  • 252
0
votes
1 answer

Proxmox VLAN trunking to Cisco switch (2960)

I just got a Cisco Catalyst 2960 and wanted to use the to gigabit ports to trunk VM VLANs The two gigabit ports are running to the Proxmox server, both set as Dot1Q trunks on the Cisco switch. My question is, if I gave each VM a Vlan, for example:…
0
votes
1 answer

Cross VLAN Visibility

I am struggling to find out how can I make a VLAN (let's name it A) see another VLAN (let this one be B) and I want the B VLAN not to be able to see A VLAN. I mention because I want this configuration for Windows server.
Viktor
  • 11
  • 1
-4
votes
1 answer

Why do I need to remove a default 802.1Q tag

I am taking a practice test for CompTIA Network+ 006 exam and have this problem I can't solve: A network administrator has configured a new 100Mbs WAN circuit, but speed testing shows poor performance when downloading large files. The download…