Network Router User's Manual

Naming the ATM Switch Router
ATMSwitch Router Quick Software Configuration Guide2-2
Take these steps:
Example
Switch> enable
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# hostname Nevada_Switch
Nevada_Switch(config)#
Verify
Switch# more system:running-config
!
version xx.x
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Nevada_Switch
!
<<Information omitted.>>
Step Command Purpose
1 Switch> enable
Enter privileged EXEC mode.
2 Switch# configure terminal
Switch(config)#
Enter global configuration mode.
3 Switch(config)# hostname name
Name(config)#
Enter the host name for the switch. Note
that the prompt changes to match the host
name.
Note The pound sign (#) that follows the
host name indicates the current mode of
operation and is added automatically.
4 Name(config)# end
Name#
Return to privileged EXEC mode.