Sunteți pe pagina 1din 13

Lab 2.5.

2: Challenge PPP Configuration


Topology Diagram

Addressing Table Device


R1

Interface
Fa0/1 S0/0 S0/1 Lo0

IP Address
10.0.0.1 172.16.0.1 172.16.0.9 209.165.200.161 172.16.0.2 172.16.0.5 10.0.0.129 172.16.0.14

Subnet Mask
255.255.255.128 255.255.255.252 255.255.255.252 255.255.255.224 255.255.255.252 255.255.255.252 255.255.255.128 255.255.255.252

Default Gateway
N/A N/A N/A N/A N/A N/A N/A N/A

R2

S0/1 S0/0

R3

Fa0/1 S0/0

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 1 of 1

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

S0/1 R4 S0/0 S0/1 PC1 PC3 NIC NIC

172.16.0.6 172.16.0.10 172.16.0.13 10.0.0.10 10.0.0.139

255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.128 255.255.255.128

N/A N/A N/A 10.0.0.1 10.0.0.129

Learning Objectives
To complete this lab: Cable a network according to the topology diagram. Erase the startup configuration and reload a router to the default state. Perform basic configuration tasks on a router. Configure and activate interfaces. Configure OSPF routing on all routers. Configure PPP encapsulation on all serial interfaces. Change the encapsulation on the serial interfaces from PPP to HDLC. Intentionally break and restore PPP encapsulation. Configure PPP CHAP authentication. Intentionally break and restore PPP CHAP authentication.

Scenario
In this lab, you will learn how to configure PPP encapsulation on serial links using the network shown in the topology diagram. You will also configure PPP CHAP authentication. If you need assistance, refer back to the Basic PPP Configuration lab, but try to do as much on your own as possible.

Task 1: Prepare the Network


Step 1: Cable a network that is similar to the one in the topology diagram. Step 2: Clear any existing configurations on the routers.

Task 2: Perform Basic Router Configuration


Configure the R1, R2, R3 and R4 routers according to the following guidelines: Configure the router hostname. Disable DNS lookup. Configure an EXEC mode password. Configure a message-of-the-day banner. Configure a password for console connections. Configure synchronous logging. Configure a password for vty connections.

enable configure terminal no ip domain-lookup

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 2 of 2

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

enable secret class banner motd ^CUnauthorized access strictly prohibited and prosecuted to the full extent of the law^C ! ! line con 0 exec-timeout 0 0 logging synchronous password cisco login ! line vty 0 4 password cisco login end copy running-config starting-config

Task 3: Configure and Activate Serial and Ethernet Addresses


Step 1: Configure interfaces on R1, R2, and R3. R1 ! interface FastEthernet0/1 ip address 10.0.0.1 255.255.255.128 no shutdown ! interface Serial0/0 ip address 172.16.0.1 255.255.255.252 no shutdown clock rate 64000 ! interface Serial0/1 ip address 172.16.0.9 255.255.255.252 no shutdown R2 ! interface Loopback0 ip address 209.165.200.161 255.255.255.224 ! ! interface Serial0/1 ip address 172.16.0.2 255.255.255.252 no shutdown ! interface Serial0/0 ip address 172.16.0.5 255.255.255.252 clock rate 64000 no shutdown R3 ! interface FastEthernet0/1

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 3 of 3

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

ip address 10.0.0.129 255.255.255.128 no shutdown ! interface Serial0/0 ip address 172.16.0.14 255.255.255.252 clock rate 64000 no shutdown ! interface Serial0/1 ip address 172.16.0.6 255.255.255.252 no shutdown Step 2: Verify IP addressing and interfaces. R1#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 10.0.0.1 Serial0/0 172.16.0.1 Serial0/1 172.16.0.9 R2#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 unassigned Serial0/0 172.16.0.5 Serial0/1 172.16.0.2 Loopback0 209.165.200.161 R3#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 10.0.0.129 Serial0/0 172.16.0.14 Serial0/1 172.16.0.6 R4#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 unassigned Serial0/0 172.16.0.10 Serial0/1 172.16.0.13 OK? YES YES YES YES OK? YES YES YES YES YES Method Status Protocol unset administratively down down manual up up manual up up manual up up Method unset unset manual manual manual Status Protocol administratively down down administratively down down up up up up up up

OK? YES YES YES YES OK? YES YES YES YES

