You can change the device hostname displayed in the command prompt from the default (switch) to another character string. When you give the device a unique hostname, you can easily identify the device from the command-line interface (CLI) prompt.
Message-of-the-Day Banner
The message-of-the-day (MOTD) banner displays before the user login prompt on the device. This message can contain any information that you want to display for users of the device.
Device Clock
If you do not synchronize your device with a valid outside timing
mechanism, such as an NTP clock source, you can manually set the clock time
when your device boots.
Clock Manager
The Nexus 7000 chassis may contain clocks of different types that may need to be synchronized. These clocks are a part of various components (such as the supervisor, LC processors, or linecards) and each may be using a different protocol.
The clock manager provides a way to synchronize these different clocks.
Time Zone and Summer Time (Daylight Saving Time)
You can configure the time zone and summer time (daylight saving time) setting for your device. These values offset the clock time from Coordinated Universal Time (UTC). UTC is International Atomic Time (TAI) with leap seconds added periodically to compensate for the Earth's slowing rotation. UTC was formerly called Greenwich Mean Time (GMT).
User Sessions
You can display the active user session on your device. You can also
send messages to the user sessions. For more information about managing user
sessions and accounts, see the
.
Licensing Requirements for Basic Device Management
The following table shows the licensing requirements for this feature:
Product
License Requirement
Cisco NX-OS
Basic device management requires no license. Any feature not included in a license package is bundled with the Cisco NX-OS system images and is provided at no extra charge to you. For a complete explanation of the Cisco NX-OS licensing scheme, see the .
Changing the Device Hostname
You can change the device hostname displayed in the command prompt from the default (switch) to another character string.
Configures the time zone. The zone-name argument is a 3-character string for the time zone acronym (for example, PST or EST). The offset-hours argument is the offset from the UTC and the range is from –23 to 23 hours. The range for the offset-minutes argument is from 0 to 59 minutes.
Step 3
exit
Example:
switch(config)# exit
switch#
Exits global configuration mode.
Step 4
show clock
Example:
switch# show clock
(Optional)
Displays the time and time zone.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Configuring Summer Time (Daylight Saving Time)
You can configure when summer time, or daylight saving time, is in effect for the device and the offset in minutes.
switch(config)# clock summer-time PDT
1 Sunday March 02:00 1 Sunday
November 02:00 60
Configures summer time or daylight saving time.
The zone-name argument is a three character string for the time zone acronym (for example, PST and EST).
The values for the start-day and end-day arguments are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.
The values for the start-month and end-month arguments are January, February, March, April, May, June, July, August, September, October, November, and December.
The value for the start-time and end-time arguments are in the format hh:mm.
The range for the offset-minutes argument is from 0 to 1440 minutes.
Step 3
exit
Example:
switch(config)# exit
switch#
Exits global configuration mode.
Step 4
show clock detail
Example:
switch(config)# show clock detail
(Optional)
Displays the configured MOTD banner.
Step 5
copy running-config startup-config
Example:
switch# copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
Manually Setting the Device Clock
You can set the clock manually if your device cannot access a remote time source.
Before You Begin
Configure the time zone.
Procedure
Command or Action
Purpose
Step 1
clock set time day month year
Example:
switch# clock set 15:00:00 30 May 2008
Fri May 30 15:14:00 PDT 2008
Configures the device clock.
The format for the time argument is hh:mm:ss.
The range for the day argument is from 1 to 31.
The values for the month argument are January, February, March, April, May, June, July, August, September, October, November, and December.
The range for the year argument is from 2000 to 2030.