Skills Assessment - Student Training: (Answer Key)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 18
At a glance
Powered by AI
The skills assessment aims to test the student's ability to configure a small network with IPv4 and IPv6 addressing, security settings, and connectivity testing. Routers, switches, and PCs are used and the student must complete tasks such as developing the IP addressing scheme, initializing devices, configuring device settings, and testing connectivity.

The objectives are to develop the IPv4 addressing scheme, initialize and reload devices, configure device IPv4 and security settings, test IPv4 connectivity, configure IPv6 addressing, test IPv6 connectivity, use the IOS CLI to gather device information, and save the router configuration to a TFTP server.

The devices used in the topology are a Cisco 1941 router with Cisco IOS 15.2(4)M3, a Cisco 2960 switch with Cisco IOS 15.0(2), and two PCs running Windows.

CCNA: Network Basics

Skills Assessment – Student Training (Answer Key)


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

Topology

Assessment Objectives
Part 1: Develop the IPv4 Address Scheme (15 points, 20 minutes)
Part 2: Initialize and Reload Devices (10 points, 5 minutes)
Part 3: Configure Device IPv4 and Security Settings (30 points, 20 minutes)
Part 4: Test and Verify IPv4 End-to-End Connectivity (8 points, 10 minutes)
Part 5: Configure IPv6 Addressing on R1 (10 points, 10 minutes)
Part 6: Test and Verify IPv6 End-to-End Connectivity (7 points, 10 minutes)
Part 7: Use the IOS CLI to Gather Device Information (10 points, 10 minutes)
Part 8: Save the R1 Configuration to a TFTP Server (10 points, 10 minutes)

Scenario
In this Skills Assessment (SA) you will configure the devices in a small network. You must configure a router,
switch and PCs to support both IPv4 and IPv6 connectivity. You will configure security, including SSH, on the
router. You will test and document the network using common CLI commands. Finally, you will save the router
configuration to a TFTP server.
Instructor Note: For the student version of this exam, the instructor should build the network and connect
devices prior to the student starting the exam. This will save time and reduce wear on cables and equipment.
The student will need to initialize and reload devices. Scoring is adjusted accordingly.
Instructor Note: The router used with this SA is a Cisco 1941 Integrated Services Routers (ISRs) with Cisco
IOS Release 15.2(4)M3 (universalk9 image). The switch used is a Cisco Catalyst 2960s with Cisco IOS
Release 15.0(2) (lanbasek9 image). Other routers, switches, and Cisco IOS versions can be used. Depending
on the model and Cisco IOS version, the commands available and output produced might vary from what is
shown in the SA. Refer to the Error! Reference source not found. at the end of the lab for the correct
interface identifiers.
Instructor Note: For the initial SBA setup, the router and switch should have a startup-configuration saved
with hostnames (Rtr & Sws). The router should also have a loopback address configured and the switch
should have vlan 99 configured. These configurations will be used to verify that the student initialized the
devices correctly in Part 2, Step 3. It is recommended that these configurations are saved to flash as SBA_Init
and used to reset the device for the next student.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 18
CCNA: Network Basics SA Answer Key

Instructor Note: Sample scoring and estimated times for each exam part are provided. These can be
adjusted by the instructor as necessary to suit the testing environment. Total points for the exam are 100 and
total time is estimated at 100 minutes. The instructor may elect to deduct points if excessive time is taken for
a part of the assessment.
Instructor Note: In the first task, enter in an IP address / mask, and fill in an appropriate value of hosts per
subnet. Appropriate IP address / mask values can be taken from the following table:

IP Address

Start End Subnet Mask Bits

10.0.0.0 10.255.255.255 255.0.0.0 8


172.16.0.0 172.31.255.255 255.240.0.0 12
192.168.0.0 192.168.0.255 255.255.255.0 24
209.165.200.224 209.165.200.255 255.255.255.224 27
209.165.201.0 209.165.201.31 255.255.255.224 27
209.165.202.128 209.165.202.159 255.255.255.224 27

