Practice Skills Assessment Part II
Practice Skills Assessment Part II
Practice Skills Assessment Part II
TYPE A
TYPE B
1. Do not use the browser Back button or close or reload any exam windows during the exam.
2. Do not close Packet Tracer when you are done. It will close automatically.
3. Click the Submit Assessment button in the browser window to submit your work.
Introduction
In this practice skills assessment, you will configure the XYZ Corporation network You will
establish network connectivity by configuring IPv4 and IPv6 addresses on router interfaces.
You will configure the DHCPv4 and NAT addressing services, and establish communication
between networks by configuring default and static routes in both IPv4 and IPv6.
ADMIN
Web
SW-Bldg-A
SW-Bldg-A-1
All IOS device configurations should be completed from a direct terminal connection to
the device console.
HQ:
Branch:
LAN A PC hosts:
CDP should only be active on the serial interfaces that connect the HQ and Branch routers.
CDP should not be sending messages on any other interfaces.
All routing in the network will be done statically. Hosts on all networks should be able to
reach each other and the Internet over IPv4 and IPv6.
All routes should be configured using the next hop interface address parameter in order
for you to receive credit for your configuration.
HQ:
Branch:
The hosts on LAN A and the PC host on LAN C should receive their addresses from
DHCP.ADMIN has been statically preconfigured with an address. Use the following values:
1. Use the pool name of LANAfor the network attached to the G0/0 interface of HQ. The pool
name must match this value exactly for you to receive credit for your work.
2. Use the pool name of LANCfor the network attached to the G0/1 interface of HQ. The pool
name must match this value exactly for you to receive credit for your work.
3. Use 209.165.200.5 as the DNS server address.
4. Exclude any addresses as required based on the devices present in the network topology.
5. All hosts on LAN A and LAN C should be able to reach each other and the Web server.
On Branch, configure NAT between the XYZ Corporation network and external networks as
follows.
1. Create a static NAT mapping between the internal ADMINserver that is on LAN C with an
inside global address of 198.51.100.10
2. Configure PAT to use onlyinterface S0/0/1 to translate the addresses of the PC hosts on LAN
A and LAN C. Refer only to the interface in your configuration. Do not refer to the interface IP
address in the configuration.
3. Permit allof the host addresses on the LAN A and LAN C networks to be translated by NAT.
4. Use an ACL number of 1to permit the required networks. The ACL should have
only twostatements.
All hosts should obtain their IPv4 addresses dynamically from DHCP.
All hosts should be statically configured with full IPv6 addressing according to the
information in the Addressing Table.
All hosts should use the router interface link-local address as the IPv6 default gateway.
Intructions – Answers
HQ or Main or Central (Router)
en
conf ter
cdp run
int g0/0
no cdp enable
int g0/1
no cdp enable
exit
ipv6 unicast-routing
default-router 192.168.1.1
dns-server 209.165.200.5
exit
default-router 172.16.1.1
dns-server 209.165.200.5
no cdp enable
int s0/1/0
no cdp enable
exit
ip route 0.0.0.0 0.0.0.0 198.51.100.1
ip route 0.0.0.0 0.0.0.0 203.0.113.1
ip route 0.0.0.0 0.0.0.0 203.0.113.1 5