Defining A Job - Cisco Nexus 3548 Configuration Manual

Nx-os system management
Hide thumbs Also See for Nexus 3548:
Table of Contents

Advertisement

Configuring the Scheduler
Step 4
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
Step 1
Step 2
Step 3
Step 4
Step 5
Command or Action
switch(config) # show running-config |
include "scheduler aaa-authentication"
switch(config)# copy running-config
startup-config
Command or Action
switch# configure terminal
switch(config) # scheduler job name
name
switch(config-job) # command1 ;
[command2 ;command3 ; ...
switch(config-job) # show scheduler
job [name]
switch(config-job) # copy
running-config startup-config
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
Purpose
(Optional)
Displays the scheduler password information.
(Optional)
Saves the change persistently through reboots and
restarts by copying the running configuration to
the startup configuration.
Purpose
Enters global configuration mode.
Creates a job with the specified name and enters job
configuration mode.
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 ( ;).
The filename is created using the current time stamp and
switch name.
(Optional)
Displays the job information.
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.
Defining a Job
39

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents