Vous êtes sur la page 1sur 4

CCNA: Introduction to Networks

Practice Skills Assessment

Topology

Assessment Objectives
Part 1: Develop the IPv4 Address Scheme (30 points)
Part 2: Initialize and Reload Devices (5 points)
Part 3: Configure Device IPv4 and Security Settings (36 points)
Part 4: Test and Verify IPv4 End-to-End Connectivity (2 points)
Part 5: Configure IPv6 Addressing on R1 (10 points)
Part 6: Test and Verify IPv6 End-to-End Connectivity (3 points)
Part 7: Use the IOS CLI to Gather Device Information (14 points)

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 on the router. You will
test and document the network using common CLI commands.

Switch Configuration
CCNA: Introduction to Networks SA Exam

Current configuration : 1146 bytes

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

hostname S1

no ip domain-lookup

spanning-tree mode pvst

spanning-tree extend system-id

interface FastEthernet0/1

interface FastEthernet0/2

interface FastEthernet0/3

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
CCNA: Introduction to Networks SA Exam

interface FastEthernet0/23

interface FastEthernet0/24

interface GigabitEthernet0/1

interface GigabitEthernet0/2

interface Vlan1

ip address 192.168.1.253 255.255.255.192

ip default-gateway 192.168.1.193

line con 0

line vty 0 4

login

line vty 5 15

login

end

Router Configuration
Current configuration : 1018 bytes

version 15.1

no service timestamps log datetime msec

no service timestamps debug datetime msec

service password-encryption

hostname R1

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

ip cef

ipv6 unicast-routing

no ipv6 cef

license udi pid CISCO1941/K9 sn FTX1524OX9Q-

no ip domain-lookup

spanning-tree mode pvst

interface GigabitEthernet0/0

ip address 192.168.1.65 255.255.255.192

duplex auto

speed auto
CCNA: Introduction to Networks SA Exam

ipv6 address FE80::1 link-local

ipv6 address 2001:DB8:ACAD:1::1/64

interface GigabitEthernet0/1

ip address 192.168.1.193 255.255.255.192

duplex auto

speed auto

ipv6 address FE80::1 link-local

ipv6 address 2001:DB8:ACAD:2::1/64

interface Vlan1

no ip address

shutdown

ip classless

ip flow-export version 9

banner motd ^CAuthorized Users Only

banner motd ^C

line con 0

password 7 0822455D0A16

login

line aux 0

line vty 0 4

password 7 0822455D0A16

login

line vty 5 15

password 7 0822455D0A16

login

end

Vous aimerez peut-être aussi