Welcome to

45
WELCOME TO Basic Router Configuration

description

Basic Router Configuration. Welcome to. 1.1 Global configuration . Cisco allows us to configure the router to support various protocols and interfaces. The router stores the configuration in the configuration file . To enter global configuration during boot:. - PowerPoint PPT Presentation

Transcript of Welcome to

Page 1: Welcome to

WELCOME TO

Basic Router Configuration

Page 2: Welcome to

1.1 Global configuration

• Cisco allows us to configure the router to support various protocols and interfaces.

• The router stores the configuration in the configuration file .

Page 3: Welcome to

To enter global configuration during boot:

1. Boot the router after installation . The CLI or the Command Line Interface appears.

2. Type enable or en to switch to the privileged mode. The #.Command prompt appears.

3. Type setup to run the System Configuration dialog.

Page 4: Welcome to

On CISCO 2620 Router

Page 5: Welcome to

4: Type Y5: Press Enter. The Router Prompts

you to select if you want to view the interface summary.

6: Type yes.7: Press Enter . The router enters

global configuration.

Page 6: Welcome to

1.2 Router Administrative Functions

The administrative function such as assigning hostnames , banners , setting password and interface descriptions allow you to configure a router in the network . These function allows easy troubleshooting and maintenance of routers.

Page 7: Welcome to

1.2.1 Assigning Hostname

The hostname command allows you to change the router hostname . The default assigned during router installation is Router. The hostname command operates at the configuration mode in CLI of the router . The syntax of the command is:

hostname nameWhere name specifies the name of the

router.

Page 8: Welcome to

To change the router hostname:1. Open the router CLI .2. Type enable or en to switch to the privileged

mode .3. Type Config t to switch to the configuration

mode . The config#. Command prompt appears.

4. Type hostname UIET’s_Router to configure a hostname for the router where , is the name of the router.

5. Press Enter . The router name changes to UIET’s_Router

Page 9: Welcome to

UIET’s Router

Page 10: Welcome to

1.2.2 Banners

A banner is a message displayed to all the users when they access the router through Telnet , Console and auxiliary ports.

1. Open the CLI.2. Switch to the configuration mode.3. Type banner motd z and press Enter ,

Now type message like:-Welcome to UIET’s Router z and press Enter.

4. The login banner is visible next time the user can see it .

Page 11: Welcome to

Display banner name

Page 12: Welcome to

1.2.3 Setting Passwords

The router has three type of ports , console , telnet and auxiliary. You can configure passwords for each port.

1. On Console mode.2. VTY mode3. AUX mode4. 0 level password5. 5 level password

Page 13: Welcome to

To Set Console Password

1. Open the CLI2. Switch to the configuration mode.3. Type line console 0 to switch to the

console port:4. Press Enter 5. Type password password1 and press

Enter.6. Type Login and press Enter.7. Type exit and press Enter to quit from the

console

Page 14: Welcome to

On Console Mode

Page 15: Welcome to

Telnet Password

Telnet password provides access to the telnet services . To set the telnet password you must switch to the telnet using line vty command.

To configure VTY passwords:1. Open the CLI.2. Switch to the configuration mode.3. Type line vty 0 4 to switch to telnet.4. Press Enter. The (config-line)# command prompt appears.5. Type password mypas to set a password for the console

, where , mypas represents the telnet password for the router. Press Enter.

6. Type login to log on to the telnet . Press Enter.7. Type exit to quit from telnet .

Page 16: Welcome to

Telnet Mode

Page 17: Welcome to

Auxiliary Password

Auxiliary password are required for accessing interface connected to the auxiliary port . You can not set this password for routers that do not have the auxiliary port.

1. Open the CLI2. Switch to the configuration mode .3. Type line aux 0 to switch to the auxiliary port. Press

Enter.4. Type password mypas to set a password for the

auxiliary port , where , mypas represents the auxiliary password for the router

5. Press Enter.6. Type exit to exit from the console.

Page 18: Welcome to

Auxiliary Mode

Page 19: Welcome to

0 Level password

Any person can see our password . It can be see on RAM by show run command.

1. Router>enable2. Router>config t3. Router(config)#enable password

uiet4. Router(config)#exit

Page 20: Welcome to

Why we enable 0 level password: 0 level password provide security on

