Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
191 views3 pages

Cisco Router Configuration Commands

This document provides Cisco router configuration commands including setting passwords, enabling interfaces, setting the clock rate and logical bandwidth. It lists commands for setting console and telnet passwords to "cisco", stopping the console from timing out, setting the enable password and secret, enabling and disabling interfaces, and setting the clock rate and logical bandwidth for serial interfaces.

Uploaded by

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

Cisco Router Configuration Commands

This document provides Cisco router configuration commands including setting passwords, enabling interfaces, setting the clock rate and logical bandwidth. It lists commands for setting console and telnet passwords to "cisco", stopping the console from timing out, setting the enable password and secret, enabling and disabling interfaces, and setting the clock rate and logical bandwidth for serial interfaces.

Uploaded by

Muhammad Shahid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Cisco Router Configuration Commands

More Cisco information:

Other information:

- Cisco Router Commands


- Cisco IP Addressing Commands
- Cisco IP Services Commands
- Cisco Router and Switch Commands
- Cisco Router Configuration Commands
- LAB 1 Basic Cisco configuration commands
- IP6 Next Generation Overview
- Linux Commands
- Tom's MCSE Notes
- Tom's A+ Plus Notes
- Tom's Networking+ (Net+) Plus Notes

Requirement

Cisco Command

Set a console password to cisco

Router(config)#line con 0
Router(config-line)#login
Router(config-line)#password cisco

Set a telnet password

Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco

Stop console timing out

Router(config)#line con 0
Router(config-line)#exec-timeout 0 0

Set the enable password to cisco

Router(config)#enable password cisco

Set the enable secret password to peter.

Router(config)#enable secret peter

This password overrides the enable


password
and is encypted within the config file

Enable an interface

Router(config-if)#no shutdown

To disable an interface

Router(config-if)#shutdown

Set the clock rate for a router with a DCE


cable to 64K

Router(config-if)clock rate 64000

Set a logical bandwidth assignment of 64K


to the serial interface

Router(config-if)bandwidth 64
Note that the zeroes are not missing

You might also like