Required Resources
 1 Router (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)
 1 Switch (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or comparable)
 2 PCs (Windows 7, Vista, or XP with terminal emulation program, such as Tera Term)
 Console cable to configure the Cisco IOS devices via the console ports
 Ethernet cables as shown in the topology
Instructor Note: Part 8 requires a TFTP server. Tftpd32 is recommended It must be preinstalled on PC-A.
Instructor Note: If Windows XP hosts are used, it may be necessary to install IPv6. Refer to Lab 0.0.0.2:
Installing the IPv6 Protocol with Windows XP in the Instructor Lab Manual.

Part 1: Develop the IPv4 Addressing Scheme


Ref labs: 8.2.1.3 Lab - Designing and Implementing a Subnetted IPv4 Addressing Scheme
8.2.1.4 Lab - Designing and Implementing a VLSM Addressing Scheme
Total points: 15
Time: 20 minutes
Given an IP address and mask of ____________________________________ (address / mask), design an
IP addressing scheme that satisfies the following requirements:

Subnet Number of Hosts

Subnet A
Subnet B
th
The 0 subnet is used. No subnet calculators may be used. All work must be shown on the other side of this
page.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 18
CCNA: Network Basics SA Answer Key

Subnet A

Specification Student Input Points

Number of bits in the subnet Answers will vary. (5 points)


IP mask (binary) Answers will vary.
New IP mask (decimal) Answers will vary.
Maximum number of usable Answers will vary.
th
subnets (including the 0 subnet)
Number of usable hosts per subnet Answers will vary.
IP Subnet Answers will vary.
First IP Host address Answers will vary.
Last IP Host address Answers will vary.

Subnet B

Specification Student Input Points

Number of bits in the subnet Answers will vary. (5 points)


IP mask (binary) Answers will vary.
New IP mask (decimal) Answers will vary.
Maximum number of usable Answers will vary.
subnets (including the 0th subnet)
Number of usable hosts per subnet Answers will vary.
IP Subnet Answers will vary.
First IP Host address Answers will vary.
Last IP Host address Answers will vary.

Host computers will use the first IP address in the subnet. The network router will use the LAST network host
address. The switch will use the second to the last network host address.
Write down the IP address information for each device:

Device IP address Subnet Mask Gateway Points

PC-A (5 points)
R1-G0/0 N/A
R1-G0/1 N/A
S1
PC-B

Before proceeding, verify your IP addresses with the instructor.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 18
CCNA: Network Basics SA Answer Key

Instructor Sample: Given an IP address and mask of 192.168.25.0/24 (address/mask), design an IP


addressing scheme that satisfies the following requirements:

Subnet Number of Hosts

Subnet A 2
Subnet B Between 20 and 30

Subnet A

Specification Student Input Points

Number of bits in the subnet 6 (5 points)


IP mask (binary) 11111111.11111111.11111111.11111100
New IP mask (decimal) 255.255.255.252
Maximum Number of usable 2
hosts per subnet
IP Subnet 192.168.25.32
First IP Host address 192.168.25.33
Last IP Host address 192.168.25.34

Subnet B

Specification Student Input Points

Number of bits in the subnet 3 (5 points)


IP mask (binary) 11111111.11111111.11111111.11100000
New IP mask (decimal) 255.255.255.224
Number of usable hosts per 30
subnet
IP Subnet 192.168.25.0
First IP Host address 192.168.25.1
Last IP Host address 192.168.25.30

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 18
CCNA: Network Basics SA Answer Key

Device IP address Mask Gateway Points

PC-A 192.168.25.33 255.255.255.252 192.168.25.34 (5 points)


Router1-G0/0 192.168.25.34 255.255.255.252 N/A
Router1-G0/1 192.168.25.30 255.255.255.224 N/A
S1-VLAN1 192.168.25.29 255.255.255.224 N/A
PC-B 192.168.25.1 255.255.255.224 192.168.25.30

Instructor Sign-off Part 1: ______________________


Points: _________ of 15

Part 2: Initialize and Reload Devices


