0% found this document useful (0 votes)
99 views13 pages

Shajar Documents

The document provides instructions for various tasks on Cisco devices like upgrading IOS, resetting passwords, joining access points to controllers, and converting APs between software types. The steps provided include using commands like show version, copy, reload, and configure register to complete the tasks.

Uploaded by

Kaushal Jangra
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)
99 views13 pages

Shajar Documents

The document provides instructions for various tasks on Cisco devices like upgrading IOS, resetting passwords, joining access points to controllers, and converting APs between software types. The steps provided include using commands like show version, copy, reload, and configure register to complete the tasks.

Uploaded by

Kaushal Jangra
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/ 13

% HOw to Upgrade Ios on Cisco switch %

SW# Show Version


SW# Copy tftp:// <Ip of TFTP Server> / <Image of Ios> Flash:
SW# Show Flash:
SW# Show boot
SW# Reload

% How to join AP to cisco wireless LAN


controller (WLC) %

Default Username : Cisco


Default Password : Cisco
Enabled Password : Cisco

AP# show capwap ip config


AP# clear capwap private-config

AP# Lwap ap controller ip address <ip add of WLC>

OR
AP# capwap ap controller ip address <ip address of WLC>

AP# capwap ap primary-base wlc <ip address of WLC>


AP# capwap ap hostname AP

% How to Reset password on Cisco


switch(2960) %

Press Hold Button for 30 sec, and press Ctrl+c

Go to Rommon Mode, and wait for booting

SW# Flash_Init
SW# Load_helper
SW# dir flash:
SW# rename flash: Config text flash:config.old
SW# boot

---> Type "NO" --->

SW> en
SW# rename flash:config.old flash:config.text
SW# copy flash:config text system:running-config
SW# config t
SW(config)# Username <Enter Username> Password <Enter Password>
# enable password
# line console 0
# password <Type password>
# write memory

% How to Reset Cisco Router %

R# show version
R# config-register 0x2102
R# write erase
R# reload

% How to check Switch POE characteristic & health check


Up %

SW# show power inline


SW# show env all

% How to upgrade firmware in Cisco switch %

Break the logs by using Esc or Ctrl+c, untill you get into Rommon Mode

SW# Dir flash:


SW# set ip_address <IP address>/ <Subnet Mask>
SW# set Defaul_router <IP address of TFTP>
SW# boot tftp://<ip add of TFTP Server>/ <Image path and file name>
SW(config)# boot system flash: <file name>
# do write
SW# exit
SW# reload
% How to convert Cisco Lightweight (CAPWAP) to
Mobility Express (ME) %

Username: Cisco
Password: Cisco

AP# Logging console disable


AP# Show version
AP# capwap ap ip <ip address> <subnetmask> <gateway> <next hop>
AP# show ip int br
AP# ap-type mobility-express tftp://<ip add of tftp>/<file name>

% AIR-AP1832i-S-K9 (Initial Configuration


of ME) %

AP# Show version

AP Running Image: 8.5.171.0


AP Image Type : Mobility Express Image

(Cisco Controller)

Username:
Password:
System Name:

Entry Code list: Enter "help" command (If you don't know the country
code)

Configure a NTP server now ? [YES] [NO]: NO

Configure the system time now ? [YES] [NO]: NO

Mgmt int ip add configuration [Static] [DHCP]: Static

Management interface ip address: 192.168.100.254 (As per given by


client)

Management interface Netmask: 255.255.255.0

Management interface default Router: 192.168.100.1

Create Management DHCP scope ? [YES] [NO]: NO

