ESTABILIDAD GLOBAL Y DE MURO
FACULTAD DE INGENIERIA CIVIL ANEXO E: ESPECIFICACIONES TECNICAS
Description
Use system-failure to configure the exception handling method.
By default, the system adopts the reboot method to handle exceptions.
Syntax
system-failure { maintain | reboot } undo system-failure { maintain | reboot }
View
System view
Default level
3: Manage level
Parameters
maintain: Specifies that when the system detects any software abnormality, it maintains the current situation, and does not take any measure to recover itself.
reboot: Specifies that when the system detects any software abnormality, it recovers itself through automatic reboot.
Examples
# Set the exception handling method to reboot. <Sysname> system-view
[Sysname] system-failure reboot
temperature-limit
Description
Use temperature-limit to set the temperature threshold on a card.
Use undotemperature-limit to restore the temperature threshold to the default. By default, the temperature alarm threshold depends on device models. The following matrix shows the command and router compatibility:
Command A-MSR900 A-MSR20-1X A-MSR20 A-MSR30 A-MSR50 temperature-limit No No Yes Value range for lower- value: 0 to 14 Yes Value range for lower- value: 0 to 14 Yes Value range for lower- value: 0 to 30 temperature-limit No No Yes Value range for upper- value: 50 to 90 Yes Value range for upper- value: 40 to 90 Yes Value range for upper- value: 40 to 90
Syntax
temperature-limit slot-number lower-value upper-value
undotemperature-limit slot-number
View
System view
Default level
2: System level
Parameters
slot-number: This argument is invalid.
lower-value: Lower temperature threshold in Celsius degrees. upper-value: Upper temperature limit in Celsius degrees.
The upper-value argument must be larger than the lower-value argument.
Examples
# Set the lower temperature limit on card 1 to 10°C (50°F) and the upper temperature limit to 75°C (167°F).
<Sysname> system-view
[Sysname] temperature-limit 1 10 75 Setting temperature limit succeeded.
time at
Description
Use time at to configure a command to run at a specific time and date or at a specific time in a job.
Use undo time to remove the configured command.
Use time timeid at timedate command command to specify the execution time to the exact minute
for the command. The time must be ahead of the current time of the system.
Use time timeid one-off at time command command to specify the time on the current day for
executing the command. If the specified time has passed, this command will be executed on the second day. This command will be executed only once.
Use time timeid one-off at time month-date month-day command command to specify the time on
this command will be executed at the specified time on the specified day in the next month. This command will be executed only once.
Use time timeid one-off at time week-day week-daylist command command to specify the time on
the specified day or days in the current week for executing the command. If the time has passed, this command will be executed at the specified time on the specified day or days in the next week. This command will be executed only once.
Use time timeid repeating at time command command to specify the time for repeating the
command every day.
Use time timeid repeating at time month-date month-day command command to specify the time on
a specific day for repeating the command every month.
Use time timeid repeating at time week-day week-daylist command command to specify the time on
a specified day or days for repeating the command every week. Every job can have only one view and up to 10 commands.
The time ID (time-id) must be unique in a job. If two time and command bindings have the same time ID, the one configured last takes effect.
Related commands: job and view.
Syntax
time time-id at time date command command
time time-id { one-off | repeating } at time[ month-date month-day| week-day week-daylist ] command command
undo time time-id
View
Job view
Default level
3: Manage level
Parameters
time timeid: Time setting entry, an integer that ranges from 1 to 10.
at time: Specifies the execution time, in the hh:mm format, where the hh value ranges from 0 to 23 and
the mm value ranges from 0 to 59.
one-off: Specifies the specified command is executed for once.
repeating: Specifies a recurring time schedule.
date: Specifies the execution date, in the MM/DD/YYYY or YYYY/MM/DD format. The YYYY value ranges from 2000 to 2035, the MM value ranges from 1 to 12, and the DD value ranges from 1 to 31. The specified execution date must be ahead of the current date.
month-date month-day: Specifies the date for executing the command. month-day specifies the date, and
ranges from 1 to 31.
week-day week-daylist: Specifies the day or days for executing the command. week-daylist specifies one
day or up to seven days, and can be any combination of Sun, Mon, Tue, Wed, Thu, Fri, and Sat. For example, to have a command executed on Monday, you can enter week-day Mon; to have a command executed on Friday and Saturday, enter week-day Fri Sat. Use a space between every two days for separation.
command command: Specifies the command to be automatically executed, in the text format. The command must be executable in the view specified by the view command; otherwise, this command cannot be automatically executed. Therefore, ensure the correctness of the configuration.
Examples
# Schedule a job to save the configuration file a.cfg at 3:00 on May 18, 2009. <Sysname> system-view
[Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 at 3:00 2009/05/18 command save a.cfg # Schedule a job to save the configuration file at 12:00 every day.
<Sysname> system-view [Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 repeating at 12:00 command save a.cfg
# Schedule a job to save the configuration file at 8:00 AM on 5th in the current month, which might be executed in the second month if the time has passed.
<Sysname> system-view [Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 one-off at 8:00 month-date 5 command save a.cfg # Schedule a job to save the configuration file at 8:00 AM on 5th every month.
<Sysname> system-view [Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 repeating at 8:00 month-date 5 command save a.cfg
# Schedule a job to save the configuration file at 8:00 AM on Friday and Saturday in the current week, which might be delayed to the next week if the time has passed.
<Sysname> system-view [Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 one-off at 8:00 week-day fri sat command save a.cfg # Schedule a job to save the configuration file at 8:00 on Fridays and Saturdays.
<Sysname> system-view [Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 repeating at 8:00 week-day fri sat command save a.cfg
time delay
Description
Use time delay to configure a command to be executed after a specified delay time.
Use undo time to cancel the configuration.
Use time timeID one-off delay time command command to specify the time delay for executing the
Use time timeID repeating delay time command command to specify the time interval for executing the command periodically.
Every job can have only one view and up to 10 commands.
The time ID (time-id) must be unique in a job. If two time and command bindings have the same time ID, the one configured last takes effect.
Related commands: job and view.
Syntax
time time-id { one-off | repeating } delay time command command undo time time-id
View
Job view
Default level
3: Manage level
Parameters
time timeid: Time setting entry, an integer that ranges from 1 to 10.
one-off: Specifies the specified command is executed for once.
repeating: Specifies a recurring time schedule.
delay time: Specifies the delay time for executing the command, in the hh:mm format or mm format.
When the time argument is in the hh:mm format, the hh value ranges from 0 to 720, and the mm value ranges from 0 to 59. When the hh value is 720, the mm value can be only 00.
When the time argument is in the mm format, the mm value ranges from 1 to 43,200. That is, the maximum value of the delay timer is 30 days.
command command: Specifies the command to be automatically executed, in the text format. The
specified command must be a complete command without interactive input.
Examples
# Configure the device to save the configuration file five minutes later. <Sysname> system-view
[Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 one-off delay 5 command save a.cfg # Configure the device to save the configuration file every five minutes. <Sysname> system-view
[Sysname] job saveconfig
[Sysname-job-saveconfig] view monitor
[Sysname-job-saveconfig] time 1 repeating delay 5 command save a.cfg
view
Description
Use view to specify the view in which the commands contained in the scheduled task are automatically executed.
Use undo view to remove the configuration.
By default, no view is specified for the scheduled task.
Every job can have only one view. If you specify multiple views, the one specified the last takes effect. Enter a view name in its complete form. Most commonly used view names include monitor for user view,
system for system view, Etherentx/x for Ethernet interface view, and Vlan-interfacex for VLAN interface