2-10
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 2
Understanding the User Interface
Accessing Each Command Mode
Line Configuration Mode (Catalyst 8510 MSR and LightStream 1010)
Line configuration mode on the Catalyst 8510 MSR and LightStream 1010 ATM switch router provides
access to commands that modify the operation of individual terminal lines. These commands are used to
configure the console, auxiliary, and vty connections, set up modem connections, and so on.
To enter line configuration mode from global configuration mode, use the
line
command followed by a
line type (
aux
,
console
, or
vty
) and a line number or range; the prompt changes to the ATM switch
router’s hostname followed by (config-line)#:
Switch(config)#
line vty 0
Switch(config-line)#
For detailed line configuration instructions, refer to the
Configuration Fundamentals Configuration
Guide
.
To exit line configuration mode and return to global configuration mode, use the
exit
command:
Switch(config-line)#
exit
Switch(config)#
To exit line configuration mode and return to privileged EXEC mode, use the
end
command or
press
Ctrl-Z
:
Switch(config-line)#
end
Switch#
Map-List Configuration Mode
Map-list configuration mode provides access to commands used to statically map protocol addresses of
remote hosts or switches to permanent virtual connections (PVCs) or switched virtual connections
(SVCs).
To enter map-list configuration mode from global configuration mode, use the
map-list
command
followed by a map-list name to configure; the prompt changes to the ATM switch router’s hostname
followed by (config-map-list)#:
Switch(config)#
map-list newlist
Switch(config-map-list)#
You can also use the
map-list
command to enter map-list configuration mode directly from map-class
configuration mode, without first returning to global configuration mode:
Switch(config-map-class)#
map-list newlist
Switch(config-map-list)#
To exit map-list configuration mode and return to global configuration mode, use the
exit
command:
Switch(config-map-list)#
exit
Switch(config)#
To exit map-list configuration mode and return to privileged EXEC mode, use the
end
command or press
Ctrl-Z
:
Switch(config-map-list)#
end
Switch#