Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 10 Device Discovery, Management, and Maintenance (Device Discovery…
Chapter 10 Device Discovery, Management, and Maintenance
-
-
Device Management
NTP
Setting the System Clock
The software clock on a router or switch starts when the system boots and is the primary source of time for the system.
Typically, the date and time settings on a router or switch can be set using one of two methods:
-
-
NTP Operation
NTP networks use a hierarchical system of time sources. Each level in this hierarchical system is called a stratum.
-
-
Strata
Stratum 0
An NTP network gets the time from authoritative time sources. These authoritative time sources, also referred to as stratum 0 devices, are high-precision timekeeping devices assumed to be accurate and with little or no delay associated with them.
Stratum 1
The stratum 1 devices are directly connected to the authoritative time sources. They act as the primary network time standard.
Stratum 2 and Lower
The larger the stratum number, the lower the stratum level. The max hop count is 15. Stratum 16, the lowest stratum level, indicates that a device is unsynchronized.
Configure and Verify NTP
Before NTP is configured on the network, the show clock command displays the current time on the software clock
With the detail option (show clock detail), the time source is also displayed
Use the ntp server ip-address command in global configuration mode to configure an IP as the NTP server
To verify the time source is set to NTP, use the show clock detail command again.
-
Syslog
-
Syslog Operation
Syslog Operation
On Cisco network devices, the syslog protocol starts by sending system messages and debug output to a local logging process internal to the device.
-
Introduction to Syslog
When certain events occur on a network, networking devices have trusted mechanisms to notify the administrator with detailed system messages
-
Syslog Message Forma
Cisco devices produce syslog messages as a result of network events. Every syslog message contains a severity level and a facility.
-
run cdp: R1(config)# cdp run
disable cdp (all interfaces): R1(config)# no cdp run
disable cdp (specific interface): R1(config-if)# no cdp enable
enable cdp (specific interface): R1(config-if)# cdp enable
list neighbors: R1# show cdp neighbors, show cdp neighbors detail
display interfaces that are CDP: R1# show cdp interface