PurposeCommand or Action
(Optional)
Displays the scheduler password information.
switch(config) # show running-config |
include "scheduler aaa-authentication"
Step 4
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to
the startup configuration.
switch(config)# copy running-config
startup-config
Step 5
This example shows how to configure a clear text password for a remote user called NewUser:
switch# configure terminal
switch(config) # scheduler aaa-authentication
username NewUser password z98y76x54b
switch(config) # copy running-config startup-config
switch(config) #
Defining a Job
Once a job is defined, you cannot modify or remove a command. To change the job, you must delete it and
create a new one.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Creates a job with the specified name and enters job
configuration mode.
switch(config) # scheduler job name
name
Step 2
The name is restricted to 31 characters.
Defines the sequence of commands for the specified job.
You must separate commands with a space and a
semicolon ( ;).
switch(config-job) # command1 ;
[command2 ;command3 ; ...
Step 3
The filename is created using the current time stamp and
switch name.
(Optional)
Displays the job information.
switch(config-job) # show scheduler
job [name]
Step 4
The name is restricted to 31 characters.
(Optional)
Saves the change persistently through reboots and restarts
by copying the running configuration to the startup
configuration.
switch(config-job) # copy
running-config startup-config
Step 5
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
39
Configuring the Scheduler
Defining a Job