Changing the system name

The system command sets the name of the device and is used in the prompt string. Only one system name can be configured. If multiple system names are configured, the last one configured overwrites the previous entry.

To change the system name:

- config# system    - name system-name

The following example shows the configuration to change the system name:

- A:ALA-A>config>system# name TEST    - A:TEST>config>system# 

The following example shows the system name change:

A:ALA-A>config>system# name TGIF
A:TEST>config>system# info
#------------------------------------------
# System Configuration
#------------------------------------------
        name "TGIF"
    location "Mt.View, CA, NE corner of FERG 1 Building"
    coordinates "37.390, -122.05500 degrees lat."
    synchronize
    snmp
        exit
        security
            snmp
                community "private" rwa version both
            exit
        exit
        . . .
----------------------------------------------
A:TEST>config>system#