cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
15213
Views
15
Helpful
1
Replies

ISE timezone

cisco8887
Level 2
Level 2

Hi All,

 

How can I change the timezone on ISE?

 

it is grayed out in GUI and in CLI it doesn't allow BST

 

It is receiving a correct time but 1 hour behind as it is not accounting for summer time.

 

it is ISE 2.2

1 Reply 1

Arne Bier
VIP
VIP

You can change the timezone on the CLI

check the current timezone with command

show timezone

 

Then, very important, check the string for your time zone, e.g. if you are in Melbourne Australia (which has daylight savings) then check the list with command

show timezones

once you see your timezone in the list, you can go ahead and configure it.

 

configure terminal
clock timezone Australia/Melbourne

follow the prompts.  You will need to restart ISE.

And apply the same config on all of the nodes in your deployment.