S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
18-4
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 18 Scheduling Maintenance Jobs
Configuring the Command Scheduler
To configure remote user authentication, follow these steps:
To display the scheduler password configuration for remote users, use the
show running-config
command.
switch#
show running-config | include “scheduler aaa-authentication”
scheduler aaa-authentication username newuser password 7 "C98d76S54e"
Note
The scheduler remote user passwords are always displayed in encrypted form in the
show
running-config
command output. The encrypted option (
7
) in the command exists to support applying
the ASCII configuration to the switch.
Defining a Job
To define a job, you must specify the job name. This action places you in the job definition (
config-job)
submode. In this submode, you can define the sequence of CLI commands that the job has to perform.
Be sure to exit the
config-job
submode to complete the job definition.
Caution
You cannot modify or remove a command after entering the sequence of commands. To make changes,
you must explicitly delete the defined job name and restart this process.
Note
You must exit the config-job submode for the job definition to be complete.
Command
Purpose
Step 1
switch#
config t
Enters configuration mode.
Step 2
switch(config)#
scheduler
aaa-authentication password X12y34Z56a
Configures a clear text password for remote users.
Step 3
switch(config)#
scheduler
aaa-authentication password 0 X12y34Z56a
Configures a clear text password for remote users.
Step 4
switch(config)#
no scheduler
aaa-authentication password
Removes the clear text password for remote users.
Step 5
switch(config)#
scheduler aaa-authentication
user newuser password Z98y76X54b
Configures a clear text password for remote user
newuser.
Step 6
switch(config)#
scheduler aaa-authentication
user newuser password 0 Z98y76X54b
Configures a clear text password for remote user
newuser.
Step 7
switch(config)#
no scheduler
aaa-authentication password user newuser
Removes the clear text password for remote user
newuser.