Chapter 3 Configuring User Profiles
User Profile Configuration Quick Start
3-4
Cisco Content Services Switch Administration Guide
OL-5647-02
3. (Optional) Turn on the display of the --More-- prompt at the bottom of the
terminal screen to indicate that additional CLI commands are to follow on
the screen.
# terminal more
4. Define how the CSS displays subnet masks in show screens.
# terminal netmask-format bitcount
5. Set the total amount of time a session can be logged in before the CSS
terminates a console or Telnet session.
# terminal timeout 30
6. Globally set the total amount of time all sessions can be active before the
CSS terminates a console or Telnet session.
(config)# idle timeout 15
7. (Optional) Enable expert mode to disable the CSS from prompting you for
confirmation when you make changes. Expert mode is available in
SuperUser mode and is off by default.
# expert
8. (Optional) Change the default CLI prompt (CSS product model number
followed by the # symbol).
CSS11506# prompt CSS1-lab
CSS1-lab#
9. (Optional) Modify the CLI history buffer length.
# history length 80
10. (Optional) Create and display a custom banner that appears after you log in
to a CSS.
# set BANNER “mybanner” session
11. Copy the running profile from the CSS to the default-profile file, an FTP
server, a TFTP server, or your user-profile file. For example:
# copy profile default-profile
Note This command is available only in SuperUser mode.
Table 3-1 User Profile Configuration Quick Start (continued)
Task and Command Example