Instructor Packet Tracer Manual
Instructor Packet Tracer Manual
6.0 Bridging
Instructor Packet Tracer Manual
Topology
Objectives
Part 1: Test End-to-End Connectivity with the tracert Command
Part 2: Compare tracert to the traceroute Command on a Router
Part 3: Use Extended Traceroute
Background
This activity is designed to help you troubleshoot network connectivity issues using commands to trace the
route from source to destination. You are required to examine the output of tracert (the Windows command)
and traceroute (the IOS command) as packets traverse the network and determine the cause of a network
issue. After the issue is corrected, use the tracert and traceroute commands to verify the completion.
Step 2: Trace the route from PC1 to determine where in the path connectivity fails.
a. From the Command Prompt of PC1, enter the tracert 10.1.0.2 command.
b. When you receive the Request timed out message, press Ctrl+C. What was the first IP address listed in
the tracert output and what device does this belong to?
____________________________________________________________________________________
10.0.0.254—the gateway address of the PC
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 4
Packet Tracer - Testing Connectivity with Traceroute
c. Observe the results of the tracert command. What is the last address reached with the tracert
command?
____________________________________________________________________________________
10.100.100.6
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Packet Tracer - Testing Connectivity with Traceroute
As part of the verification process, use extended traceroute on RouterA to increase the number of ICMP
packets traceroute sends to each hop.
Note: Windows tracert also allows the user to adjust a few aspects through the use of command line
options.
a. Click RouterA and then the CLI tab.
b. Enter traceroute and press ENTER. Notice that just the traceroute command should be entered.
c. Answer the questions asked by extended traceroute as follows. Extended traceroute should run right
after the last question is answered.
Protocol [ip]: ip
Target IP address: 10.1.0.2
Source address: 10.100.100.1
Numeric display [n]: n
Timeout in seconds [3]: 3
Probe count [3]: 5
Minimum Time to Live [1]: 1
Maximum Time to Live [30]: 30
Note: the value displayed in brackets is the default value and will be used by traceroute if no value is
entered. Simply press ENTER to use the default value.
How many questions were answered with non-default values? What was the new value?
____________________________________________________________________________________
Probe count. The default value is 3 but the new value provided was 5.
How many ICMP packets were sent by RouterA?
____________________________________________________________________________________
Five (5).
Note: Probe count specifies the number of ICMP packets sent to each hop by traceroute. A higher
number of probes allows for a more accurate average round trip time for the packets.
d. Still on RouterA, run extended traceroute again but this time change the timeout value to 7 seconds.
What happened? How does the different timeout value affect traceroute?
____________________________________________________________________________________
The timeout parameter informs traceroute how long it should wait for a reply before declaring the hop
unreachable. The default value is 3 seconds.
Can you think of a use for the timeout parameter?
____________________________________________________________________________________
If the path is too congested but still operational, it can be useful to change the timeout value to ensure
traceroute waits long enough before declaring the hop unreachable.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Packet Tracer - Testing Connectivity with Traceroute
Step 2c 10
Step 3a 10
Step 3c 10
Step 3d 5
Step 3e 5
Step 4b 10
Part 1 Total 80
a 2
Part 2: Compare to the
traceroute Command on a b 3
Router
c 5
Part 2 Total 10
a 2
b 3
c 2
Part 3: Extended Traceroute d 3
Part 3 Total 10
Packet Tracer Score 10
Total Score 100
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4
Packet Tracer - Troubleshooting Connectivity Issues (Instructor
Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Objectives
The objective of this Packet Tracer activity is to troubleshoot and resolve connectivity issues, if possible.
Otherwise, the issues should be clearly documented so they can be escalated.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 4
Packet Tracer - Troubleshooting Connectivity Issues
Background / Scenario
Users are reporting that they cannot access the web server, www.cisco.pka after a recent upgrade that
included adding a second DNS server. You must determine the cause and attempt to resolve the issues for
the users. Clearly document the issues and any solution(s). You do not have access to the devices in the
cloud or the server www.cisco.pka. Escalate the problem if necessary.
Router R1 can only be accessed using SSH with the username Admin01 and password cisco12345.
Step 1: Determine the connectivity issue between PC-01 and web server.
a. On PC-01, open the command prompt. Enter the command ipconfig to verify what IP address and
default gateway has been assigned to PC-01. Correct as necessary.
b. After correcting the IP addressing issues on PC-01, issue the pings to the default gateway, web server,
and other PCs. Were the pings successful? Record the results.
Ping to default gateway (172.16.1.1) ___________ Yes To web server (209.165.201.2) _________ Yes
Ping to PC-02 ________________ Yes To PC-A _________________No To PC-B ___________ No
c. Use the web browser to access the web server on PC-01. Enter the URL www.cisco.pka and then use the
IP address 209.165.201.2. Record the results.
Can PC-01 access www.cisco.pka? ___________ Yes using the web server IP address? ________ Yes
d. Document the issues and provide the solution(s). Correct the issues if possible.
____________________________________________________________________________________
____________________________________________________________________________________
The IP address on PC-01 is incorrectly configured. To resolve the issue, the IP address is changed from
172.168.1.3 to 172.16.1.3. PC-01 cannot successfully ping the PCs on the 172.16.2.0/24 network.
Step 2: Determine the connectivity issue between PC-02 and web server.
a. On PC-02, open the command prompt. Enter the command ipconfig to verify the configuration for the IP
address and default gateway. Correct as necessary.
b. After correcting the IP addressing issues on PC-02, issue the pings to the default gateway, web server,
and other PCs. Were the pings successful? Record the results.
Ping to default gateway (172.16.1.1) _____________ Yes To web server (209.165.201.2) ________ Yes
Ping to PC-01 ________________ Yes To PC-A _________________No To PC-B ___________ No
c. Navigate to www.cisco.pka using the web browser on PC-02. Record the results.
Can PC-01 access www.cisco.pka? __________ Yes using the web server IP address __________ Yes
d. Document the issues and provide the solution(s). Correct the issues if possible.
____________________________________________________________________________________
____________________________________________________________________________________
PC-02 can access the web server using the IP address after correcting the default gateway. The default
gateway should be configured as 172.16.1.1 on PC-02. PC-02 cannot successfully ping the PCs on the
172.16.2.0/24 network.
Step 3: Determine the connectivity issue between PC-A and web server.
a. On PC-A, open the command prompt. Enter the command ipconfig to verify the configuration for the IP
address and default gateway. Correct as necessary.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Packet Tracer - Troubleshooting Connectivity Issues
b. After correcting the IP addressing issues on PC-A, issue the pings to the default gateway, web server,
and other PCs. Were the pings successful? Record the results.
Ping to default gateway (172.16.2.1) _____________ No To web server (209.165.201.2) ________ No
Ping to PC-B _______________ Yes To PC-01 _________________ No To PC-02 ____________ No
c. Navigate to www.cisco.pka.net using the web browser on PC-A. Record the results.
Can PC-A access www.cisco.pka? ____________ No using the web server IP address _________ No
d. Document the issues and provide the solution(s). Correct the issues if possible.
____________________________________________________________________________________
____________________________________________________________________________________
PC-A can only access the local LAN. The interface G0/1 on router R1 is incorrectly configured. Correct
the IP address on the interface G0/1. Access the router R1 using SSH from PC-01 or PC-02 to change
the IP address from 172.16.3.1 to 172.16.2.1.
Step 4: Determine the connectivity issue between PC-B and web server.
a. On PC-B, open the command prompt. Enter the command ipconfig to verify the configuration for the IP
address and default gateway. Correct as necessary.
b. After correcting the IP addressing issues on PC-B, issue the pings to the default gateway, web server,
and other PCs. Were the pings successful? Record the results.
Ping to default gateway (172.16.2.1) ___________ Yes To web server (209.165.201.2) _________ Yes
Ping to PC-A ______________ Yes To PC-01 _______________ Yes To PC-02 ______________ Yes
c. Navigate to www.cisco.pka using the web browser. Record the results.
Can PC-B access www.cisco.pka? ____________ No using the web server IP address __________ Yes
d. Document the issues and provide the solution(s). Correct the issues if possible.
____________________________________________________________________________________
____________________________________________________________________________________
PC-B can access the web server using the IP address only. PC-B is also configured with the correct DNS-
2 server address. This indicates that DNS-2 server maybe incorrectly configured. To resolve this issue
temporarily, the DNS server address can be configured to use 209.165.200.3.The issue with DNS-2
server needs to be escalated because you do not administrative access to the device outside your
network.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Packet Tracer - Troubleshooting Connectivity Issues
Step 1d 5
Step 2d 5
Step 3d 5
Step 4d 5
Packet Tracer 15
Total Score 35
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4
Packet Tracer – Map a Network Using CDP (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Objectives
Map a network using CDP and SSH remote access.
Background / Scenario
A senior network administrator requires you to map the Remote Branch Office network and discover the name
of a recently installed switch that still needs an IP address to be configured. Your task is to create a map of
the branch office network. You must record all of the network device names, IP addresses and subnet masks,
and physical interfaces interconnecting the network devices, as well as the name of the switch that does not
have an IP address.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5
Packet Tracer – Map a Network Using CDP
To map the network, you will use SSH for remote access and the Cisco Discovery Protocol (CDP) to discover
information about neighboring network devices, like routers and switches. Because CDP is a Layer 2 protocol,
it can be used to discover information about devices that do not have IP addresses. You will record the
gathered information to complete the Addressing Table and provide a topology diagram of the Remote
Branch Office network.
You will need the IP address for the remote branch office, which is 209.165.200.10. The local and remote
administrative usernames and passwords are:
Local Network
Username: admin01
Password: S3cre7P@55
Branch Office Network
Username: branchadmin
Password: S3cre7P@55
Edge1#
Note: Notice that you are placed directly into privileged EXEC mode. This is because the admin01 user
account is set to privilege level 15.
c. Use the show ip interface brief and show interfaces commands to document the Edge1 router’s
physical interfaces, IP addresses, and subnet masks in the Addressing Table.
Edge1# show ip interface brief
Edge1# show interfaces
d. Using the Edge1 router’s CLI, you will SSH into the Remote Branch Office at 209.165.200.10 with the
username branchadmin and the same password:
Edge1# ssh –l branchadmin 209.165.200.10
Open
Password:
Branch-Edge#
After connecting to the Remote Branch Office at 209.165.200.10 what piece of previously missing
information can now be added to the Addressing Table above?
____________________________________________________________________________________
The Branch-Edge router hostname
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 5
Packet Tracer – Map a Network Using CDP
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 5
Packet Tracer – Map a Network Using CDP
Branch-Firewall#
g. You are remotely connected to the next neighbor. Use the show cdp neighbors command, and the
show cdp neighbors detail command, to discover other connected neighbor devices.
What types of network devices neighbor this device? Record any newly discovered devices in the
Addressing Table. Include their hostname, interfaces, and IP addresses.
____________________________________________________________________________________
A router (Branch-Edge) and a switch (sw-br-floor2). The sw-br-floor2 switch is a newly discovered device
located at 192.168.4.132 on the G0/1 interface.
h. Continue discovering new network devices using SSH and the show CDP commands. Eventually, you will
reach the end of the network and there will be no more devices to discover.
What is the name of the switch that does not have an IP address on the network?
____________________________________________________________________________________
sw-br-floor1
i. Draw a topology of the Remote Branch Office network using the information you have gathered using
CDP.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 5
Packet Tracer – Map a Network Using CDP
Possible Earned
Activity Section
Points Points
Part 1 Question 2
Question d 2
Part 2 Questions 8
Question d 2
Question e 1
Question f 1
Question g 2
Question h 2
Packet Tracer 10
Addressing Scheme
60
Documentation
Topology Documentation 20
Total Point 100
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 5
Packet Tracer - Configure and Verify NTP (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Objectives
In this activity, you will configure NTP on R1 and R2 to allow time synchronization.
Background / Scenario
Network Time Protocol (NTP) synchronizes the time of day among a set of distributed time servers and
clients. While there are a number of applications that require synchronized time, this lab will focus on
correlating events that are listed in the system log and other time-specific events from multiple network
devices. NTP uses the User Datagram Protocol (UDP) as its transport protocol. All NTP communications use
Coordinated Universal Time (UTC).
An NTP server usually receives its time from an authoritative time source, such as an atomic clock attached
to a time server It then distributes this time across the network. NTP is extremely efficient; no more than one
packet per minute is necessary to synchronize two machines to within a millisecond of each other.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 2
Packet Tracer - Configure and Verify NTP
synchronized. Both R1 and R2 will use N1 server as their NTP server. To configure R1 and R2 as an NTP
clients, issue the commands below:
a. Use the ntp server command to specify an NTP server, as shown below:
R1# conf t
R1(config)# ntp server 209.165.200.225
R2# conf t
R2(config)# ntp server 209.165.200.225
b. Check the clock on R1 and R2 again to verify that they are synchronized:
R1# show clock
*12:02:18:619 UTC Tue Dec 8 2015
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 2
Packet Tracer - Configure VTP and DTP
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Objectives
In this activity, you will configure VTP and DTP.
Background / Scenario
Scalability and management are two crucial considerations in large networks. VTP and DTP are technologies
that improve management and scalability. VLAN Trunking Protocol (VTP) allows the switches to communicate
over VLANs automatically, improving management and scalability. Dynamic Trunking Protocol (DTP) allows
the switches to automatically negotiate and establish trunk links. DTP also improves scalability.
In this activity, you will configure a switched environment where trunks are negotiated and formed via DTP,
and VLAN information is propagated automatically through a VTP domain.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 2
Packet Tracer - Configure VTP and DTP
f. From the show interfaces trunk output, which trunking mode is configured in the switch ports?
____________________________________________________________________________________
____________________________________________________________________________________
DS1 ports F0/7 and F0/9 are in DTP desirable mode, and AS1 port F0/7 and AS2 port F0/9 are
configured in DTP auto mode.
Running Scripts
DS1 Configuration
interface f0/7
switchport mode dynamic desirable
interface f0/9
switchport mode dynamic desirable
vtp domain CCNA-LAB
vtp mode server
vtp password cisco12345
vlan 10
vlan 20
vlan 30
vlan 40
vlan 50
AS1 Configuration
vtp domain CCNA-LAB
vtp mode client
vtp password cisco12345
AS2 Configuration
vtp domain CCNA-LAB
vtp mode client
vtp password cisco12345
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 2
Packet Tracer - Troubleshoot VTP and DTP
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Objectives
Troubleshoot the operation of VTP and DTP in a switched network.
Background / Scenario
In this activity, you will troubleshoot a switched environment where trunks are negotiated and formed via DTP,
and VLAN information is propagated automatically through a VTP domain. You have limited access to the
access switches AS1, AS2, and AS3, but are able to make configuration changes on DS1. You must
troubleshoot and correct the problem(s) to make sure that AS1, AS2 and AS3 have VLANs 100, 200, 300 and
400 in their VLAN database.
The VTP domain settings are:
VTP domain server: DS1
VTP domain: CCNA-PT
VTP password: 123PT
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 2
Packet Tracer - Troubleshoot VTP and DTP
Step 2: VTP
Troubleshoot VTP. When you are certain that DTP is properly configured, move on to VTP. VTP is
responsible for carrying VLAN information throughout the VTP domain, from the VTP server to the VTP
clients.
a. Verify that the VTP domain names and passwords are configured correctly on all switches. Correct as
necessary.
Note: VTP domain names are case-sensitive. If used, a VTP password must be the same throughout the
domain.
b. Verify that all issues have been fixed. Confirm the presence of VLANs 100, 200, 300 and 400 on all
access switches.
c. Document your solution.
____________________________________________________________________________________
____________________________________________________________________________________
DS1(config)# vtp domain CCNA-PT
DS1(config)# vtp password 123PT
DS1(config)# vtp mode server
Scripts
DS1 Configuration
interface range f0/1 - f0/3
switchport mode dynamic desirable
vtp domain CCNA-PT
vtp password 123PT
vtp mode server
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 2
Packet Tracer - Troubleshoot HSRP (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Objective
In this activity, you will troubleshoot and resolve the HSRP issues in the network. You will also verify that all
the HSRP configurations meet the network requirement.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 3
Packet Tracer – Troubleshoot HSRP
Background / Scenario
Currently the users can access www.cisco.pka. The network has been updated to use HSRP to ensure the
network availability to the users. You must verify that the users can still access the website if one of the
routers is down. R1 should always be the active router if it is functioning.
Network Requirement:
• HSRP virtual router is 192.168.1.254.
• HSRP standby group is 1.
• DNS server is 209.165.202.157.
• R1 should always be the active router when it is functioning properly.
• R2 uses the default HSRP priority.
• All users should be able to access www.cisco.pka as long as one of the routers is functioning.
Troubleshooting Process
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 3
Packet Tracer – Troubleshoot HSRP
Running Scripts
R1 Configuration
interface g0/1
no standby 11
standby 1 ip 192.168.1.254
standby 1 priority 101
standby 1 preempt
R2 Configuration
interface g0/1
no standby 111
standby 1 ip 192.168.1.254
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 3
Lab – Troubleshoot Multiarea OSPFv2 (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5
Lab – Troubleshoot Multiarea OSPFv2
Addressing Table
GigabitEthernet0/ N/A
ISP
0 209.165.200.17 255.255.255.240
GigabitEthernet0/ N/A
ASBR 0 209.165.200.18 255.255.255.240
Serial0/0/0 10.1.1.2 255.255.255.252 N/A
Serial0/0/1 10.2.2.2 255.255.255.252 N/A
ABR1 Serial0/0/0 10.1.1.1 255.255.255.252 N/A
GigabitEthernet0/ N/A
1 192.168.1.1 255.255.255.0
ABR2 Serial0/0/1 10.2.2.1 255.255.255.252 N/A
GigabitEthernet0/ N/A
1 172.16.1.33 255.255.255.224
GigabitEthernet0/ N/A
R1 1 192.168.1.2 255.255.255.0
GigabitEthernet0/ N/A
0 192.168.2.1 255.255.255.0
Loopback0 192.168.3.1 255.255.255.0 N/A
GigabitEthernet0/ N/A
R2 0 192.168.2.2 255.255.255.0
Loopback1 192.168.4.1 255.255.255.0 N/A
GigabitEthernet0/ N/A
R3 1 172.16.1.62 255.255.255.224
GigabitEthernet0/ N/A
0 172.16.1.65 255.255.255.224
GigabitEthernet0/ N/A
R4 0 172.16.1.94 255.255.255.224
GigabitEthernet0/ N/A
1 172.16.1.97 255.255.255.224
Objectives
Troubleshoot a multiarea OSPFv2 network.
Background / Scenario
A large organization has recently decided to change the network from single-area OSPFv2 to multiarea
OSPFv2. As a result, the network is no longer functioning correctly and communication through much of the
network has failed. As a network administrator you must troubleshoot the problem, fix the multiarea OSPFv2
implementation, and restore communication throughout the network. To do this, you are given the Addressing
Table above, showing all of the routers in the network including their interface IP addresses and subnet
masks. You are told that in Area 1 communication to the 192.168.4.0/24 network is down and that router R2 is
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 5
Lab – Troubleshoot Multiarea OSPFv2
unable to form an OSPF adjacency with router R1. In Area 2, communication to the 172.16.1.64/27 and
172.16.1.96/24 networks has been lost and router R4 is unable to form an adjacency. Area 0 is behaving as
expected.
Instructor Note: Refer to the Instructor Lab Manual for the procedures to initialize and reload devices.
e. If the problem has been corrected, R1 should receive a syslog message to the console showing an OSPF
adjacency change from loading to full.
Did a syslog message appear in the R1 console reporting an OSPF adjacency change?
____________________________________________________________________________________
Yes, the syslog message was: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on GigabitEthernet0/0 from
LOADING to FULL.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 5
Lab – Troubleshoot Multiarea OSPFv2
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 5
Lab – Troubleshoot Multiarea OSPFv2
g. Now verify that the R3 routing table has learned the OSPF interarea summary route to the 192.168.0.0/21
subnet.
Is the OSPF interarea route to the 192.168.0.0/21 subnet in the routing table?
____________________________________________________________________________________
Yes.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 5
Lab – Troubleshoot Multiarea OSPFv3 (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5
Lab – Troubleshoot Multiarea OSPFv3
Addressing Table
Objectives
Troubleshoot a multiarea OSPFv3 network.
Background / Scenario
A large organization has recently decided to implement a multiarea OSPFv3 network. As a result, the network
is no longer functioning correctly and communication through much of the network has failed. As a network
administrator you must troubleshoot the problem, fix the multiarea OSPFv3 implementation, and restore
communication throughout the network. To do this, you are given the Addressing Table above, showing all of
the routers in the network including their interface IPv6 addresses. You are told that in Area 1, R2 is unable to
form OSPF adjacencies. In Area 0 and Area 2, three routers ABR2, R3 and R4 have not been able to form
OSPF adjacencies. Lastly, ABR1 and R1 have not received default route information.
Instructor Note: Refer to the Instructor Lab Manual for the procedures to initialize and reload devices.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 5
Lab – Troubleshoot Multiarea OSPFv3
If the problem has been corrected a syslog message should appear in the R2 console showing an OSPF
adjacency change from LOADING to FULL. State if the problem has been corrected, and if so, what is the
Nbr address?
____________________________________________________________________________________
Yes, there is a successful adjacency change to FULL with Nbr 1.1.1.1.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 5
Lab – Troubleshoot Multiarea OSPFv3
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 5
Lab – Troubleshoot Multiarea OSPFv3
Looking at the output of the show ipv6 route, did the router learn of the default route from OSPFv3? If
so, list the line or lines that signify this.
____________________________________________________________________________________
Yes. OE2 ::/0 [110/1] via FE80::7, Serial0/0/0.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 5
Packet Tracer - Configure and Verify eBGP
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Objectives
Configure and verify eBGP between two autonomous systems.
Background / Scenario
In this activity, you will configure and verify the operation of eBGP between autonomous systems 65001 and
65002. ACME Inc. is a company that has a partnership with Other Company and must exchange routes. Both
companies have their own autonomous systems and will use ISP as the transit AS to reach each other.
Note: Only companies with very large networks can afford their own autonomous system.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 3
Packet Tracer - Configure and Verify eBGP
Address Table
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 3
Packet Tracer - Configure and Verify eBGP
Configure OtherCo1 to form an eBGP adjacency with ISP2, the ISP border router facing OtherCo1. Other
Company is under AS 65002 while ISP is under AS 65003. Use the 1.1.1.9 as the neighbor IP address of
ISP2 and make sure to add Other Company’s internal network 172.16.10.0/24 to BGP.
OtherCo1(config)# router bgp 65002
OtherCo1(config-router)# neighbor 1.1.1.9 remote-as 65003
OtherCo1(config-router)# network 172.16.10.0 mask 255.255.255.0
Scripts
ACME1 Configuration
router bgp 65001
neighbor 1.1.1.1 remote-as 65003
network 192.168.0.0 mask 255.255.255.0
OtherCo1 Configuration
router bgp 65002
neighbor 1.1.1.9 remote-as 65003
network 172.16.10.0 mask 255.255.255.0
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 3
Packet Tracer – Troubleshooting IPv6 ACLs (Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Objectives
Part 1: Troubleshoot HTTP Access
Part 2: Troubleshoot FTP Access
Part 3: Troubleshoot SSH Access
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 4
Packet Tracer - Troubleshooting IPv6 ACLs
Scenario
The following three polices have been implemented on the network:
• Hosts from the 2001:DB8:CAFÉ::/64 network do not have HTTP access to the other networks.
• Hosts from the 2001:DB8:CAFÉ:1::/64 network are prevented from access to the FTP service on Server2.
• Hosts from the 2001:DB8:CAFE:1::/64 and 2001:DB8:CAFE:2::/64 networks are prevented from
accessing R1 via SSH.
No other restrictions should be in place. Unfortunately, the rules that have been implemented are not working
correctly. Your task is to find and fix the errors related to the access lists on R1.
Note: To access R1 and the FTP servers, use the username user01 and password user01pass.
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Packet Tracer - Troubleshooting IPv6 ACLs
Step 3: Verify that the problem is resolved and document the solution.
If the problem is resolved, document the solution: otherwise return to Step 1.
The access list G2-ACCESS allows all traffic because the order of the statements is wrong. Reorder the
statements so that the permit ipv6 any any is the second statement
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Packet Tracer - Troubleshooting IPv6 ACLs
Possible Earned
Question Location Points Points
Documentation Score 10
Packet Tracer Score 90
Total Score 100
Script
R1 Configuration
ipv6 access-list G0-ACCESS
permit ipv6 any any
no ipv6 access-list G2-ACCESS
ipv6 access-list G2-ACCESS
deny tcp 2001:DB8:CAFE:2::/64 any eq 22
permit ipv6 any any
interface GigabitEthernet0/1
no ipv6 traffic-filter G1-ACCESS out
ipv6 traffic-filter G1-ACCESS in
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4