Open In App

Implementation of Hybrid Topology in Cisco

Last Updated : 03 Nov, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

The arrangement of a network that comprises nodes and connecting lines via sender and receiver is referred to as network topology. The combination of two or more topologies in a computer network is called Hybrid Topology. These combined topologies can be a combination of bus topology, mesh topology, ring topology, star topology, and tree topology. To learn about Hybrid Topology refer to the Advantages and Disadvantages of Hybrid Topology article.

In this article, we will see steps to configure and set up Hybrid topology in cisco packet tracer.

Step 1: First, open the cisco packet tracer desktop and select the devices given below:

S.NO Device Model Name
1. PC PC
2. Switch PT-Switch

IP Addressing Table:

S.NO Device IPv4 Address Subnet Mask
1. pc0 192.168.0.1 255.255.255.0
2. pc1 192.168.0.2 255.255.255.0
3. pc2 192.168.0.3 255.255.255.0
4. pc3 192.168.0.4 255.255.255.0
5. pc4 192.168.0.5 255.255.255.0
6. pc5 192.168.0.6 255.255.255.0
7. pc6 192.168.0.7 255.255.255.0
8. pc7 192.168.0.8 255.255.255.0
9. pc8 192.168.0.9 255.255.255.0
  • Then, create a network topology as shown below the image (Bus, ring, and star topology).
  • Use an Automatic connecting cable to connect the devices with others.

 

Step 2: Configure the PCs (hosts) with IPv4 address and Subnet Mask according to the IP addressing table given above.

  • To assign an IP address in PC0, click on PC0.
  • Then, go to desktop and IP configuration and there you will find IPv4 configuration.
  • Add IPv4 address and subnet mask.

 

 Assigning IP address using the ipconfig command.

  • We can also assign an IP address with the help of a command.
  • Go to the command terminal of the PC.
  • Now type ipconfig <IPv4 address><subnet mask><default gateway>(if needed)
example: ipconfig 192.168.0.1 255.255.255.0

 

  • Repeat the same procedure with other PCs to configure them thoroughly.

Step 3: Verify the connection by pinging the IP address of any host in PC0.

  • Use the ping command to verify the connection.
  • We will check, if we are getting any replies or not.
  • As we can see here getting replies from a targeted node on both PCs. Hence the connection is verified.

 

  • A simulation of the experiment is given below we have sent two PDU packets one targeted from PC0 to PC4 and another targeted from PC3 to PC8.

Output:

 


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads