0% found this document useful (0 votes)
2 views2 pages

10-Basic Router Configuration

The document outlines basic router configuration commands, including console and Telnet authentication, SSH setup, and password encryption. It also describes how to set login banners, disable domain lookup, configure logging, and show interface commands. Additionally, it provides instructions for interface configuration with IP address assignment.

Uploaded by

Bao Quan Pham
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

10-Basic Router Configuration

The document outlines basic router configuration commands, including console and Telnet authentication, SSH setup, and password encryption. It also describes how to set login banners, disable domain lookup, configure logging, and show interface commands. Additionally, it provides instructions for interface configuration with IP address assignment.

Uploaded by

Bao Quan Pham
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Basic Router Configuration:

Console Authentication Router


R(config-)≠ line console 0
R(config-line)≠ password cisco
R(config-line)≠ login

Console Local Authentication Router


R(config-)≠ username admin password cisco
R(config-)≠ line console 0
R(config-line)≠ login local

Enable Mode Password Router


R(config)≠ enable password 123
R(config)≠ enable secret cisco

Telnet Authentication Router


R(config)≠ line vty 0 4
R(config-line)≠ password cisco
R(config-line)≠ login

Local Telnet Authentication Router


R(config-)≠ username admin password cisco
R(config)≠ line vty 0 4
R(config-line)≠ login local

SSH Authentication Router


R(config)≠ username ali password 123
R(config)≠ ip domain-name [Link]
R(config)≠ crypto key generate RSA
R(config)≠ line vty 0 4
R(config-line)≠ login local
R(config-line)≠ transport input ssh

Password Encryption Router


R(config)≠ service password-encryption
R(config)≠ enable password cisco
R(config)≠ no service password-encryption

1 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@[Link] , WhatsApp: 00966564303717


Login Banner Router
R(config)#banner login $ Login Message $
R(config)#banner motd & Message here &

Disables Router from Translating Unfamiliar Words


R(config)# no ip domain-lookup

Set the Interval


R(config)#line console 0
R(config-line)≠ exec-timeout 0 0
R# show terminal
R# show users

Turn on Synchronous Logging


R(config)#line console 0
R(config-line)≠ logging synchronous

Show Commands
Router# show ip interface brief
Router# show interfaces FastEthernet 0/0
Router# show ip interface FastEthernet 0/0
Router# show ip route

Interface Configuration
Router(config)# interface f0/0
Router(config-if)# description Link to WAN
Router(config-if)# ip address [Link] [Link]
Router(config-if)# no shutdown

2 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@[Link] , WhatsApp: 00966564303717

You might also like