What is System Sequence Diagram? A sequence diagram shows object interactions (communications) set in time sequence. It shows the objects and classes tangled in the state and the order of communications exchanged between the objects required to carry out the functionality of the state. They are typically related with use case understandings in the Logical or Rational View of the system under progress. Sequence diagrams are occasionally called event diagrams or even event scenarios. A sequence diagram displays, as parallel vertical lines which means lifelines, different procedures or objects that live instantaneously, and, as horizontal arrows, the communications exchanged among them, in the same direction in which they happen. This permits the requirement of modest runtime situations in a graphical style. In short… Sequence Diagrams includes: The interaction or the communication that takes place in an association that either understands a use case (generic diagrams) H
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