Configuring ntp for bigip

Command line

root@(bigip-lab1)(cfg-sync Standalone)(Active)(/Common)(tmos)# /sys ntp
root@(bigip-lab1)(cfg-sync Standalone)(Active)(/Common)(tmos.sys.ntp)# modify servers add {pool.ntp.org}
root@(bigip-lab1)(cfg-sync Standalone)(Active)(/Common)(tmos.sys.ntp)# modify timezone Singapore

The timezone is case sensitive, singapore and Singapore are different entity. The timezone is define in /usr/share/zoneinfo, can use the bash command to list recursively for timezone information.


root@(bigip-lab1)(cfg-sync Standalone)(Active)(/Common)(tmos)# run /util bash -c "ls -R /usr/share/zoneinfo | more"
/usr/share/zoneinfo:
Africa
America
Antarctica
Arctic
Asia
Atlantic
Australia
Brazil
CET
CST6CDT
Canada
Chile
Cuba
EET
EST
EST5EDT
Egypt
Eire
Etc
Europe
GB
GB-Eire
--More--

To show the ntp for bigip setting

root@(bigip-lab1)(cfg-sync Standalone)(Active)(/Common)(tmos)# list /sys ntp
sys ntp {
servers { pool.ntp.org }
timezone Singapore
}

Graphic user interface

configuring ntp for bigip

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s