Common Configuration Tasks
Page 22 7210 SAS D, E OS Router Configuration Guide
Common Configuration Tasks
The following sections describe basic system tasks.
• Configuring a System Name on page 22
• Configuring Interfaces on page 23
→ Configuring a System Interface on page 23
Configuring a System Name
Use the system command to configure a name for the device. The name is used in the prompt
string. Only one system name can be configured. If multiple system names are configured, the last
one configured will overwrite the previous entry.
If special characters are included in the system name string, such as spaces, #, or ?, the entire string
must be enclosed in double quotes. Use the following CLI syntax to configure the system name:
CLI Syntax: config# system
name system-name
Example
: config# system
config>system# name ALA-A
ALA-A>config>system# exit all
ALA-A#
The following example displays the system name output.
A:ALA-A>config>system# info
#------------------------------------------
# System Configuration
#------------------------------------------
name "ALA-A"
location "Mt.View, CA, NE corner of FERG 1 Building"
coordinates "37.390, -122.05500 degrees lat."
snmp
exit
. . .
exit
----------------------------------------------