TP Configuration Réseau Informatique PDF
TP Configuration Réseau Informatique PDF
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
router#config t
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
Router#confit t
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)#exit
Router#show ip route
S ............................................................................................
C ............................................................................................
S ............................................................................................
S ............................................................................................
C ............................................................................................
Router#