Purpose
Command or Action
(Optional)
Displays the terminal attribute settings for the current terminal line.
show terminal
Example:
RP/0/RP0/CPU0:router# show terminal
Step 2
(Optional)
Displays information about the active lines on the router.
show users
Example:
RP/0/RP0/CPU0:router# show users
Step 3
Craft Panel Interface
The Craft Panel is an easily-accessible and user-friendly interface which assists the field operator in
troubleshooting the router. It consists of a LCD display and three LEDs. The LEDs indicate minor, major and
critical alarms.
For more details of the Craft Panel Interface, refer the
Hardware and System set-up guides.
Configuration Examples for Implementing Physical and Virtual
Terminals
Modifying the Console Template: Example
This configuration example shows how to modify the terminal attribute settings for the console line template:
line console
exec-timeout 0 0
escape-character 0x5a
session-limit 10
disconnect-character 0x59
session-timeout 100
transport input telnet
transport output telnet
In this configuration example, the following terminal attributes are applied to the console line template:
•
The EXEC time out for terminal sessions is set to 0 minutes, 0 seconds. Setting the EXEC timeout to 0
minutes and 0 seconds disables the EXEC timeout function; thus, the EXEC session for the terminal
session will never time out.
•
The escape character is set to the 0x5a hexadecimal value (the 0x5a hexadecimal value translates into
the
“
Z
”
character).
•
The session limit for outgoing terminal sessions is set to 10 connections.
System Management Configuration Guide for Cisco NCS 5000 Series Routers, IOS XR Release 6.2.x
14
Implementing Physical and Virtual Terminals
Craft Panel Interface