Employee Network Name (SSID): Test (It's depeneds upto you)

Employee Network Security ? [PSK] [Enterprise]: PSK

Employee PSK passphrase (8-63 characters)? 123456789 (It's depeneds


upto you)

Enable RF parameters optimization ? [YES] [NO]

Client density [TYPICAL] [LOW] [High]

Traffic with voice [NO] [YES]

Configuration correct ? if YES, system will save it & reset [YES]


[NO]: YES

AP Will Reboot,

When the AP load to controller mode, we ping to management ip ,which


is set above: 192.168.100.254 for test connection.

CMD>ping 192.168.100.254

We open web browser, login Cisco AP web interface with information

Go to Web browser , https://192.168.100.254

Enter Username:
Enter Password:

Now You are entered in GUI Mode......

% Configure Cisco AIRONET 3602i AP Using CLI


WPA V2 Authentication %

AP(config)#Hostname AP
#DO show run start
#exit

#show ip int br

AP(config)#int BVI1
#ip add 192.168.2.4 255.255.255.0
#exit

#ip default-gateway 192.168.2.1


#exit

#show ip int br

AP(config)#dot11 ssid CISCO_WLAN


#guest-mode
#authentication open
#authentication key-management wpa version 2
#wpa-psk ascii Cisco@123
#exit

AP(config)#int dot11 radio 0


#encryption mode ciphers aes-ccm
#ssid CISCO_WLAN
#channel least-congested
#No shutdown
#exit
#exit

AP#copy running-config startup-config


# show dot11 bssid

% Firmware Upgradation Via TFTP


server in cisco switch %

SW#show version
#interface vlan 1
#ip address 192.168.1.120 255.255.255.0
#no shut
#exit

SW#copy:tftp:flash:

Address or name of remote host [] ?

source file Name []?

destination file name []?


SW(config)#boot system flash:<file name>
#do write
#exit
#reload

After successful completion of copying in privilege mode type,

SW#show boot
#show version

% How to convert Cisco 3600 WAP from


lightweight Ios to Autonomous ios %

Press Hold button for 30 sec, and press ctrl+c

AP:set ENABLE_BREAK yes


AP:dir
AP:dir flash:
AP:set
AP:set IP_ADDR <ip of AP>
AP:set NETMASK 255.255.255.0
AP:tftp_init
AP:ether_init
AP:flash_init
AP:tar - xtract tftp://<ip of tftp>/<image> flash:
AP:set BOOT flash:/ap3g2-k9w7-mx.153-3.jc/ap3g2-k9w7-mx.153.jc
AP:set
AP:show version

% How to Reset Password of a Cisco


Router %

Router#show startup-config
Router#show version
Router#reload

Press Ctrl+Break,

Rommon 1>?
>confreg 0x2142
>reset

Router>en
Router#show startup-config
#show version
#copy startup-config running-config
#show running-config

Router(cofig)#enable secret ccnp


#line console 0
#password ccnp
#exit

Router#copy running-config startup-config

Router(config)#config-register 2102
Router#exit

Router#copy running-config startup-config


#reload
#show startup-config

% How to Recover Cisco (2960)Switch password


without Loosing Configuration %

step1: Enter Rommon mode


step2: Rename configuration
step3: Reboot switch
step4: Rename config file back to original name
step5: copy current configuration into running-config
step6: Update new password & secret
step7: save the configuration & Restart

Press & hold mode button --> Go to Rommon mode

Switch:flash_init
:dir flash:
:rename flash:config.text flash:config.old
:dir flash:
:boot

Would you like to enter the initial configuration


dialog? [YES/NO]: NO

Switch#show run
#dir flash:
#rename flash:config.old flash:config.text
#copy flash:config.text runnig-config

sw(config)#enable password cisco


#enable secret cisco@123
#exit
sw#copy running-config startup-config
#reload
% Cisco 3750 IOs backup,delete,restore & upgrade
%

SW#show run
#show version
#show flash

(Lan ethernet IP should be in a same subnet)

SW(config)#interface vlan 1
#ip add 192.168.2.31 255.255.255.0
#end

#show run startup-config


#show runnig-config

#ping 192.168.2.32 (ping the IP of PC for


verification)

CMD>ping 192.168.2.32 -t (ping the IP of AP for


verification)

SW#show flash
#copy flash tftp

Source file name [] ? <file name>

Address or name or remote host [] ? 192.168.2.32


--> (ip add of TFTP server)

Destination File name [image file name] ? <image


file name>

SW#delete flash://<image file name>


#show flash
#copy tftp flash

