In this GNS 3 config example I'm going to show different commands to connect PCs from different networks through routers and switches. I've already created the network diagram as shown below in the figure. If you don't know how to add devices in GNS3, read my previous article HERE I've added 3 PCs and gave hostnames as YCH1, YCH2, and YCH3. Also two switches YCSW1 and YCSW2. One router YCR1. You can see the IP addresses and ethernet links between all the devices as well as a trunk between switches through f1/2. I'm going to discuss following questions/topics: How to assign IP addresses with default gateways? How to create VLANs (VLAN 10 and VLAN 20) on both switches? How to assign the switch ports to the VLANs? How to configure Link Aggregation for the two links between YCSW1 and YCSW2? How to create VLAN trunk for the aggregated link between SW1 and SW2? How to assign IP addresses to the router interfaces? Always save your work after cre