0% found this document useful (0 votes)
9 views24 pages

Support TP4 Réseaux ROUTAGE

The document outlines a practical routing exercise involving the configuration of static routing between two virtual PCs (VPC1 and VPC2) using two routers (RS1 and RS2) and switches. It details the setup of IP addresses, interface configurations, and connectivity tests, including pings to verify successful communication between devices. The final steps include configuring static routes on RS2 to ensure connectivity to VPC1 from VPC2.

Uploaded by

kimacalixte
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)
9 views24 pages

Support TP4 Réseaux ROUTAGE

The document outlines a practical routing exercise involving the configuration of static routing between two virtual PCs (VPC1 and VPC2) using two routers (RS1 and RS2) and switches. It details the setup of IP addresses, interface configurations, and connectivity tests, including pings to verify successful communication between devices. The final steps include configuring static routes on RS2 to ensure connectivity to VPC1 from VPC2.

Uploaded by

kimacalixte
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

TRAVAUX PRATIQUES

« ROUTAGE »
PARTIE I : ROUTAGE STATIQUE

Objectif1 : Etablir la connectivité entre VPC1 et VPC2. Les équipements


suivants serviront pour cette architecture :

➢ Deux (02) postes virtuels (VPCs)

➢ Deux (02) routeurs series 3725

➢ Deux Switchs standards

➢ Des interfaces Ethernet, FastEthernet et Séries

Considérons l’architecture suivante :

Périphériques Interfaces Adresse IP Masque CIDR Passerelle


Vpc1 e0 [Link] /24 [Link]
RS1 f0/0 [Link] /24
s0/1 [Link] /24
RS2 s0/1 [Link] /24
f0/0 [Link] /24
Vpc2 e0 [Link] /24 [Link]
NB :
✓ Surbrillance vert commande exécutée
✓ Surbrillance jaune résultat attendu
✓ Surbrillance bleu : observation sur résultat antérieur
Etape1 : configuration de ZONE SITE 1
1. Configurez VPC1
VPC-1> ip [Link] [Link] [Link]
Checking for duplicate address...
PC1 : [Link] [Link] gateway [Link]

VPC-1> save
Saving startup configuration to [Link]
done
VPC-1> show ip

NAME : VPC-1[1]
IP/MASK : [Link]/24
GATEWAY : [Link]
DNS :
MAC : [Link]
LPORT : 10018
RHOST:PORT : [Link]:10019
MTU: : 1500

2. Configurez l’interface f0/0 de R1


RS1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

RS1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RS1(config)#interface fastEthernet 0/0
RS1(config-if)#ip address [Link] [Link]
RS1(config-if)#no shut
RS1(config-if)#
*Mar 1 [Link].255: %LINK-3-UPDOWN: Interface FastEthernet0/0,
changed state to up
*Mar 1 [Link].255: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
RS1(config-if)#
RS1(config-if)#end
RS1#
*Mar 1 [Link].279: %SYS-5-CONFIG_I: Configured from console by
console
RS1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 unassigned YES unset administratively down down

3. Test de connectivité (ping) de VPC1 vers f0/0 de R1


VPC-1> ping [Link]
[Link] icmp_seq=1 timeout
84 bytes from [Link] icmp_seq=2 ttl=255 time=18.178 ms
84 bytes from [Link] icmp_seq=3 ttl=255 time=1.210 ms
84 bytes from [Link] icmp_seq=4 ttl=255 time=7.493 ms
84 bytes from [Link] icmp_seq=5 ttl=255 time=1.133 ms

4. Configurez les interfaces serial interconnectées entre R1 et R2


Cas RS1
RS1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

RS1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RS1(config)#interface serial 0/1
RS1(config-if)#ip address [Link] [Link]
RS1(config-if)#no shut
RS1(config-if)#
*Mar 1 [Link].235: %LINK-3-UPDOWN: Interface Serial0/1, changed state
to up

RS1#show ip interface brief


Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

Cas RS2
RS2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

RS2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RS2(config)#interface serial 0/1
RS2(config-if)#ip address [Link] [Link]
RS2(config-if)#no shut
RS2(config-if)#
*Mar 1 [Link].235: %LINK-3-UPDOWN: Interface Serial0/1, changed state
to up