Method unset manual manual manual Method unset unset manual manual

Status Protocol administratively down down up up up up up up Status Protocol administratively down down administratively down down up up up up

Step 3: Configure the Ethernet interfaces of PC1 and PC3. Step 4: Test connectivity between the PCs.

Task 4: Configure OSPF on Routers


Step 1: Enable OSPF routing on the routers. R1 ! router ospf 1 network 10.0.0.0 0.0.0.127 area 0

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 4 of 4

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

network 172.16.0.0 0.0.0.3 area 0 network 172.16.0.8 0.0.0.3 area 0 ! R2 ! router ospf 1 network 172.16.0.0 0.0.0.3 area 0 network 172.16.0.4 0.0.0.3 area 0 network 209.165.200.160 0.0.0.31 area 0 ! R3 ! router ospf 1 network 10.0.0.128 0.0.0.127 area 0 network 172.16.0.4 0.0.0.3 area 0 network 172.16.0.12 0.0.0.3 area 0 !

R4
! router ospf 1 network 172.16.0.12 0.0.0.3 area 0 network 172.16.0.8 0.0.0.3 area 0 !

Step 2: Verify that you have full network connectivity.


R1#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets C 10.0.0.0 is directly connected, FastEthernet0/1 O 10.0.0.128 [110/129] via 172.16.0.2, 00:03:47, Serial0/0 [110/129] via 172.16.0.10, 00:00:40, Serial0/1 172.16.0.0/30 is subnetted, 4 subnets C 172.16.0.0 is directly connected, Serial0/0 O 172.16.0.4 [110/128] via 172.16.0.2, 00:05:13, Serial0/0 C 172.16.0.8 is directly connected, Serial0/1 O 172.16.0.12 [110/128] via 172.16.0.10, 00:00:40, Serial0/1 209.165.200.0/32 is subnetted, 1 subnets O 209.165.200.161 [110/65] via 172.16.0.2, 00:05:13, Serial0/0 R1#ping 209.165.200.161 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.200.161, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms R1#ping 10.0.0.129 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.0.129, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms R2#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 5 of 5

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

O O C C O O C

10.0.0.0 [110/65] via 172.16.0.1, 00:09:06, Serial0/1 10.0.0.128 [110/65] via 172.16.0.6, 00:07:45, Serial0/0 172.16.0.0/30 is subnetted, 4 subnets 172.16.0.0 is directly connected, Serial0/1 172.16.0.4 is directly connected, Serial0/0 172.16.0.8 [110/128] via 172.16.0.1, 00:09:06, Serial0/1 172.16.0.12 [110/128] via 172.16.0.6, 00:07:34, Serial0/0 209.165.200.0/27 is subnetted, 1 subnets 209.165.200.160 is directly connected, Loopback0

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 = 28/28/28 ms R2#ping 10.0.0.129 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.0.129, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms R3#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets O 10.0.0.0 [110/129] via 172.16.0.5, 00:10:29, Serial0/1 [110/129] via 172.16.0.13, 00:07:15, Serial0/0 C 10.0.0.128 is directly connected, FastEthernet0/1 172.16.0.0/30 is subnetted, 4 subnets O 172.16.0.0 [110/128] via 172.16.0.5, 00:10:29, Serial0/1 C 172.16.0.4 is directly connected, Serial0/1 O 172.16.0.8 [110/128] via 172.16.0.13, 00:07:25, Serial0/0 C 172.16.0.12 is directly connected, Serial0/0 209.165.200.0/32 is subnetted, 1 subnets O 209.165.200.161 [110/65] via 172.16.0.5, 00:10:29, Serial0/1 R3#ping 209.165.200.161 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 209.165.200.161, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 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 = 28/28/32 ms R4#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets O 10.0.0.0 [110/65] via 172.16.0.9, 00:18:40, Serial0/0 O 10.0.0.128 [110/65] via 172.16.0.14, 00:19:01, Serial0/1

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 6 of 6

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

O O C C O

172.16.0.0/30 is subnetted, 4 subnets 172.16.0.0 [110/128] via 172.16.0.9, 00:18:40, Serial0/0 172.16.0.4 [110/128] via 172.16.0.14, 00:19:01, Serial0/1 172.16.0.8 is directly connected, Serial0/0 172.16.0.12 is directly connected, Serial0/1 209.165.200.0/32 is subnetted, 1 subnets 209.165.200.161 [110/129] via 172.16.0.14, 00:19:01, Serial0/1 [110/129] via 172.16.0.9, 00:18:40, Serial0/0

