0% found this document useful (0 votes)
72 views5 pages

DALLI

The document describes configuration of interfaces and static routing on routers R1, R2, R3 and R4. On each router, serial and GigabitEthernet interfaces are configured with IP addresses and clock rates. Static routes are configured on each router to reach the IP networks of the other routers. The configurations are written to memory.

Uploaded by

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

DALLI

The document describes configuration of interfaces and static routing on routers R1, R2, R3 and R4. On each router, serial and GigabitEthernet interfaces are configured with IP addresses and clock rates. Static routes are configured on each router to reach the IP networks of the other routers. The configurations are written to memory.

Uploaded by

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

 Sur R1 :

= enable
= conf
= configure te
= configure terminal
= Enter configuration commands, one per line. End with
CNTL/Z.
= r1(config)#interface gigabitEthernet 0/0
= r1(config-if)#ip address 40.0.0.1 255.255.254.0
= r1(config-if)#exit
= r1(config)#interface serial 0/0/0
= r1(config-if)#ip address 4.0.2.129 255.255.255.252
= r1(config-if)#clock rate 64000
= r1(config-if)#no sh
= r1(config-if)#no shutdown
= r1(config)#do wr
Building configuration...
[OK]

 SUR R2 :
R2>enable
R2#confi
R2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#interfase se
R2(config)#interfase se0/0/0
^
% Invalid input detected at '^' marker.
R2(config)#int
R2(config)#interface se0/0/0
R2(config-if)#ip address 4.0.2.130 255.255.255.252
R2(config-if)#no sh
R2(config-if)#no shutdown

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R2(config-if)#exit
R2(config)#inter
R2(config)#interface se
R2(config)#interface serial 0/0/1
R2(config-if)#ip address 4.0.2.137 255.255.255.252
R2(config-if)#no sh
R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down


R2(config-if)#cock
R2(config-if)#cock r
R2(config-if)#cock ra
R2(config-if)#col
R2(config-if)#colock
R2(config-if)#colock r
R2(config-if)#cl
R2(config-if)#clock rate 6400
Unknown clock rate
R2(config-if)#clock rate 64000
R2(config)#interface se
R2(config)#interface serial 0/1/0
R2(config-if)#ip address 4.0.2.133 255.255.255.252
R2(config-if)#no sh
R2(config-if)#no shutdown

 SUR R4 :
R4>en
R4#confi
R4#configure ter
R4#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#inter
R4(config)#interface se 0/0/0
R4(config-if)#ip address 4.0.2.138 255.255.252
^
% Invalid input detected at '^' marker.
R4(config-if)#ip address 4.0.2.138 255.255.255.252
R4(config-if)#no sh
R4(config-if)#no shutdown

R4(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R4(config-if)#exit
R4(config)#inter
R4(config)#interface gig
R4(config)#interface gigabitEthernet 0/0
R4(config-if)#ip address 40.0.2.1 255.255.255.128
R4(config-if)#no sh
R4(config-if)#no shutdown

R4(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to


up

 SUR R :3
enable
R3#conf
R3#configure ter
R3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#inter
R3(config)#interface se
R3(config)#interface serial 0/0/0
R3(config-if)#ip address 4.0.2.134 255.255.255.252
R3(config-if)#clock rate 64000
R3(config-if)#no sh
R3(config-if)#no shutdown

R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R3(config-if)#exit
R3(config)#inter
R3(config)#interface
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

% Incomplete command.
R3(config)#inter
R3(config)#interface gi
R3(config)#interface gigabitEthernet 0/0
R3(config-if)#ip address 40.0.1.1 255.255.255.0
R3(config-if)#no sh
R3(config-if)#no shutdown

R3(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to


up

R3(config-if)#exit
R3(config)#do wr
Building configuration...
[OK]
R3(config)#

ROUTAGE STATIQUE
R1 :
r1(config)#ip route 4.0.2.136 255.255.255.252 4.0.2.130
r1(config)#ip route 4.0.2.132 255.255.255.252 4.0.2.130
r1(config)#ip route 40.0.1.0 255.255.255.0 4.0.2.130
r1(config)#ip route 40.2.0 255.255.255.128 4.0.2.130
^
% Invalid input detected at '^' marker.
r1(config)#ip route 40.0.2.0 255.255.255.128 4.0.2.130

SUR R2 :

R2(config)#ip route 40.0.0.0 255.255.254.0 4.0.2.129


R2(config)#ip route 40.0.2.0 255.255.255.128 4.0.2.138
R2(config)#ip route 40.0.1.0 255.255.255.0 4.0.2.134
R2(config)#do wr
Building configuration...
[OK]

SUR R3 :
R4(config)#ip route 4.0.2.128 255.255.255.252 4.0.2.137
R4(config)#ip route 40.0.0.0 255.255.254.0 4.0.2.137
R4(config)#ip route 4.0.2.132 255.255.255.252 4.0.2.137
R4(config)#ip route 40.0.1.0 255.255.255.0 4.0.2.137
R4(config)#do wr
Building configuration...
[OK]

SUR R4 :
R3(config)#
R3(config)#ip route 4.0.2.128 255.255.255.252 4.0.2.133
R3(config)#ip route 40.0.0.0 255.255.254.0 4.0.2.133
R3(config)#ip route 4.0.2.136 255.255.255.252 4.0.2.133
R3(config)#ip route 40.0.2.0 255.255.255.128 4.0.2.133
R3(config)#do wr
Building configuration...
[OK]

You might also like