CCNPv7.1 Tshoot Sa
CCNPv7.1 Tshoot Sa
1 TSHOOT
Skills Assessment
Base Topology
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 126
CCNPv7.1 TSHOOT Skills Assessment
Overlay Topology
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 126
CCNPv7.1 TSHOOT Skills Assessment
From Device Interface To Device Interface Layer 1 and 2 Features and Protocols Used
DLS1 F0/5 R1 G0/1 100 Mb/s, DLS1 F0/5 is a routed L3 port (logical)
DLS2 F0/5 R3 G0/1 100 Mb/s, DLS2 F0/5 is a routed L3 port (logical)
Subnet Table
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 126
CCNPv7.1 TSHOOT Skills Assessment
IP Address Table
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 126
CCNPv7.1 TSHOOT Skills Assessment
Objectives
Part 1: Build the physical network topology.
Part 2: Load the functioning base device config file from flash to the running config for each device and test
network connectivity.
Part 3: Copy the Skills Assessment error file from the TFTP server into flash for each device.
Part 4: Erase the startup config and copy the Skills Assessment error file from flash to the running config for
each device.
Part 5: Troubleshoot the errors introduced.
Exam Overview
This Skills Assessment is the final practical exam for the course CCNPv7 TSHOOT. The exam is divided into
five parts, which must be completed sequentially. In Part 1, you build the physical network. In Part 2, you load
functioning config files on all devices and verify access to the TFTP server. In Part 3, you copy the error files
from the TFTP server to flash for the respective devices and in Part 4 you erase the base configs and load the
error configs. You troubleshoot and resolve the errors in Part 5.
In addition to correcting configurations and restoring basic connectivity, network protocols such as SSH and
NTP must also be verified.
Note: Refer to the Base Topology and Overlay Topology diagrams and accompanying tables at the beginning
of this document when building the network or troubleshooting issues. All necessary data is provided to
methodically troubleshoot the network issues.
This lab uses Cisco ISR G2 routers running Cisco IOS 15.4(3) images with IP Base and Security packages
enabled, and Cisco Catalyst 3560 and 2960 switches running Cisco IOS 15.0(2) IP Services and LAN Base
images, respectively. The 3560 and 2960 switches are configured with the SDM templates dual-ipv4-and-
ipv6 routing and lanbase-routing, respectively. Depending on the router or switch model and Cisco IOS
Software version, the commands available and output produced might vary from what is shown in this
assessment.
Required Resources
3 routers (Cisco IOS Release 15.4 or comparable)
2 multilayer switches and 1 access layer switch (Cisco IOS Release 15.0(2) or comparable with Fast
Ethernet interfaces)
SRV1 (PC with static IP address): Windows 7 with RADIUS, TFTP, and syslog servers, plus an SSH
client, SNMP monitor, and WireShark software
PC-B (DHCP client): Windows 7 with SSH client and WireShark software
PC-C (DHCP client): Windows 7 with SSH client and WireShark software
Serial and Ethernet cables, as shown in the topology
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 126
CCNPv7.1 TSHOOT Skills Assessment
Part 2: Load the Skills Assessment Base Device Configuration Files from
Flash
Use the following procedure to copy the functional base Skills Assessment configuration (non-error) file from
flash to the running config for each device and test network connectivity.
Step 1: Verify the existence and location of the Skills Assessment base configuration files.
The base configuration files should be present in flash under the tshoot directory for a given device. Use the
show flash command to verify the presence of this directory. You can also verify the contents of the
directory using the cd and dir commands. If the directory and files are not present, contact your
administrator.
ALS1# show flash
Directory of flash:/
Step 4: Reload the device, but do not save the system configuration if prompted.
Step 5: When the device restarts, do not enter the initial configuration dialog, but terminate
autoinstall if prompted.
Step 6: Copy the Skills Assessment device configuration file from flash to the running config.
The format of these files is SA-xxx-BASE-Cfg.txt, where xxx is the name of the device. For example:
Switch# copy flash:/tshoot/SA-ALS1-BASE-Cfg.txt running-config
Destination filename [running-config]? Enter
Note: Although it is possible to copy the file to the startup config and reload the device, the RSA keys for SSH
cannot be generated from the startup config.
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 126
CCNPv7.1 TSHOOT Skills Assessment
Step 8: Repeat steps 2 through 7 for all other devices in the network.
Part 3: Copy the Skills Assessment Error Files from the TFTP Server
Step 1: Verify connectivity with the TFTP server SRV1.
You must be able to access the TFTP server on SRV1 from each network device to copy the error files. From
each device (ALS1, DLS1, DLS2, R1, R2, and R3) ping SRV1 at 10.1.100.1.
Note: If the pings are not successful, verify physical network cabling and connections and verify that the Skills
Assessment base config file is loaded as the running config in each device. You can exit from the user EXEC
mode prompt to see the MOTD login banner, which indicates the file currently loaded. For example:
*** Switch ALS1 Skills Assessment BASE Config ***
If you still cannot access SRV1 from a particular device, contact your administrator.
Step 3: Copy the TFTP server Skills Assessment error file to flash.
Copy the appropriate Skills Assessment error file from the TFTP server into the flash:/tshoot directory for each
device.
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 126
CCNPv7.1 TSHOOT Skills Assessment
Part 4: Load the Skills Assessment Error Files from Flash to the Running
Config
For each device, follow the procedure similar to what is described in Part 2. An abbreviated version is
provided below.
Step 3: On the switches, configure the SDM template: dual-ipv4-and-ipv6 routing on 3560
switches and lanbase-routing on 2960 switches.
Step 4: Issue the reload command – do not save the system configuration if prompted.
Step 5: Copy the Skills Assessment error file from flash to the running config.
tclsh
foreach address {
2001:db8:feed:10::2
2001:db8:cafe:203::1
} { ping $address }
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 9 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 10 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 11 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 12 of 126
CCNPv7.1 TSHOOT Skills Assessment
2001:DB8:FEED:10::2 R2 S0/0/1.1
2001:DB8:CAFE:6::2 R2 S0/0/1.2
2001:DB8:FEED:14::2 R2 Loopback 0
2001:DB8:CAFE:90::2 R2 Loopback 1
2001:DB8:FEED:222::2 R2 Loopback 2
2001:DB8:FEED:222::2 R2 Loopback 3
2001:DB8:CAFE:2020::2 R2 Loopback 4
2001:DB8:EFAC::2 R2 Loopback 5
2001:DB8:EFAC::2 R2 Tunnel 0
2001:DB8:EFAC::2 R3 G0/0
FC00:2 R3 G0/1
2001:DB8:CAFE:800::1 R3 S0/0/1.1
2001:DB8:CAFE:212:: R3 S0/0/1.2
2001:DB8:FEED:14::3 R3 Loopback 0
2001:DB8:CAFE:90::3 R3 Loopback 1
2001:DB8:CAFE:203::1 R3 Tunnel 0
2001:DB8:CAFE:801::1 SRV1 NIC
ABCD::3 PC-B NIC
2001:DB8:CAFE:100::1 PC-C NIC
In 2001:DB8:CAFE:120:ABCD::
In 2001:DB8:CAFE:800:ABCD::}
{ ping $address }
tclsh DLS2 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
10.1.99.251 ALS1 VLAN 120 show commands
10.1.110.251 ALS1 VLAN 200
10.1.120.251 ALS1 VLAN 300
10.1.200.251 DLS1 VLAN 99
10.1.30.251 DLS1 VLAN 100
10.1.99.252 DLS1 VLAN 110
10.1.100.252 DLS1 VLAN 120
10.1.110.252 DLS1 VLAN 200
10.1.120.252 DLS1 VLAN 300
10.1.200.252 DLS1 F0/5
10.1.30.252 DLS1 Loopback 0
10.1.2.1 DLS1 Tunnel 0
10.1.211.1 DLS2 VLAN 99
10.1.99.253 DLS2 VLAN 100
10.1.100.253 DLS2 VLAN 110
10.1.110.253 DLS2 VLAN 120
10.1.120.253 DLS2 VLAN 200
10.1.200.253 DLS2 VLAN 300
10.1.30.253 DLS2 F0/5
10.1.2.13 R1 G0/1
10.1.2.2 R1 S0/0/0.1
209.165.200.225 R1 S0/0/0.2
209.165.200.229 R1 Loopback 0
192.168.1.1 R1 Tunnel 0
209.165.200.226 R2 G0/0
209.165.200.230 R2 S0/0/0.1
209.165.200.222 R2 S0/0/0.2
10.1.90.2 R2 S0/0/1.1
2.2.2.2 R2 S0/0/1.2
2.2.2.2 R2 Loopback 0
20.20.20.20 R2 Loopback 1
22.22.22.22 R2 Loopback 2
22.22.22.22 R2 Loopback 3
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 13 of 126
CCNPv7.1 TSHOOT Skills Assessment
22.22.22.22 R2 Loopback 4
10.1.80.1 R2 Loopback 5
10.1.2.14 R2 Tunnel 0
209.165.200.221 R3 G0/0
10.1.90.3 R3 G0/1
192.168.3.1 R3 S0/0/1.1
10.1.80.129 R3 S0/0/1.2
10.1.100.1 R3 Loopback 0
10.1.120.6-10.1.120.250 R3 Loopback 1
10.1.80.4-10.1.80.126 R3 Tunnel 0
} { ping $address } SRV1 NIC
PC-B NIC
PC-C NIC
tclsh DLS2 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
2001:DB8:CAFE:99::A1 ALS1 VLAN 120 show commands
2001:DB8:CAFE:110::A1 ALS1 VLAN 200
2001:DB8:CAFE:120::A1 ALS1 VLAN 300
2001:DB8:CAFE:200::A1 DLS1 VLAN 99
2001:DB8:CAFE:300::A1 DLS1 VLAN 100
2001:DB8:CAFE:99::D1 DLS1 VLAN 110
2001:DB8:CAFE:100::D1 DLS1 VLAN 120
2001:DB8:CAFE:110::D1 DLS1 VLAN 200
2001:DB8:CAFE:120::D1 DLS1 VLAN 300
2001:DB8:CAFE:200::D1 DLS1 F0/5
2001:DB8:CAFE:300::D1 DLS1 Loopback 0
2001:DB8:CAFE:20::D1 DLS1 Tunnel 0
2001:DB8:CAFE:2110::D1 DLS2 VLAN 99
FC00::D1 DLS2 VLAN 100
2001:DB8:CAFE:99::D2 DLS2 VLAN 110
2001:DB8:CAFE:100::D2 DLS2 VLAN 120
2001:DB8:CAFE:110::D2 DLS2 VLAN 200
2001:DB8:CAFE:120::D2 DLS2 VLAN 300
2001:DB8:CAFE:200::D2 DLS2 F0/5
2001:DB8:CAFE:300::D2 R1 G0/1
2001:DB8:CAFE:212::D2 R1 S0/0/0.1
2001:DB8:CAFE:20::1 R1 S0/0/0.2
2001:DB8:FEED:10::1 R1 Loopback 0
2001:DB8:CAFE:6::1 R1 Tunnel 0
2001:DB8:CAFE:201::1 R2 G0/0
ABCD::1 R2 S0/0/0.1
SLAAC in 2001:DB8:CAFE:120:: R2 S0/0/0.2
2001:DB8:FEED:10::2 R2 S0/0/1.1
2001:DB8:CAFE:6::2 R2 S0/0/1.2
2001:DB8:FEED:14::2 R2 Loopback 0
2001:DB8:CAFE:90::2 R2 Loopback 1
2001:DB8:FEED:222::2 R2 Loopback 2
2001:DB8:FEED:222::2 R2 Loopback 3
2001:DB8:CAFE:2020::2 R2 Loopback 4
2001:DB8:EFAC::2 R2 Loopback 5
2001:DB8:EFAC::2 R2 Tunnel 0
2001:DB8:EFAC::2 R3 G0/0
FC00:2 R3 G0/1
2001:DB8:CAFE:800::1 R3 S0/0/1.1
2001:DB8:CAFE:212:: R3 S0/0/1.2
2001:DB8:FEED:14::3 R3 Loopback 0
2001:DB8:CAFE:90::3 R3 Loopback 1
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 14 of 126
CCNPv7.1 TSHOOT Skills Assessment
2001:DB8:CAFE:203::1 R3 Tunnel 0
2001:DB8:CAFE:801::1 SRV1 NIC
ABCD::3 PC-B NIC
2001:DB8:CAFE:100::1 PC-C NIC
In 2001:DB8:CAFE:120:ABCD::
In 2001:DB8:CAFE:800:ABCD::}
{ ping $address }
tclsh R1 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
10.1.99.251 ALS1 VLAN 120 show commands
10.1.110.251 ALS1 VLAN 200
10.1.120.251 ALS1 VLAN 300
10.1.200.251 DLS1 VLAN 99
10.1.30.251 DLS1 VLAN 100
10.1.99.252 DLS1 VLAN 110
10.1.100.252 DLS1 VLAN 120
10.1.110.252 DLS1 VLAN 200
10.1.120.252 DLS1 VLAN 300
10.1.200.252 DLS1 F0/5
10.1.30.252 DLS1 Loopback 0
10.1.2.1 DLS1 Tunnel 0
10.1.211.1 DLS2 VLAN 99
10.1.99.253 DLS2 VLAN 100
10.1.100.253 DLS2 VLAN 110
10.1.110.253 DLS2 VLAN 120
10.1.120.253 DLS2 VLAN 200
10.1.200.253 DLS2 VLAN 300
10.1.30.253 DLS2 F0/5
10.1.2.13 R1 G0/1
10.1.2.2 R1 S0/0/0.1
209.165.200.225 R1 S0/0/0.2
209.165.200.229 R1 Loopback 0
192.168.1.1 R1 Tunnel 0
209.165.200.226 R2 G0/0
209.165.200.230 R2 S0/0/0.1
209.165.200.222 R2 S0/0/0.2
10.1.90.2 R2 S0/0/1.1
2.2.2.2 R2 S0/0/1.2
2.2.2.2 R2 Loopback 0
20.20.20.20 R2 Loopback 1
22.22.22.22 R2 Loopback 2
22.22.22.22 R2 Loopback 3
22.22.22.22 R2 Loopback 4
10.1.80.1 R2 Loopback 5
10.1.2.14 R2 Tunnel 0
209.165.200.221 R3 G0/0
10.1.90.3 R3 G0/1
192.168.3.1 R3 S0/0/1.1
10.1.80.129 R3 S0/0/1.2
10.1.100.1 R3 Loopback 0
10.1.120.6-10.1.120.250 R3 Loopback 1
10.1.80.4-10.1.80.126 R3 Tunnel 0
} { ping $address } SRV1 NIC
PC-B NIC
PC-C NIC
tclsh R1 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 15 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 16 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 17 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 18 of 126
CCNPv7.1 TSHOOT Skills Assessment
209.165.200.225 R1 S0/0/0.2
209.165.200.229 R1 Loopback 0
192.168.1.1 R1 Tunnel 0
209.165.200.226 R2 G0/0
209.165.200.230 R2 S0/0/0.1
209.165.200.222 R2 S0/0/0.2
10.1.90.2 R2 S0/0/1.1
2.2.2.2 R2 S0/0/1.2
2.2.2.2 R2 Loopback 0
20.20.20.20 R2 Loopback 1
22.22.22.22 R2 Loopback 2
22.22.22.22 R2 Loopback 3
22.22.22.22 R2 Loopback 4
10.1.80.1 R2 Loopback 5
10.1.2.14 R2 Tunnel 0
209.165.200.221 R3 G0/0
10.1.90.3 R3 G0/1
192.168.3.1 R3 S0/0/1.1
10.1.80.129 R3 S0/0/1.2
10.1.100.1 R3 Loopback 0
10.1.120.6-10.1.120.250 R3 Loopback 1
10.1.80.4-10.1.80.126 R3 Tunnel 0
} { ping $address } SRV1 NIC
PC-B NIC
PC-C NIC
tclsh R3 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
2001:DB8:CAFE:99::A1 ALS1 VLAN 120 show commands
2001:DB8:CAFE:110::A1 ALS1 VLAN 200
2001:DB8:CAFE:120::A1 ALS1 VLAN 300
2001:DB8:CAFE:200::A1 DLS1 VLAN 99
2001:DB8:CAFE:300::A1 DLS1 VLAN 100
2001:DB8:CAFE:99::D1 DLS1 VLAN 110
2001:DB8:CAFE:100::D1 DLS1 VLAN 120
2001:DB8:CAFE:110::D1 DLS1 VLAN 200
2001:DB8:CAFE:120::D1 DLS1 VLAN 300
2001:DB8:CAFE:200::D1 DLS1 F0/5
2001:DB8:CAFE:300::D1 DLS1 Loopback 0
2001:DB8:CAFE:20::D1 DLS1 Tunnel 0
2001:DB8:CAFE:2110::D1 DLS2 VLAN 99
FC00::D1 DLS2 VLAN 100
2001:DB8:CAFE:99::D2 DLS2 VLAN 110
2001:DB8:CAFE:100::D2 DLS2 VLAN 120
2001:DB8:CAFE:110::D2 DLS2 VLAN 200
2001:DB8:CAFE:120::D2 DLS2 VLAN 300
2001:DB8:CAFE:200::D2 DLS2 F0/5
2001:DB8:CAFE:300::D2 R1 G0/1
2001:DB8:CAFE:212::D2 R1 S0/0/0.1
2001:DB8:CAFE:20::1 R1 S0/0/0.2
2001:DB8:FEED:10::1 R1 Loopback 0
2001:DB8:CAFE:6::1 R1 Tunnel 0
2001:DB8:CAFE:201::1 R2 G0/0
ABCD::1 R2 S0/0/0.1
SLAAC in 2001:DB8:CAFE:120:: R2 S0/0/0.2
2001:DB8:FEED:10::2 R2 S0/0/1.1
2001:DB8:CAFE:6::2 R2 S0/0/1.2
2001:DB8:FEED:14::2 R2 Loopback 0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 19 of 126
CCNPv7.1 TSHOOT Skills Assessment
2001:DB8:CAFE:90::2 R2 Loopback 1
2001:DB8:FEED:222::2 R2 Loopback 2
2001:DB8:FEED:222::2 R2 Loopback 3
2001:DB8:CAFE:2020::2 R2 Loopback 4
2001:DB8:EFAC::2 R2 Loopback 5
2001:DB8:EFAC::2 R2 Tunnel 0
2001:DB8:EFAC::2 R3 G0/0
FC00:2 R3 G0/1
2001:DB8:CAFE:800::1 R3 S0/0/1.1
2001:DB8:CAFE:212:: R3 S0/0/1.2
2001:DB8:FEED:14::3 R3 Loopback 0
2001:DB8:CAFE:90::3 R3 Loopback 1
2001:DB8:CAFE:203::1 R3 Tunnel 0
2001:DB8:CAFE:801::1 SRV1 NIC
ABCD::3 PC-B NIC
2001:DB8:CAFE:100::1 PC-C NIC
In 2001:DB8:CAFE:120:ABCD::
In 2001:DB8:CAFE:800:ABCD::}
{ ping $address }
tclsh SRV1 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
10.1.99.251 ALS1 VLAN 120 show commands
10.1.110.251 ALS1 VLAN 200
10.1.120.251 ALS1 VLAN 300
10.1.200.251 DLS1 VLAN 99
10.1.30.251 DLS1 VLAN 100
10.1.99.252 DLS1 VLAN 110
10.1.100.252 DLS1 VLAN 120
10.1.110.252 DLS1 VLAN 200
10.1.120.252 DLS1 VLAN 300
10.1.200.252 DLS1 F0/5
10.1.30.252 DLS1 Loopback 0
10.1.2.1 DLS1 Tunnel 0
10.1.211.1 DLS2 VLAN 99
10.1.99.253 DLS2 VLAN 100
10.1.100.253 DLS2 VLAN 110
10.1.110.253 DLS2 VLAN 120
10.1.120.253 DLS2 VLAN 200
10.1.200.253 DLS2 VLAN 300
10.1.30.253 DLS2 F0/5
10.1.2.13 R1 G0/1
10.1.2.2 R1 S0/0/0.1
209.165.200.225 R1 S0/0/0.2
209.165.200.229 R1 Loopback 0
192.168.1.1 R1 Tunnel 0
209.165.200.226 R2 G0/0
209.165.200.230 R2 S0/0/0.1
209.165.200.222 R2 S0/0/0.2
10.1.90.2 R2 S0/0/1.1
2.2.2.2 R2 S0/0/1.2
2.2.2.2 R2 Loopback 0
20.20.20.20 R2 Loopback 1
22.22.22.22 R2 Loopback 2
22.22.22.22 R2 Loopback 3
22.22.22.22 R2 Loopback 4
10.1.80.1 R2 Loopback 5
10.1.2.14 R2 Tunnel 0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 20 of 126
CCNPv7.1 TSHOOT Skills Assessment
209.165.200.221 R3 G0/0
10.1.90.3 R3 G0/1
192.168.3.1 R3 S0/0/1.1
10.1.80.129 R3 S0/0/1.2
10.1.100.1 R3 Loopback 0
10.1.120.6-10.1.120.250 R3 Loopback 1
10.1.80.4-10.1.80.126 R3 Tunnel 0
} { ping $address } SRV1 NIC
PC-B NIC
PC-C NIC
tclsh SRV1 ALS1 VLAN 99 Varies- used as a
foreach address { ALS1 VLAN 110 quick reference to
2001:DB8:CAFE:99::A1 ALS1 VLAN 120 show commands
2001:DB8:CAFE:110::A1 ALS1 VLAN 200
2001:DB8:CAFE:120::A1 ALS1 VLAN 300
2001:DB8:CAFE:200::A1 DLS1 VLAN 99
2001:DB8:CAFE:300::A1 DLS1 VLAN 100
2001:DB8:CAFE:99::D1 DLS1 VLAN 110
2001:DB8:CAFE:100::D1 DLS1 VLAN 120
2001:DB8:CAFE:110::D1 DLS1 VLAN 200
2001:DB8:CAFE:120::D1 DLS1 VLAN 300
2001:DB8:CAFE:200::D1 DLS1 F0/5
2001:DB8:CAFE:300::D1 DLS1 Loopback 0
2001:DB8:CAFE:20::D1 DLS1 Tunnel 0
2001:DB8:CAFE:2110::D1 DLS2 VLAN 99
FC00::D1 DLS2 VLAN 100
2001:DB8:CAFE:99::D2 DLS2 VLAN 110
2001:DB8:CAFE:100::D2 DLS2 VLAN 120
2001:DB8:CAFE:110::D2 DLS2 VLAN 200
2001:DB8:CAFE:120::D2 DLS2 VLAN 300
2001:DB8:CAFE:200::D2 DLS2 F0/5
2001:DB8:CAFE:300::D2 R1 G0/1
2001:DB8:CAFE:212::D2 R1 S0/0/0.1
2001:DB8:CAFE:20::1 R1 S0/0/0.2
2001:DB8:FEED:10::1 R1 Loopback 0
2001:DB8:CAFE:6::1 R1 Tunnel 0
2001:DB8:CAFE:201::1 R2 G0/0
ABCD::1 R2 S0/0/0.1
SLAAC in 2001:DB8:CAFE:120:: R2 S0/0/0.2
2001:DB8:FEED:10::2 R2 S0/0/1.1
2001:DB8:CAFE:6::2 R2 S0/0/1.2
2001:DB8:FEED:14::2 R2 Loopback 0
2001:DB8:CAFE:90::2 R2 Loopback 1
2001:DB8:FEED:222::2 R2 Loopback 2
2001:DB8:FEED:222::2 R2 Loopback 3
2001:DB8:CAFE:2020::2 R2 Loopback 4
2001:DB8:EFAC::2 R2 Loopback 5
2001:DB8:EFAC::2 R2 Tunnel 0
2001:DB8:EFAC::2 R3 G0/0
FC00:2 R3 G0/1
2001:DB8:CAFE:800::1 R3 S0/0/1.1
2001:DB8:CAFE:212:: R3 S0/0/1.2
2001:DB8:FEED:14::3 R3 Loopback 0
2001:DB8:CAFE:90::3 R3 Loopback 1
2001:DB8:CAFE:203::1 R3 Tunnel 0
2001:DB8:CAFE:801::1 SRV1 NIC
ABCD::3 PC-B NIC
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 21 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 22 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 23 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 24 of 126
CCNPv7.1 TSHOOT Skills Assessment
Step 2: Document and resolve the issues discovered. Verify each resolution.
Using the tools available, such as show and debug commands, discover each problem, correct it, and
document the corrective action taken. Use the Problem Resolution and Verification table to document the
problem discovered, the affected devices, and the solution to the problem, including the commands used.
Note: For each device, after issuing corrective commands, copy the running config to the startup config.
Tip: If connecting from one device to another via SSH, issue the terminal monitor command so that
console and debug messages generated on the remote device are seen on the local console.
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 25 of 126
CCNPv7.1 TSHOOT Skills Assessment
no ip proxy-arp no ip proxy-arp
! no shutdown
vlan 100
name SERVERS
!
vlan 110
name GUEST
!
vlan 120
name OFFICE
!
vlan 200
name VOICE
!
vlan 300
name O-PEER
!
vlan 666
name NATIVE
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 26 of 126
CCNPv7.1 TSHOOT Skills Assessment
!
vlan 999
name PARKING_LOT
frequency 6 frequency 6
interface FastEthernet0/2
interface FastEthernet0/2
description Channel to ALS1
description Channel to ALS1
switchport trunk encapsulation
isl switchport trunk
encapsulation dot1q
switchport trunk native vlan 666
switchport trunk native vlan
switchport trunk allowed vlan 666
99,100,110,120,200,300
switchport trunk allowed
switchport mode trunk vlan 99,100,110,120,200,300
switchport nonegotiate switchport mode trunk
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 27 of 126
CCNPv7.1 TSHOOT Skills Assessment
no shutdown no shutdown
ipv6 address FE80::1 link-local ipv6 address FE80::1 link- Sh run | sec Tunnel0
local
ipv6 address ABCD::1/16
ipv6 address ABCD::1/16
ospfv3 2 ipv6 area 1
ospfv3 2 ipv6 area 0
tunnel source Loopback0
tunnel source Loopback0
tunnel destination 192.168.3.1
tunnel destination 192.168.3.1
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 28 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 address FE80::2 link-local ipv6 address FE80::2 link- Sh run | sec Tunnel0
local
ipv6 address FC00::2/7
ipv6 address FC00::2/7
ipv6 rip V120 enable
ipv6 rip V120 enable
tunnel source Serial0/0/0.2
tunnel source Serial0/0/0.2
tunnel destination 10.1.2.1
shutdown shutdown
passive-interface passive-interface
exit-af-interface exit-af-interface
no shutdown no shutdown
no passive-interface no passive-interface
exit-af-interface exit-af-interface
no shutdown no shutdown
exit-af-interface exit-af-interface
exit-af-topology exit-af-topology
exit-address-family exit-address-family
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 29 of 126
CCNPv7.1 TSHOOT Skills Assessment
no passive-interface exit-af-interface
no shutdown exit-af-interface
exit-address-family
Notes
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 30 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 31 of 126
CCNPv7.1 TSHOOT Skills Assessment
PC-C R3 G0/1 Y
Notes
N/A
Step 6: Demonstrate network redundancy for SRV1 now that the trouble tickets are resolved.
a. Shut down DLS1 port F0/5.
b. Ping from SRV1 to all other network devices. Pings from SRV1 to each network device should be
successful. If not, there are issues that need to be resolved.
c. Renew and release the PC-B IP address. PC-B should be able to obtain an IP address on subnet
10.1.120.0/24. If not, there are issues that need to be resolved.
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 32 of 126
CCNPv7.1 TSHOOT Skills Assessment
SRV1 SRV1 Y
SRV1 ALS1 MANAGEMENT Y
SRV1 DLS1 MANAGEMENT Y
SRV1 DLS2 MANAGEMENT Y
SRV1 R1 S0/0/1.1 Y
SRV1 R2 Lo1 Y
SRV1 R3 S0/0/1.1 Y
Notes
N/A
Configurations
ALS1
!Switch ALS1 Skills Assessment Error Config
!
service password-encryption
hostname ALS1
aaa new-model
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 33 of 126
CCNPv7.1 TSHOOT Skills Assessment
vtp version 3
ip routing
ipv6 unicast-routing
no ip domain-lookup
ip domain-name tshoot.net
vlan 99
name MANAGEMENT
vlan 100
name SERVERS
vlan 110
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 34 of 126
CCNPv7.1 TSHOOT Skills Assessment
name GUEST
vlan 120
name OFFICE
vlan 200
name VOICE
vlan 300
name O-PEER
vlan 666
name NATIVE
vlan 999
name PARKING_LOT
name TSHOOT
revision 25
lldp run
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 35 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface FastEthernet0/1
switchport nonegotiate
channel-group 1 mode on
no shutdown
interface FastEthernet0/2
switchport nonegotiate
channel-group 1 mode on
no shutdown
interface FastEthernet0/3
switchport nonegotiate
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 36 of 126
CCNPv7.1 TSHOOT Skills Assessment
channel-group 2 mode on
no shutdown
interface FastEthernet0/4
switchport nonegotiate
channel-group 2 mode on
no shutdown
interface Port-channel1
switchport nonegotiate
no shutdown
interface Port-channel2
switchport nonegotiate
no shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 37 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface FastEthernet0/5
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/6
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/7
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/8
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/9
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 38 of 126
CCNPv7.1 TSHOOT Skills Assessment
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/10
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/11
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/12
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/13
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 39 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface FastEthernet0/14
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/15
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/16
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/17
description PARKING_LOT
switchport nonegotiate
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 40 of 126
CCNPv7.1 TSHOOT Skills Assessment
shutdown
interface FastEthernet0/18
description To PC-B
spanning-tree portfast
switchport port-security
no shutdown
interface FastEthernet0/19
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/20
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/21
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 41 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface FastEthernet0/22
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/23
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/24
description PARKING_LOT
switchport nonegotiate
shutdown
interface GigabitEthernet0/1
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 42 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface GigabitEthernet0/2
description PARKING_LOT
switchport nonegotiate
shutdown
interface Vlan1
no ip address
shutdown
interface Vlan99
no ip proxy-arp
no ip proxy-arp
no shutdown
interface Vlan100
no ip proxy-arp
no ip proxy-arp
no shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 43 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Vlan110
no ip proxy-arp
ipv6 nd managed-config-flag
no ip proxy-arp
no shutdown
interface Vlan120
no ip proxy-arp
ipv6 nd other-config-flag
no ip proxy-arp
no shutdown
interface Vlan200
no ip proxy-arp
no ip proxy-arp
ipv6 nd managed-config-flag
no shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 44 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Vlan300
no ip proxy-arp
no ip proxy-arp
no shutdown
no ip http server
no ip http secure-server
banner motd ^*** Switch ALS1 Skills Assessment Error Config ***^
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 45 of 126
CCNPv7.1 TSHOOT Skills Assessment
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
logging synchronous
length 0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 46 of 126
CCNPv7.1 TSHOOT Skills Assessment
archive
log config
logging enable
logging size 50
hidekeys
path tftp://10.1.100.1/$h-archive-config
write-memory
end
DLS1
service password-encryption
hostname DLS1
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 47 of 126
CCNPv7.1 TSHOOT Skills Assessment
aaa new-model
vtp version 3
ip routing
no ip domain-lookup
ip domain-name tshoot.net
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 48 of 126
CCNPv7.1 TSHOOT Skills Assessment
default-router 10.1.110.254
default-router 10.1.120.254
domain-name tshoot.net
default-router 10.1.200.254
ipv6 unicast-routing
domain-name tshoot.net
domain-name tshoot.net
domain-name tshoot.net
vlan 99
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 49 of 126
CCNPv7.1 TSHOOT Skills Assessment
name MANAGEMENT
vlan 100
name SERVERS
vlan 110
name GUEST
vlan 120
name OFFICE
vlan 200
name VOICE
vlan 300
name O-PEER
vlan 666
name NATIVE
vlan 999
name PARKING_LOT
name TSHOOT
revision 25
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 50 of 126
CCNPv7.1 TSHOOT Skills Assessment
track 7 ip sla 2
delay down 30 up 30
object 7
object 31
delay down 30 up 30
lldp run
interface Loopback0
description Anchor
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 51 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Tunnel0
no ip address
interface FastEthernet0/1
switchport nonegotiate
channel-group 1 mode on
no shutdown
interface FastEthernet0/2
switchport nonegotiate
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 52 of 126
CCNPv7.1 TSHOOT Skills Assessment
channel-group 1 mode on
no shutdown
interface FastEthernet0/3
switchport nonegotiate
channel-group 10 mode on
no shutdown
interface FastEthernet0/4
switchport nonegotiate
channel-group 10 mode on
no shutdown
interface Port-channel1
switchport nonegotiate
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 53 of 126
CCNPv7.1 TSHOOT Skills Assessment
no shutdown
interface Port-channel10
switchport nonegotiate
no shutdown
interface FastEthernet0/5
description FE to R1
no switchport
ip access-group 101 in
speed 100
duplex full
no shutdown
interface FastEthernet0/6
description FE to SRV1
switchport nonegotiate
spanning-tree portfast
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 54 of 126
CCNPv7.1 TSHOOT Skills Assessment
no shutdown
interface FastEthernet0/7
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/8
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/9
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/10
description PARKING_LOT
switchport nonegotiate
shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 55 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface FastEthernet0/11
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/12
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/13
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/14
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/15
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 56 of 126
CCNPv7.1 TSHOOT Skills Assessment
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/16
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/17
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/18
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/19
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 57 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface FastEthernet0/20
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/21
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/22
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/23
description PARKING_LOT
switchport nonegotiate
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 58 of 126
CCNPv7.1 TSHOOT Skills Assessment
shutdown
interface FastEthernet0/24
description PARKING_LOT
switchport nonegotiate
shutdown
interface GigabitEthernet0/1
description PARKING_LOT
switchport nonegotiate
shutdown
interface GigabitEthernet0/2
description PARKING_LOT
switchport nonegotiate
shutdown
interface Vlan1
no ip address
shutdown
interface Vlan99
no ip proxy-arp
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 59 of 126
CCNPv7.1 TSHOOT Skills Assessment
standby 99 ip 10.1.99.254
standby 99 preempt
no shutdown
interface Vlan100
no ip proxy-arp
no shutdown
interface Vlan110
no ip proxy-arp
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 60 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 nd managed-config-flag
no shutdown
interface Vlan120
no ip proxy-arp
ipv6 nd managed-config-flag
no shutdown
interface Vlan200
no ip proxy-arp
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 61 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 nd managed-config-flag
no shutdown
interface Vlan300
no ip proxy-arp
standby 30 ip 10.1.30.254
standby 30 preempt
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
passive-interface default
no passive-interface Vlan300
no passive-interface FastEthernet0/5
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 62 of 126
CCNPv7.1 TSHOOT Skills Assessment
router rip
version 2
network 10.0.0.0
no auto-summary
no ip http server
no ip http secure-server
ip sla 2
threshold 100
timeout 200
frequency 6
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 63 of 126
CCNPv7.1 TSHOOT Skills Assessment
router-id 11.11.11.11
passive-interface default
no passive-interface Vlan300
no passive-interface FastEthernet0/5
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 64 of 126
CCNPv7.1 TSHOOT Skills Assessment
banner motd ^*** Switch DLS1 Skills Assessment Error Config ***^
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
logging synchronous
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 65 of 126
CCNPv7.1 TSHOOT Skills Assessment
archive
log config
logging enable
logging size 50
hidekeys
path tftp://10.1.100.1/$h-archive-config
write-memory
end
DLS2
!Switch DLS2 Skills Assessment Error Config
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 66 of 126
CCNPv7.1 TSHOOT Skills Assessment
service password-encryption
hostname DLS2
aaa new-model
vtp version 3
ip routing
no ip domain-lookup
ip domain-name tshoot.net
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 67 of 126
CCNPv7.1 TSHOOT Skills Assessment
default-router 10.1.200.254
default-router 10.1.110.254
default-router 10.1.120.254
domain tshoot.net
default-router 10.1.80.1
ipv6 unicast-routing
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 68 of 126
CCNPv7.1 TSHOOT Skills Assessment
domain-name tshoot.net
domain-name tshoot.net
domain-name tshoot.net
domain-name tshoot.net
vlan 99
name MANAGEMENT
vlan 100
name SERVERS
vlan 110
name GUEST
vlan 120
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 69 of 126
CCNPv7.1 TSHOOT Skills Assessment
name OFFICE
vlan 200
name VOICE
vlan 300
name O-PEER
vlan 666
name NATIVE
vlan 999
name PARKING_LOT
name TSHOOT
revision 25
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 70 of 126
CCNPv7.1 TSHOOT Skills Assessment
track 7 ip sla 2
delay down 30 up 30
object 7
object 31
delay down 30 up 30
lldp run
interface Loopback0
description Anchor
interface FastEthernet0/1
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 71 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
channel-group 2 mode on
no shutdown
interface FastEthernet0/2
switchport nonegotiate
channel-group 2 mode on
no shutdown
interface FastEthernet0/3
switchport nonegotiate
channel-group 10 mode on
no shutdown
interface FastEthernet0/4
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 72 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
channel-group 10 mode on
no shutdown
interface Port-channel2
switchport nonegotiate
no shutdown
interface Port-channel10
switchport nonegotiate
no shutdown
interface FastEthernet0/5
description FE to R3
no switchport
ip access-group 101 in
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 73 of 126
CCNPv7.1 TSHOOT Skills Assessment
speed 100
duplex full
no shutdown
interface FastEthernet0/6
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/7
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/8
description PARKING_LOT
switchport nonegotiate
shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 74 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface FastEthernet0/9
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/10
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/11
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/12
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/13
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 75 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface FastEthernet0/14
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/15
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/16
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/17
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 76 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface FastEthernet0/18
description FE to PC-C
switchport nonegotiate
spanning-tree portfast
shutdown
interface FastEthernet0/19
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/20
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/21
description PARKING_LOT
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 77 of 126
CCNPv7.1 TSHOOT Skills Assessment
switchport nonegotiate
shutdown
interface FastEthernet0/22
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/23
description PARKING_LOT
switchport nonegotiate
shutdown
interface FastEthernet0/24
description PARKING_LOT
switchport nonegotiate
shutdown
interface GigabitEthernet0/1
description PARKING_LOT
switchport nonegotiate
shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 78 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface GigabitEthernet0/2
description PARKING_LOT
switchport nonegotiate
shutdown
interface Vlan1
no ip address
shutdown
interface Vlan99
no ip proxy-arp
standby 99 ip 10.1.99.254
standby 99 preempt
no shutdown
interface Vlan100
no ip proxy-arp
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 79 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 nd managed-config-flag
no shutdown
interface Vlan110
no ip proxy-arp
ipv6 nd managed-config-flag
no shutdown
interface Vlan120
no ip proxy-arp
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 80 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 nd managed-config-flag
no shutdown
interface Vlan200
no ip proxy-arp
ipv6 nd managed-config-flag
no shutdown
interface Vlan300
no ip proxy-arp
standby 30 ip 10.1.30.254
standby 30 preempt
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 81 of 126
CCNPv7.1 TSHOOT Skills Assessment
no shutdown
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
passive-interface default
no passive-interface Vlan300
no passive-interface FastEthernet0/5
router rip
version 2
network 10.0.0.0
no auto-summary
no ip http server
no ip http secure-server
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 82 of 126
CCNPv7.1 TSHOOT Skills Assessment
ip sla 2
threshold 100
timeout 200
frequency 6
router-id 22.22.22.22
passive-interface default
no passive-interface Vlan300
no passive-interface FastEthernet0/5
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 83 of 126
CCNPv7.1 TSHOOT Skills Assessment
distance 109
banner motd ^*** Switch DLS2 Skills Assessment Error Config ***^
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 84 of 126
CCNPv7.1 TSHOOT Skills Assessment
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
logging synchronous
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 85 of 126
CCNPv7.1 TSHOOT Skills Assessment
archive
log config
logging enable
logging size 50
hidekeys
path tftp://10.1.100.1/$h-archive-config
write-memory
end
R1
!Router R1 Skills Assessment Error Config
service password-encryption
hostname R1
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 86 of 126
CCNPv7.1 TSHOOT Skills Assessment
aaa new-model
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
lldp run
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 87 of 126
CCNPv7.1 TSHOOT Skills Assessment
delay down 30 up 30
object 2
object 17
object 19
track 17 ip sla 3
delay down 30 up 30
track 19 ip sla 5
delay down 30 up 30
object 19 not
delay down 30 up 30
object 17
object 23
delay down 30 up 30
interface Loopback0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 88 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Tunnel0
no ip address
interface Embedded-Service-Engine0/0
no ip address
shutdown
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
interface GigabitEthernet0/1
description FE to DLS1
ip flow ingress
duplex full
speed 100
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 89 of 126
CCNPv7.1 TSHOOT Skills Assessment
no shutdown
interface Serial0/0/0
no ip address
encapsulation frame-relay
no keepalive
no shutdown
router ospfv3 2
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 90 of 126
CCNPv7.1 TSHOOT Skills Assessment
passive-interface default
no passive-interface GigabitEthernet0/1
no passive-interface Tunnel0
router-id 11.0.0.11
exit-address-family
router ospf 1
router-id 1.0.0.1
passive-interface default
no passive-interface GigabitEthernet0/1
router rip
version 2
passive-interface default
no passive-interface GigabitEthernet0/1
no passive-interface Serial0/0/0.2
network 10.0.0.0
network 192.168.1.0
network 209.165.200.0
no auto-summary
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 91 of 126
CCNPv7.1 TSHOOT Skills Assessment
bgp log-neighbor-changes
address-family ipv4
exit-address-family
address-family ipv6
network 2001:DB8:CAFE::/48
network 2001:DB8:FEED:10::/126
network 2001:DB8:CAFE:201::1/128
network ABCD::/16
exit-address-family
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 92 of 126
CCNPv7.1 TSHOOT Skills Assessment
ip http server
ip http secure-server
ip flow-top-talkers
top 3
sort-by bytes
cache-timeout 600000
ip sla 3
icmp-echo 209.165.200.221
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 93 of 126
CCNPv7.1 TSHOOT Skills Assessment
frequency 10
ip sla 5
icmp-echo 10.1.2.14
frequency 10
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 94 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 95 of 126
CCNPv7.1 TSHOOT Skills Assessment
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
logging synchronous
ntp update-calendar
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 96 of 126
CCNPv7.1 TSHOOT Skills Assessment
archive
log config
logging enable
logging size 50
hidekeys
path tftp://10.1.100.1/$h-archive-config
write-memory
end
R2
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 97 of 126
CCNPv7.1 TSHOOT Skills Assessment
service password-encryption
hostname R2
rd 100:1
address-family ipv4
exit-address-family
address-family ipv6
exit-address-family
rd 200:1
address-family ipv4
exit-address-family
address-family ipv6
exit-address-family
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 98 of 126
CCNPv7.1 TSHOOT Skills Assessment
aaa new-model
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
lldp run
delay down 30 up 30
delay down 30 up 30
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 99 of 126
CCNPv7.1 TSHOOT Skills Assessment
object 1
object 2
delay down 30 up 30
interface Loopback0
description VPN_A
interface Loopback1
description VPN_B
interface Loopback2
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 100 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Loopback3
description Internet
interface Loopback4
description Internet
interface Loopback5
description Internet
interface GigabitEthernet0/0
ip address dhcp
duplex auto
speed auto
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 101 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 enable
no shutdown
interface Serial0/0/0
no ip address
encapsulation frame-relay
no keepalive
no shutdown
interface Tunnel0
no ip address
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 102 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Serial0/0/1
no ip address
encapsulation frame-relay
no keepalive
no shutdown
router eigrp HQ
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 103 of 126
CCNPv7.1 TSHOOT Skills Assessment
af-interface default
shutdown
passive-interface
exit-af-interface
af-interface Serial0/0/1.2
no shutdown
no passive-interface
exit-af-interface
af-interface Loopback2
no shutdown
exit-af-interface
topology base
exit-af-topology
exit-address-family
af-interface default
shutdown
passive-interface
exit-af-interface
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 104 of 126
CCNPv7.1 TSHOOT Skills Assessment
af-interface Serial0/0/1.2
no shutdown
no passive-interface
exit-af-interface
af-interface Loopback2
no shutdown
exit-af-interface
topology base
exit-af-topology
exit-address-family
router rip
version 2
passive-interface default
no passive-interface GigabitEthernet0/0
no passive-interface Serial0/0/0.2
no passive-interface Serial0/0/1.2
offset-list 0 in 5 GigabitEthernet0/0
network 10.0.0.0
network 20.0.0.0
network 209.165.200.0
no auto-summary
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 105 of 126
CCNPv7.1 TSHOOT Skills Assessment
bgp log-neighbor-changes
network 0.0.0.0
exit-address-family
network ::/0
network 2001:DB8:FEED:222::2/128
exit-address-family
network 0.0.0.0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 106 of 126
CCNPv7.1 TSHOOT Skills Assessment
exit-address-family
network ::/0
network 2001:DB8:FEED:222::2/128
exit-address-family
ip http server
ip http secure-server
ip flow-top-talkers
top 3
sort-by bytes
cache-timeout 600000
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 107 of 126
CCNPv7.1 TSHOOT Skills Assessment
ip sla 3
icmp-echo 10.1.2.2
frequency 10
ip sla 5
icmp-echo 10.1.2.14
frequency 10
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 108 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 109 of 126
CCNPv7.1 TSHOOT Skills Assessment
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
logging synchronous
ntp master 3
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 110 of 126
CCNPv7.1 TSHOOT Skills Assessment
action 1.15 cli command "no ipv6 rip V120 default-information originate"
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 111 of 126
CCNPv7.1 TSHOOT Skills Assessment
archive
log config
logging enable
logging size 50
hidekeys
path tftp://10.1.100.1/$h-archive-config
write-memory
end
R3
!Router R3 Skills Assessment Error Config
service password-encryption
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 112 of 126
CCNPv7.1 TSHOOT Skills Assessment
hostname R3
aaa new-model
no ip domain lookup
ip cef
default-router 10.1.80.129
ipv6 unicast-routing
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 113 of 126
CCNPv7.1 TSHOOT Skills Assessment
ipv6 cef
lldp run
delay down 30 up 30
object 4
object 31
track 31 ip sla 3
delay down 30 up 30
interface Loopback0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 114 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface Loopback1
interface Tunnel0
no ip address
interface GigabitEthernet0/0
ip helper-address 10.1.2.13
duplex full
speed 100
ipv6 nd managed-config-flag
no shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 115 of 126
CCNPv7.1 TSHOOT Skills Assessment
interface GigabitEthernet0/1
description FE to DLS1
ip flow ingress
duplex full
speed 100
no shutdown
interface Serial0/0/1
no ip address
encapsulation frame-relay
no keepalive
no shutdown
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 116 of 126
CCNPv7.1 TSHOOT Skills Assessment
router eigrp HQ
af-interface default
shutdown
passive-interface
exit-af-interface
af-interface Loopback1
no shutdown
exit-af-interface
af-interface GigabitEthernet0/0
no shutdown
exit-af-interface
af-interface Serial0/0/1.2
no shutdown
no passive-interface
exit-af-interface
topology base
exit-af-topology
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 117 of 126
CCNPv7.1 TSHOOT Skills Assessment
exit-address-family
af-interface default
shutdown
passive-interface
exit-af-interface
af-interface Loopback1
no shutdown
exit-af-interface
af-interface GigabitEthernet0/0
no shutdown
exit-af-interface
af-interface Serial0/0/1.2
no shutdown
no passive-interface
exit-af-interface
af-interface Serial0/0/1.1
no shutdown
exit-af-interface
af-interface Tunnel0
no shutdown
exit-af-interface
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 118 of 126
CCNPv7.1 TSHOOT Skills Assessment
topology base
exit-af-topology
exit-address-family
router ospfv3 2
passive-interface default
no passive-interface GigabitEthernet0/1
no passive-interface Tunnel0
router-id 33.0.0.33
exit-address-family
router ospf 1
router-id 3.0.0.3
passive-interface default
no passive-interface GigabitEthernet0/1
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 119 of 126
CCNPv7.1 TSHOOT Skills Assessment
router rip
version 2
passive-interface default
no passive-interface Serial0/0/1.2
network 10.0.0.0
network 192.168.3.0
network 209.165.200.0
no auto-summary
bgp log-neighbor-changes
address-family ipv4
exit-address-family
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 120 of 126
CCNPv7.1 TSHOOT Skills Assessment
address-family ipv6
network 2001:DB8:CAFE::/48
network 2001:DB8:FEED:14::/126
network 2001:DB8:CAFE:203::1/128
network ABCD::/16
exit-address-family
ip http server
ip http secure-server
ip flow-top-talkers
top 3
sort-by bytes
cache-timeout 600000
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 121 of 126
CCNPv7.1 TSHOOT Skills Assessment
ip sla 3
icmp-echo 209.165.200.225
frequency 10
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 122 of 126
CCNPv7.1 TSHOOT Skills Assessment
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 123 of 126
CCNPv7.1 TSHOOT Skills Assessment
line con 0
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 124 of 126
CCNPv7.1 TSHOOT Skills Assessment
exec-timeout 0 0
logging synchronous
line vty 0 4
exec-timeout 0 0
logging synchronous
ntp update-calendar
archive
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 125 of 126
CCNPv7.1 TSHOOT Skills Assessment
log config
logging enable
logging size 50
hidekeys
path tftp://10.1.100.1/$h-archive-config
write-memory
end
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 126 of 126