privilege mode when user go from user executive mode to Privilege mode then router wants user access verification for go on privilege mode .Its only works when console mode password is enable .

Page 21: Welcome to

On Router:-

Page 22: Welcome to

5 level Password

In 0 level password any person can see our password by show run command. But by 5 level password any person can not see our password .

In o level password type this :- uiet’s_Router#show run Press Enter.

Page 23: Welcome to
Page 24: Welcome to
Page 25: Welcome to

When 5 level password is enable when we enable 5 level password and

run show run command on router , then it shows the o level password but in encrypted form.

Page 26: Welcome to
Page 27: Welcome to

1.3 Router Interface

An interface provide connection between the user and the network.

The interface are connected to the ports of the CISCO routers . The ports are aligned into different slots of the router . The slots and port numbers starts from 0. we can use the interface command to configure router interface.

Page 28: Welcome to

For example:-

Page 29: Welcome to

1.3.1 Activate an Interface If we use the router’s interface port then we must

have to activate the interface port. Because all port of router is default off .

To turn on the router interface:-1. Open the CLI.2. Switch to the privileged mode.3. Switch to the configuration mode.4. Type interface s1/0 to switch to the interface

serial 1/0.5. Type no shutdown to bring up the interface.6. Press ctrl+z to come out of the configuration

mode.

Page 30: Welcome to

1.3.2 Configuring IP address on an Interface We must plan our network before

configuring the IP addresses . We need to calculate the subnet mask for the network . After calculating the subnet masks, we have to decide the router IP addresses.

Page 31: Welcome to

To configure IP address for the router Interface:-1. Open the CLI.2. Switch to the configuration mode.3. Type interface fastethernet 0/0 to configure

the fast ethernet interface for the port 0/0/4. Type ip address 10.0.0.1 255.0.0.0 to

configure the IP address for this interface , where 10.0.0.1 indicates the IP address and 255.0.0.0 indicates the subnet mask.

5. Press Enter.6. Press ctrl+z to come out of the configuration

mode.

Page 32: Welcome to
Page 33: Welcome to

1.4 Router Configurations

Whenever we change the router configuration , it is required to save the changes to the configuration files . This router losses the modified configuration on reload or power failure , if the changes are not saved . The configuration files also contain the commands that are used to configure the router . These files are of two types running configuration and startup configuration . The configuration files are located in the RAM,NVRAM or TFTP server. The currently operating configuration of the router is located in RAM . The backup and saved configuration are either located in NVRAM or TFTP server.

Page 34: Welcome to

1.4.1 Creating Configuration File We can create a new configuration

file or the router from the CLI . We need to enter the privileged mode to begin the configuration of the router . The actual configuration is performed in the configuration mode .

The configuration of the router includes:

Enabling routingConfiguring different interfacesConfiguring routing protocols

Page 35: Welcome to

To create an empty Configuration File:1. Open the CLI.2. Switch to the privileged mode.3. Type config t to switch to the

configuration mode .4. Press Enter. The command prompt

changes to (config)#.5. Type exit o complete the configuration.6. Type copy running-config startup-config

to save the configuration as the default startup-configuration file or the router.

Page 36: Welcome to

Router prompt

Page 37: Welcome to

1.4.2 Viewing Configuration Files The configuration file for the router

can be displayed using the show command from the privileged mode . To view the configuration file , we need to open the CLI of the router and switch to the privileged mode . We can use the following commands to view the configuration files:

To view startup configuration file , type show startup-config in the command prompt.

Page 38: Welcome to
Page 39: Welcome to
Page 40: Welcome to
Page 41: Welcome to

1.4.3 Saving Configuration File: The configuration changes that we

make to the router are saved to the current configuration file. These changes will not reflect in the router , when the router reboots. To apply changes , when the router restarts, the changes need to saved in the running-config file .

Page 42: Welcome to
Page 43: Welcome to

1.4.4 Erasing Configuration Files We can delete the existing configuration files

for the router using the erase command. The erase command removes the startup-config file from the NVRAM.

To delete a configuration file: Open the CLI . Switch to the privileged mode. Type erase stratup-config to delete the

startup-config file from the NVRAM. Type show startup-config to verify whether

the configuration file is delete .

Page 44: Welcome to
Page 45: Welcome to