0% found this document useful (0 votes)
129 views

TP Configuration Réseau Informatique PDF

The document describes the configuration of a computer network with 3 routers. It provides instructions on configuring IP addresses and routing tables on each router so that all networks can communicate. The routing tables are configured to identify the next hop for each network, whether it is directly connected or requires going through another router. Configuration is completed by adding default routes on each router so that any unknown networks will be properly routed.

Uploaded by

Amine Ouldrabah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views

TP Configuration Réseau Informatique PDF

The document describes the configuration of a computer network with 3 routers. It provides instructions on configuring IP addresses and routing tables on each router so that all networks can communicate. The routing tables are configured to identify the next hop for each network, whether it is directly connected or requires going through another router. Configuration is completed by adding default routes on each router so that any unknown networks will be properly routed.

Uploaded by

Amine Ouldrabah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

TP N°1 : Configuration d’un réseau informatique 

Etape 1 : for Router to router : 
 

router>enable 

router#config t 

router#interface serial 0 /0 

router#ip address 192.168.1.1 255.255.255.0 

router#clock rate 64000 

router#no sh 

Etape 2 : Router0 table: 
Network address  Nexthop 
192.168.1.0  Serial 
192.168.3.0  Fast 
192.168.4.0  192.168.1.2 
192.168.5.0  192.168.1.2 
192.168.2.0  192.168.1.2 
 

router>enable 

router#show ip route 
Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, Serial0/0


C 192.168.3.0/24 is directly connected, FastEthernet0/0

router#config t
Router(config)#ip route 

Router(config)#ip route 

Router(config)#ip route 

Router(config)#exit

router#show ip route 
Gateway of last resort is not set
C ............................................................................................

S ............................................................................................

C ............................................................................................

S ............................................................................................

S ............................................................................................

 
Etape 3 : Router1 table: 
Network address  Nexthop 
192.168.1.0  Serial 
192.168.4.0  Fast 
192.168.2.0  Serial 
192.168.3.0  192.168.1.1 
192.168.5.0  192.168.2.2 
 

Router>ena

Router#show ip route

Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, Serial0/0

C 192.168.2.0/24 is directly connected, Serial0/1

C 192.168.4.0/24 is directly connected, FastEthernet0/0

Router#confit t

Router(config)#ip route ............................................................................................

Router(config)#ip route ............................................................................................

Router(config)#exit

Router#

Router#show ip route
Gateway of last resort is not set
C ............................................................................................

C ............................................................................................

S ............................................................................................

C ............................................................................................

S ............................................................................................

Router#

Etape 3 : Router2 table: 
Network address  Nexthop 
192.168.5.0  Fast 
192.168.2.0  Serial 
192.168.1.0  192.168.2.1 
192.168.4.0  192.168.2.1 
192.168.3.0  192.168.1.1 

Router>ena

Router#config t

Router(config)#ip route ............................................................................................

Router(config)#ip route ............................................................................................

Router(config)#ip route ............................................................................................

Router(config)#exit

Router#show ip route

Gateway of last resort is not set

S ............................................................................................

C ............................................................................................

S ............................................................................................

S ............................................................................................

C ............................................................................................

Router#

You might also like