The following command outputs are examples only; actual displays may differ depending on supported functionality and user configuration.
alias
show
This command displays a list of existing aliases.
The following output is an example of alias information, and Table: Alias Field Descriptions describes the fields.
Output ExampleALU-103>config>system# show alias
==============================================================================
Alias-Name Alias-command-name
==============================================================================
sri show router interface
sse show service service-using cpipe
ssvll show service service-using vll
------------------------------------------------------------------------------
Number of aliases : 3
==============================================================================
ALU-103>config>system#
Label |
Description |
---|---|
Alias-Name |
Displays the name of the alias |
Alias-command-name |
The command and parameter syntax that define the alias |
Number of aliases |
The total number of aliases configured on the router |
candidate
show>system
This command shows candidate configuration information.
n/a
The following output is an example of candidate information, and Table: Candidate Configuration Field Descriptions describes the output fields.
Output Example*A:Sar8 Dut-A# show system candidate
===============================================================================
Candidate Config Information
===============================================================================
Candidate configuration state : modified
Num editors/viewers : 1
Candidate cfg exclusive locked : no
Last commit state : success
Last commit time : 2021/04/08 21:13:00
Last commit initiated user : admin
Checkpoint created with last commit : yes
Scheduled revert time : N/A
Last commit revert time : N/A
===============================================================================
Users in edit-cfg mode
===============================================================================
Username Type (from)
===============================================================================
admin Telnet (192.0.2.239)
===============================================================================
*A:Sar8 Dut-A#
Label |
Description |
---|---|
Candidate configuration state |
empty — there are no uncommitted changes in the candidate configuration modified — there are uncommitted changes in the candidate configuration unconfirmed — there are no uncommitted changes in the candidate configuration but the result of the last commit automatically reverts to a previous configuration unless it is confirmed before the timeout expires |
Num editors/viewers |
The number of CLI sessions currently in candidate edit mode |
Candidate cfg exclusive locked |
Indicates if a user has exclusively locked the candidate configuration using the candidate edit exclusive command |
Last commit state |
none — there have been no commits since the last reboot of the node in-progress — the system is currently committing the candidate configuration success — the last commit finished successfully revert-pending — the last commit finished successfully but has not been confirmed yet and an auto-revert will occur if it is not confirmed before the timeout expires failed — the last commit failed and has been undone revert-in-progress — the last commit finished successfully but was not confirmed in time and the system is currently reverting to a previous configuration reverted — the last commit finished successfully but was not confirmed in time and the system has reverted to a previous configuration revert-failed — the last commit finished successfully but was not confirmed in time and the system attempted a reversion but failed |
Last commit time |
The time at which the last commit attempt was started |
Last commit initiated user |
The name of the user who initiated the last candidate commit |
Checkpoint created with last commit |
Indicates if a rollback checkpoint was created after the previous commit completed |
Scheduled revert time |
The currently scheduled auto-revert time if the confirmed option is being used with a candidate commit |
Last commit revert time |
The time the system was last reverted to a previous configuration |
Users in edit-cfgmode |
Lists all the user sessions that are currently in candidate edit mode |
Username |
The name of the user that is currently in candidate edit mode |
Type (from) |
The type of session (such as console or Telnet) and the source of the session (such as the source IP address of the remote host) |