Configuring Global Parameters
To configure the global parameters for your router, follow these steps.
SUMMARY STEPS
- configure terminal
- hostname name
- enable secret password
- no ip domain-lookup
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
Step 1 |
configure terminal Example:
|
Enters global configuration mode when using the console port. Use the following to connect to the router with a remote terminal:
|
|
Step 2 |
hostname name Example:
|
Specifies the name for the router. |
|
Step 3 |
enable secret password Example:
|
Specifies an encrypted password to prevent unauthorized access to the router. |
|
Step 4 |
no ip domain-lookup Example:
|
Disables the router from translating unfamiliar words (typos) into IP addresses. For complete information on global parameter commands, see the Cisco IOS Release Configuration Guide documentation set. |

Feedback