Common Configuration Tasks
Page 250 7750 SR OS Basic System Configuration Guide
System Information
This section covers the basic system information parameters to configure the physical location of
the SR-Series, contact information, location information such as the place the router is located
such as an address, floor, room number, etc., global positioning system (GPS) coordinates, and
system name.
Use the CLI syntax displayed below to configure the following system components:
• System Information Parameters on page 250
• System Time Elements on page 253
General system parameters include:
• Name on page 250
• Contact on page 251
• Location on page 251
• CLLI Code on page 251
• Coordinates on page 252
System Information Parameters
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 encountered overwrites the previous entry. Use the following CLI syntax to configure the
system name:
CLI Syntax: config>system
name system-name
Example
: alcatel>config>system# name ALA-12
The following example displays the system name:
sysName@domain>config>system# info
#------------------------------------------
echo "System Configuration "
#------------------------------------------
name "ALA-12"
. . .
exit
----------------------------------------------