0% found this document useful (0 votes)
8 views

Cisco Basic Command Usage

Uploaded by

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

Cisco Basic Command Usage

Uploaded by

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

Using Basic Cisco Command

=============================
1. Cisco Command Mode
1. user exec mode > enable .................... go to previledge levle mode
2. previledge level mode #config t ( configure terminal )--go to global
configuration mode and show
3. global configuration mode (config)# -----------------configure လုပ်ချင်တဲ့
အခါမှာအသုံးပြုတယ်
2. Change hostname
1. Router# config t >>>> go to global configuration mode
2. Router(config)#hostname Cisco
3. Cisco(config)#do write mem
3. Save Command ( RAM >>> NV-RAM )
Cisco(config)#exit
Cisco# write mem ( write memory ) or cp running-config startup-config
4. Show RAM and NV-RAM information
Cisco#show running-config ( RAM )
Cisco#show startup-config (NV-RAM )
5. Set Cisco Router Previledge level Password
Cisco#config t
Cisco(config)#enable password asd123! or enable secret asd123!
Cisco(config)#do write mem
Cisco(config)# no enable password ( delete password )
Note >>> #no ip domain-lookup ( command မှားရင် သုံးတယ် )

6. Assign IP Address ( gig0/0 and gig0/1 )


Cisco(config)# interface gig0/0
Cisco(config-if)#ip address 192.168.0.254 255.255.255.0 ( Set IP and subnet
mask )
Cisco(config-if)#no shutdown ( enable NIC )
Cisco(config-if)#do write mem
Cisco(config-if)#exit
Cisco(config)# interface gig0/1
Cisco(config)#ip address 192.168.1.254 255.255.255.0
Cisco(config)#no shtudown
Cisco(config)#do write mem
Cisco(config)#end
7. Show IP Address information
Cisco(config)# show ip interface brief
GIG0/0 192.168.0.0/24 up up
GIG0/1 192.168.1.0/24 up up
8. Show Routing Table
Cisco (config)#show ip route
delete NVRAM
----------------------
router>enable
router#write erase >enter ခေါက်

Connect Cisco Router with PC


=================================
Need >>
1.Console Cable and Router

2. Putty software ဖွင့်


3. COM No လိုတယ် >> Run:devmgmt.msc >> COM Port ( eg. COM3 )

4. Putty မှာ COM 3 ထည့် >> Serial ရွေး >> Cisco's Command Line Interface ထဲ
ဝင်ဖို.အတွက် Router အသစ်တစ်လုံးဆိုရင် Yes or No ( Choose No )

You might also like