Você está na página 1de 3

11/24/13

Cisco Command Summary


Search Website:

Cisco Command Summary


H ome 13 C e rtific a tions

Cisco Command Summary


C is c o Route r C onfig ura tion C omma nds - Lists how to enable and disable interfaces, add IP addresses to interfaces, enable RIP or IGRP and set passwords. C is c o Route r S how C omma nds - Handy show commands to check on the status of interfaces. C is c o Route r B a s ic Ope ra tions - Covers getting into and out of different modes. Also, some handy shortcut keys are included. C is c o Route r C opy C omma nds - How to save and backup your router configuration and IOS file. C is c o Route r D e bug C omma nds - Some useful debug commands.

C is c o

IP

Cisco Router Configuration Commands


PC

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 Router(config)#enable secret peter

Protoc ols Set a telnet password Route rs Stop console timing out

S QL

Set the enable password to cisco Set the enable secret password to peter.

S e c urity

This password overrides the enable password and is encypted within the config file

T e le c ommunic a tions

Enable an interface To disable an interface

Router(config-if)#no shutdown Router(config-if)#shutdown Router(config-if)clock rate 64000

T ools

Set the clock rate for a router with a DCE cable to 64K Set a logical bandwidth assignment of 64K to the serial interface To add an IP address to a interface

U nix

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

We b

To enable RIP on all 172.16.x.y interfaces

Disable RIP To enable IRGP with a AS of 200, to all interfaces Disable IGRP 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 hops Disable CDP for the whole router

Router(config)#no cdp run

networking.ringofsaturn.com/Cisco/ciscocommandguide.php

1/3

11/24/13
Enable CDP for he whole router Disable CDP on an interface

Cisco Command Summary


Router(config)#cdp run Router(config-if)#no cdp enable

Cisco Router Show Commands


Requirement
View version information View current configuration (DRAM) View startup configuration (NVRAM) Show IOS file and flash space Shows all logs that the router has in its memory View the interface status of interface e0 Overview all interfaces on the router View type of serial cable on s0 show version show running-config show startup-config show flash show log

Cisco Command

show interface e0 show ip interfaces brief show controllers 0 (note the space between the 's' and the '0') show cdp neighbor show cdp entry * show ip protocols show ip route show access-lists

Display a summary of connected cdp devices Display detailed information on all devices Display current routing protocols Display IP routing table Display access lists, this includes the number of displayed matches Check the router can see the ISDN switch Check a Frame Relay PVC connections show lmi traffic stats Display the frame inverse ARP table

show isdn status show frame-relay pvc show frame-relay lmi show frame-relay map

Cisco Router Basic Operations


Requirement
Enter privileged mode Return to user mode from privileged Exit Router Recall last command Recall next command Suspend or abort Refresh screen output enable disable Logout or exit or quit up arrow or <Ctrl-P> down arrow or <Ctrl-N> <Shift> and <Ctrl> and 6 then x <Ctrl-R>

Cisco Command

networking.ringofsaturn.com/Cisco/ciscocommandguide.php

2/3

11/24/13
Compleat Command

Cisco Command Summary


TAB

Cisco Router Copy Commands


Requirement
Save the current configuration from DRAM to NVRAM Merge NVRAM configuration to DRAM Copy DRAM configuration to a TFTP server Merge TFTP configuration with current router configuration held in DRAM Backup the IOS onto a TFTP server Upgrade the router IOS from a TFTP server

Cisco Command
copy running-config startup-config

copy startup-config running-config copy runing-config tftp copy tftp runing-config

copy flash tftp copy tftp flash

Cisco Router Debug Commands


Requirement
Enable debug for RIP Enable summary IGRP debug information Enable detailed IGRP debug information Debug IPX RIP Debug IPX SAP Enable debug for CHAP or PAP Switch all debugging off debug ip rip debug ip igrp events debug ip igrp transactions debug ipx routing activity debug IPX SAP debug ppp authentication no debug all undebug all

Cisco Command

This page was created in 0.00056 seconds Comments and Questions


Last m odifie d: Nove m be r 22 2013.

networking.ringofsaturn.com/Cisco/ciscocommandguide.php

3/3

Você também pode gostar