hit counter script

Defining A Job - Cisco Nexus 3548 series Configuration Manual

Nx-os system management, release 7.x
Hide thumbs Also See for Nexus 3548 series:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents