cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3970
Views
5
Helpful
3
Replies

How to Change the Date on Cisco Catalyst 3750x Switch

sjarasan
Level 1
Level 1

Hi,

We are using cisco catalyst 3750x 24 port switch series

How to Change the Exact Date(Singapore) on a Switch

ASW-G-L09-001#show running-config
Building configuration...

Current configuration : 11883 bytes
!
! Last configuration change at 15:46:32 PST Wed May 18 2011
!
version 15.2
no service pad
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
service sequence-numbers

aaa new-model
!
!
aaa authentication login default local
!
aaa session-id common
clock timezone PST 8 0
switch 1 provision ws-c3750x-24p
system mtu routing 1500
ip routing

!

3 Replies 3

LukeErth
Level 1
Level 1

Hello,
I tired to configure time and date manually. But is there any way to set the exact date for my timezone (I'm from Belgium)? My goal is to build a custom homelab.
Followed this Configuration Guide:

 

 

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_58_se/configuration/guide/3750xscg/swadmin.html

 

 

 

Luke Erth

https://www.cisco.com/c/en/us/support/switches/catalyst-3750-x-series-switches/series.swadmin hireessaywriter today

You can configure one of the switches or routers as NTP Server, and use NTP for the rest of the servers. However, if you choose to configure them manually, just use the following commands:

 

clock set hh:mm:ss DAY MONTH YEAR 

configure t

clock timezone CET 1 0

 

If you choose to use time server,

>> configure one of the devices as NTP Master

ntp master 3   ! You can choose 1-15 stratum number; I chose 3

ntp source loopback0  ! Replace interface loopback0 with the interface you want to source it from.

>> configure the rest of the devices

ntp server x.x.x.x   ! IP address of the interface you configure as source interface on the NTP Server.

 

 

HTH,
Meheretab

I saw that you have already configured the correct timezone: clock timezone SST 8 0. One more thing you will need to do is to either set clock manually or add NTP Server. Here is the config for both options:

 

Manually:-     

clock set hh:mm:ss DAY MONTH YEAR

 

Using NTP Server:-

ntp server X.X.X.X

 

 

 

HTH,
Meheretab
Review Cisco Networking products for a $25 gift card