menu

Search This Blog

Showing posts with label cisco router configuration. Show all posts
Showing posts with label cisco router configuration. Show all posts

Monday, July 30, 2012

cisco router configuration, cisco iso router configuration commands

Cisco IOS Router Commands


There are 3 modes operation the Cisco IOS.
·        Disabled mode
·        Enabled mode
·        Configuration mode

Disabled mode you can use a limited number of commands. This is used primarily to monitor the router.
Enabled mode is used to show configuration information, enter the configuration mode, and make changes to the configuration.
Configuration mode is used to enter and update the runtime configuration.
To get a list of the commands for the cisco type '?' at the prompt. Further information about any command, type the command followed by  '?'.
clear
Reset functions
clock
Manage the system clock
configure
Enter configuration mode
debug
Debugging functions (see also 'undebug')
disable
Turn off privileged commands
enable
Turn on privileged commands
erase
Erase flash or configuration memory
exit
Exit from the EXEC
help
Description of the interactive help system
login
Log in as a particular user
logout
Exit from the EXEC
no
Disable debugging functions
ping
Send echo messages
reload
Halt and perform a cold restart
setup
Run the SETUP command facility
show
Show running system information
telnet
Open a telnet connection
terminal
Set terminal line parameters
test
Test subsystems, memory, and interfaces
traceroute
Trace route to destination
tunnel
Open a tunnel connection
undebug
Disable debugging functions (see also 'debug')
verify
Verify checksum of a Flash file
write
Write running configuration to memory, network, or terminal

>> Download PDF FIle

Note: Download will open new tab

cisco router configuration, cisco router configuration commands

Cisco Router Configuration Commands

Learn Cisco Router Configuration code, its help to config router and clear all concepts in study.



RequirementCisco Command
Set a console password to ciscoRouter(config)#line con 0
Router(config-line)#login
Router(config-line)#password cisco
Set a telnet passwordRouter(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco
Stop console timing outRouter(config)#line con 0
Router(config-line)#exec-timeout 0 0
Set the enable password to ciscoRouter(config)#enable password cisco
Set the enable secret password to peter.This password overrides the enable password
and is encypted within the config file
Router(config)#enable secret peter
Enable an interfaceRouter(config-if)#no shutdown
To disable an interfaceRouter(config-if)#shutdown
Set the clock rate for a router with a DCE cable to 64KRouter(config-if)clock rate 64000
Set a logical bandwidth assignment of 64K to the serial interfaceRouter(config-if)bandwidth 64
Note that the zeroes are not missing
To add an IP address to a interfaceRouter(config-if)#ip addr 10.1.1.1 255.255.255.0
To enable RIP on all 172.16.x.y interfacesRouter(config)#router rip
Router(config-router)#network 172.16.0.0
Disable RIPRouter(config)#no router rip
To enable IRGP with a AS of 200, to all interfacesRouter(config)#router igrp 200
Router(config-router)#network 172.16.0.0
Disable IGRPRouter(config)#no router igrp 200
Static route the remote network is 172.16.1.0, with a mask of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hopsRouter(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5
Disable CDP for the whole routerRouter(config)#no cdp run
Enable CDP for he whole routerRouter(config)#cdp run
Disable CDP on an interfaceRouter(config-if)#no cdp enable



Note: Download Will Open New Tab


cisco router configuration tutorial, cisco router configuration pdf

Cisco Router Configuration Tutorial

Download CISCO Router Configuration Tutorial PDF File.

Related Posts Plugin for WordPress, Blogger...