VLAN Configuration

  • Imagine you’ve just joined a mid-sized company as the network administrator.
    Your first mission is to separate the Sales and Tech teams into different VLANs to improve security and network efficiency.
    Right now, everyone is connected to the same physical switch, meaning broadcast traffic from one team reaches every device on the network.

    Network diagram to configure VLANs on a Cisco switch, showing how Sales and Tech teams are logically separated using VLAN 10 and VLAN 20.\n\n

    Figure 1 – Topology used to configure VLANs

    To fix this, you’ll create two VLANs:
    one for the Sales department (VLAN 10) and one for the Tech department (VLAN 20).
    This logical segmentation isolates both teams at Layer 2, even though they still share the same physical infrastructure.

    In this topology:

    • PC1 and PC2 (Sales) belong to VLAN 10.

    • PC3 and PC4 (Tech) belong to VLAN 20.

    By assigning each group to its own VLAN, you’ll reduce unnecessary broadcasts and make the network easier to manage.
    This simple change improves performance, security, and scalability without adding new hardware.

    Transition to Configuration

    Now that you understand the scenario and the goal,
    let’s move to the first practical step, creating VLANs on your Cisco switch.

    Answer the question below