Task 5: Configure PPP Encapsulation on Serial Interfaces


Step 1: Configure PPP on the serial interfaces of all three routers. R1 interface Serial0/0 encapsulation ppp ! interface Serial0/1 encapsulation ppp R2 interface Serial0/0 encapsulation ppp ! interface Serial0/1 encapsulation ppp R3 interface Serial0/0 encapsulation ppp ! interface Serial0/1 encapsulation ppp

R4
interface Serial0/0 encapsulation ppp ! interface Serial0/1 encapsulation ppp Step 2: Verify that all serial interfaces are using PPP encapsulation. R1 R1#show interface serial0/0 Serial0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.1/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 7 of 7

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

R1#show interface serial0/1 Serial0/1 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.9/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open R2 R2#show interface serial0/1 Serial0/1 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.2/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open R2#show interface serial0/0 Serial0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.5/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open R3 R3#show interface serial0/0 Serial0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.14/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open R3#show interface serial0/1 Serial0/1 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.6/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open R4#show interface serial0/0 Serial0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.10/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 8 of 8

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open R4#show interface serial0/1 Serial0/1 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 172.16.0.13/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) LCP Open

Task 6: Intentionally Break and Restore PPP Encapsulation


Step 1: Choose a way to break PPP encapsulation on the network. R1 interface Serial0/0 encapsulation hdlc R2 interface Serial0/0 encapsulation hdlc R3 interface Serial0/0 encapsulation hdlc

R4
interface Serial0/0 encapsulation hdlc

Step 2: Restore full connectivity to your network. R1 interface Serial0/0 encapsulation ppp R2 interface Serial0/0 encapsulation ppp R3 interface Serial0/0 encapsulation ppp

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 9 of 9

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

R4 interface Serial0/0 encapsulation ppp Step 3: Verify full connectivity to your network. R1#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets 10.0.0.0 is directly connected, FastEthernet0/1 10.0.0.128 [110/129] via 172.16.0.2, 00:30:05, Serial0/0 [110/129] via 172.16.0.10, 00:26:14, Serial0/1 172.16.0.0/30 is subnetted, 4 subnets C 172.16.0.0 is directly connected, Serial0/0 O 172.16.0.4 [110/128] via 172.16.0.2, 00:30:15, Serial0/0 C 172.16.0.8 is directly connected, Serial0/1 O 172.16.0.12 [110/128] via 172.16.0.10, 00:26:24, Serial0/1 209.165.200.0/32 is subnetted, 1 subnets O 209.165.200.161 [110/65] via 172.16.0.2, 00:30:57, Serial0/0 R2#show ip route C O <output omitted> 10.0.0.0/25 is subnetted, 2 subnets O 10.0.0.0 [110/65] via 172.16.0.1, 00:40:13, Serial0/1 O 10.0.0.128 [110/65] via 172.16.0.6, 00:39:21, Serial0/0 172.16.0.0/30 is subnetted, 4 subnets C 172.16.0.0 is directly connected, Serial0/1 C 172.16.0.4 is directly connected, Serial0/0 O 172.16.0.8 [110/128] via 172.16.0.1, 00:38:07, Serial0/1 O 172.16.0.12 [110/128] via 172.16.0.6, 00:35:40, Serial0/0 209.165.200.0/27 is subnetted, 1 subnets C 209.165.200.160 is directly connected, Loopback0 R3#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets O 10.0.0.0 [110/129] via 172.16.0.5, 00:41:44, Serial0/1 [110/129] via 172.16.0.13, 00:39:08, Serial0/0 C 10.0.0.128 is directly connected, FastEthernet0/1 172.16.0.0/30 is subnetted, 4 subnets O 172.16.0.0 [110/128] via 172.16.0.5, 00:42:58, Serial0/1 C 172.16.0.4 is directly connected, Serial0/1 O 172.16.0.8 [110/128] via 172.16.0.13, 00:39:08, Serial0/0 C 172.16.0.12 is directly connected, Serial0/0 209.165.200.0/32 is subnetted, 1 subnets O 209.165.200.161 [110/65] via 172.16.0.5, 00:42:58, Serial0/1

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 10

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

