Cisco Configuration Commads

Submitted by: Submitted by

Views: 42

Words: 41293

Pages: 166

Category: Science and Technology

Date Submitted: 01/31/2015 08:44 PM

Report This Essay

Cisco Router Configuration Commands

email | 403.809.1176

TOMAX7 - DIGITALSMILES

"making learning fun again"

Cisco Router Configuration Commands

Home Profile Packages Portfolio Web Help PC Help Calgary Biography Comedy Games Requirement Set a console password to cisco Cisco Command Router(config)#line con 0 Router(config-line)#login Router(config-line)#password cisco Router(config)#line vty 0 4 Router(config-line)#login Router(config-line)#password cisco Router(config)#line con 0 Router(config-line)#exec-timeout 0 0 Router(config)#enable password cisco Other information: More Cisco 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

Set a telnet password

Stop console timing out

Set the enable password to cisco

http://www.tomax7.com/mcse/cisco_routerconfig.htm (1 of 5)9/7/2009 11:21:00 AM

Cisco Router Configuration Commands

Set the enable secret password to peter. This password overrides the enable password and is encypted within the config file Enable an interface To disable an interface Set the clock rate for a router with a DCE cable to 64K Set a logical bandwidth assignment of 64K to the serial interface

Router(config)#enable secret peter

Router(config-if)#no shutdown Router(config-if)#shutdown Router(config-if)clock rate 64000 Router(config-if)bandwidth 64 Note that the zeroes are not missing Router(config-if)#ip addr 10.1.1.1 255.255.255.0 Router(config)#router rip Router(config-router)#network 172.16.0.0 Router(config)#no router rip Router(config)#router igrp 200 Router(config-router)#network 172.16.0.0 Router(config)#no router igrp 200 Router(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5

To add an IP address to a interface To...