Linux VLAN Trunking

From ITCwiki
Revision as of 01:51, 7 May 2010 by Kaschner (talk | contribs) (Created page with '=Basic VLAN Trunking in Debian based Linux.= ==Goals of Lab== *Enable 802.1Q Tagging *Create Virtual Interfaces == Scenario == middle ==Step 1== The f…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basic VLAN Trunking in Debian based Linux.

Goals of Lab

  • Enable 802.1Q Tagging
  • Create Virtual Interfaces

Scenario

Linuxproject.jpg

Step 1

The first thing you'll want to do is install the VLAN package using aptitude.

"aptitude install vlan"
Installvlan.jpg

Note: if aptitude can't find the package, use the command "aptitude update" before trying to install the package.

Step 2

Load the module that enables 802.1Q into the kernel

"sudo modprobe 8021q"

Then verify the module has been loaded into the kernel

"lsmod | grep 8021q"

The output on your screen should look similar:

Modprobe.jpg

Step 3

Use vconfig to add