Chapter 5 Configuring the Router

Performing the Initial Configuration on the Router

Router#

Configuring the Router Hostname

The hostname is used in CLI prompts and default configuration filenames. If you do not configure the router hostname, the router uses the factory-assigned default hostname “Router.”

Do not expect capitalization and lower casing to be preserved in the hostname. Uppercase and lowercase characters are treated as identical by many Internet software applications. It may seem appropriate to capitalize a name as you would ordinarily do, but conventions dictate that computer names appear in all lowercase characters. For more information, see the RFC 1178, Choosing a Name for Your Computer.

The name must also follow the rules for Advanced Research Projects Agency Network (ARPANET) hostnames. They must start with a letter, end with a letter or digit, and have as interior characters only letters, digits, and hyphens. Names must be 63 characters or fewer. For more information, see the RFC 1035, Domain Names—Implementation and Specification.

SUMMARY STEPS

1.enable

2.configure terminal

3.hostname name

4.Verify that the router prompt displays your new hostname.

5.end

DETAILED STEPS

 

Command or Action

Purpose

Step 1

 

 

enable

Enables privileged EXEC mode.

 

 

Enter your password if prompted.

 

Example:

 

 

Router> enable

 

Step 2

 

 

configure terminal

Enters global configuration mode.

 

Example:

 

 

Router# configure terminal

 

Step 3

 

 

hostname name

Specifies or modifies the hostname for the network server.

 

Example:

 

 

Router(config)# hostname myrouter

 

 

 

 

Cisco 1900 Series Hardware Installation

5-8

OL-19084-02

 

 

Page 82
Image 82
Cisco Systems 1900 Series manual Configuring the Router Hostname, Verify that the router prompt displays your new hostname