end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The Line Configuration Mode is used to manage the terminal line characteristics for output formatting.
Exec > Global Configuration > Line Configuration
configure > line
Entering the above command sequence results in the following prompt:
[local]host_name(config-line)#
Important |
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s). |
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
Configures the output for the display's length (number of rows).
All
Security Administrator, Administrator
Exec > Global Configuration > Line Configuration
configure > line
Entering the above command sequence results in the following prompt:
[local]host_name(config-line)#
[ default ] length number
Restores the default value for the number of rows (length) that will be displayed in the output.
Specifies the number of rows (lines) of output that can be displayed on the terminal. number must be 0 or an integer from 5 through 512, where the special value 0 implies an infinite number of rows.
Use this command to set the display terminal's output length other than the default. The special infinite value (0) is typically used when logging the output of a session from a remote machine since this will result in no pagination of output.
The following command sets the length of the display to 33 rows.
length 33
Configures the output for the displays width (number of characters in a single row).
All
Security Administrator, Administrator
Exec > Global Configuration > Line Configuration
configure > line
Entering the above command sequence results in the following prompt:
[local]host_name(config-line)#
[ default ] width number
Restores the default value for the number of characters in a single row (width) that will be displayed in the output on the terminal.
Specifies the number of characters in a single row that can be displayed on the terminal. number must be an integer from 5 through 512.
Use this command to set the display terminal's output width other than the default.
The following command sets the width of the display to 75 characters.
width 75