Ref lab: 0.0.0.1 Lab - Initializing and Reloading a Router and Switch
Total points: 10
Time: 5 minutes

Step 1: Initialize and reload router and switch. (10 points)


Erase the startup configurations and VLANs from the router and switch and reload the devices.
Before proceeding, have your instructor verify device initializations.

Task IOS Command Points

Erase the startup-config file on the Rtr# erase startup-config (2 point)


Router.
Reload the Router. Rtr# reload (2 point)
(Verify by using show run command to see if
loopback address is missing. Hostname
should be reset back to Router.)
Erase the startup-config file on the Sws# erase startup-config (2 point)
Switch.
Delete the vlan.dat file on the Sws# del vlan.dat (2 point)
Switch (Verify by using the show vlan command and
look for vlan 99, if vlan.dat file was deleted
vlan 99 will not be listed.)
Reload the Switch. Sws# reload (2 point)
(To verify check to see if hostname is reset
back to Switch.)

Instructor Sign-off Part 2: _________________________


Points: __________ of 10

Part 3: Configure Device IPv4 and Security Settings


Ref lab: 11.2.4.6 Lab - Securing Network Devices
Total points: 30

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 18
CCNA: Network Basics SA Answer Key

Time: 20 minutes

Step 1: Configure host computers.


After configuring each host computer, record the host network settings with the ipconfig /all command.

PC-A Network Configuration Points

Description Answers will vary. (2 points)


Physical Address Answers will vary.
IP Address Answers will vary.
Subnet Mask Answers will vary.
Default Gateway Answers will vary.

PC-B Network Configuration Points

Description Answers will vary. (2 points)


Physical Address Answers will vary.
IP Address Answers will vary.
Subnet Mask Answers will vary.
Default Gateway Answers will vary.

Step 2: Configure R1.


Configuration tasks for R1 include the following:

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 18
CCNA: Network Basics SA Answer Key

Task Specification Points

Disable DNS lookup (1 point)


Router name R1 (1 point)
Domain name ccna-lab.com (1 point)
Encrypted privileged exec password ciscoenpass (1 point)
Console access password ciscoconpass (1 point)
Telnet access password ciscovtypass (1 point)
Set the minimum length for passwords 10 characters (2 points)
Username: admin
Create an administrative user in the local database (2 points)
Password: admin1pass
Set login on VTY lines to use local database (1 point)
Set VTY lines to accept ssh and telnet connections only (2 points)
Encrypt the clear text passwords (1 point)
MOTD Banner (1 point)
Set the description
Interface G0/0 Set the Layer 3 IPv4 address (2 points)
Activate Interface
Set the description
Interface G0/1 Set the Layer 3 IPv4 address (2 points)
Activate Interface
Generate a RSA crypto key 1024 bits modulus (2 points)

Instructor Note: Have the student connect to R1, and then verify the proper configuration.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 18
CCNA: Network Basics SA Answer Key

Task Specification IOS Commands

R1# show run


Disable DNS lookup (Look for: no ip domain lookup)
Router name R1 (Look for : R1> or R1# command prompt)
R1# show run
Domain name ccna-lab.com (Look for: ip domain-name ccna-lab.com)

Encrypted privileged exec R1> enable


password ciscoenpass (Type in privileged exec password)
R1# exit
Console access password ciscoconpass (Type in access password)
R1# show run
(Look under line VTY 0 4 for: password 7
Telnet access password ciscovtypass 00071A1507541D1216314D5D1A)

Set the minimum length R1# show run


for passwords 10 characters (Look for: security passwords min-length 10)
R1# telnet 192.168.25.34 (G0/0 interface IP
Create an administrative address)
user the in local database User: admin (Type in the username and password. Type exit to
Password: admin1pass leave telnet session.)

Set login on VTY lines to R1# show run


use local database (Look under VTY 0 4 for: login local)

Set VTY lines to accept R1# show run


ssh and telnet (Look under line VTY 0 4 for: transport input telnet
connections only ssh)

Encrypt the plain text R1# show run


