← All student work

[ NETWORK PROJECTS ]

Campus VLAN Redesign

Network capstone — redesigned a 12-VLAN campus topology with proper segmentation between staff, lab, IoT, and guest.

  • Cisco
  • Network Design

// the_work

Built the topology in Packet Tracer + GNS3, then deployed on the lab Cisco gear. Wrote an ACL plan, validated against the threat model, and presented to the advisory committee.

// artifacts

FROM THE
PROJECT FILES.

▦ diagramtopology
        [ CORE-SW ]
       /     |     \
   STAFF   LAB    IOT     GUEST
   /          \    \         \
  HR  ENG   CYBER  CCTV     WIFI
  10  20    30/31  40       50/99
  └──────── ACLs ────────┘
</> codeacl · staff → iot
ip access-list extended STAFF_TO_IOT
 deny   ip any 10.40.0.0 0.0.255.255
 permit ip any any
!
interface vlan 10
 ip access-group STAFF_TO_IOT in

// your_work

Want this on your portfolio?