24.12.2014 Views

Lab 2.5.1: Basic PPP Configuration Lab

Lab 2.5.1: Basic PPP Configuration Lab

Lab 2.5.1: Basic PPP Configuration Lab

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CCNA Exploration<br />

Accessing the WAN: IP Addressing Services<br />

<strong>Lab</strong> 7.4.1: <strong>Basic</strong> DHCP and NAT <strong>Configuration</strong><br />

exec-timeout 0 0<br />

password cisco<br />

logging synchronous<br />

login<br />

line aux 0<br />

exec-timeout 0 0<br />

password cisco<br />

logging synchronous<br />

login<br />

line vty 0 4<br />

exec-timeout 0 0<br />

password cisco<br />

logging synchronous<br />

login<br />

!<br />

end<br />

R2#show run<br />

!<br />

hostname R2<br />

!<br />

!<br />

enable secret class<br />

!<br />

no ip dhcp use vrf connected<br />

ip dhcp excluded-address 192.168.10.1 192.168.10.10<br />

ip dhcp excluded-address 192.168.11.1 192.168.11.10<br />

!<br />

ip dhcp pool R1Fa0<br />

network 192.168.10.0 255.255.255.0<br />

default-router 192.168.10.1<br />

dns-server 192.168.11.5<br />

!<br />

ip dhcp pool R1Fa1<br />

network 192.168.11.0 255.255.255.0<br />

dns-server 192.168.11.5<br />

default-router 192.168.11.1<br />

!<br />

no ip domain lookup<br />

!<br />

interface Loopback0<br />

ip address 192.168.20.254 255.255.255.0<br />

ip nat inside<br />

ip virtual-reassembly<br />

!<br />

!<br />

!<br />

interface Serial0/0/0<br />

ip address 10.1.1.2 255.255.255.252<br />

ip nat inside<br />

ip virtual-reassembly<br />

!<br />

interface Serial0/0/1<br />

ip address 209.165.200.225 255.255.255.252<br />

ip nat outside<br />

ip virtual-reassembly<br />

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 13

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!