Maipu – IOS upgradation from Monitor Mode
Maipu has two ways to upgrade the IOS, one is from monitor mode, similar to Cisco ROMMON mode. Then another is from shell mode that means privilege mode. Same like Cisco. But, Maipu has some command differences. Many of you know that Maipu upgradation is very complicated. But now Maipu already launched simplest way to do it with 2 simple steps in shell mode “sysupdate”.
I know many of engineer are looking for document reference for Maipu IOS upgradation. Here I will cover both upgradation process. Monitor mode and Shell mode.
In this section, we will see how to upgrade IOS Maipu IOS from monitor mode…
Note : this is general process. For confirmation you can contact Maipu directly – techsupport@maipu.com
To enter in monitor mode – Plz press “Ctrl+C” at the time of booting, if you are not able to go, Plz reboot router manually and try again.
Monitor upgradation process is used in recovery mode. If you face any issue in upgrading router by normal mode and it is not coming up, then you have to use this mode… normally this mode is very easy and fast to recover router to normal with required IOS.
Make the environment like this, Use straight cable to connect your laptop to router f0 port or g0 port depending on router models. Then connect console to your laptop.
That means now you can access router via hyper terminal from your laptop and your laptop is connected to router by straight cable also.
As best practice, we can take backup of our configuration for our records.
Backup your startup file to your FTP server --
(This is according to your requirement)
Command:
ftpcopy [src /path/filename] ftp [host addr] [user] [pass] [dest filename]
- copy file from flash to host with FTP
Under the monitor mode:
Monitor:>ftpcopy /flash/startup ftp 1.1.1.2 maipu maipu startup.txt
Copying!!!
Total 2629 bytes copying completed.
Check the monitor version and format
Monitor:>ver
This will show you current monitor details
Monitor:>
Sometime this command will not work, depending upon the models…
Use “format /flash” then confirm with “Y”
Monitor:>format /flash
All files in TFFS dev /flash system will lose, realy want to format(Y/N)?Y
Erasing TFFS dev '/flash' ..................…….............................success!
Formatting TFFS dev '/flash' ..................…….............................success!
mount flash file system on dev '/flash' success.
This format/system command is for double file system IOS and supported models like
MP1800, MP 2824 and MP 3840.
Monitor:>format /system
All files in TFFS dev /system system will lose, realy want to format(Y/N)?Y
Erasing TFFS dev '/system' ..................…….............................success!
Formatting TFFS dev '/system' ..................…….............................success!
mount flash file system on dev '/system' success
Change the hyper terminal speed to 115200 , use XMODEM upgrade the monitor.
Monitor:>s 115200
### change the speed from 9600 to 115200, after that please also change your hyper terminal speed to 115200 and re-open it.
Monitor:>
Monitor:>lxr
download monitor image <.bin> with xmodem protocol:
XMODEM Receive: Waiting for Sender ...
CCC
download success, image size = xxxxxx ( xxxxxx ).
Update monitor flash........
Monitor:>
Now from here itself you can upgrade IOS also by XModem, But it will take lot of time.
To do it fast we have use our PC and FTP to upload IOS to Router.
Setup FTP server on PC, set the IOS path and username, password in that software.
I am using - wftpd32 software to do this.
Check out – that software steps.
Click –Security àUser/rights-- > new user
Then create new user à and in home directory locate the path of IOS àclick Done.
In this way, your FTP configuration is complete. Make sure that correct IOS is located in home Directory.
For IOS details – http://startnetworks.blogspot.com/2011/05/maipu-ios-details.html
Now back to hyperterminal
For help in monitor mode- type “help” , you will see command and decription.
Use ‘C” command to set booting parameter on monitor mode. C- means Change
Monitor:>c
Please change the system boot parameters with the following operation:
'.' = clear field; '-' = go to previous field; ^D = quit
available boot devices:
fe0 fe1 flash
boot device : flash0 fe0
file name : /flash/rpl-i-6.1.7.bin rpl-i-6.1.25(REL).bin
local IP addr : x.x.x.x 1.1.1.1 Assign IP address to router F0 port
host IP addr : 1.1.1.2 Define your FTP server IP shown in diagram
gateway IP addr :
user name : maipu ### FTP username ##
ftp password : maipu ### FTP password ##
save image : 0 1 ### Type 1, since 1 means save IOS ###
### Don’t bother about IOS name in screenshot. IOS will be as per your model and requirement. I tried to explain you process, Diagram is just for reference…
Monitor:>
Then , check once again for confirmation. Using C command, then proceed for last step…
Now already you defined all parameters in router monitor mode, about FTP server and IOS name , username , password.
Now you need to type ‘r’ command in monitor mode. “r” means Run – This command will upload FTP server home directory IOS to your router Flash and boot it.
Monitor:>r
In this way monitor IOS upgradation is completed..
Now one more thing, As we taken backup of your configuration. Copy again to your router and load it…
router(config)#inter f0
router(config-if-fastthernet0)#ip add 1.1.1.1 255.255.255.0
## configure the IP address for interface F0, which is connect to FTP server.
router(config-if-fastethernet0)#exit
router(config)#exit
router#
### check the connectivity is ok from router to FTP server , ping 1.1.1.2 (FTP server)…
router#ping 1.1.1.2
Press key (ctrl + shift + 6) interrupt it.
Sending 5, 76-byte ICMP Echos to 1.1.1.2 , timeout is 2 seconds:
!!!!!
Success rate is 100% (5/5). Round-trip min/avg/max = 0/0/0 ms.
### go to the filesystem, from the FTP copy startup to device flash.
router#filesystem
router(config-fs)#copy ftp 1.1.1.2 maipu maipu startup.txt file-system /flash/startup
Downloading###OK!
router(config-fs)#
## Now at last you need use command “config-file /flash/startup” to active copied configuration to running-config, otherwise when you need reboot the device then you can get startup when you perform show run.
router(config-fs)#config-file /flash/startup
router(config-fs)#
This section is totally for Maipu monitor upgradation process. In next post we will see about Shell upgradation.
Hope this information is informative for you..
For feedback and queries, Plz put comment with Name and mail id..
62 comments:
Excellent Sharing :) Great Keep it up
Thanks for compliment Fahad.. :)
my maipu type is MP1700E, accidentally I erase all data in flash memory, so it can't go anywhere except monitor mode.
I already try to copy flash data from other router with same type, I copy flash data to my ftp, and upload with XModem to the router which have no flash data, it success, but when i boot it, it always loading, it says "Loading system and application programs, please wait for a while..." I let router on, for about one night but, no still response..
Please help me..
sorry for my poor english
anyway Thx..
Dita Irawan, dita.irawan@gmail.com
Hi Dita,
I would advise you to follow this posts steps one by one. First format the flash.
For Xmodem process - then from monitor mode change the rate
Monitor>s 115200
Then again change your hyperterminal settings to 115200.
Then type lxr to send the IOS to router from xmodem
Monitor> lxr
send the IOS to router from xmodem protocol.
To upgrade from FTP, you can follow these steps in post. Make sure that your IOS is proper. For IOS details you can check Maipu IOS details.
http://startnetworks.blogspot.com/2011/05/maipu-ios-details.html
Let me know for any more support.
Hi Uttamkumar,
I just follow your steps, after I send flash data from my other maipu MP1700e (just call it routerB), the name is "startup" (because i think this is the IOS),I send it from my PC (using XModem) to my maipu which no flash data (just call it routerA), it's say success insert flash ... bla..bla..
I check the "C" command but it say "there is no command " , so i just using reset command, after that routerA going blank..., I try change monitor mode change to various rate from hyperterminal, but it still blank.. Looks like i'm wrong inserting the IOS..
Is there any other way ?
could you sent me your email, so we can contact by email.. :D
Thx
Hi Dita,
Plz share show ver of router, Let me check monitor version and IOS version..?
I will contact you my mail, after checking this information.
Okay,
Both router is same type Maipu MP1700E.This is the ver of my routerB, routerA you know, going blank..
http://imageshack.us/photo/my-images/855/verw.jpg/
Thank's for your help :)
Hi Dita,
This is very old IOS, you can go for 6.2.47 (2011 realease)or 6.1.25(2009 release.
I am mailing you new IOS. As you receive new IOS, Plz upgrade with this process and let me know what is result.
Uttam
Hi Dita,
I sent you IOS, you can follow this process to upgrade the IOS. If you require any more support let me know :)
Did you tried the upgradation process, what was result ?
yes,I tried it on RouterA which blank and won't run, even in monitor mode, I tried files you gave, and sent using xmodem with monitor mode 9600 & 115200 but both files can't sent.
Now,I'm trying to do a reset hardware, do you know how to do it Utam?
Or do you have other options?
thx
By today India Time in Evening IST 7:00 pm, I will contact you by mail. Give me your teamviewer. I will check then we will together try to solve this issue.
If possible Plz give me your contact number.
I already sent you an email.. :D
so check it if you have time...
Oh I almost forgot, so in your time, you can contact me by YM at 08:00 am - 3:00 pm
thx Uttam :)
Tomorrow I will contact you. If possible share you number on my mail.
Hi Uttam,
After I contact danzhou by email, looks like some chips are damaged, maybe I just give up, because i think the cost for shipping + repair damaged more expensive than router itself.
Thank You for your help until now..
Also thank's for your great blog.. :D
Best Regards
Dita
As It was hardware issue, So It needs to be done by Maipu. Thats why I asked you to contact concern team...
Thanks for appreciation of blog...
you are welcome :) I
how to reset maipu password?
Hi Kalyanakumar,
For password reset, Plz refer to
http://startnetworks.blogspot.com/2011/03/maipu-password-breaking-document.html
In above post, The process is explained in detail...
Plz let me know for any more support.
Hi I forgot the password of Maipu MyPower S4100 Switch... How could I recover / reset the password of this.. pls help
Hi Anonymous,
Plz refer to this post -
http://startnetworks.blogspot.com/2011/03/maipu-password-breaking-document.html
The process is same.
Thanks,
hello,
do you have monitor upgrade steps?!
i do have same problem with dita, but i decide to upgrade my monitor version first..
Hi AK67,
Plz check this post - http://startnetworks.blogspot.in/2011/09/maipu-ios-upgradation-video-practice-2.html
http://startnetworks.blogspot.in/2011/09/maipu-ios-upgradation-video-practice-1.html
It is having monitor upgradation process.
Plz let me know for any more support.
Thanks,
Hi Uttamkumar,
i already checked your post, but my version is older than yours.
anyway, i already solved this after contacting maipu tech support :)
thank you.
I used to be able to find good information from your blog articles.
My web site ... kohls-printable-coupons.net
Hi Uttamkumar,
I have Maipu Mp1700E, but right now it cannot be used, and i check the FPGA IC is hot.
Do you have a copy of the software for this FPGA IC? Because I have a plan to replace this IC.
Thank you for your support.
Hi Anto,
I guess you are trying to repair Maipu 1700E router. I would suggest you to send router to Maipu service centre in Delhi(Gurgaon).
Maipu R&D engineer will do needful process to recover it.
QF0721
christian louboutin shoes
uggs outlet
chanel outlet
tommy hilfiger outlet
coach outlet store
five fingers shoes
lakers jersey
toms outlet
juicy couture outlet
soccer shoes
supra shoes
lebron 12 shoes
mlb jerseys
49ers jersey
ray ban sunglasses outlet,ray ban sunglasses,ray ban,rayban,ray bans,ray ban outlet,ray-ban,raybans,ray ban wayfarer,ray-ban sunglasses,raybans.com,rayban sunglasses,cheap ray ban
north face jackets,north face,the north face,northface,north face outlet,north face jackets clearance,the north face
tory burch sandals
christian louboutin uk
coach outlet online
chicago bears jerseys
san antonio spurs jerseys
colts jerseys
nike free run uk
michael kors uk
burberry crossbody bag
coach bags on sale
prada-crossbody
prada loafers
gucci outlet
prada bags
coach purses
coach diaper bags
michael kors satchel
cheap louis vuitton purses
coach factory outlet
coach handbags outlet
chanel diaper bag
coach bags
michael kors factory outlet
michael kors tote bags
chanel handbags
chanel clutch
prada clutch
burberry bags
coach factory outlet online
coach backpack
chanel crossbody
burberry diaper bag
longchamp backpack
chanel classic flap bag
mcm handbags
longchamp le pliage medium
coach outlet online
louis vuitton eva clutch
2016-1-8 leilei
coach outlet
prada handbags
ralph lauren pas cher
jordan 3 white cenment
louis vuitton handbags
retro jordans 13
christian louboutin sale
coach outlet online
true religion sale
ugg outlet
north face jackets
mulberry uk
ralph lauren outlet
ugg boots
louis vuitton handbags
jordan 6s
montblanc pens
cheap ugg boots
louboutin pas cher
michael kors outlet
michael kors outlet
oakley vault
canada gooses outlet
coach outlet online
adidas uk
longchamp le pliage
burberry outlet
cheap uggs
gucci belt
louis vuitton outlet stores
adidas gazelle
jordan 3s
michael kors handbags
sac longchamp pliage
michael kors handbags
gucci handbags
ed hardy
kate spade
tory burch
air jordan homme
hello everyone my router is maipu mp801e and i know readable user password but i don't know enable password can you know default password for maipu router
michael kors handbags outlet
ralph lauren outlet
stan smith adidas
timberland boots outlet
timberland shoes
cheap nfl jerseys
hermes belt
cheap jordan shoes
true religion outlet store
kate spade outlet online
kobe 11
michael kors outlet
michael kors canada
nike free flyknit 3.0
jimmy choo
jordan pas cher
michael kors purses
north face uk
longchamp bag
polo ralph lauren uk
nike air max 90
sac longchamp
michael kors canada
longchamp bag
fitflops
nike trainers
pandora charms outlet
true religion uk
ralph lauren
micahel kors
louis vuitton outlet
nike blazer
reebok
asics gel kayano
20160725caiyan
Thanks you for sharing the unique content. you have done a great job. thank you for sharing such a unique content.
IOS Training in Chennai
nike air max
louis vuitton
toms outlet
michael kors factory outlet
louis vuitton outlet
polo ralph lauren outlet
fitflops sale
asics
tory burch outlet
michael kors canada
20170214lck
gucci sito ufficiale
boston celtics jersey
converse trainers
michael kors outlet online
sac longchamp
miami heat
cheap nfl jerseys wholesale
toms outlet
tiffany and co outlet
nike blazer
Nice post. Very interesting to read. Thank you for Sharing. Dot Net Training Institute in Chennai | Dot Net Training Institute in Velachery.
Your Blog is interesting to read..keep updating..
Linux Training Institute in Chennai | No.1 Linux Training Institute in Chennai | Online Training Institute in Chennai
nike shoes
fitflops sale clearance
cheap jordans
kate spade outlet
canada goose jackets
cheap oakley sunglasses
ralph lauren uk
kate spade outlet online
ralph lauren outlet
oakley sunglasses wholesale
Thanks for sharing a worthy information. keep updating regularly.
Selenium Training in Chennai
selenium course
iOS Course in Chennai
iOS Training Chennai
JAVA Training in Chennai
JAVA Course in Chennai
I am obliged to you for sharing this piece of information here and updating us with your resourceful guidance. Hope this might benefit many learners. Keep sharing this gainful articles and continue updating us.
Hadoop Training in Chennai
Cloud computing Training
Cloud computing Training Chennai
Cloud computing Training centers in Chennai
Hadoop Course in Chennai
best big data training in chennai
I believe that your blog will surely help the readers who are really in need of this vital piece of information. Waiting for your updates.
Spoken English Classes in T Nagar
Spoken English Classes in Vadapalani
Spoken English Classes in Chennai Nungambakkam
Spoken English Coaching Class near me
Spoken English Classes in Tambaram
Spoken English Class in Chrompet
English Coaching Classes in Oragadam
Nice idea,keep sharing your ideas with us.i hope this information's will be helpful for the new learners.
Cloud computing Training in Bangalore
Cloud computing courses in Anna Nagar
cloud computing Training in chennai
Cloud Computing Training in OMR
I appreciate you sharing this article. Really thank you! Much obliged.This is one marvelous blog article.
Ethical Hacking Course in Bangalore
Hacking Course in Bangalore
Ethical Hacking Training in Chennai Adyar
Hacking Training in Adyar
Ethical Hacking Training in Velachery
Ethical Hacking Training in Chennai Velachery
Pretty blog, so many ideas in a single site, thanks for the informative article, keep updating more article.
Java Training in Chennai
PHP Training in Chennai
Java course in Chennai
Java Training Institute in Chennai
PHP Course in Chennai
PHP Training Institute in Chennai
It is very excellent blog and useful article thank you for sharing with us, keep posting.
Spoken English Course in Chennai
English Speaking Course in Chennai
Spoken English Training center in Chennai
Spoken English Classes in Anna Nagar
Spoken English Training in Velachery
Spoken English Training in Tambaram
Spoken English Training in Adyar
your blog was good and very useful...so keep sharing information with us
air hostess training in chennai
airport management courses in chennai
Thanks for sharing useful information with us.useful content and very interesting to read also
Cloud Computing Training in Chennai
Amazing Post. The idea you shared is wonderful. Pls keep on posting.
Ionic Training in Chennai
Ionic Course in Chennai
Ionic Corporate Training
Ionic Training Institute in Chennai
Best Ionic Training in Chennai
Ionic courses
Ionic Training in Anna Nagar
Ionic Training in T Nagar
It's excellent work! The admin written style is a very superb and very likeable post. Well done and Thank you for giving the quality post.
Spark Training in Chennai
Spark Training
Excel Training in Chennai
Corporate Training in Chennai
Linux Training in Chennai
Pega Training in Chennai
Tableau Training in Chennai
Power BI Training in Chennai
Social Media Marketing Courses in Chennai
Spark Training Fees in Chennai
nike sneakers for women
balenciaga shoes
air force 1
supreme clothing
christian louboutin shoes
ferragamo belt
michael kors handbags
nmd
supreme clothing
nhl jerseys
This is great article for reader, gain more knowledge.
web design and programming courses
php training in chennai
magento training course
Nice to be visiting your blog again, it has been months for me. Well this article that i've been waited for so long. I need this article to complete my assignment in the college, and it has same topic with your article. Thanks, great share nice to see.
Ai & Artificial Intelligence Course in Chennai
PHP Training in Chennai
Ethical Hacking Course in Chennai Blue Prism Training in Chennai
UiPath Training in Chennai
According to Moore's law the processing power of microchips is doubling every 18 months. These advances present many significant opportunities but also pose major challenges keep it up
Ai & Artificial Intelligence Course in Chennai
PHP Training in Chennai
Ethical Hacking Course in Chennai Blue Prism Training in Chennai
UiPath Training in Chennai
Ответственный и проверенный поставщик всегда может предоставить огромный выбор декоративного покрытия для уборной. Бренд sotni.ru реализует плитка ape arts trendy mix в течение двенадцати лет.
Разновидность тонов и форматов. Ценовой диапазон кафеля соответственно разнится. Кафель http://nukim.org.ua/index.php?subaction=userinfo&user=ytybojoc изготавливают в большом количестве, и каждая компания пытается предложить собственный эксклюзивный дизайн.
На странице интернет-магазина «МАКСИДЕН» элементарно подобрать гладильная доска какую купить по самой оптимальной цене. Кухонные принадлежности возможно условно разбить на несколько типов – как декорации и практичные, для будничного применения. Самый банальный случай – на любой кухне без сомнения присутствует электрочайник.
supreme
moncler jackets
hermes birkin
yeezys
russell westbrook shoes
curry 8
hermes belt
kawhi leonard shoes
golden goose
yeezys
Индивидуальные данные людей представлена в кодированном виде, поэтому высочайший уровень безопасности гарантирован. Онлайн касса работает круглые сутки, посетителям не придется выстаивать несколько часов в очередях, дабы оформить https://biletynapoezda.ru/sankt-peterburg-vorkuta/. На платформе работает удобная система расчетов при покупке Ж/Д билетов.
Обширный ассортимент вещей для дома и снаряды спортивного назначения по самой низкой стоимости. На сайте маркетплейса MegaMag посетители имеют возможность выбрать купить набор столовых приборов красноярск. Подыскивайте требуемые товары высокого качества от надежных изготовителей.
Морепродукты преимущественно необходимы маленьким детям и спортсменам. Морские деликатесы являются лучшим источником первосортного белка и всевозможных витаминов. Рыбы считаются ценнейшим источником селена для человеческого организма. Лишь в онлайн-магазине креветки морепродукты купить вы можете найти рыбу высочайшего качества!
Компания «Инфостади» помогает поступить в колледжи Канады. По ссылке проекта начальное образование в Канаде показан огромнейший перечень образовательных организаций, в которых может получить образование всякий человек. Множество подростков пытаются приобрести качественную подготовку за кардоном.
Post a Comment