Fall 2018 Net 126 SBA
Fall 2018 Net 126 SBA
Skills Assessment
Topology
Assessment Objectives
Part 1: Configure Device Basic Settings
Part 2: Configure Switch Security, VLANs, and Inter-VLAN Routing
Part 3: Configure RIPv2 Dynamic Routing Protocol
Part 4: Implement DHCP and NAT for IPv4
Part 5: Configure NTP
Part 6: Configure and Verify Access Control Lists (ACLs)
Scenario
In this Skills Assessment (SA) you will configure a small network to support IPv4 and IPv6 connectivity, switch
security, inter VLAN routing, RIPv2 dynamic routing protocol, Dynamic Host Configuration Protocol (DHCP), dynamic
and static Network Address Translation (NAT), Access Control Lists (ACLs), and server/client Network Time Protocol
(NTP). You will test and document the network using common CLI commands throughout the assessment.
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 20
CCNA: Routing and Switching Essentials Skills Assessment
Required Resources
3 Routers (Cisco 1941 with Cisco IOS Release 15.4(3)M2 universal image or comparable)
2 Switches (Cisco 2960 with Cisco IOS Release 15.0(2)SE7 lanbasek9 image or comparable)
3 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 and Serial cables as shown in the topology
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 20
CCNA: Routing and Switching Essentials Skills Assessment
Step 6: Configure S3
Configuration tasks for S3 include the following:
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 20
CCNA: Routing and Switching Essentials Skills Assessment
R3(config-router)# network
172.16.23.0/30
Advertise directly connected IPv4 Networks
R3(config-router)# passive-interface
loopback 4
R3(config-router)# passive-interface
loopback 5
R3(config-router)# passive-interface
loopback 6
Question Response
What command displays the RIP Process ID, Router ID, Rip, network, passive-interfaces
Routing Networks, and passive interfaces configured on a
router?
What command displays only RIP routes? Show ip route rip
What command displays the RIP section of the running- Debug ip rip
configuration?
Is default route out R2 advertised in R1 and R3 Routing no
Tables?
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 11 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 12 of 20
CCNA: Routing and Switching Essentials Skills Assessment
Username: webuser
Create a local database with 1 user
Password: cisco12345
account
Privilege level: 15
Create a static NAT to the Web Server Inside Global Address: 209.165.200.229
R2(config)#int loopback 0
R2(config-if)#ip nat inside
Assign the inside and outside interface R2(config-if)#int g0/0
for the static NAT
R2(config-if)#ip nat outside
R2(config-if)#
Access List: 1
Allow the Accounting and Engineering networks on
Configure the dynamic NAT inside
R1 to be translated.
private ACL
Allow a summary of the LANs (loopback) networks
on R3 to be translated.
Pool Name: INTERNET
Define the pool of usable public IP
Pool of addresses include:
addresses
209.165.200.225 – 209.165.200.228
R2(config)#ip nat inside source list 1 pool
Define the dynamic NAT translation – INTERNET
PAT Overload.
R2(config)#
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 13 of 20
CCNA: Routing and Switching Essentials Skills Assessment
Test Results
Ip address : 192.168.31.21
Verify that PC-A acquired IP Subnet mask: 255.255.255.0
information from the DHCP
server Default gateway: 192.168.31.1
Dns server : 10.10.10.10
Ip address : 192.168.33.21
Verify that PC-C acquired IP Subnet mask: 255.255.255.0
information from the DHCP
server Default gateway: 192.168.33.1
Dns server : 10.10.10.10
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 14 of 20
CCNA: Routing and Switching Essentials Skills Assessment
C:\>ping 209.165.200.229
C:\>
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 15 of 20
CCNA: Routing and Switching Essentials Skills Assessment
Configure a named access list to only allow R1 to telnet to R2 ACL Name: ADMIN-MGT
R2(config-line)#access-
Apply the named ACL to the VTY lines class ADMIN-MGT in
R2(config-line)#transport
Allow telnet access to VTY lines input telnet
R1#telnet 172.16.12.2
Password: cisco
Verify ACL is working as expected R2>
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 16 of 20
CCNA: Routing and Switching Essentials Skills Assessment
Step 2: Enter the appropriate CLI command needed to display the following:
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 17 of 20
CCNA: Routing and Switching Essentials Skills Assessment
R2#show access-list
Standard IP access list 1
10 permit 192.168.31.0 0.0.0.255
20 permit 192.168.33.0 0.0.0.255
30 permit 192.168.4.0 0.0.3.255
Standard IP access list ADMIN-MGT
10 permit host 172.16.12.1 (4 match(es))
Display the matches an access-list
has received since the last reset. R2#
Reset access-list counters. R2#clear ip access-list counters
What command is used to display
what ACL is applied to an Show ip interface
interface and the direction that it is
applied?
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 18 of 20
CCNA: Routing and Switching Essentials Skills Assessment
C:\>ping 209.165.200.230
C:\>
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 19 of 20
CCNA: Routing and Switching Essentials Skills Assessment
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 20 of 20