Thursday 26 April 2012

Basic Router Connecting LAN Interfaces


Basic Connecting Router LAN Interfaces.
Step By Step
1.       Take one router 2620xm
2.       Take one switch
3.       Take 2 PC
4.       Use straight-through cables for all connections.
5.       Configure router as shown below.
Router>en
Router#config t
Router(config)#int fa0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
6.     PC0 IP Address 192.168.1.1  Subnet Mask 255.255.255.0  Default Gateway 192.168.1.1
7.     PC1 IP Address 192.168.1.3  Subnet Mask 255.255.255.0  Default Gateway 192.168.1.1
8.     Ping from PC0 to PC1.

Tuesday 24 April 2012

Small network between two hubs and one switch.

Step by step
1.       Take seven systems and 2 hubs 1 switch.
2.       Add four systems to one hub and remaining three to another hub as shown in above image
3.       Add two hubs to one switch.
4.       Add IP address to system Ex ( 192.168.1.0  to 192.168.1.7)
5.       Now ping from PC1 to PC6 and check.

Note:- In this tutorial we are just configuring network. We are not in depth. In next coming class we will
         See how to configure switches, Routers in making a perfect Network. We will move step by step.