CCNA Exploration. Accessing the WAN: IP ... Page 3 of 9. Task 4: Configure a
Cisco IOS DHCP Server ... Step 4: Configure a helper address. Network services
...
Sep 13, 2008 ... CCNA Exploration ... In this lab, you will configure the DHCP and NAT IP services
. ... Task 4: Configure a Cisco IOS DHCP Server .... Page 8 ...
Page 1 of 5 ... 2. All PCs connected to R1 should receive an IP address in the
correct network via DHCP ... Step 2: Clear all existing configurations on the
routers.
13 Sep 2008 ... S0/0/1. 209.165.200.226. 255.255.255.252. Scenario. In this lab, you will ...
CCNA Exploration ... Task 4: Configure a Cisco IOS DHCP Server.
1 References to figures and sections are for the 6th edition of our text, Computer
Networks, A Top-down Approach,. 6th ed., J.F. Kurose and K.W. Ross, ...
All Rights Reserved. Computer Networking: A Top- down Approach, 5th edition.
In this lab, we'll take a quick look at DHCP. DHCP is covered in Section 4.4.2 of ...
The port numbers are the same as the example in the Lab. 3. The Link Layer
address of my ... Option 116: DHCP Auto-Configuration (1 bytes). Option 61:
Client ...
This lab is brief, as we'll only examine the DHCP packets captured by a host. If
you also ... home, you most likely can configure your DHCP server. Because ...
Apr 1, 2008 ... Step 2: Configure PAT on R2 using the serial 0/0/1 interface public IP address. ...
NAT pool MY-NAT-POOL command to allow for more than six ...
Lab 1.2.8 Configuring DHCP Relay. Objective. • A router will be configured for
Dynamic Host Configuration Protocol (DHCP). • The ability for workstations to ...
The purpose of this lab is to introduce Dynamic Host Configuration Protocol ... for
setting up a network computer as a DHCP client to use DHCP services.
CCNA 4: WAN Technologies v 3.0 - Lab 1.1.4a. Copyright 2003 .... Step 8
Define an access list that will match the inside private IP addresses. To define the
...
In this exercise you will set up a DHCP server and examine its interaction with
clients ... All of the lab computers have been configured to use DHCP to get an IP
...
Raj Jain. The Ohio State University. 32-1. Chapter 32. Initialization. (BOOTP and DHCP). Raj Jain. The Ohio State University. Columbus, OH 43210. Jain@CIS.
packet size, etc. â Configuration = Setting the parameters. â IP Address. â Default router address. â Subnet mask. â DNS server addresses ...
Dynamic address allocation. â DHCP. Overview ... Problem: What is the boot file name for IP address nn.nn.nn. ... BOOTP + Dynamic allocation of IP addresses.
Lab: Configuring and Troubleshooting the DHCP Server Role. 4-43 ... The DHCP
protocol simplifies configuration of IP clients in a network environment. With the ...
Feb 16, 1998 ... To reset all Cisco IOS Dynamic Host Configuration Protocol (DHCP) Server
counters, use .... default-router DHCP pool configuration command.
This is the key concept of the Haggle project [1], a ground- ... switching to AP
mode) as the DHCP handshake takes a lot of time [2] .... Technical report,
Computer.
Enhanced DHCP Clientâ. Silvia Giordano. â . University of Applied Sciences of Southern. Switzerland (SUPSI). Manno, Switzerland [email protected].
The project Dynamic Host Configuration Protocol Web Services submitted by
Jason. Rupard in ..... The remainder of this paper will refer to the DHCP subnets,.
Oct 18, 2007 - have a NAT traversal technology that can establish a connection between the .... as an additional mechanism to STUN by Internet Engineer- ing Task Force (IETF) ... at the time when an EN starts communication with an IN (alice) by our.
[1] K. Egevang and P. Francis, âThe IP Network Address Translator (NAT),â. IETF RFC ... [4] J. Rosenberg, R. Mahy, and P. Matthews, âTraversal Using Relays.
This is a short lab to demonstrate how to set up DHCP and NAT on a Cisco router
. We will again use. GNS3 as the virtual environment to configure. If you don't ...
DHCP and NAT Lab This is a short lab to demonstrate how to set up DHCP and NAT on a Cisco router. We will again use GNS3 as the virtual environment to configure. If you don’t know what DHCP or NAT are please visit the following links. This lab also utilizes a very simple access control list. You do not need to be an expert on ACLs in order to complete this lab. However, a link is provided to give you some info on ACLs with respect to Cisco equipment. http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol http://en.wikipedia.org/wiki/Network_address_translation http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00800a5b9a.sh tml Great explanation of how NAT works. http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094831.shtml Cisco NAT configuration documentation http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094e77.shtml 1) 2) 3) 4) 5) 6) 7)
Layout and label the topology Configure the external router with a static IP address Configure our gateway with DHCP Add a DCHP interface on each client “PC” Configure NAT on the gateway router Verify everything is working Turn In
Layout and label the topology Your topology should look like the picture below. These are all 3640 routers and I just changed the icons to something more appropriate for this lab setup. The switch, however, is a ‘Ethernet Switch’ in GNS3. All the default settings are okay for the switch. So all ports should be defaulted to ‘access’ ports on the switch.
Configure the external router with a static IP address First step is to get our external network configured. This is basically acting as our internet router or ISP gateway for our internal network. Configure the static address as follows. en conf t int f0/0 ip address 10.10.10.2 255.255.255.0 no shut
Configure our gateway with DHCP Now we begin configuring our Internal Gateway router with DHCP. The following commands will configure a DHCP pool for the 192.168.1.0/24 network. You can have many pools for many different networks on a router. For example, if you have several vlans in your network which are trunked they can all have pools on this Gateway Router. This lab will only demonstrate a single pool. The following commands will create the add addresses which are excluded in the DHCP offers and the DHCP pool. en conf t ip dhcp exclude-address 192.168.1.1 ip dhcp pool subnet1 network 192.168.1.0 255.255.255.0 default-router 192.168.1.1
Add a DCHP interface on each client “PC” From here DHCP should function on the Gateway. We now need to configure the clients to get their addresses from our Gateway. The following is the configuration to place on each client machine. Add this configuration to all client machines on the 192.168.1.0/24 network. en conf t int f0/0 ip address dhcp
You should now be able to ping the gateway from each client. Do this to ensure the DHCP is functioning properly. We still are unable to ping the external router at this point.
Configure NAT on the gateway router If you don’t understand what NAT is please read the NAT related links at the top of this document. Now we will add network translation to our Gateway router. We will use the overload method which uses ports for each separate connection. Enter the following commands on the Gateway Router to get NAT configured. en conf t ip nat pool overload 10.10.10.1 10.10.10.1 prefix-length 24 ip nat inside source list 1 pool overload overload int f0/0 ip nat inside int f1/0 ip nat outside
We are still not done. We have enabled a NAT access to only computers in access control list 1. So lets quickly define what should be permitted in this list. en conf t access-list 1 permit 192.168.1.0 0.0.0.255
Verify everything is working Everything should be working at this point. From here let’s listen with wireshark on the external router interface f0/0 and see what shows up when we ping the external router from one of our clients. Your pings should show they are coming from the Gateway IP address and not our internal clients IP.
Turn In As always turn in a zip file with all router configs and the GNS3 file. Also include the following: 1) A wireshark capture of the external interface showing that internal pings are showing the Gateway IP address as the sender.