passwords (Look for: service password-encryption)
MOTD Banner (Verify banner during above step)
Set the description
Router1# show ip interface g0/0
Set the Layer 3 IPv4
Interface G0/0 (Look for IP address, description, and verify that
address
interface is not administratively down.)
Activate Interface
Set the description
Router1# show ip interface g0/1
Set the Layer 3 IPv4
Interface G01 (Look for IP address, description, and verify that
address
interface is not administratively down.)
Activate Interface

Generate a RSA crypto R1# show crypto key mypubkey rsa


key. 1024 bits modulus (Look for Key name= R1.ccna-lab.com.)

Step 3: Configure S1.


Configuration tasks for R1 include the following:

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 18
CCNA: Network Basics SA Answer Key

Task Specification Points

Switch name S1 (1 point)


Configure Management Interface (SVI) Set the Layer 3 IPv4 address (1 point)
Encrypted privileged exec password ciscoenpass (1 point)
Console access password ciscoconpass (1 point)
Telnet access password ciscovtypass (1 point)

Instructor Note: Have the student connect to S1, and then verify the proper configuration.

Task Specification IOS Commands

Switch name S1 (Look for : S1> or S1# command prompt)


S1> exit
Console access password ciscoconpass (Type in access password)

Encrypted privileged exec S1> enable


password ciscoenpass (Type in privileged exec password)
Telnet access password ciscovtypass S1# show run
(Look under line VTY 0 4 for: password 7
00071A1507541D1216314D5D1A)
Configure Management Set the Layer 3 IPv4 S1# show ip interface brief
Interface (SVI) address (Look at interface VLAN1 and verify that the correct
IP address has been assigned.)

Instructor Sign-off Part 3: ______________________


Points: _________ of 30

Part 4: Test and Verify IPv4 End-to-End Connectivity


Ref lab: 7.3.2.7 Lab - Testing Network Connectivity with Ping and Traceroute
Total points: 8
Time: 10 minutes

Step 1: Verify network connectivity.


Use the ping command to test connectivity between all network devices.
Note: If pings to host computers fail, temporarily disable the computer firewall and retest. To disable a
Windows 7 firewall, select Start > Control Panel > System and Security > Windows Firewall > Turn Windows
Firewall on or off, select Turn off Windows Firewall, and click OK.
Use the following table to methodically verify connectivity with each network device. Take corrective action to
establish connectivity if a test fails:

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 18
CCNA: Network Basics SA Answer Key

From To IP Address Ping Results Points

PC-A R1, G0/0 Answers will vary. Should be successful. (1 point)


PC-A R1, G0/1 Answers will vary. Should be successful. (1 point)
PC-A S1 VLAN 1 Answers will vary. Should be successful. (1 point)
PC-A PC-B Answers will vary. Should be successful. (1 point)
PC-B R1, G0/1 Answers will vary. Should be successful. (1 point)
PC-B R1, G0/0 Answers will vary. Should be successful. (1 point)
PC-B S1 VLAN 1 Answers will vary. Should be successful. (1 point)

In addition to the ping command, what other command is useful in displaying network delay and breaks in the
path to the destination? (1 point)
_______________________________________________________________________________________
tracert or traceroute
Instructor Sign-off Part 4: ______________________
Points: _________ of 8

Part 5: Configure IPv6 Addressing on R1


Lab ref: 7.2.5.5 Lab - Configuring IPv6 Addresses on Network Devices
Total points: 10
Time: 10 minutes
Given an IPv6 network address of 2001:DB8:ACAD::/48, configure IPv6 addresses for the Gigabit interfaces
on R1. Use FE80::1 as the link-local address on both interfaces.
Instructor Note: This will allow the PCs to obtain their IP address and default gateway information
automatically using Stateless Address Autoconfiguration (SLAAC). The instructor may wish to have students
configure the PC IP address and default gateway manually.

Step 1: Configure R1.


Configuration tasks for R1 include the following:

Task Specification Points

Assign the IPv6 unicast address


Configure G0/0 to use the first address in subnet A. (4 points)
Assign the IPv6 link-local address
Assign the IPv6 unicast address
Configure G0/1 to use the first address in subnet B. (4 points)
Assign the IPv6 link-local address
Enable IPv6 unicast routing. (2 points)

Instructor Note: Have the student connect to R1, and then verify the proper configuration.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 18
CCNA: Network Basics SA Answer Key

Task Specification IOS Commands

R1# sh ipv6 interface g0/0


Configure G0/0 to use the 2001:DB8:ACAD:A::1/64
first address in subnet A. (Verify that the link-local and global unicast
FE80::1
address is set correctly.)
R1# sh ipv6 interface g0/1
Configure G0/1 to use the 2001:DB8:ACAD:B::1/64
first address in subnet B. (Verify that the link-local and global unicast
FE80::1
address is set correctly.)
R1# show ipv6 interface g0/1
(Verify that FF02::02 is listed in the Joined
Enable IPv6 unicast routing. ipv6 unicast-routing Group Addresses. You can also use show run
to verify that the command is present in the
running configuration.)

Instructor Sign-off Part 5: ______________________


Points: _________ of 10

Part 6: Test and Verify IPv6 End-to-End Connectivity


Instructor Note: If students were instructed to configure the PC-A and PC-B IP address and default gateway
manually, verify the correct addressing accordingly.
Lab ref: 7.2.5.5 Lab - Configuring IPv6 Addresses on Network Devices
Total points: 7
Time: 10 minutes

Step 1: Obtain the IPv6 address assigned to host PCs.

PC-A IPv6 Network Configuration Points

Description Answers will vary. (1 point)


Physical Address Answers will vary.
Answers will vary but will start with:
2001:DB8:ACAD:A:x:x:x:x
Instructor Note: Student may have
configured the IP address manually
IPv6 Address based on instructions.

Should be FE80::1%11
Instructor Note: Student may have
configured the default gateway IP
address manually based on
Default Gateway instructions.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 11 of 18
CCNA: Network Basics SA Answer Key

PC-B IPv6 Network Configuration Points

Description Answers will vary. (1 point)


Physical Address Answers will vary.
Answers will vary but will start with:
2001:DB8:ACAD:B:x:x:x:x
Instructor Note: Student may have
configured the IP address manually
IPv6 Address based on instructions.

Should be FE80::1%11
Instructor Note: Student may have
configured the default gateway IP
address manually based on
IPv6 Default Gateway instructions.

Step 2: Use the ping command to verify network connectivity.


IPv6 network connectivity can be verified with the ping command. Use the following table to methodically
verify connectivity with each network device. Take corrective action to establish connectivity if a test fails:

From To IP Address Ping Results Points

PC-A R1, G0/0 Answers will vary. Should be successful. (1 point)


PC-A R1, G0/1 Answers will vary. Should be successful. (1 point)
PC-A PC-B Answers will vary. Should be successful. (1 point)
PC-B R1, G0/1 Answers will vary. Should be successful. (1 point)
PC-B R1, G0/0 Answers will vary. Should be successful. (1 point)

Instructor Sign-off Part 6: ______________________


Points: _________ of 7

Part 7: Use the IOS CLI to Gather Device Information


Ref lab: 11.3.4.6 Lab - Using the CLI to Gather Network Device Information
Total points: 10
Time: 10 minutes

Step 1: Issue the appropriate command to discover the following information:


Instructor Note: Answers for step 1 will vary based on router model and IOS.

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 12 of 18
CCNA: Network Basics SA Answer Key

Description Student Input Points

Router Model Cisco 1941 Router (2 points)


IOS Image File C1900-universalk9-mz.SPA.152-4.M1.bin
Total RAM 512 MB
Total Flash Memory 250880K bytes
Configuration Register 0x2102
CLI Command Used show version

Step 2: Enter the appropriate CLI command needed to display the following on R1:

Command Description Student Input (command) Points

Display a summary of important information


show ip interface brief (1 point)
about the interfaces on R1.
Display the IPv4 routing table. show ip route (1 point)
Display the Layer 2 to Layer 3 mapping of
show arp (1 point)
addresses on R1.
Display detailed IPv4 information about
show interface g0/0 (1 point)
interface G0/0 on R1.
Display the IPv6 routing table. show ipv6 route (1 point)
Display a summary of IPv6 interface
show ipv6 interface brief (1 point)
addresses and status.
Display information about the devices
connected to R1. Information should include
show cdp neighbor (1 point)
Device ID, Local Interface, Hold time,
Capability, Platform, and Port ID.
Save the current configuration so it will be
copy running-config startup-config (1 point)
used the next time the router is started.

Instructor Sign-off Part 7: ______________________


Points: _________ of 10

Part 8: Save the R1 Configuration to a TFTP Server.


Ref lab: 11.4.2.7 Lab - Managing Device Configuration Files Using TFTP, Flash and USB
Total points: 10
Time: 10 minutes
Save the current configuration for R1 to the TFTP Server on PC-A. Tftpd32 software has been installed on
PC-A. You will need to start this program before you begin. Document the command used below:

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 13 of 18
CCNA: Network Basics SA Answer Key

Description Student Input Points

CLI Command R1# copy running-config tftp: (5 Points)


Address of remote host Answers will vary, should be PC-A IPv4 address.
Destination Filename Answers may vary, “r1-confg” is the default name.

Instructor Sign-off Part 8: ______________________


Points: _________ of 10

Part 9: Cleanup
NOTE: DO NOT PROCEED WITH CLEANUP UNTIL YOUR INSTRUCTOR HAS GRADED YOUR SKILLS
EXAM AND HAS INFORMED YOU THAT YOU MAY BEGIN CLEANUP.
Unless directed otherwise by the instructor, restore host computer network connectivity, and then turn off
power to the host computers.
Before turning off power to the router and switch, remove the NVRAM configuration files (if saved) from both
devices.
Disconnect and neatly put away all LAN cables that were used in the Final.

Router Interface Summary Table

Router Interface Summary

Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2

1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be
used in Cisco IOS commands to represent the interface.

Device Configs

Router R1 (Final)
service password-encryption

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 14 of 18
CCNA: Network Basics SA Answer Key

!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
security passwords min-length 10
enable secret 4 pz9A9n/f8wxdG3e1kEn8T6zR/eMGkCmgWdoDscKwgGA
!
no aaa new-model
memory-size iomem 15
!
no ip domain lookup
ip domain name ccna-lab.com
ip cef
ipv6 unicast-routing
ipv6 cef
multilink bundle-name authenticated
!
username admin privilege 15 secret 4 GzeIABc1NBcYuyeI8jV5iHLfIKZn0zMIGaz7H6./DG.
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 192.168.25.34 255.255.255.252
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:A::1/64
!
interface GigabitEthernet0/1
ip address 192.168.25.30 255.255.255.224
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:B::1/64
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/0/1
no ip address
shutdown
!

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 15 of 18
CCNA: Network Basics SA Answer Key

ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
control-plane
!
!
banner motd ^C
Unauthorized Access is Prohibited!
^C
!
line con 0
password 7 05080F1C22434D061715160118
login
line aux 0
line vty 0 4
password 7 104D000A0618041F15142B3837
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end

Switch S1 (Final)
no service password-encryption
!
hostname S1
!
boot-start-marker
boot-end-marker
!
enable secret 4 pz9A9n/f8wxdG3e1kEn8T6zR/eMGkCmgWdoDscKwgGA
!
no aaa new-model
system mtu routing 1500
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 16 of 18
CCNA: Network Basics SA Answer Key

interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 192.168.25.29 255.255.255.252
!

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 17 of 18
CCNA: Network Basics SA Answer Key

ip http server
ip http secure-server
!
line con 0
password ciscoconpass
login
line vty 0 4
password ciscovtypass
login
line vty 5 15
password ciscovtypass
login
!
end

© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 18 of 18

You might also like