filmov
tv
How to Configure Syslog & NTP (Network Time Protocol) Server in Cisco Packet Tracer
Показать описание
Commands:
SysLog Server
On Cisco routers, firstly we will enable syslog with “logging on” command.
Router (config)# logging on
After that we will enter the Log Server's IP address.
This IP address will be the interface IP address of our Syslog Server. It is 192.168.2.4.
Router (config)# logging 192.168.2.4
Router (config)# logging trap debugging
NTP Server
Router#sh clock detail
Router(config)#ntp server 192.168.2.3
Router(config)#service timestamps log datetime msec
Router(config)#do sh clock
Router#sh ntp stat
SysLog Server
On Cisco routers, firstly we will enable syslog with “logging on” command.
Router (config)# logging on
After that we will enter the Log Server's IP address.
This IP address will be the interface IP address of our Syslog Server. It is 192.168.2.4.
Router (config)# logging 192.168.2.4
Router (config)# logging trap debugging
NTP Server
Router#sh clock detail
Router(config)#ntp server 192.168.2.3
Router(config)#service timestamps log datetime msec
Router(config)#do sh clock
Router#sh ntp stat