VLANs - wAlber47/Tech-Journal GitHub Wiki

Creating VLAN on Switch:

Using GUI

  • Go to VLAN Database, enter VLAN number and your preferred name, then hit add.

Using CLI

  • Enter config mode, then use vlan <number> to create a specific VLAN.

Configuring Interfaces:

Using GUI

  • Select port to be configured, find the correct option, and switch to preferred VLAN.

Using CLI

  • Enter config mode, and then issue the interface FastEthernet <port-number> command.
  • Use switchport access <vlan-id> to configure the VLAN on that port.
  • To configure multiple ports at one time see here under Lab 2-1: Subnet Design.\

Setting Access/Trunk Ports

  • Go to port you want to configure, should say "Access" by default.
  • Drop down the box, and switch the mode to "Trunk".
⚠️ **GitHub.com Fallback** ⚠️