RS2#show ip interface brief


Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

5. Tests de connectivité (ping) de VPC1 vers s0/1 de RS1 et RS2


VPC-1> ping [Link]
84 bytes from [Link] icmp_seq=1 ttl=255 time=13.539 ms
84 bytes from [Link] icmp_seq=2 ttl=255 time=10.505 ms
84 bytes from [Link] icmp_seq=3 ttl=255 time=9.392 ms
84 bytes from [Link] icmp_seq=4 ttl=255 time=11.711 ms
84 bytes from [Link] icmp_seq=5 ttl=255 time=9.648 ms

VPC-1> ping [Link]


[Link] icmp_seq=1 timeout
[Link] icmp_seq=2 timeout
[Link] icmp_seq=3 timeout
[Link] icmp_seq=4 timeout
[Link] icmp_seq=5 timeout

NB : Conclusion l’interface série s0/1 du routeur RS2 n’est pas joignable


d’où la nécessité de créer une route RS2 (le routage).

6. Configurez une route statique sur RS2


RS2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RS2(config)#ip route [Link] [Link] [Link]

RS2#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set

[Link]/24 is subnetted, 1 subnets


C [Link] is directly connected, Serial0/1
S [Link]/24 [1/0] via [Link]

7. Test de connectivité (ping) de VPC1 vers s0/1 RS2


VPC-1> ping [Link]
84 bytes from [Link] icmp_seq=1 ttl=254 time=9.945 ms
84 bytes from [Link] icmp_seq=2 ttl=254 time=9.930 ms
84 bytes from [Link] icmp_seq=3 ttl=254 time=6.769 ms
84 bytes from [Link] icmp_seq=4 ttl=254 time=12.130 ms
84 bytes from [Link] icmp_seq=5 ttl=254 time=7.477 ms
Etape2 : configuration de ZONE SITE 2
8. Configurez VPC2
VPC-2> ip [Link] [Link] [Link]
Checking for duplicate address...
PC1 : [Link] [Link] gateway [Link]

VPC-1> save
Saving startup configuration to [Link]
done
VPC-1> show ip

NAME : VPC-1[1]
IP/MASK : [Link]/24
GATEWAY : [Link]
DNS :
MAC : [Link]
LPORT : 10018
RHOST:PORT : [Link]:10019

9. Configurez l’interface f0/0 de R2


RS2#sh ip interface br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

RS2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RS1(config)#interface fastEthernet 0/0
RS1(config-if)#ip address [Link] [Link]
RS1(config-if)#no shut
RS1(config-if)#
*Mar 1 [Link].255: %LINK-3-UPDOWN: Interface FastEthernet0/0,
changed state to up
*Mar 1 [Link].255: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
RS1(config-if)#

RS2#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

10. Test de connectivité (ping) de VPC2 vers f0/0 de R2


VPC-2> ping [Link]
[Link] icmp_seq=1 timeout
84 bytes from [Link] icmp_seq=2 ttl=255 time=18.178 ms
84 bytes from [Link] icmp_seq=3 ttl=255 time=1.210 ms
84 bytes from [Link] icmp_seq=4 ttl=255 time=7.493 ms
84 bytes from [Link] icmp_seq=5 ttl=255 time=1.133 ms

11. Tests de connectivité (ping) de VPC2 vers s0/1 de RS1 et RS2

VPC-2> ping [Link]


84 bytes from [Link] icmp_seq=1 ttl=255 time=13.539 ms
84 bytes from [Link] icmp_seq=2 ttl=255 time=10.505 ms
84 bytes from [Link] icmp_seq=3 ttl=255 time=9.392 ms
84 bytes from [Link] icmp_seq=4 ttl=255 time=11.711 ms
84 bytes from [Link] icmp_seq=5 ttl=255 time=9.648 ms

VPC-1> ping [Link]


[Link] icmp_seq=1 timeout
[Link] icmp_seq=2 timeout
[Link] icmp_seq=3 timeout
[Link] icmp_seq=4 timeout
[Link] icmp_seq=5 timeout

