10.8.2 Lab - Configure CDP, LLDP, and NTP - IZZATI
10.8.2 Lab - Configure CDP, LLDP, and NTP - IZZATI
10.8.2 Lab - Configure CDP, LLDP, and NTP - IZZATI
Topology
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
R1
G0/0/1 10.22.0.1 255.255.255.0
S1 SVI VLAN 1 10.22.0.2 255.255.255.0 10.22.0.1
S2 SVI VLAN 1 10.22.0.3 255.255.255.0 10.22.0.1
Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Network Discovery with CDP
Part 3: Network Discovery with LLDP
Part 4: Configure and Verify NTP
Background / Scenario
Cisco Discovery Protocol (CDP) is a Cisco proprietary protocol for network discovery on the data link layer. It
can share information such as device names and IOS versions with other physically connected Cisco devices.
Link Layer Discovery Protocol (LLDP) is vendor-neutral protocol using on the data link layer for network
discovery. It is mainly used with network devices in the local area network (LAN). The network devices
advertise information, such as their identities and capabilities to their neighbors.
Network Time Protocol (NTP) synchronizes the time of day among a set of distributed time servers and
clients. NTP uses the User Datagram Protocol (UDP) as its transport protocol. By default, 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.
In this lab, you must document the ports that are connected to other switches using CDP and LLDP. You will
document your findings in a network topology diagram.
Note: The routers used with CCNA hands-on labs are Cisco 4221 with Cisco IOS XE Release 16.9.4
(universalk9 image). The switches used in the labs are Cisco Catalyst 2960s with Cisco IOS Release 15.2(2)
(lanbasek9 image). Other routers, switches, and Cisco IOS versions can be used. Depending on the model
and Cisco IOS version, the commands available and the output produced might vary from what is shown in
the labs. Refer to the Router Interface Summary Table at the end of the lab for the correct interface identifiers.
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
Note: Ensure that the routers and switches have been erased and have no startup configurations. If you are
unsure contact your instructor.
Required Resources
1 Router (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
2 Switches (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
1 PC (Windows with a terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet cables as shown in the topology
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
a. On R1, use the appropriate show cdp command to determine how many interfaces are CDP enabled,
and of those how many are up and how many are down.
Question:
How many interfaces are participating in the CDP advertisement? Which interfaces are up?
b. On R1, use the appropriate show cdp command to determine the IOS version used on S1.
R1# show cdp entry S1
-------------------------
Device ID: S1
Entry address(es):
Platform: cisco WS-C2960+24LC-L, Capabilities: Switch IGMP
Interface: GigabitEthernet0/0/1, Port ID (outgoing port): FastEthernet0/5
Holdtime : 125 sec
Version :
Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.2(4)E8, RELEASE
SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2019 by Cisco Systems, Inc.
Compiled Fri 15-Mar-19 17:28 by prod_rel_team
advertisement version: 2
VTP Management Domain: ''
Native VLAN: 1
Duplex: full
Question:
c. On S1, use the appropriate show cdp command to determine how many CDP packets have been output.
S1# show cdp traffic
CDP counters :
Total packets output: 179, Input: 148
Hdr syntax: 0, Chksum error: 0, Encaps failed: 0
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
How many packets has CDP output since the last counter reset?
179
Te your answers here.
d. Configure the SVI for VLAN 1 on S1 and S2 using the IP addresses specified in the Addressing Table
above. Configure the default gateway on each switch based on the Address Table.
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
The output includes management IP address for VLAN1 SVI on S1 that was just configured
Type your answers here.
Version :
Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.2(4)E8, RELEASE
SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2019 by Cisco Systems, Inc.
Compiled Fri 15-Mar-19 17:28 by prod_rel_team
advertisement version: 2
VTP Management Domain: ''
Native VLAN: 1
Duplex: full
Management address(es):
IP address: 10.22.0.2
a. Enter the appropriate lldp command to enable LLDP on all devices in the topology.
R1(config)# lldp run
SW1(config)# lldp run
SW2(config)# lldp run
b. On S1, issue the appropriate lldp command to give you detailed information on S2.
S1# show lldp entry S2
Capability codes:
(R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device
(W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other
------------------------------------------------
Local Intf: Fa0/1
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
System Description:
Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.2(4)E8, RELEASE
SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2019 by Cisco Systems, Inc.
Compiled Fri 15-Mar-19 17:28 by prod_rel_team
c. Console into all the devices and use the LLDP commands necessary for you to draw the physical network
topology from only the show command output.
The main command to use is show lldp nei. It is because to see where all neighbours in listed on
SW1
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
Issue the show clock detail command to display the current time on R1. Record the information regarding
the current time displayed in the following table.
b. Configure S1 and S2 as NTP clients. Use the appropriate NTP commands to obtain time from R1’s
G0/0/1 interface, as well as to periodically update the calendar or hardware clock on the switch.
Sw1(config)#ntp server 10.22.0.1
Sw1(config)#ntp update-calendar
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 8 www.netacad.com
Lab - Configure CDP, LLDP, and NTP
b. Issue the appropriate command on S1 and S2 to see the configured time and compare the time recorded
earlier.
Open configuration window
Reflection Question
Within a network, on which interfaces should you not use discovery protocols? Explain.
Discovery protocols should not be used on interfaces because all these protocols provide insight about the
internal network. This information about the internal network and can be used to exploit the network.
Type your answers here.
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An example
of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be used in
Cisco IOS commands to represent the interface.
End of document
2016 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 8 www.netacad.com