Address or name of remote host [] ? 192.168.2.32


--> (ip of TFTP server)

Sorce file name []? <image file name>

Destination file name [image file name]? <image


file name>

SW#show flash
#copy run start
#reload
% How to convert AP from Lightweight to
standalone/Autonomous & run without Contoller %

AP:format flash:

AP:IP_ADDR=192.168.2.5

AP:DEFAULT_ROUTER=192.168.2.1

AP:Flash_init

AP:ether_init

AP:tftp_init

AP: tar-xtract tftp://<ip of tftp>/<image file name>


flash:

AP:reset

Are you want to to reset the system (Y/N)? Yes

% Format & copy Cisco 2811 Router Ios to flah


in ROMMON mode by TFTP %

Rommon 1> set

Rommon 2> IP ADD=192.168.1.10

Rommon 3> IP_SUBNET_MASK=255.255.255.0

Rommon 4> DEFAULT_GATEWAY=192.168.1.1

Rommon 5> TFTP_SERVER=192.168.1.100

Rommon 6> TFTP_FILE= <Image file name>

Rommon 7> tftpdnld

Do you wish to continue ? Y/N: Yes

Rommon> boot

% How to Recover Cisco IOs Router from


ROMMON mode by USB %
Rommon 1> dir usb flash:

Router# dir usbflash1:


# copy usbflash1:flash:

Source file name [] ? <Ios image file name>

Router# dir flash:


# reload

% How to Reset Switch Cisco catalyst


Series 1000 %

SW:dir flash:

SW:delete flash:config.text

SW:delete flash:vlan.dat

SW:boot

Would You like to enter the initial configuration


dialog ? [Yes/No] : No

SW#show running-config

SW#show version

% How to Reset password Recovery of Cisco


catalyst Switch (9300,9200,3650,3850,2960) %

SW: SWITCH_IGNORE_STARTUP_CFG=1

SW: Boot

SW# Show run | include username

SW# show startup-config | include username


SW# copy startup-config running-config

SW(Config)# username admin privilege 15 secret Cisco

# No system ignore startupconfig switch all

# exit

# write

% How to Recover Ios Cisco ISR Router from


USB (4221,4321,4331,4351,4451,4461) %

Step1: Insert USB stick, which stores Cisco ios, to router.

We use a USB stick, has capacity of 4 Gb or lower, FAT32


format insert to router (this is important, because in ROMMON, cisco router
can't recognise USB stick which capacity higher than 4 Gb)

The USB name is "USB0"

We check if router recognise USB stick or not.

rommon 1>dir usb0:

Router has recognise USB, and available ios is : "ISR4300-


universalk9.03.15.03.155-2-53-std.SPA.bin"

We select boot from ios that stored in USB

rommon 2>boot usb0:<image file name>

Step2: copy ios from USB stick to router

Although router is booted, but it doesn't contain ios. so


that, we have to copy ios from USB stick to flash.

Router#dir flash:
#dir usb0:
#copy usb0:flash:

source file name [] ? <image file name>

Destination file name [] ? <image file name>


After that, we remove the USB stick, and reload router to
check.

Router#reload

Router is recoverd successfully....

% How to Transfer & install License on cisco Router Via


console Port by Xmodem %

Router#copy xmodem:flash:

Source file name []? <Lic File>

Destination file name[]? <Lic File>

#dir
#License install flash:<License file>
#show version
#reload

% Cisco ISR 4000,1100 and ASR Router password


recovery/ password reset %

R>show version | inc config


R>show version

Hold mode key for 30 sec ,and press Ctrl+c --> Go to


Rommon Mode

rommon1>confreg

Do you wish to change the configuration Y/N : Yes

Enable diagnostic mode Y/N : No

Enable break/abort has effect Y/N : No


Enable ignore system config info Y/N : YES

Change console baud rate ? Y/N : No

Change the boot charactersitics Y/N : No

rommon2>reset

Router#show run | inc user


#show startup-config | inc user
#copy startup-config running-config

Router#username admin secret Ciso@123


#exit
#wr

Router#config-register 0x2102
#end

You might also like