EasyManua.ls Logo

Cisco Nexus 3000 series - Page 202

Cisco Nexus 3000 series
356 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Send comments to nexus3k-docfeedback@cisco.com
-SM-178
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
scheduler
Command History
Usage Guidelines To use the scheduler command, you must enable the scheduler. To enable the scheduler, use the feature
scheduler command.
Remote users must authenticate with the device by using the scheduler aaa-authentication command
before using the scheduler command to configure a maintenance job.
Note The commands within a scheduler job must be entered in a single line separated by a semicolon (;).
Usage Guidelines This command does not require a license.
Examples This example shows how to create a scheduler job that saves the running configuration to a file in
bootflash and then copies the file from bootflash to a TFTP server. The filename is created using the
current timestamp and switch name.
switch(config)# scheduler job name backup-cfg
switch(config-job)# cli var name timestamp $(TIMESTAMP);copy running-config
bootflash:/$(SWITCHNAME)-cfg.$(timestamp);copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp)
tftp://1.2.3.4/ vrf management
switch(config-job)# end
switch(config)#
This example shows how to remove a scheduler job:
switch(config)# no scheduler job name backup-cfg
This example shows how to schedule a scheduler job to run daily at 12:00 a.m.:
switch(config)# scheduler schedule name daily
switch(config-schedule)# job name backup-cfg
switch(config-schedule)# time daily 1:00
switch(config-schedule)# end
switch(config)#
This example shows how to remove a scheduler job schedule:
switch(config)# no scheduler schedule name daily
Related Commands
Release Modification
5.0(3)U3(1) This command was introduced.
Command Description
feature scheduler Enables the scheduler.
show scheduler Displays scheduler information.

Table of Contents

Other manuals for Cisco Nexus 3000 series

Related product manuals