8.3.1.2 Packet Tracer

It is your enormously own grow old to enactment reviewing habit. In the course of guides you could enjoy now is packet tracer 8 3 1 2 solution below. Sacred Texts contains the web’s largest collection of free books about religion, mythology, folklore and the esoteric in general. 17.8.3 Packet Tracer – Troubleshooting Challenge Answers Packet Tracer – Troubleshooting Challenge (Answers Version) Answers Note: Red font color or gray highlights indicate text that appears in the Answers copy only. Addressing Table Device Interface IP Address / Prefix Default Gateway R1 G0/0 172.16.1.62 /26 N/A R1 G0/0 2001:db8:cafe::1/64 N/A R1 G0/0 fe80::1 N/A R1. 10.3.3.5 Packet Tracer - Using a TFTP Server to Upgrade a Cisco IOS Image.pka. 8.3.1.2 Packet Tracer - Skills Integration Challenge.pka.

Last Updated on March 20, 2018 by

8.1.3.3 Packet Tracer – Configuring DHCPv4 Using Cisco IOS

Packet Tracer – Configuring DHCP Using Cisco IOS (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

8.3.1.2

Topology

8.1.3.3 Packet Tracer – Configuring DHCPv4 Using Cisco IOS

Addressing Table

DeviceInterfaceIPv4 AddressSubnet MaskDefault Gateway
R1G0/0192.168.10.1255.255.255.0N/A
S0/0/010.1.1.1255.255.255.252N/A
R2G0/0192.168.20.1255.255.255.0N/A
G0/1DHCP AssignedDHCP AssignedN/A
S0/0/010.1.1.2255.255.255.252N/A
S0/0/110.2.2.2255.255.255.252N/A
R3G0/0192.168.30.1255.255.255.0N/A
S0/0/110.2.2.1255.255.255.0N/A
PC1NICDHCP AssignedDHCP AssignedDHCP Assigned
PC2NICDHCP AssignedDHCP AssignedDHCP Assigned
DNS ServerNIC192.168.20.254255.255.255.0192.168.20.1

Objectives

Part 1: Configure a Router as a DHCP Server

Part 2: Configure DHCP Relay

Part 3: Configure a Router as a DHCP Client

8.4.1.2

Part 4: Verify DHCP and Connectivity

Scenario

A dedicated DHCP server is scalable and relatively easy to manage, but can be costly to have one at every location in a network. However, a Cisco router can be configured to provide DHCP services without the need for a dedicated server. As the network technician for your company, you are tasked with configuring a Cisco router as a DHCP server to provide dynamic allocation of addresses to clients on the network. You are also required to configure the edge router as a DHCP client so that it receives an IP address from the ISP network.

Part 1: Configure a Router as a DHCP Server

Step 1: Configure the excluded IPv4 addresses.

Configure R2 to exclude the first 10 addresses from the R1 and R3 LANs. All other addresses should be available in the DHCP address pool.

R2(config)# ip dhcp excluded-address 192.168.10.1 192.168.10.10

R2(config)# ip dhcp excluded-address 192.168.30.1 192.168.30.10

Step 2: Create a DHCP pool on R2 for the R1 LAN.

  1. Create a DHCP pool named R1-LAN (case-sensitive).
    • R2(config)# ip dhcp pool R1-LAN
  2. Configure the DHCP pool to include the network address, the default gateway, and the IP address of the DNS server.
    • R2(dhcp-config)# network 192.168.10.0 255.255.255.0
    • R2(dhcp-config)# default-router 192.168.10.1
    • R2(dhcp-config)# dns-server 192.168.20.254

Step 3: Create a DHCP pool on R2 for the R3 LAN.

  1. Create a DHCP pool named R3-LAN (case-sensitive).
    • R2(config)# ip dh pool R3-LAN
  2. Configure the DHCP pool to include the network address, the default gateway, and the IP address of the DNS server.
    • R2(dhcp-config)# network 192.168.30.0 255.255.255.0
    • R2(dhcp-config)# default-router 192.168.30.1
    • R2(dhcp-config)# dns-server 192.168.20.254

Part 2: Configure DHCP Relay

Step 1: Configure R1 and R3 as a DHCP relay agent.

Step 2: Set PC1 and PC2 to receive IP addressing information from DHCP.

Part 3: Configure R2 as a DHCP Client

  1. Step 1: Configure the Gigabit Ethernet 0/1 interface on R2 to receive IP addressing from DHCP and activate the interface.
    • R2(config)# interface g0/1
    • R2(config-if)# ip address dhcp
    • R2(config-if)# no shutdown
    • Note: Use Packet Tracer’s Fast Forward Time feature to speed up the process or wait until R2 forms an EIGRP adjacency with the ISP router.
  2. Use the show ip interface brief command to verify that R2 received an IP address from DHCP.

Part 4: Verify DHCP and Connectivity

Step 1: Verify DHCP bindings.

R2# show ip dhcp binding

IP address Client-ID/ Lease expiration Type

Hardware address

192.168.10.11 0002.4AA5.1470 — Automatic

192.168.30.11 0004.9A97.2535 — Automatic

Packet

Step 2: Verify configurations.

Verify that PC1 and PC2 can now ping each other and all other devices.

Last Updated on March 20, 2018 by

8.3.1.2 Packet Tracer – Skills Integration Challenge

Packet Tracer – Skills Integration Challenge (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

Topology

8.3.1.2 Packet Tracer – Skills Integration Challenge

Addressing Table

DeviceInterfaceIP AddressSubnet MaskDefault Gateway
R1G0/0.10172.31.10.1255.255.255.224N/A
G0/0.20172.31.20.1255.255.255.240N/A
G0/0.30172.31.30.1255.255.255.128N/A
G0/0.40172.31.40.1255.255.255.192N/A
G0/1DHCP AssignedDHCP AssignedN/A
PC1NICDHCP AssignedDHCP AssignedDHCP Assigned
PC2NICDHCP AssignedDHCP AssignedDHCP Assigned
PC3NICDHCP AssignedDHCP AssignedDHCP Assigned
PC4NICDHCP AssignedDHCP AssignedDHCP Assigned

VLAN Port Assignments and DHCP Information

8.3.1.2 Packet Tracer
PortsVLAN Number – NameDHCP Pool NameNetwork
Fa0/5 – 0/9VLAN 10 – SalesVLAN_10172.31.10.0/27
Fa0/10 – Fa0/14VLAN 20 – ProductionVLAN_20172.31.20.0/28
Fa0/15 – Fa0/19VLAN 30 – MarketingVLAN_30172.31.30.0/25
Fa0/20 – Fa0/24VLAN 40 – HRVLAN_40172.31.40.0/26

8.3.1.2 Packet Tracer

Scenario

In this culminating activity, you will configure VLANs, trunks, DHCP Server, DHCP relay agents, and configure a router as a DHCP client.

Requirements

Using the information in the tables above, implement the following requirements:

  • Create VLANs on S2 and assign VLANs to appropriate ports. Names are case-sensitive
  • Configure S2 ports for trunking.
  • Configure all non-trunk ports on S2 as access ports.
  • Configure R1 to route between VLANs. Subinterface names should match the VLAN number.
  • Configure R1 to act as a DHCP server for the VLANs attached to S2.
    • Create a DHCP pool for each VLAN. Names are case-sensitive.
    • Assign the appropriate addresses to each pool.
    • Configure DHCP to provide the default gateway address
    • Configure the DNS server 209.165.201.14 for each pool.
    • Prevent the first 10 addresses from each pool from being distributed to end devices.
  • Verify that each PC has an address assigned from the correct DHCP pool.
  • Note: DHCP address assignments may take some time. Click Fast Forward Time to speed up the process.
  • Configure R1 as a DHCP client so that it receives an IP address from the ISP network.
  • Verify all devices can now ping each other and www.cisco.pka.

Router R1

Packet Tracer 8.4.1.2 Solution

Switch S2