In This Tutorial We Are Going To Learn How To Configure NTP And Syslog Server In Cisco Packet Tracer
Firstly We Have To Take 2Routers 2Switches 2Pc’s And 2Servers
Now Connect 2Routers With Each Others And Connect Both The Switches With The Routers And Connect Both The Servers And Pc’c To The Switches
And Draw Something This Type Of Diagram
Now We Have To Do The Configuration
Now Firstly Give The Ip Address To The Pc’s And Servers
Now We Have To Assign The Ip Address To The Routers
Here IS The Configuration Of Router 1
Router>en
Router#config t
Router(config)#int f0/0
Router(config-if)#ip add 2.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int f0/1
Router(config-if)#ip add 1.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Here IS The Configuration Of Router 2
Router>en
Router#config t
Router(config)#int f0/0
Router(config-if)#ip add 2.0.0.2 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int f0/1
Router(config-if)#ip add 3.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Here Is The Configuration Of Static Routing On Router 1
Router>en
Router#config t
Router(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
Here Is The Configuration Of Static Routing On Router 2
Router>en
Router#config t
Router(config)#ip route 1.0.0.0 255.0.0.0 2.0.0.1
Now The Configuration Of NTP Server On Rouer 1
Now Firstly On The Services Of NTP Server And Then Do This Configuration
Router#show clock
*0:35:15.643 UTC Mon Mar 1 1993
Router#show clock
*0:35:54.807 UTC Mon Mar 1 1993
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ntp server 1.0.0.100
Router(config)#exit
NTP Server Will Set The Correct Timing On The Router
Now The Configuration Of Syslog Server On Rouer 2
Router(config)#logging 3.0.0.100
Router(config)#exit
Syslog Server Will Show All The Configuration That You Do On Router In The Services Of Syslog Server
This Is How We Do All The Configuration Of NTP And Syslog Server