PurposeCommand or Action
Displays the scheduler password information.(Optional) switch(config) # show
running-config | include "scheduler
aaa-authentication"
Step 4
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config)# copy
running-config startup-config
Step 5
Example
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.
Displays the job information.(Optional) switch(config-job) # show scheduler
job [name]
Step 4
The name is restricted to 31 characters.
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config-job) # copy
running-config startup-config
Step 5
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
83
Configuring the Scheduler
Defining a Job