Cisco ISO basic command


 
Thread Tools Search this Thread
Special Forums IP Networking Cisco ISO basic command
# 1  
Old 09-17-2002
Power Cisco ISO basic command

hi,I am describeing basic command about cisco Ios .my english not well,so that has error on the article ,I hope that you give directions to me.
A. Check command for basic router
show version

show processes

show protocols

show mem

show ip route

show startup-config

show running-config

show flash

show interfaces

B. configure command for basic router

enter£ºconfig terminal/memory/network

be often used command when configure networking£ºcopy and load

1£® identification £ºhostname

2£® start identification £ºbanner

3£® interface£ºinterface number

4£® password£ºline 0 6

login

passwd password

enable password/secret password

5£® interfac£º

1£©configure interface

interface number

clock rate £¨64000£©

bandwidth £¨default 56£©

media-type

early-token release

ring-speed 16

no shutdown

write memory

2£©check interface

show interfaces

show controllers

6£® configure interface

1£© way of loading

boot system flash IOS-filename

boot system tftp IOS-filename tftp-address

boot system rom

2£© configure Register value

config-register 0x2102

7£® showing neighbor router

show cdp interface

show cdp neighbors [detail]

show cdp entry routerA !

8£® IP Address configure

Ip ad dress

Ip host hostname address

Ip name-server sever1,sever2

Ip domain-lookup nsap

Show hosts

Ping hostname/ip address
Trace hostname/ip address
D¡¢ IP router

1£® static router

ip routing

ip route

2£® default router

ip default-network network number

3£® dynamic router

1£© RIP configure

Router rip

Network number

Show ip route

Show ip protocol

Debug ip

2£© OSPF configure

Router ospf

Redistribute other router protocol

Network !

Area range

Area default-cost

Ip ospf priority number

Ip ospf cost

Show ip ospf database

3£© BGP configure

Router bgp

Redistribute

Network

Aggregate-address summary-only

Neighbor remote-as

E¡¢ flux cortrol

1£© passiveness interface

passive interface

2£© default router

ip default

3£© static router

ip route nbsp

4£©ACL list

( all) access-list {permit|deny} [ established]

access-list {permit|deny} IP/TCP

access-group in|out

distribute-list in|out interface

4£© Null 0 interface

Ip route address mask null 0

E¡¢ configure net

1£© PPP

Ppp pap sent-usename

Ppp chap hostname

Ppp chap password

2£©X.25

encapsulation x25 [dce]

x25 address

x25 map

x25 pvc pvc

ip switching

x25 ro! ute x.121

2£© FrameRelay

Frame-relay local-dlci IP

Frame-relay map

Frame-relay lmi-type ansi
# 2  
Old 09-18-2002
Thanks for your Cisco IOS contribution. I'm moving to the networking section, BTW.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

How to stack Cisco 2960-S and Cisco 2960X?

Is there an easy way to stack Cisco 2960-S and Cisco 2960X switches? If you have no idea, follow this: 1. Stacking is not supported on switches running the LAN Lite image. All switches in the stack must be running the LAN Base image. 2. In a mixed stack of Catalyst 2960-X and Catalyst 2960-S... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

2. UNIX for Dummies Questions & Answers

ISO week for date command

Hi Guys, I came across the %V switch in the date command which displays the ISO week number, with Monday as first day of week (01..53). for Saturday, Jun 30 2012, the % V option comes up as 26. I've tried to read up on this but i'm unable to comprehend how this value is calculated. Is... (2 Replies)
Discussion started by: Irishboy24
2 Replies

3. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

4. Shell Programming and Scripting

join files cisco command output

We have two files with results of two commands of cisco: one file; showintstatus, have the following format: Gi2/6 servidorlij connected 176 full 1000 10/100/1000BaseTsecond file; showmacaddrestable, have the following format: * 162 0021.9b8d.073e dynamic Yes 0 ... (1 Reply)
Discussion started by: robonet
1 Replies

5. UNIX for Advanced & Expert Users

Cisco Router command to get hostname

Hi All, I am connected to a cisco router and I want to know the hostname of this router. I connect as telnet <IPADDRESS> and the prompt shows vpnaccess-bristol> But I want to know the full hostname of the router how can i do that. When i type the hostname command the following... (3 Replies)
Discussion started by: rahulrathod
3 Replies

6. Tips and Tutorials

Unix Basic Command

A at : execute commands at a specified time/date. awk: a scripting language, especially useful for manipulating text and automation. B bash : invokes the Bourne Again Shell (standard on most boxes). batch: execute comands when load permits. bc : interactive C-like calcultor (integers... (6 Replies)
Discussion started by: binhnx2000
6 Replies
Login or Register to Ask a Question