Lab 2 1 Subnet Design - Bobleoble/tech-journal GitHub Wiki

Commands to Navigate Cisco Switch/Router & Modes:

  • enable to enter admin or privileged mode. This is shown with a # sign in the Command Line Interface (CLI).
  • config t to configure from terminal. This is shown with (config) prior to the # sign in the CLI.

VLAN Configuration on switch:

How to create VLAN on switch:

  • Open switch GUI, and go to VLAN Database.
  • Enter a VLAN Number and VLAN Name and select Add.

Setting access and trunk ports on switch:

  • Open switch GUI, and select the desired interface.
  • On the left hand side of the window, select either Access or Trunk.
  • If choosing Access, select which VLAN you want to use via the right hand side drop down menu.
  • If choosing Trunk, select which VLANs you want to use via the right hand side drop down menu.

Configure interfaces in ranges:

  • interface range FastEthernet 0/x-y allows you to select multiple interfaces at once.
  • switchport access vlan x defines the VLAN for all ports in the range