NB : Conclusion l’interface série s0/1 du routeur RS1 n’est pas joignable


par VPC-2 d’où la nécessité de créer une route RS1 (le routage).

12. Configurez une route statique sur RS1


RS1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RS2(config)#ip route [Link] [Link] [Link]

RS2#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set

[Link]/24 is subnetted, 1 subnets


C [Link] is directly connected, Serial0/1
S [Link]/24 [1/0] via [Link]

13. Test de connectivité (ping) de VPC2 vers s0/1 RS1


RS1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RS1(config)#ip route [Link] [Link] [Link]
RS1(config)#end
*Mar 1 [Link].339: %SYS-5-CONFIG_I: Configured from console by
console

RS1#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

[Link]/24 is subnetted, 1 subnets


C [Link] is directly connected, Serial0/1
C [Link]/24 is directly connected, FastEthernet0/0
S [Link]/24 [1/0] via [Link]

14. Test de connectivité (ping) de VPC2 vers s0/1 RS1


VPC-2> ping [Link]
84 bytes from [Link] icmp_seq=1 ttl=254 time=9.284 ms
84 bytes from [Link] icmp_seq=2 ttl=254 time=13.742 ms
84 bytes from [Link] icmp_seq=3 ttl=254 time=12.794 ms
84 bytes from [Link] icmp_seq=4 ttl=254 time=2.424 ms
84 bytes from [Link] icmp_seq=5 ttl=254 time=4.593 ms
15. Test de connectivité (ping) de VPC1 vers VPC2
VPC-1> ping [Link]
84 bytes from [Link] icmp_seq=1 ttl=62 time=14.208 ms
84 bytes from [Link] icmp_seq=2 ttl=62 time=13.701 ms
84 bytes from [Link] icmp_seq=3 ttl=62 time=19.976 ms
84 bytes from [Link] icmp_seq=4 ttl=62 time=14.602 ms
84 bytes from [Link] icmp_seq=5 ttl=62 time=15.624 ms

Objectif2 : Etablir la connectivité entre VPC1, VPC2 et VPC3

Périphériques Interfaces Adresse IP Masque CIDR Passerelle


Vpc1 e0 [Link] /24 [Link]
RS1 f0/0 [Link] /24
s0/1 [Link] /24
s0/0 [Link] /24
RS2 s0/1 [Link] /24
f0/0 [Link] /24
Vpc2 e0 [Link] /24 [Link]
Vpc-3 e0 [Link] /24 [Link]
RS3 s0/1 [Link] /24
f0/0 [Link] /24

16. Configurez VPC3


VPC-1> ip [Link] [Link] [Link]
Checking for duplicate address...
PC1 : [Link] [Link] gateway [Link]

VPC-1> save
Saving startup configuration to [Link]
done
VPC-1> show ip

NAME : VPC-1[1]
IP/MASK : [Link]/24
GATEWAY : [Link]
DNS :
MAC :
LPORT : 10018
RHOST:PORT : [Link]:10019
MTU: : 1500

17. Configurez l’interface f0/0 de R3


RS3#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 unassigned YES unset administratively down down
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

RS3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RS3(config)#interface fastEthernet 0/0
RS3(config-if)#ip address [Link] [Link]
RS3(config-if)#no shut
RS3(config-if)#
*Mar 1 [Link].255: %LINK-3-UPDOWN: Interface FastEthernet0/0,
changed state to up
*Mar 1 [Link].255: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
RS3(config-if)#
RS3(config-if)#end
RS3#
*Mar 1 [Link].279: %SYS-5-CONFIG_I: Configured from console by
console
RS3#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 unassigned YES unset administratively down down

18. Test de connectivité (ping) de VPC3 vers f0/0 de RS3


VPC-1> ping [Link]
[Link] icmp_seq=1 timeout
84 bytes from [Link] icmp_seq=2 ttl=255 time=18.178 ms
84 bytes from [Link] icmp_seq=3 ttl=255 time=1.210 ms
84 bytes from [Link] icmp_seq=4 ttl=255 time=7.493 ms
84 bytes from [Link] icmp_seq=5 ttl=255 time=1.133 ms

19. Configuration des interfaces séries des routeurs


