Lab 9 PDF
Lab 9 PDF
Lab 9 PDF
INSTITUTE OF ENGINEERING
Thapathali Campus
Thapathali,Kathmandu
Lab Report - 8
To Transfer Data between Two PC’s of Different Network Using
Static Routing
Static routing causes very little load on the CPU of the router, and produces no
traffic to other routers.
Static routing leaves the network administrator with full control over the routing
behavior of the network.
PROCEDURE-
In this practical we used Static Routing protocol for the transfer of data between PC’s
of different networks. The routers and PC are connected in the following manner.
*
Figure 2 Configuring IP of Router in CLI
Here in the command line it is seen there is the use of “ip route” and along with it is the
IP address and subnet mask of the network it will be establishing the communication
followed by the interfacing port though which the communication is going to be
established.
For eg- ip route 192.168.0.0 255.255.255.240 se 0/3/0
Here, 192.168.0.0 is the IP of the network and 255.255.255.240 is the subnet mask and
se 0/3/0 is the port through which it will interface occurs for the transfer of data.
And as we can communicate through three ports in this network so all are used so that
the network will work even in the case if one fails.
Similarly, others Routers are configured in the same manner.
This can be also be configured using a master command instead of using separate for
each network. eg- ip route 0.0.0.0 0.0.0.0 se 0/3/0
And using this command for separate ports of the router.
4) The packet of data is sent between PCs and Router to check for the well configured
protocol. Successful status indicates that there is successful data transmission as on
the picture below.
5) Then the connection between the host and the routers were seen using the following command.
Static routing causes very little load on the CPU of the router, and produces no traffic
to other routers as well as leaves the network administrator with full control over the
routing behaviour of the network but is vulnerable to human error. It also does not have
fault tolerance and this configuration can take a long time if there are many routers.