Lab 4 1 - Cyber-JL/NET-330-02 GitHub Wiki

Lab Prep

image

Network

image

Consoling into Switch

  • open Device Manager and - under Ports (COM & LPT) - see the USB Serial Port and the COM#
  • Power on the switch
  • go into PuTTY on your workstation
  • Under Connection > Serial
  • go into Session
  • select Serial set the COM port to the # from Device Manager
  • hit enter

Useful Commands for Cisco Configuration

Config terminal

   enable
   config -t

How set Hostname

   enable
   config -t
   hostname <hostname>
   end

Enable Routing

   ip routing
   end

Creating VLAN

   vlan #
   name <name>
   end

Trunk Port

   interface GigabitEthernet#/#/#
   switchport trunk encapsulation dotlq
   switchport mode trunk
   end

Saving config

   copy running-configuration startup-configuration

OR

   copy run start
⚠️ **GitHub.com Fallback** ⚠️