4.13.5 Cisco 管理ネットワーク・スイッチでのタイム・ゾーン設定の変更
イーサネット・スイッチでは、タイムゾーン設定を変更できます。
- Telnetを使用して、イーサネット・スイッチに接続します。
enable
コマンドを使用して、特権モードを開始します。configure terminal
コマンドを使用して、構成を開始します。- 次のコマンドを使用して、クロックを設定します。
例4-3 イーサネット・スイッチでのタイムゾーン設定
次に、タイムゾーンをアメリカ東部に設定し、サマータイムを有効にする場合の例を示します。
$ telnet dbmcisco-ip
Connected to switch name
Escape character is '^]'.
User Access Verification
Password:
dmbcisco-ip>enable
Password:
dmbcisco-ip#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
dmbcisco-ip(config)#clock timezone EST -5 0
dmbcisco-ip(config)#clock summer-time EDT recurring
dmbcisco-ip(config)#end
dmbcisco-ip#write memory
Building configuration...
Compressed configuration from 6421 bytes to 2041 bytes[OK]
dmbcisco-ip#show clock
12:03:43.516 EDT Wed May 12 2012
dmbcisco-ip#
親トピック: タイムゾーン設定の変更