Lab 2 1 - zacharylongo/Tech-Journals GitHub Wiki

Lab Summary: Using Packet Tracer, we had to construct a 4 Vlan network with a total of 7 subnets with 2 routers and a multilayer switch.


Commands:

  • (config)interface range FastEthernet 0/x-y (allows multi-port configuration)
  • (config-if-range)switchport access vlan x ( "defines the vlan for all ports in the range")
  • (config)ip routing ("turns on routing on multilayer switches")

Lab Questions: N/A