Cas RS1
RS1#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 unassigned YES manual administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down

RS1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RS1(config)#int s0/0
RS1(config-if)#ip add [Link] [Link]
RS1(config-if)#no shut
RS1(config-if)#
*Mar 2 [Link].061: %LINK-3-UPDOWN: Interface Serial0/0, changed state
to up
RS1(config-if)#
*Mar 2 [Link].065: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Serial0/0, changed state to up

RS1(config-if)#end
RS1#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES manual up up
Serial0/0 [Link] YES manual up down
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES unset administratively down down
FastEthernet2/0 unassigned YES unset administratively down down
Cas RS3
RS3#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES NVRAM up up
Serial0/0 unassigned YES NVRAM administratively down down
FastEthernet0/1 unassigned YES NVRAM administratively down
down
Serial0/1 unassigned YES NVRAM administratively down down
FastEthernet1/0 unassigned YES NVRAM administratively down
down
FastEthernet2/0 unassigned YES NVRAM administratively down
down

RS3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RS3(config)#int s0/1
RS3(config-if)#ip add [Link] [Link]
RS3(config-if)#no shut
RS3(config-if)#
*Mar 1 [Link].755: %LINK-3-UPDOWN: Interface Serial0/1, changed state
to up

RS3(config-if)#do sh ip int brie


Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [Link] YES NVRAM up up
Serial0/0 unassigned YES NVRAM administratively down down
FastEthernet0/1 unassigned YES NVRAM administratively down
down
Serial0/1 [Link] YES manual up up
FastEthernet1/0 unassigned YES NVRAM administratively down
down
FastEthernet2/0 unassigned YES NVRAM administratively down
down
20. Tests connectivités
Entre S0/0 de RS1 et S0/0 de RS3
RS1#ping [Link]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to [Link], timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/16/56 ms

Entre VPC-1 et s0/0(RS1) et s0/1(RS3)


VPC-1> ping [Link]
84 bytes from [Link] icmp_seq=1 ttl=255 time=10.097 ms
84 bytes from [Link] icmp_seq=2 ttl=255 time=10.636 ms
84 bytes from [Link] icmp_seq=3 ttl=255 time=4.946 ms
84 bytes from [Link] icmp_seq=4 ttl=255 time=8.863 ms
84 bytes from [Link] icmp_seq=5 ttl=255 time=9.862 ms

VPC-1> ping [Link]


[Link] icmp_seq=1 timeout
[Link] icmp_seq=2 timeout
[Link] icmp_seq=3 timeout
[Link] icmp_seq=4 timeout
[Link] icmp_seq=5 timeout

NB : Conclusion l’interface série s0/1 du routeur RS3 n’est pas joignable


par VPC-1 d’où la nécessité de créer une route sur RS3 (le routage).
21. Configurez une route statique sur RS3
RS2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RS2(config)#ip route [Link] [Link] [Link]

RS3(config)#ip route [Link] [Link] [Link]


RS3(config)#

RS3#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

[Link]/24 is subnetted, 1 subnets


C [Link] is directly connected, Serial0/1
S [Link]/24 [1/0] via [Link]
C [Link]/24 is directly connected, FastEthernet0/0

VPC-1> ping [Link]


84 bytes from [Link] icmp_seq=1 ttl=254 time=21.488 ms
84 bytes from [Link] icmp_seq=2 ttl=254 time=4.251 ms
84 bytes from [Link] icmp_seq=3 ttl=254 time=4.310 ms
84 bytes from [Link] icmp_seq=4 ttl=254 time=7.628 ms
84 bytes from [Link] icmp_seq=5 ttl=254 time=2.365 ms

22. Test de connectivité entre VPC-1 et VPC-3

VPC-1> ping [Link]


84 bytes from [Link] icmp_seq=1 ttl=62 time=18.215 ms
84 bytes from [Link] icmp_seq=2 ttl=62 time=13.248 ms
84 bytes from [Link] icmp_seq=3 ttl=62 time=19.472 ms
84 bytes from [Link] icmp_seq=4 ttl=62 time=16.216 ms
84 bytes from [Link] icmp_seq=5 ttl=62 time=18.192 ms

