Timezone name issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 07:35 AM
Hello!
I have a cisco 2921 router with 15.4(3)M7 ios software.
I made an update from ios 15.3 few days ago, and today I find out that timezone was reset.
I try to name timezone GMT+5 and router returns the error:
router(config)#clock timezone GMT+5 5 0
Apr 25 19:11:33.818: %SYS-3-TIMEZONE_INVALID: Invalid timezone name
In routers with 15.3 this problem does not exist. I do not find any bugs and release notes about timezone naming changes. Maybe someone encountered this problem too.
It's critical to set timezone name to GMT+5 because I use CDR parse software and do not have source code for change it variables.
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2017 10:12 PM
- Recursively check the helper output of the 'clock ?' and 'clock timezone ?' commands , perhaps the syntax was changed.
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2017 09:14 AM
Hi
As Marce mentioned previosly, try to use clock timezone, for example:
Router(config)#clock timezone CST -5 and press enter.
Also check the space between GMT and +5
http://www.cisco.com/c/en/us/td/docs/ios/12_2/configfun/command/reference/ffun_r/frf012.html
Also use the following command to align the logs with your time:
service timestamps log datetime localtime msec
Please dont forget to rate the comment if it is useful
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2017 11:24 PM
Hi Julio
I mean than in ios 15.3 devices I can set Router(config)#clock timezone GMT+5 5 0 at example, where GMT+5 it's zone name nor offset. But in 15.4, when I try to set same name I'm get a syntax error.
It's not critical for network functionality, but this parameter used in third-party software we use to get a call statistics, and it was unexpected syntax change.