R4#show ip route <output omitted> 10.0.0.0/25 is subnetted, 2 subnets O 10.0.0.0 [110/65] via 172.16.0.9, 00:42:44, Serial0/0 O 10.0.0.128 [110/65] via 172.16.0.14, 00:40:18, Serial0/1 172.16.0.0/30 is subnetted, 4 subnets O 172.16.0.0 [110/128] via 172.16.0.9, 00:42:44, Serial0/0 O 172.16.0.4 [110/128] via 172.16.0.14, 00:40:18, Serial0/1 C 172.16.0.8 is directly connected, Serial0/0 C 172.16.0.12 is directly connected, Serial0/1 209.165.200.0/32 is subnetted, 1 subnets O 209.165.200.161 [110/129] via 172.16.0.14, 00:40:18, Serial0/1 [110/129] via 172.16.0.9, 00:13:45, Serial0/0

Task 7: Configure PPP CHAP Authentication


Step 1: Configure PPP CHAP authentication on all serial links. R1 username R2 password cisco username R4 password cisco interface serial0/0 ppp authentication chap interface serial0/1 ppp authentication chap R2 username R1 password cisco username R3 password cisco interface serial0/0 ppp authentication chap interface serial0/1 ppp authentication chap R3 username R2 password cisco username R4 password cisco interface serial0/0 ppp authentication chap interface serial0/1 ppp authentication chap R4 username R1 password cisco username R3 password cisco interface serial0/0 ppp authentication chap interface serial0/1 ppp authentication chap

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 11

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

Step 2: Verify PPP CHAP authentication on all serial links. R1#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 10.0.0.1 Serial0/0 172.16.0.1 Serial0/1 172.16.0.9 R2#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 unassigned Serial0/0 172.16.0.5 Serial0/1 172.16.0.2 Loopback0 209.165.200.161 R3#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 10.0.0.129 Serial0/0 172.16.0.14 Serial0/1 172.16.0.6 R4#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 unassigned Serial0/0 172.16.0.10 Serial0/1 172.16.0.13 OK? YES YES YES YES Method unset manual manual manual Status Protocol administratively down down up up up up up up

OK? YES YES YES YES YES

Method unset unset manual manual manual

Status Protocol administratively down down administratively down down up up up up up up

OK? YES YES YES YES OK? YES YES YES YES

Method unset manual manual manual Method unset unset manual manual

Status Protocol administratively down down up up up up up up Status Protocol administratively down down administratively down down up up up up

Task 8: Intentionally Break and Restore PPP CHAP Authentication


Step 1: Choose a way to break PPP CHAP authentication on one or more serial links. R1#conf t Enter configuration commands, one per line. R1(config)#interface serial 0/0 R1(config-if)#no ppp authentication chap R1(config-if)#ppp authentication pap R1(config-if)#interface serial0/1 R1(config-if)#no ppp authentication chap R1(config-if)#ppp authentication pap R1(config-if)#^Z R1#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] R1#reload End with CNTL/Z.

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 12 of 12

CCNA Exploration Accessing the WAN: PPP

Lab 2.5.2: Challenge PPP Configuration

Step 2: Verify that PPP CHAP authentication is broken. R1#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 10.0.0.1 Serial0/0 172.16.0.1 Serial0/1 172.16.0.9 OK? YES YES YES YES Method NVRAM manual manual manual Status Protocol administratively down down up up up down up down

Step 3: Restore PPP CHAP authentication on all serial links. R1#conf t Enter configuration commands, one per line. R1(config)#interface serial0/0 R1(config-if)#ppp authentication chap R1(config-if)#interface serial0/1 R1(config-if)#ppp authentication chap R1(config-if)#^Z R1# End with CNTL/Z.

Step 4: Verify PPP CHAP authentication on all serial links. R1#show ip interface brief Interface IP-Address FastEthernet0/0 unassigned FastEthernet0/1 10.0.0.1 Serial0/0 172.16.0.1 Serial0/1 172.16.0.9 OK? YES YES YES YES Method NVRAM manual manual manual Status Protocol administratively down down up up up up up up

Task 9: Document the Router Configurations

Task 10: Clean Up


Erase the configurations and reload the routers. Disconnect and store the cabling. For PC hosts that are normally connected to other networks, such as the school LAN or the Internet, reconnect the appropriate cabling and restore the TCP/IP settings.

All contents are Copyright 19922007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 13 of 13

S-ar putea să vă placă și