23. Test de connectivité entre VPC-2 et VPC-3

VPC-2> ping [Link]


[Link] icmp_seq=1 timeout
[Link] icmp_seq=2 timeout
[Link] icmp_seq=3 timeout
[Link] icmp_seq=4 timeout
[Link] icmp_seq=5 timeout

VPC-2> trace [Link]


trace to [Link], 8 hops max, press Ctrl+C to stop
1 [Link] 9.274 ms 8.234 ms 9.178 ms
2 *[Link] 9.335 ms (ICMP type:3, code:1, Destination host
unreachable)

VPC-3> trace [Link]


trace to [Link], 8 hops max, press Ctrl+C to stop
1 [Link] 8.196 ms 9.150 ms 8.610 ms
2 *[Link] 9.319 ms (ICMP type:3, code:1, Destination host
unreachable)

NB : Conclusion : le paquet se perd à partir sur les points en jaune d’où


la nécessité définir des routes par défaut sur les routeurs RS3 et RS2

24. Configuration des routes par défaut sur RS2 et RS3


RS2
RS2(config)#ip route [Link] [Link] [Link]
RS2(config)# do sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is [Link] to network [Link]

[Link]/24 is subnetted, 1 subnets


C [Link] is directly connected, Serial0/1
S [Link]/24 [1/0] via [Link]
C [Link]/24 is directly connected, FastEthernet0/0
S* [Link]/0 [1/0] via [Link]

RS3
RS3(config)#ip route [Link] [Link] [Link]
RS3(config)#do sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is [Link] to network [Link]

[Link]/24 is subnetted, 1 subnets


C [Link] is directly connected, Serial0/1
S [Link]/24 [1/0] via [Link]
C [Link]/24 is directly connected, FastEthernet0/0
S* [Link]/0 [1/0] via [Link]

25. Test de connectivité entre VPC1, VPC-2, VPC-3


VPC-2> ping [Link]
84 bytes from [Link] icmp_seq=1 ttl=61 time=21.176 ms
84 bytes from [Link] icmp_seq=2 ttl=61 time=16.618 ms
84 bytes from [Link] icmp_seq=3 ttl=61 time=14.221 ms
84 bytes from [Link] icmp_seq=4 ttl=61 time=12.262 ms
84 bytes from [Link] icmp_seq=5 ttl=61 time=11.375 ms

VPC-1> ping [Link]


84 bytes from [Link] icmp_seq=1 ttl=62 time=21.158 ms
84 bytes from [Link] icmp_seq=2 ttl=62 time=18.339 ms
84 bytes from [Link] icmp_seq=3 ttl=62 time=11.353 ms
84 bytes from [Link] icmp_seq=4 ttl=62 time=14.856 ms
84 bytes from [Link] icmp_seq=5 ttl=62 time=16.266 ms

VPC-1> ping [Link]


84 bytes from [Link] icmp_seq=1 ttl=62 time=13.278 ms
84 bytes from [Link] icmp_seq=2 ttl=62 time=18.261 ms
84 bytes from [Link] icmp_seq=3 ttl=62 time=19.315 ms
84 bytes from [Link] icmp_seq=4 ttl=62 time=21.137 ms
84 bytes from [Link] icmp_seq=5 ttl=62 time=18.407 ms
➢ La suite des travaux est de créer une la redondance entre les
routeurs :
Périphériques Interfaces Adresse IP Masque CIDR Passerelle
Vpc1 e0 [Link] /24 [Link]
RS1 f0/0 [Link] /24
s0/1 [Link] /24
s0/0 [Link] /24
RS2 s0/1 [Link] /24
f0/0 [Link] /24
s0/1 [Link] /24
Vpc2 e0 [Link] /24 [Link]
Vpc-3 e0 [Link] /24 [Link]
RS3 s0/1 [Link] /24
f0/0 [Link] /24
s0/0 [Link] /24

I. Configuration des interfaces séries des RS3 et RS3 conformément au schéma

II. Configuration des routes par défaut redondantes au sur les trois routeurs

III. Tests des redondances


PARTIE II : DYNAMIQUE

You might also like