Vous êtes sur la page 1sur 6

Problme 2 :

1. Raliser la maquette

2. Configurer lencapsulation PPP avec lauthentification CHAP

Routeur FAI.
Router(config)#hostname FAI
FAI(config)#interface Serial2/0
FAI(config-if)#encapsulation ppp
FAI(config-if)#ppp authentication chap
FAI(config-if)#exit
FAI(config)#username R3 password password

Routeur R3
Router(config)#hostname R3
R3(config)#interface Serial3/0
R3(config-if)#encapsulation ppp
R3(config-if)#ppp authentication chap
R3(config-if)#exit
R3(config)#username FAI password password

3.)
R1(config)#interface Serial2/0
R1(config-if)#encapsulation frame-relay
R1(config-if)#frame-relay lmi-type ansi

R1(config-if)#frame-relay interface-dlci 102


R1(config-if)#frame-relay interface-dlci 103

4.)
R2(config)#interface Serial2/0
R2(config-if)#encapsulation frame-relay
R2(config-if)#frame-relay lmi-type ansi
R2(config-if)#frame-relay interface-dlci 202
R2(config-if)#frame-relay interface-dlci 20

5.)
R3(config)#interface Serial2/0
R3(config-if)#encapsulation frame-relay ietf
R3(config-if)#frame-relay lmi-type ansi
R3(config-if)#frame-relay interface-dlci 301
R3(config-if)#frame-relay interface-dlci 302

6.)
R1#show frame-relay map
Serial2/0 (up): ip 10.0.0.2 dlci 102, dynamic,
broadcast,
CISCO, status defined, active
Serial2/0 (up): ip 10.0.0.3 dlci 103, dynamic,

broadcast,
CISCO, status defined, active
R2#show frame-relay map
Serial2/0 (up): ip 10.0.0.1 dlci 201, dynamic,
broadcast,
CISCO, status defined, active
Serial2/0 (up): ip 10.0.0.3 dlci 203, dynamic,
broadcast,
CISCO, status defined, active

R3#show frame-relay map


Serial2/0 (up): ip 10.0.0.1 dlci 301, dynamic,
broadcast,
IETF, status defined, active
Serial2/0 (up): ip 10.0.0.2 dlci 302, dynamic,
broadcast,
IETF, status defined, active

7-)

R1#ping 10.0.0.2

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/64 ms

R1#ping 10.0.0.3

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 49/63/79 ms

R2#ping 10.0.0.1

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 48/59/63 ms

R2#ping 10.0.0.3

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds:

!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 48/59/64 ms

R3#ping 10.0.0.1

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/65/77 ms

R3#ping 10.0.0.2

Type escape sequence to abort.


Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/62 ms

8-)

R1(config)#ip dhcp pool R1_pool


R1(dhcp-config)#network 172.29.0.0 255.255.255.248
R1(dhcp-config)#default-router 172.29.0.1
R1(dhcp-config)#exit
R1(config)#ip dhcp excluded-address 172.29.0.1
R1(config)#ip dhcp pool R2_pool
R1(dhcp-config)#default-router 172.29.0.9
R1(dhcp-config)#network 172.29.0.8 255.255.255.248
R1(dhcp-config)#ex
R1(config)#ip dhcp excluded-address 172.29.0.9

R3(config)#interface FastEthernet0/0
R3(config-if)#ip nat inside

R3(config)#interface Serial3/0
R3(config-if)#ip nat outside

Vous aimerez peut-être aussi