You are on page 1of 5

Step by Step Guide for Labs

TCP/IP

LAB 5
Initial Screen


Configure the routers with ips
200.192.168.4/30---this is a network address remember becasuse in a 30 prefix there can be only two
Ip address so this cannot be an address given to a single device

So
200.192.168.4/30
200.192.168.000001|00
Net host
01
10
11----direct broad cast

Possible addresss
200.192.168.5----colombo
200.192.168.6malabe

For pcs and gateway ips
They are actually ip address so u can assign addresses as it is
So I will complete the assignment steps and put just important code here

Pc1.
10.1.1.2
255.255.0.0
Gateway 10.1.1.1
Complete the rest like that
Router>en
Router#con
Router#conf
Router#configure te
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#in
Router(config)#interface se
Router(config)#interface serial 2/0
Router(config-if)#ip ad
Router(config-if)#ip address 200.192.168.5 255.255.255.252
Router(config-if)#cl
Router(config-if)#clock r
Router(config-if)#clock rate 64000
Router(config-if)#no sh
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial2/0, changed state to down---because we need to configure others
%SYS-5-CONFIG_I: Configured from console by console
Configure rests like that
.see after that


Static Routing

Configure router colombo to malabe

Router(config)#ip route 10.2.
0.0 255.255.0.0 200.192.168.6




Packet tracer file are attached this is for static routing

You might also like