<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4697593655759831345</id><updated>2012-02-06T01:19:37.931+05:00</updated><category term='repartition cisco flash'/><category term='duration finder'/><category term='router FE'/><category term='ios upgrade partition'/><category term='video running time'/><category term='video play time'/><category term='hwic-2fe'/><category term='merge multiple document'/><category term='doc merger'/><category term='Microsoft Top 12 Shorcuts'/><category term='router fast ethernet'/><category term='cisco fast ethernet support'/><category term='word 2010'/><category term='FE support'/><category term='doc merge'/><category term='2801 FE'/><category term='do wr'/><category term='Document merger'/><category term='domain-name'/><category term='docx merger'/><category term='video length'/><category term='hwic-1fe'/><category term='dhcp issue'/><title type='text'>Am@zinG SiLenCe</title><subtitle type='html'>Straight from my Heart.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-3164572529552571422</id><published>2011-11-27T02:02:00.003+05:00</published><updated>2011-11-27T02:22:13.754+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='merge multiple document'/><category scheme='http://www.blogger.com/atom/ns#' term='doc merger'/><category scheme='http://www.blogger.com/atom/ns#' term='doc merge'/><category scheme='http://www.blogger.com/atom/ns#' term='Document merger'/><category scheme='http://www.blogger.com/atom/ns#' term='word 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='docx merger'/><title type='text'>Merging Document</title><content type='html'>Ever stuck in document merging challenge? I had done it plenty of time, without exception its not a very pleasing experience.  One of similar event happen few days back when i have to combine the solution from many different vendor for a large tender.&lt;br /&gt;&lt;br /&gt;Word 2010 hung and restart everytime i copy and pasted one document content to others, i tried a lot but of no use. Then I decided to automate it as much as i can. I tried to find out ready made tool but without success. After googling a bit i find a very simple Macro. All you need is to copy all your document in one folder,input the source folder location and bump, all of sudden you will get a single merged document.Off course it will not make it ready to use but still make the boring process a lot easier and save lot of time.&lt;br /&gt;&lt;br /&gt;Sub test()&lt;br /&gt;'&lt;br /&gt;' test Macro&lt;br /&gt;'&lt;br /&gt;'&lt;br /&gt;   Dim rng As Range&lt;br /&gt;   Dim MainDoc As Document&lt;br /&gt;   Dim strFile As String&lt;br /&gt;   Const strFolder = "D:\SandBox\" 'make it as per your requirement&lt;br /&gt; &lt;br /&gt;   Set MainDoc = Documents.Add&lt;br /&gt;   strFile = Dir$(strFolder &amp;amp; "*.docx") ' can change to .doc&lt;br /&gt;   Do Until strFile = ""&lt;br /&gt;       Set rng = MainDoc.Range&lt;br /&gt;       rng.Collapse wdCollapseEnd&lt;br /&gt;       rng.InsertFile strFolder &amp;amp; strFile&lt;br /&gt;       strFile = Dir$()&lt;br /&gt;   Loop&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Thanks to addictivetips.com .For complete instructions please visit &lt;a href="http://www.addictivetips.com/microsoft-office/merge-multiple-word-2010-documents/"&gt;Link&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-3164572529552571422?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/3164572529552571422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=3164572529552571422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3164572529552571422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3164572529552571422'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2011/11/merging-document.html' title='Merging Document'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-7893654783756916504</id><published>2011-11-27T01:45:00.003+05:00</published><updated>2011-11-27T02:26:00.286+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='video play time'/><category scheme='http://www.blogger.com/atom/ns#' term='video length'/><category scheme='http://www.blogger.com/atom/ns#' term='duration finder'/><category scheme='http://www.blogger.com/atom/ns#' term='video running time'/><title type='text'>Play Time</title><content type='html'>From a while, I have been searching for a software that can show me the duration of all videos in one folder. The intention is to avoid tedious manual work for planning before starting particular video training. I have tried many things including adding them into GOM, Windows media player,VLC player library but all of them proof to be a work around, unless i discover Play Time. It is very simple tool yet powerful enough. It can detect most of the video format without any problem and last but most importantly its free of cost.&lt;br /&gt;Enjoy!!!&lt;br /&gt;http://www.pendriveapps.com/playtime-calculate-audio-video-duration/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-7893654783756916504?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/7893654783756916504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=7893654783756916504' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/7893654783756916504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/7893654783756916504'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2011/11/play-time.html' title='Play Time'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-5328581930139113642</id><published>2011-07-04T12:35:00.001+05:00</published><updated>2011-07-04T12:42:49.756+05:00</updated><title type='text'>Alishba</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-gSxXC8wkRvE/ThFuNAOWIWI/AAAAAAAAANI/DUhxKx37F-o/s1600/DSC05426.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://2.bp.blogspot.com/-gSxXC8wkRvE/ThFuNAOWIWI/AAAAAAAAANI/DUhxKx37F-o/s400/DSC05426.JPG" alt="" id="BLOGGER_PHOTO_ID_5625398579239985506" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-_Ncfms2rb2U/ThFuMxpACYI/AAAAAAAAANA/tny_q_3QN_k/s1600/DSC05411.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/-_Ncfms2rb2U/ThFuMxpACYI/AAAAAAAAANA/tny_q_3QN_k/s400/DSC05411.JPG" alt="" id="BLOGGER_PHOTO_ID_5625398575325251970" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-aoDst5YLvvA/ThFuNwaP6rI/AAAAAAAAANQ/j9VUZOKP_5c/s1600/DSC05408.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://2.bp.blogspot.com/-aoDst5YLvvA/ThFuNwaP6rI/AAAAAAAAANQ/j9VUZOKP_5c/s400/DSC05408.JPG" alt="" id="BLOGGER_PHOTO_ID_5625398592174811826" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-5328581930139113642?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/5328581930139113642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=5328581930139113642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5328581930139113642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5328581930139113642'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2011/07/alishba.html' title='Alishba'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-gSxXC8wkRvE/ThFuNAOWIWI/AAAAAAAAANI/DUhxKx37F-o/s72-c/DSC05426.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-2107170100581756859</id><published>2011-01-02T18:25:00.004+05:00</published><updated>2011-01-02T18:49:10.777+05:00</updated><title type='text'>Cisco-Free Networking ...HP is here</title><content type='html'>The Game is ON. With introduction of UCS Cisco has now entered in server market-space, a direct competitive step against its old partner HP. Later in 2010 HP respond it firmly !! acquired 3com with huge investment of 2.7 Billion. The below article is very interesting and shows how the competition is growing day by day. HP goes one step further and remove Cisco equipment from its Six data-center around the world. HP Data center are now completely "Cisco-Free".&lt;br /&gt;&lt;br /&gt;The migration includes HP A Series equipment and now the DC is capable of handling more than 260 Gbs of WAN data traffic (120 Gbs of internet capacity). The equipment includes&lt;br /&gt;20 A8812 routers,&lt;br /&gt;6 A6616 routers,&lt;br /&gt;18 A6604 routers,&lt;br /&gt;16 A12508 switches&lt;br /&gt;12 modular A9505 switches.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.eweek.com/c/a/Enterprise-Networking/HP-Data-Centers-are-CiscoFree-495970/"&gt;http://www.eweek.com/c/a/Enterprise-Networking/HP-Data-Centers-are-CiscoFree-495970/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-2107170100581756859?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/2107170100581756859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=2107170100581756859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2107170100581756859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2107170100581756859'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2011/01/cisco-free-networking-hp-is-here.html' title='Cisco-Free Networking ...HP is here'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-8764551014664552263</id><published>2010-12-27T14:42:00.002+05:00</published><updated>2010-12-27T14:47:52.372+05:00</updated><title type='text'>Juniper extending its Virtualization portfolio</title><content type='html'>&lt;p&gt;SUNNYVALE, Calif., Dec. 6, 2010 — Juniper Networks (NYSE: JNPR) today  announced it has acquired Altor Networks, a leading provider of  virtualization security technology that enables organizations to secure  the virtualized world.  This acquisition will allow Juniper to extend  its market-leading security position by delivering an integrated,  highly-scalable security architecture that protects physical and virtual  systems. Under the terms of the agreement, Juniper acquired Altor for a  cash purchase price of approximately $95 million, net of Altor shares  already owned by Juniper.&lt;/p&gt;&lt;a href="http://www.juniper.net/us/en/company/press-center/press-releases/2010/pr_2010_12_06-09_00.html"&gt;For more details please click here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-8764551014664552263?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/8764551014664552263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=8764551014664552263' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/8764551014664552263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/8764551014664552263'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2010/12/juniper-extending-its-virtualization.html' title='Juniper extending its Virtualization portfolio'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-2882703477512845335</id><published>2010-11-06T01:17:00.003+05:00</published><updated>2010-11-06T01:44:46.054+05:00</updated><title type='text'>Gartner UTM Results for 2010</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Gartner Magic quadrant  for UTM is just released.   Fortinet rocks again. Cisco and juniper are are utilizing 3rd party UTM component. Juniper has teamed up with Kaspersky and Sophos while Cisco partnered with trend micro to offer the same.  Fortinet clearly has an edge of developing integrated technologies. SonicWALL along with checkpoints solutions do also look impressive&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://imagesrv.gartner.com/media-products/reprints/images/sonicwall/206923_0001.png;pvc725a9ec282b7d31"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 410px;" src="http://imagesrv.gartner.com/media-products/reprints/images/sonicwall/206923_0001.png;pvc725a9ec282b7d31" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;The full report is available at &lt;/div&gt;&lt;div&gt;&lt;a href="http://www.gartner.com/technology/media-products/reprints/sonicwall/vol4/article1/article1.html"&gt;CLICK ME&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-2882703477512845335?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.gartner.com/technology/media-products/reprints/sonicwall/vol4/article1/article1.html' title='Gartner UTM Results for 2010'/><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/2882703477512845335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=2882703477512845335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2882703477512845335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2882703477512845335'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2010/11/gartner-utm-results-for-2010.html' title='Gartner UTM Results for 2010'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-4570408579218223829</id><published>2010-04-26T01:14:00.002+05:00</published><updated>2010-04-26T01:20:18.344+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='domain-name'/><category scheme='http://www.blogger.com/atom/ns#' term='dhcp issue'/><category scheme='http://www.blogger.com/atom/ns#' term='do wr'/><title type='text'>Do Write Memory and DHCP !!! Not always Best Bet</title><content type='html'>Lets go to IOS and experience an interesting case&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;R1(config)#ip dhcp pool Strange&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Oh wait a min, I want to save my Config !!! Lets use write mem or do wr&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;R1(dhcp-config)#do wr      &lt;br /&gt;R1(dhcp-config)#end&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now My Config is save, let see show run output&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Sh run&lt;br /&gt;Output ommited....&lt;br /&gt;!&lt;br /&gt;ip dhcp pool Strange&lt;br /&gt;   domain-name wr------------&gt; Ooops watch that.....where the domain name comes!!!!&lt;br /&gt;!       &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;My God this made me totally mad during an implementation, i were able to figure out this after sometime. So beware of shorcuts they are not always good (:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-4570408579218223829?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/4570408579218223829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=4570408579218223829' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/4570408579218223829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/4570408579218223829'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2010/04/do-write-memory-and-dhcp-not-always.html' title='Do Write Memory and DHCP !!! Not always Best Bet'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-3937104830048445684</id><published>2010-04-21T13:47:00.002+05:00</published><updated>2010-04-21T14:16:23.088+05:00</updated><title type='text'>IOS privilege and Show Running Dispute:</title><content type='html'>One of my client has requested to implement role based access using IOS privilege level and AAA local Database. I encounter an interesting problem. The customer requested to make a user with only show running-configuration access&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When this particular user is created with a privilege level 10,  and only show running-config is assigned to that privelege but to my surprise it only shows blank configuration Initially it was considered to be cisco Bug. When i dig it further, it found out that it is Cisco design and not any bug.&lt;br /&gt;&lt;br /&gt;Please refer below for details&lt;br /&gt;&lt;a href="http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800949d5.shtml" target="_blank"&gt;IOS Privilege Levels Cannot See Complete Running  Configuration&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Cisco IOS comes with 16 privialege level from 0-15 By default, Cisco assigns commands to only three of these privilege levels: zero, user, and enable. There are five commands with privilege level zero: disable, enable, exit, help, and logout. User EXEC mode — privilege level 1 (when you login this is default level). Privileged EXEC mode — privilege level 15 (when you are in enable mode, equivalent to root access of linux)&lt;br /&gt;&lt;br /&gt;To assign a privilege level to a user:&lt;br /&gt;2801(config)# username support password abc privilege 5&lt;br /&gt;2801# show privilege&lt;br /&gt;Current privilege level is 5&lt;br /&gt;&lt;br /&gt;To assign a privilege level to a particular command&lt;br /&gt;Router1#configure terminal&lt;br /&gt;Router1(config)#privilege exec level 1 show running-config&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Problem Finding:&lt;br /&gt;The show running configuration only displays all of the commands that the current user is able to modify. i.e. in other words,  only shows configuration section that is below the user's current privilege level.&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;1- Instead of using show run, we may use show startup but it may show steal configuration and might not be actual replica of running configuration.&lt;br /&gt;2- We may use command&lt;span&gt;&lt;pre&gt;&lt;b&gt;&lt;span style=";font-family:arial,helvetica,sans-serif;font-size:85%;"  &gt;username printconfig privilege 10 password test&lt;br /&gt;&lt;br /&gt;username printconfig privilege 15 autocommand show running&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;By  doing when the user is login the show running config command will be executed immediately but immediately logut the user. SO we will leave  with configuration but need some other account to perform  troubleshooting etc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Reference:&lt;br /&gt;How to Configure Local Username Database in Cisco IOS&lt;br /&gt;http://www.petri.co.il/csc_how_to_configure_local_username_database_cisco_ios.htm&lt;br /&gt;&lt;br /&gt;IOS Privilege Levels Cannot See Complete Running Configuration&lt;br /&gt;http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800949d5.shtml&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-3937104830048445684?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/3937104830048445684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=3937104830048445684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3937104830048445684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3937104830048445684'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2010/04/ios-privilege-and-show-running-dispute.html' title='IOS privilege and Show Running Dispute:'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-3110435961606653954</id><published>2009-12-25T07:40:00.002+05:00</published><updated>2009-12-25T07:59:34.621+05:00</updated><title type='text'>IPSEC not supported!!!! Reason you go for router</title><content type='html'>One of the many things that my customer ask why we donot go for layer 3 switch instead of router when ethernet is our only requirement. Cisco 1 port FE card still have GPL of 950 USD. While L3 switches comes with 24/48 port and this is really cheaper when customer require many Ethernet interfaces.&lt;br /&gt;&lt;br /&gt;Well although in some cases the customer may opt the option but i still don't encourage them as one obvious answer is router is still intended for routing while L3 switch is still have switching hardware and intended for LAN . It cannot support many necessary features like IPSEC VPN, GRE tunnel and even NAT that are necessary for WAN edge&lt;br /&gt;&lt;br /&gt;Well i still remember from my previous job experience that one of my colleague purchase 3560 for site to site vpn with router, only to figure out that IPsec is not supported on  it.&lt;br /&gt;&lt;br /&gt;To summarize L3 switches were introduced by keeping mind to perform efficient intervlan routing and are best within campus. Routers are destined for edge and will still be used at WAN edges.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-3110435961606653954?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/3110435961606653954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=3110435961606653954' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3110435961606653954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3110435961606653954'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/12/ipsec-not-supported-reason-you-go-for.html' title='IPSEC not supported!!!! Reason you go for router'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-4145010772933575341</id><published>2009-12-25T07:31:00.003+05:00</published><updated>2009-12-25T07:39:43.468+05:00</updated><title type='text'>Subinterface, SVI and Catalyst Catch!!!</title><content type='html'>Well there are many who do not know this&lt;br /&gt;&lt;br /&gt;You cannot make subinterfaces on Cisco switches. No matter its 2960,3560 or 3750. No matter its LANLITE or LAN base. No matter its standard image or enhanced image. Subinterfaces are simply not supported.&lt;br /&gt;&lt;br /&gt;So what the alternative solution? You get it. Use SVI instead. You can do almost every thing that you can do with physical interface&lt;br /&gt;&lt;br /&gt;Int vlan 10&lt;br /&gt;ip address x.x.x.x x.x.x.x&lt;br /&gt;Access-group 101&lt;br /&gt;IP ospf cost 10&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-4145010772933575341?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/4145010772933575341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=4145010772933575341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/4145010772933575341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/4145010772933575341'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/12/subinterface-svi-and-catalyst-catch.html' title='Subinterface, SVI and Catalyst Catch!!!'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-7258934538448363370</id><published>2009-11-09T21:56:00.003+05:00</published><updated>2009-11-09T22:40:57.844+05:00</updated><title type='text'>SSL VPN Configuration...Good Resources!!!</title><content type='html'>On group study i found good links for SSL VPN config. I find it useful to document it for future reference!!!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cisco.com/E-Learning/bulk/public/celc/Cisco_QLM13_ASA_beta/course_skin.html"&gt;http://www.cisco.com/E-Learning/bulk/public/celc/Cisco_QLM13_ASA_beta/course_skin.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.tech21century.com/how-to-configure-anyconnect-ssl-vpn-on-cisco-asa-5500/"&gt;http://www.tech21century.com/how-to-configure-anyconnect-ssl-vpn-on-cisco-asa-5500/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-7258934538448363370?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/7258934538448363370/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=7258934538448363370' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/7258934538448363370'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/7258934538448363370'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/11/ssl-vpn-configurationgood-resources.html' title='SSL VPN Configuration...Good Resources!!!'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-7240514214768026970</id><published>2009-10-24T12:50:00.002+06:00</published><updated>2009-10-24T13:09:22.029+06:00</updated><title type='text'>BGP Support on ASA</title><content type='html'>Lesson of the Day: BGP is not supported on ASA&lt;br /&gt;&lt;br /&gt;Juniper SSG using ScreenOS are featured rich but it can also become internet facing device even if you need dual homing, as it supports BGP&lt;br /&gt;&lt;br /&gt;Beside other feaures Cisco ASA with Linux kernell left behinf in routing protocol support. Till now BGP is still unsupported on ASA platform.&lt;br /&gt;&lt;br /&gt;SSG support RIPv1/2, OSPF, BGP, Frame Relay, Multilink Frame Relay, PPP, Multilink PPP, HDLC and ASA only RIPv1/2, OSPF.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-7240514214768026970?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/7240514214768026970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=7240514214768026970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/7240514214768026970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/7240514214768026970'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/10/bgp-support-on-asa.html' title='BGP Support on ASA'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-5497551239370495678</id><published>2009-10-22T00:55:00.002+06:00</published><updated>2009-10-22T00:58:00.862+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ios upgrade partition'/><category scheme='http://www.blogger.com/atom/ns#' term='repartition cisco flash'/><title type='text'>Repartition Cisco Flash</title><content type='html'>Repartition Flash&lt;br /&gt;&lt;br /&gt;Well I have 2621XM in my hand; I need to enable IPsec VPN on it. Ooops it shows no option for Cypto isamkp. I need to upgrade to Security IOS. Before that I must figure out the version that fits in my little 32MB Flash. After a while I were able to find it, download it. Now TFTP server is ready to finsh the job and make the router ready tor VPN.&lt;br /&gt;&lt;br /&gt;Copy tftp flash …………………&lt;br /&gt;&lt;br /&gt;Oh I get error Error : Your flash is 16 MB you cannot copy 24 Mb IOS.&lt;br /&gt;&lt;br /&gt;I check flash again&lt;br /&gt;&lt;br /&gt;Router# show flash&lt;br /&gt;&lt;br /&gt;The repartition process involves erasing Flash memory, so as per a document I found on a forum that&lt;br /&gt;&lt;br /&gt;1- Reboot the router to run in ROM mode.&lt;br /&gt;&lt;br /&gt;2- Change the config-register to 0x2101 and reload, using the following commands&lt;br /&gt;&lt;br /&gt;Router#configure terminal&lt;br /&gt;&lt;br /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;br /&gt;&lt;br /&gt;Router(config) # config-register 0x2101&lt;br /&gt;&lt;br /&gt;Router(config) # exit&lt;br /&gt;&lt;br /&gt;Router # reload&lt;br /&gt;Below is excerpting what I found on this document that is originally written for 25XX.&lt;br /&gt;&lt;br /&gt;This will bring the router up in boot mode and Flash will be idle. You can not change the partition when the router is running under a full IOS from Flash. You will see a different router prompt, but enable passwords and most commands will remain the same.&lt;br /&gt;&lt;br /&gt;3- Now Erase the flash using&lt;br /&gt;&lt;br /&gt;Router # erase flash&lt;br /&gt;&lt;br /&gt;4- Now repartition it to a single 32 MB flash using command,&lt;br /&gt;Router # configure t&lt;br /&gt;&lt;br /&gt;Router(config) # partition flash 1 32&lt;br /&gt;&lt;br /&gt;Where 1 in above command denotes number of partition&lt;br /&gt;&lt;br /&gt;5- Change the config register value again&lt;br /&gt;&lt;br /&gt;Router(config) # config-register 0x2102&lt;br /&gt;&lt;br /&gt;Router(config) # exit&lt;br /&gt;&lt;br /&gt;Router # reload&lt;br /&gt;&lt;br /&gt;Before reloading donot forget to copy new ios to the flash, else you should know how play with Xmodem on Saturday night (:&lt;br /&gt;&lt;br /&gt;Work done!!! Now it 2:00 AM …Go to sleep now (:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-5497551239370495678?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/5497551239370495678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=5497551239370495678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5497551239370495678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5497551239370495678'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/10/repartition-cisco-flash.html' title='Repartition Cisco Flash'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-1618671668732450918</id><published>2009-08-08T01:35:00.002+06:00</published><updated>2009-08-08T01:44:17.390+06:00</updated><title type='text'>Back It Up! By Omair Siddiqui</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eN0AkmacXHs/SnyCsBo-fWI/AAAAAAAAAKU/Q9v_qfdSty4/s1600-h/remote-backup-strategy-dp.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 133px;" src="http://1.bp.blogspot.com/_eN0AkmacXHs/SnyCsBo-fWI/AAAAAAAAAKU/Q9v_qfdSty4/s400/remote-backup-strategy-dp.jpg" alt="" id="BLOGGER_PHOTO_ID_5367308548784946530" border="0" /&gt;&lt;/a&gt;This article  is already published and copied from CIO pakistan March 2009 edition  This was also republished in network world&lt;br /&gt;&lt;br /&gt;http://www.networkworld.com/news/2009/030609-back-it.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Your business is only as redundant as the integrity of the data that you have stored on your servers. For companies that service customers in the cloud, if you can’t offer 99.9999% uptime and absolutely ensure data backup and restoration, you might as well not be in business.&lt;br /&gt;&lt;span id="more-6598"&gt;&lt;/span&gt;&lt;br /&gt;There are a few issues at hand here. Not only must you ensure that the data is accurately and securely backed up whereby every packet and byte is accounted for, but you must also ensure that when the time comes, the data is “clean” enough to be plugged back into the system without a hiccup. It’s the hiccup that companies need to avoid which is why they look for ways to backup their data to begin with, however they aren’t always as proactive as the results they were expecting. &lt;p&gt;There has to be a process to acquire backups. Recent advancements in network and backup technologies have improved the performance, making it easier to backup data over the network. The traditional process which involves tape drives at branch servers, where an end-of-day-tape backup is usually taken and physically sent to the head office. This, by the way, is not what they were talking about when the term “data in transit” was discussed.&lt;/p&gt; &lt;p&gt;There are obvious problems with physically moving data – the unavailability of qualified technical resources to take properly handle the backups, verification of the backed up data before shipping it to the head office, risk of damaging the tape, data loss or theft during transportation; the list is quite endless.  More importantly, because the backup in the current scenario, at least is done on an ad hoc basis, when the IT Administrator tries to sync the data into the data center, they find that it was not a successful backup to begin with. But most of these issues are usually revealed beyond the point of no return - when the restoration or a DR (Disaster Recovery) drill is performed.&lt;/p&gt; &lt;p&gt;By virtue of the technological advancements, there are solutions available which support a wide variety of operating systems and applications which can take optimized backups over WAN links.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;The Solution&lt;/strong&gt;&lt;br /&gt;The solution in this case is actually a paradigm shift making use of modern data protection technologies to cope up with the ever increasing backup data vis a vis bandwidth. It uses fingerprint technology to distinguish unique file segments and maintain a check on all the redundant data in the remote sites. The solution that addresses these requirement includes a storage pool at each remote locations which then replicate the data over the WAN. These agents are thin software deployed in the remote servers. The software makes sure to send only new unique segments of file to a local storage pool, which automatically reduces the size of the transfer.  It then becomes the job of the pool to check the uniqueness of the file across all local agents.  It only replicates unique file segments to the main storage located in the centralized Data Center. This minimizes WAN bandwidth requirements and allows scalability because of the reduced storage capacity requirements.&lt;/p&gt; &lt;p&gt;A storage pool on the remote site optimizes the data over all the branch’s clients by identifying unique contents and storing the backup data locally. This shortens backup and restore tasks, and enables synchronization with central locations. Instead the files can be backed up over the WAN to a central storage.&lt;/p&gt; &lt;p&gt;The solution is also able to deal with one of the most important aspect of data security over the WAN by encrypting every file segment that it sends to the storage. The data in transit, as discussed earlier, comes to life in this segment of the solution whereby the data is encrypted before it is sent over the WAN to the storage, ensuring that the data is secure during the communication. This architecture eliminates the risk of accidental loss of tapes and unauthorized access of data, both in transit and at rest.&lt;/p&gt; &lt;p&gt;The solution has a very tangible return on investment.  It is cost effective because the alternative would be to deploy separate tape drives, media, backup software, and technical support at each distinct site. There are then additional costs involved in the administration of each site and management of the off-site storage of the tape media.  Since the solution removes the need for on-site tapes, the customers who have deployed this, have been able to justify their investment in a relatively short span of time.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Bank Islami – A Case Study&lt;/strong&gt;&lt;br /&gt;Innovative Integration recently deployed the solution at Bank Islami, ensuring that they had scalable, high performance data protection architecture for the bank’s Linux environment.  Their environment includes more than 100 HP servers and a centralized pool of Network Appliance Storage. The problem the bank was having was to consolidate the data from its more than 100 branches across the major cities, located all over Pakistan. The institution was relying on a local data protection solution, built on an Open Source backup software. Almost all of the PCs and servers operated by the bank are running a SuSe Linux environment, which extended to the branch network as well.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Bank-Islami Setup at a Glance&lt;/strong&gt;&lt;br /&gt;“Each Bank Islami branch contains a file server which holds files from the specific branch users,” says Asad Alim, Head of Information Technology at Bank Islami. “At that time, there was no option other than to place a tape drive in each of the branches and use conventional scripts to perform the requisite backup.”&lt;/p&gt; &lt;p&gt;Using the traditional method, it could take up to a day to manage a recovery. As long as the tape was readable, it could always restore successfully providing the tapes were acquired from the remote location, locating the right tape containing the right block of information and then getting down to the restoration before having to send the tape back to the site. “Now none of this hassle is involved,” explains Asad.&lt;/p&gt; &lt;p&gt;Talking about bandwidth constraints Asad Alim commented that “We were concerned about the pressure the backup would put on the network, but despite of the 256Kbps bandwidth connectivity, the performance has proven to be stable”. Changes in data is first compressed at source and then sent across WAN to the central storage where it is decompressed and then stored in a duplicated fashion. It then employs an intelligent algorithm for data transfer. In case a backup fails during the process due to link failure or connectivity loss, the backup will resume from the point it was interrupted.&lt;/p&gt; &lt;p&gt;“The cost savings are a great endorsement but what is most important is that the branch data is now secure. You have to remember that in the past, we could never be 100% certain that we could restore a lost file. Now we are. With PureDisk, we are reducing our reliance on tapes for Disaster Recovery with secure replication of the data we backup,” says Asad Alim.&lt;br /&gt;Please visit www.innovativeintegration.net for more details.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-1618671668732450918?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ciopakistan.com/2009/03/back-it-up-by-omair-siddiqui/' title='Back It Up! By Omair Siddiqui'/><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/1618671668732450918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=1618671668732450918' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/1618671668732450918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/1618671668732450918'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/08/back-it-up-by-omair-siddiqui.html' title='Back It Up! By Omair Siddiqui'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_eN0AkmacXHs/SnyCsBo-fWI/AAAAAAAAAKU/Q9v_qfdSty4/s72-c/remote-backup-strategy-dp.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-3886160584443873876</id><published>2009-07-28T23:37:00.013+06:00</published><updated>2009-07-30T07:26:53.692+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='router FE'/><category scheme='http://www.blogger.com/atom/ns#' term='hwic-2fe'/><category scheme='http://www.blogger.com/atom/ns#' term='FE support'/><category scheme='http://www.blogger.com/atom/ns#' term='router fast ethernet'/><category scheme='http://www.blogger.com/atom/ns#' term='hwic-1fe'/><category scheme='http://www.blogger.com/atom/ns#' term='2801 FE'/><category scheme='http://www.blogger.com/atom/ns#' term='cisco fast ethernet support'/><title type='text'>Cisco's Fast Ethernet Support</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eN0AkmacXHs/Sm9GkhsYf5I/AAAAAAAAAJ8/PVK2vQ0VCvc/s1600-h/FE_NO.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 400px; height: 231px;" src="http://4.bp.blogspot.com/_eN0AkmacXHs/Sm9GkhsYf5I/AAAAAAAAAJ8/PVK2vQ0VCvc/s400/FE_NO.JPG" alt="" id="BLOGGER_PHOTO_ID_5363583274555309970" border="0" /&gt;&lt;/a&gt;Well &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Cisco&lt;/span&gt;&lt;/span&gt; has huge database of its lively documentation. I guess they seriously require some solution for handling it. I have personally see many contradictory information on there site. They do update on one site but forget to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;synchronize&lt;/span&gt; on other locations. Few months back i have face a situation where a customer need 4 Ethernet port on 2801,  to my surprise &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;cisco&lt;/span&gt;&lt;/span&gt; router 1841 and 28XX &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;do not&lt;/span&gt; support 2 port FE card and eventually i end up with giving two 1 port FE cards. &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;Similar&lt;/span&gt; requirement arise and i again check website to make sure to cover any change happening. I found following link which says&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:78%;"&gt;&lt;a href="http://www.cisco.com/en/US/partner/prod/collateral/routers/ps5854/prod_qas0900aecd80582015.html"&gt;http://www.cisco.com/en/US/partner/prod/collateral/routers/ps5854/prod_qas0900aecd80582015.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;div style="margin: 0pt 0pt 0pt 18pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none; text-indent: -18pt; text-transform: none;" class="pQuestionCMT"&gt;&lt;span style="font-family:Arial;"&gt;&lt;b&gt;Q.&lt;/b&gt;&lt;/span&gt; Is the 2-port &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;HWIC&lt;/span&gt;&lt;/span&gt; supported on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Cisco&lt;/span&gt;&lt;/span&gt; 1800 and 2800 Series Integrated Services Routers?&lt;/div&gt;   &lt;a name="wp9000088"&gt;&lt;/a&gt; &lt;div style="margin: 0pt 0pt 7pt 18pt; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: -18pt; text-transform: none;" class="pAnswerCMT"&gt;&lt;span style="font-family:Arial;"&gt;&lt;b&gt;A.&lt;/b&gt;&lt;/span&gt; No, the 2-port &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;HWIC&lt;/span&gt;&lt;/span&gt; is supported only on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Cisco&lt;/span&gt;&lt;/span&gt; 3800 Series Integrated Services Routers. The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Cisco&lt;/span&gt;&lt;/span&gt; 1841 can support only a single additional Fast Ethernet interface. The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;Cisco&lt;/span&gt;&lt;/span&gt; 2800 Series can support up to two additional interfaces, but this density must be attained using two 1-port &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;HWICs&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="content"&gt;&lt;div style="margin: 0pt 0pt 7pt 18pt; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: -18pt; text-transform: none;" class="pAnswerCMT"&gt;     &lt;span style="font-family: georgia;"&gt;    After making sure i &lt;/span&gt;&lt;span style="font-family: georgia;" class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;&lt;span&gt;presented&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: georgia;"&gt; my solution and inform the customer about &lt;/span&gt;&lt;span style="font-family: georgia;" class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;cisco&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: georgia;"&gt; &lt;/span&gt;&lt;span style="font-family: georgia;" class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;inabilty&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: georgia;"&gt; to support 2 port FE card.  I were told that &lt;/span&gt;&lt;span style="font-family: georgia;" class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;cisco&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: georgia;"&gt; do support 2 port FE card on 2801.  As i had already double check so i were sure. I were surprise when i got the link&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="content"&gt;&lt;div style="margin: 0pt 0pt 7pt 18pt; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: -18pt; text-transform: none;" class="pAnswerCMT"&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:78%;"&gt;&lt;a href="http://www.cisco.com/en/US/prod/collateral/routers/ps5854/product_data_sheet0900aecd80581fe6.html"&gt;http://www.cisco.com/en/US/prod/collateral/routers/ps5854/product_data_sheet0900aecd80581fe6.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:78%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:78%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eN0AkmacXHs/Sm9I62CPHSI/AAAAAAAAAKM/OcwUkftzn1w/s1600-h/FE_yes.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 400px; height: 141px;" src="http://4.bp.blogspot.com/_eN0AkmacXHs/Sm9I62CPHSI/AAAAAAAAAKM/OcwUkftzn1w/s400/FE_yes.JPG" alt="" id="BLOGGER_PHOTO_ID_5363585856996056354" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt; &lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;&lt;br /&gt;Now what to do after searching a bit, i found that the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;cisco&lt;/span&gt;  latest &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;IOS&lt;/span&gt;&lt;/span&gt; start supporting it and eliminate the previous limitation.  I were again surprised but can't to any thing about it. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;Cisco&lt;/span&gt;&lt;/span&gt; keep it up (:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;. You Rocks !!!&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-3886160584443873876?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/3886160584443873876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=3886160584443873876' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3886160584443873876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3886160584443873876'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/07/ciscos-fast-ethernet-support.html' title='Cisco&apos;s Fast Ethernet Support'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_eN0AkmacXHs/Sm9GkhsYf5I/AAAAAAAAAJ8/PVK2vQ0VCvc/s72-c/FE_NO.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-8637784423034532569</id><published>2009-07-24T00:55:00.009+06:00</published><updated>2009-07-24T14:15:10.876+06:00</updated><title type='text'>Redundancy when there is no redundancy</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/3ETTO-HI-JA&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/3ETTO-HI-JA&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 153, 0);"&gt;Redundancy is must!!!&lt;/span&gt;&lt;br /&gt;Today one of my customer asked me whether 3750 support RPS(redundant power supply) !!! no worry man it do,  i replied, but very soon i found it to be partially true.  I have seen in datasheets about RPS but i decide to dig it deeper. Cisco is offering a separate 1 RU device 2300, its basically a redundant power system for internal power supply failure. It can support  up to six device at a time (you need to plug the special cable to appliance to the router/switch) and  at max can provide two active backups (if u purchase two power supply). One cable come with the bundle and you need to purchase spare if u need to backup other devices too.  hmmm the appliance is not very cheap but i think its worthy it cost near about 3000 USD. the coolest thing you can even prioritize fail over, means say core switch has more priority then access layer so if both failed at same time it will backup core first.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 153, 0); font-weight: bold;"&gt;What models did it support&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Switches:&lt;/span&gt; 3750-E, 3560 E, 3750, 3560, 3550, 2960, 2950, CE 500 (Select models)&lt;span class="content"&gt;&lt;p style="font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 3pt; margin-right: 0pt; margin-top: 0pt; text-decoration: none; text-transform: none;" class="pBulletCMT"&gt;&lt;span style="font-weight: bold;"&gt;Router&lt;/span&gt;:    3825, 2851, 2821, 2811&lt;br /&gt;&lt;/p&gt;   &lt;a name="wp9000281"&gt;&lt;/a&gt;&lt;a name="wp9000285"&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;The catch is you need to go for right power supply for example 700 Watt AC PS donot support support 3750E series but do support plain 3750 so watch it out first.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 153, 0);"&gt;Part Number:&lt;/span&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_subheadCMT"&gt;1- PWR-RPS2300 RPS 2300 chassis&lt;span class="content"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_subheadCMT"&gt;2- C3K-PWR-750WAC  Catalyst 3750-E/3560-E 750W AC power supply&lt;/p&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_subheadCMT"&gt;3-C3K-PWR-1150WAC Catalyst 3750-E/3560-E 1150W AC power supply&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_subheadCMT"&gt;4- CAB-RPS2300-E= Spare RPS Cable RPS 2300 Cat 3750E/3560E Switches&lt;/p&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_subheadCMT"&gt;5-CAB-RPS2300= Spare RPS Cable for Cisco Redundant Power System 2300&lt;br /&gt;&lt;span class="content"&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_subheadCMT"&gt;&lt;span class="content"&gt;&lt;p style="margin: 3pt; font-style: normal; font-variant: normal; font-weight: normal; text-align: left; text-decoration: none; text-indent: 0pt; text-transform: none;" class="pChart_bodyCMT"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;a style="font-weight: bold;" href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps7148/ps7130/prod_qas0900aecd805bbf21.html"&gt;FAQ &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-8637784423034532569?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/8637784423034532569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=8637784423034532569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/8637784423034532569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/8637784423034532569'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/07/redundancy-when-there-is-no-redundancy.html' title='Redundancy when there is no redundancy'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-5736903519006943344</id><published>2009-07-22T20:53:00.003+06:00</published><updated>2009-07-22T21:15:05.723+06:00</updated><title type='text'>cisco extending 90 days warranty to life time for switches</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_eN0AkmacXHs/SmcoHkVLGJI/AAAAAAAAAJk/PFMOjjzPC1U/s1600-h/Gartner_2008.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 330px; height: 400px;" src="http://3.bp.blogspot.com/_eN0AkmacXHs/SmcoHkVLGJI/AAAAAAAAAJk/PFMOjjzPC1U/s400/Gartner_2008.JPG" alt="" id="BLOGGER_PHOTO_ID_5361297991884544146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;As of right now cisco is leader in switching world. Juniper with introduction of there ESX switches are newbie in this industry. Nortel  already in worst condition. But HP is consistent competitor of cisco in the switching world and already snatch a significant market share from cisco. Cisco is trying to give extras to beat to competition now a new announcement from cisco for extending its warranty&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;Effective May 1, 2009, &lt;/span&gt;&lt;span class="content"&gt;Cisco is extending the warranty period for Cisco Catalyst 3750-E and Cisco Catalyst 3560-E series switches from the previously offered 90-day warranty to a limited lifetime warranty (LLW).&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;This is not the end in a seperate bullitein simlar announcement for 4500 series switch:&lt;br /&gt;&lt;span class="content"&gt;As of May 1, 2009, Cisco is offering a limited lifetime hardware warranty on the Cisco&lt;sup style="color: rgb(0, 0, 0); font-family: Times; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none;" class="cSuperscript"&gt;®&lt;/sup&gt; Catalyst&lt;sup style="color: rgb(0, 0, 0); font-family: Times; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none;" class="cSuperscript"&gt;®&lt;/sup&gt; 4500 E-Series and Cisco Catalyst 4500 Switches. This LLW is 5 year warranty in which cisco will make sure to ship the equipment within ten days of RMA request.&lt;br /&gt;&lt;br /&gt;Similarly to better survive at access layer switching cisco has come up with LAN LITE image software of 2960 that offer prices that are almost equal to CE500. This was announced back in 2008&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps6406/prod_bulletin_c25-499634.html"&gt;&lt;span class="content"&gt;Details&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;br /&gt;Let us hope for some other better moves (: in the beneficiaries will be whom customer (:&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-5736903519006943344?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/5736903519006943344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=5736903519006943344' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5736903519006943344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5736903519006943344'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/07/cisco-extending-90-days-warranty-to.html' title='cisco extending 90 days warranty to life time for switches'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_eN0AkmacXHs/SmcoHkVLGJI/AAAAAAAAAJk/PFMOjjzPC1U/s72-c/Gartner_2008.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-2774603956116024994</id><published>2009-03-13T02:49:00.003+05:00</published><updated>2009-03-13T03:29:23.609+05:00</updated><title type='text'>Simple Setup for Dual Link ISP</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eN0AkmacXHs/SbmIgtZnjaI/AAAAAAAAAIU/MmERRMltLOw/s1600-h/IPSLA.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 203px;" src="http://1.bp.blogspot.com/_eN0AkmacXHs/SbmIgtZnjaI/AAAAAAAAAIU/MmERRMltLOw/s400/IPSLA.JPG" alt="" id="BLOGGER_PHOTO_ID_5312427330984447394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt; &lt;span style="font-family:times new roman;"&gt;I know a couple of customers that do run BGP just to ensure failover for there internet connectivity. The headache of running BGP with ISP can be saved by using few tricks, i shouldn't say it trick, rather its a feature of Cisco IOS.&lt;br /&gt;&lt;br /&gt;A draw back of ehternet interface is that its status remain same regardless of far side interface status, this cause serious issues as for routing process as link remains up even the remote router ethernet interface fails to respond and thus the invalid route remain in routing table.&lt;br /&gt;&lt;br /&gt;IP SLA can send echo packet to remote router and upon failure to receive ICMP reply can trigger the any specifed event like installing less prefered route to routing table and remove the old one below is the sample config of above topology&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;!         &lt;/span&gt; &lt;span style="font-weight: bold;font-family:times new roman;" &gt;&lt;br /&gt;ip sla monitor 1  // Enter a number to reference our monitor&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&lt;span style="font-weight: bold;"&gt;type echo protocol ipIcmpEcho 10.1.1.2&lt;/span&gt;  //10.1.1.2 is the ISP A IP i.e. Far side IP address of remote router)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&lt;span style="font-weight: bold;"&gt;timeout 500&lt;br /&gt;&lt;/span&gt;&lt;/span&gt; &lt;span style="font-weight: bold;font-family:times new roman;" &gt;frequency 3&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:times new roman;" &gt;ip sla monitor schedule 1 life forever start-time now  // &lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;Scedule SLA to run forever&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;!&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;&lt;span style="font-weight: bold;"&gt;track 1 rtr 1 reachability&lt;/span&gt; // Creates tracked object 1 for RTR (Response time Reporter)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;!&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;interface FastEthernet0/0&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;  // Connection to ISP A&lt;/span&gt;&lt;br /&gt;   &lt;span style="font-family:times new roman;"&gt;ip address 10.1.1.1 255.255.255.0&lt;br /&gt;&lt;/span&gt;   &lt;span style="font-family:times new roman;"&gt;duplex auto&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;  speed auto&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;!&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;interface FastEthernet1/0&lt;/span&gt;&lt;br /&gt;  &lt;span style="font-family:times new roman;"&gt;// Connection to ISP B&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;  ip address 10.2.1.1 255.255.255.0&lt;br /&gt;&lt;/span&gt;  &lt;span style="font-family:times new roman;"&gt;duplex auto&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;  speed auto&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&lt;span style="color: rgb(255, 153, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Now Time for routing (:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;ip route 0.0.0.0 0.0.0.0 10.1.1.2 &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;track 1&lt;/span&gt; &lt;/span&gt;(Add primary route, installed if track 1 is successfully completed)&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;ip route 0.0.0.0 0.0.0.0 10.2.1.2 &lt;span style="font-weight: bold;"&gt;20&lt;/span&gt; (Secondary route to ISP B, should activate if  Link to ISP A fails)&lt;/span&gt;  &lt;span style="font-family:times new roman;"&gt;=====================================================================&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(255, 153, 0);font-family:times new roman;" &gt;&lt;br /&gt;State 1: ISP A is active&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;R0#&lt;span style="font-weight: bold;"&gt;sh ip route&lt;/span&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;{Output ommited}&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;S*   0.0.0.0/0 [1/0] via 10.&lt;span style="font-weight: bold; color: rgb(255, 153, 0);"&gt;1&lt;/span&gt;.1.2&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;R0#&lt;span style="font-weight: bold;"&gt;sh ip route track-table&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;ip route 0.0.0.0 0.0.0.0 10.1.1.2&lt;span style="font-weight: bold;"&gt; track 1 state is [up]&lt;/span&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;======================================================================&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;&lt;span style="color: rgb(255, 153, 0);"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;State 2&lt;/span&gt;: &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 153, 0);"&gt;ISP A is inactive&lt;/span&gt;( I had shutdown R1 F0/0 to simulate it)&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;R0#&lt;span style="font-weight: bold;"&gt;sh ip route track-table&lt;/span&gt;&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt; ip route 0.0.0.0 0.0.0.0 10.1.1.2 &lt;span style="font-weight: bold;"&gt;track 1 state is [down]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:times new roman;" &gt;R0#sh ip route&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;S*   0.0.0.0/0 [20/0] via &lt;span style="font-weight: bold;"&gt;10.&lt;span style="color: rgb(255, 153, 0);"&gt;2&lt;/span&gt;.1.2 (Notice routing table has installed new default route to ISP B)&lt;/span&gt;&lt;/span&gt; &lt;span style="font-family:times new roman;"&gt;======================================================================&lt;br /&gt;&lt;br /&gt;Mine one is just starter for more details and digging it with NAT etc below are very good links&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;Reference:&lt;/span&gt;  &lt;a style="font-family: times new roman;" href="http://www.nil.com/ipcorner/SmallSiteMultiHoming/"&gt;http://www.nil.com/ipcorner/SmallSiteMultiHoming/&lt;/a&gt;  &lt;a style="font-family: times new roman;" href="http://www.blindhog.net/cisco-dual-internet-connections-without-bgp/"&gt;http://www.blindhog.net/cisco-dual-internet-connections-without-bgp/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-2774603956116024994?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/2774603956116024994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=2774603956116024994' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2774603956116024994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2774603956116024994'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/03/simple-setup-for-dual-link-isp.html' title='Simple Setup for Dual Link ISP'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_eN0AkmacXHs/SbmIgtZnjaI/AAAAAAAAAIU/MmERRMltLOw/s72-c/IPSLA.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-812128075288170096</id><published>2009-02-05T16:18:00.003+05:00</published><updated>2009-02-05T17:02:28.162+05:00</updated><title type='text'>Cisco Unity Express NM-CUE VS AIM-CUE</title><content type='html'>Cisco is everywhere, they are not even neglecting small businesses for their solution, same is the case with VoIP solution. From complicated call manger cluster to one box unified solution cisco is offering more and more.&lt;br /&gt;&lt;br /&gt;Just take Cisco call manger express,what you need a single router that in any case you will need WAN connectivity but just add PVDM and enjoy call manger solution within router. i will discuss PVDM and AIM in later posts)and voice enable IOS. Pay more and you will get voice mail facilty in same router. Either you can purchase a NM module (NM_CUE)or additional card that you will insert inside router (AIM-CUE).&lt;br /&gt;&lt;br /&gt;What is CUE : Cisco unity express is one of the three falvours avaiable for cisco voice mail.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Cisco Unity Express:&lt;/span&gt; NM_CUE or AIM-CUE for upto 250 mail boxes&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Cisco Unity Connection:&lt;/span&gt; Upto 500 user if installed in same machine where CCM is installed. Extends to 7500 mailboxes if installed on seperate machine. No redundancy &lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Cisco Unity:&lt;/span&gt; 7500 mailboxes per server, integration with MS exhange. lotus notes etc&lt;span style="font-weight: bold;"&gt;.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Support free auto attendant and seperate licensed IVR:&lt;br /&gt;Support voice retrival from email web and phone&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;NM-CUE/ NM-CUE-EC/ NME-CUE&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i00.twenga.com/p/00/96/40096b.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 150px; height: 150px;" src="http://i00.twenga.com/p/00/96/40096b.png" alt="" border="0" /&gt;&lt;/a&gt;NM-CUE: 100 mail boxes, 6 sessions 14 hours of messages&lt;/li&gt;&lt;li&gt;NM-CUE-EC: 250 mail boxes, 8 sessions and 100 hours of messages storage&lt;/li&gt;&lt;li&gt;NME-CUE: 250 mailboxes, 24 sessions, 300 hours of storage&lt;/li&gt;&lt;/ol&gt;&lt;ul&gt;&lt;li&gt;Eat up whole module of router.&lt;/li&gt;&lt;li&gt;Linux based&lt;/li&gt;&lt;li&gt;Mature GUI contrary to CME GUI nad more people use GUI&lt;/li&gt;&lt;li&gt;Laptop harddrive so gigs of storage&lt;/li&gt;&lt;li&gt;Much Faster access to voice mails&lt;/li&gt;&lt;/ul&gt; &lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;AIM-CUE:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.tnetus.com/Assets/image/AIM-CUE_1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 285px; height: 172px;" src="http://www.tnetus.com/Assets/image/AIM-CUE_1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;Linux based boot from flash chips&lt;/li&gt;&lt;li&gt;No moving part, so less break down&lt;/li&gt;&lt;li&gt;Less storage as no hard drive&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Slower access to voice mails&lt;/li&gt;&lt;li&gt;Similar GUI and features as that of NM-CUE&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-812128075288170096?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/812128075288170096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=812128075288170096' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/812128075288170096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/812128075288170096'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/02/cisco-unity-express-nm-cue-vs-aim-cue.html' title='Cisco Unity Express NM-CUE VS AIM-CUE'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-2423345874935266680</id><published>2009-02-05T14:20:00.003+05:00</published><updated>2009-02-05T14:55:52.163+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Top 12 Shorcuts'/><title type='text'>TOP 12 Shorcuts</title><content type='html'>&lt;meta content="text/html; charset=ISO-8859-1" equiv="content-type"&gt;&lt;title&gt;t&lt;/title&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Few of the microsoft shortcuts that are making my life easier&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;To open RUN prompt of windows &amp;lt;-----&amp;gt; press &lt;big style="color: rgb(255, 102, 0);"&gt;window key + R&lt;/big&gt;&lt;/li&gt;&lt;li&gt;To lock computer   &amp;lt;-----&amp;gt; press &lt;big style="color: rgb(255, 102, 0);"&gt;windows key + L&lt;/big&gt;&lt;/li&gt;&lt;/ul&gt;&lt;big style="color: rgb(255, 102, 0);"&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/big&gt;&lt;ul&gt;&lt;li&gt;To Open word &amp;lt;-----&amp;gt; enter &lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;winword &lt;/span&gt;in run box&lt;/li&gt;&lt;li&gt;To Open EXCEL &amp;lt;-----&amp;gt; enter &lt;big style="color: rgb(255, 102, 0);"&gt;Excel&lt;/big&gt; in run box&lt;/li&gt;&lt;li&gt;To Open POWERPOINT &amp;lt;-----&amp;gt; enter &lt;big&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;powerpnt &lt;/span&gt;&lt;/big&gt;in run box&lt;/li&gt;&lt;/ul&gt;&lt;big style="color: rgb(255, 102, 0);"&gt;-------------------------------------------------------------------------------------------------&lt;/big&gt;&lt;ul&gt;&lt;li&gt;To explore harddisk  &amp;lt;-----&amp;gt; &lt;big style="color: rgb(255, 102, 0);"&gt;explore&lt;/big&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;to use firefox   &amp;lt;-----&amp;gt; &lt;big style="color: rgb(255, 102, 0);"&gt;firefox&lt;/big&gt;&lt;/li&gt;&lt;li&gt;To open C drive &amp;lt;-----&amp;gt; &lt;big&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;C:\&lt;/span&gt;&lt;/big&gt;&lt;/li&gt;&lt;/ul&gt;&lt;big&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;/big&gt;&lt;ul&gt;&lt;li&gt;To view network connection &amp;lt;-----&amp;gt; Type &lt;strong&gt;&lt;span style="font-weight: bold; color: rgb(255, 102, 0);"&gt;ncpa.cpl &lt;/span&gt;&lt;/strong&gt;into the run prompt&lt;/li&gt;&lt;li&gt;To go to control panel &amp;lt;-----&amp;gt;  Type &lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;Control &lt;/span&gt;&lt;/span&gt;into the run prompt&lt;/li&gt;&lt;li&gt;To open system properties   &amp;lt;-----&amp;gt; Type &lt;span style="font-weight: bold; color: rgb(255, 102, 0);"&gt;System.cpl&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-2423345874935266680?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/2423345874935266680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=2423345874935266680' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2423345874935266680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/2423345874935266680'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/02/top-12-shorcuts.html' title='TOP 12 Shorcuts'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-8557041244497589082</id><published>2009-01-27T23:03:00.000+05:00</published><updated>2009-01-28T23:00:26.007+05:00</updated><title type='text'>External Hard Disk Selection</title><content type='html'>Now I have more than 200 GB of data and i am falling short of space, therefore I decided to buy an external hard disk to cope up with increasing storage requirement.&lt;br /&gt;&lt;br /&gt;At first i were considering to buy a simple hardisk with external kit but as it requires power from outside thus it is far away from the word PORTABLE. I researched on web and found a couple of good names including WD, seagate, LAcie and toshiba. I were unable to find a differentiators that compel me to buy that product. Lacie is rugged and thus shock proof but considerably costly. All coming with same 8 MB cahce and about 5400 RPM so i decided to go for seagate 320 GB(least price) but eventually end up with buying western digital due to seagate availability in market. Overall WD seems fine to me with 3 year limited and 1 year full warranty. Price is reasonable, i got it @ PKR 7200/=.&lt;br /&gt;&lt;br /&gt;&lt;table style="margin-left: auto; width: 419px; margin-right: auto; height: 220px; text-align: left;" border="1" cellpadding="2" cellspacing="2"&gt;&lt;caption style="caption-side: bottom;"&gt;&lt;br /&gt;&lt;/caption&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;&lt;span style="font-weight: bold;"&gt;Brand&lt;/span&gt;&lt;/td&gt;&lt;td style="font-weight: bold; width: 80px; text-align: left;"&gt;160 GB&lt;/td&gt;&lt;td style="font-weight: bold; width: 59px; text-align: left;"&gt;250 GB&lt;/td&gt;&lt;td style="font-weight: bold; width: 65px; text-align: left;"&gt;320 GB&lt;/td&gt;&lt;td style="font-weight: bold; width: 81px; text-align: left;"&gt;500 GB&lt;/td&gt;&lt;td style="font-weight: bold; width: 80px; text-align: left;"&gt;1 TB&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;LAcie&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;4700&lt;/td&gt;&lt;td style="width: 59px; text-align: left;"&gt;6800&lt;/td&gt;&lt;td style="width: 65px; text-align: left;"&gt;8600&lt;/td&gt;&lt;td style="width: 81px; text-align: left;"&gt;10500&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;12800&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;Maxtor&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;4900&lt;/td&gt;&lt;td style="width: 59px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 65px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 81px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;Western digital&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;4750&lt;/td&gt;&lt;td style="width: 59px; text-align: left;"&gt;6500&lt;/td&gt;&lt;td style="width: 65px; text-align: left;"&gt;7300&lt;/td&gt;&lt;td style="width: 81px; text-align: left;"&gt;11700&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;Seagate&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 59px; text-align: left;"&gt;6300&lt;/td&gt;&lt;td style="width: 65px; text-align: left;"&gt;7100&lt;/td&gt;&lt;td style="width: 81px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;Toshiba&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;4850&lt;/td&gt;&lt;td style="width: 59px; text-align: left;"&gt;6600&lt;/td&gt;&lt;td style="width: 65px; text-align: left;"&gt;7500&lt;/td&gt;&lt;td style="width: 81px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="width: 104px; text-align: left;"&gt;Iomega&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 59px; text-align: left;"&gt;8450&lt;/td&gt;&lt;td style="width: 65px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 81px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style="width: 80px; text-align: left;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;p&gt;looking and offcourse praying (: for longer life for the disk. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-8557041244497589082?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/8557041244497589082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=8557041244497589082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/8557041244497589082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/8557041244497589082'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/01/now-i-have-more-than-200-gb-of-data-and.html' title='External Hard Disk Selection'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-3394617502737126137</id><published>2009-01-25T22:09:00.000+05:00</published><updated>2009-01-25T22:32:07.247+05:00</updated><title type='text'>Cisco IOS Packaging</title><content type='html'>At first understanding Cisco IOS packaging is alone a complex thing. One should always make sure to do proper research before getting it, as many of the important features are available in higher versions. Feature like OSPF in switches is supported in IP services. BGP is supported in routers above IP Voice. The below image(taken from cisco.com) is pretty nice summary and good starting point. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_eN0AkmacXHs/SXyf3EIbi3I/AAAAAAAAAHo/8GtxCkEku-I/s1600-h/IOS.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 223px;" src="http://2.bp.blogspot.com/_eN0AkmacXHs/SXyf3EIbi3I/AAAAAAAAAHo/8GtxCkEku-I/s400/IOS.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5295283030231583602" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-3394617502737126137?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/3394617502737126137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=3394617502737126137' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3394617502737126137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3394617502737126137'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/01/cisco-ios-packaging.html' title='Cisco IOS Packaging'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_eN0AkmacXHs/SXyf3EIbi3I/AAAAAAAAAHo/8GtxCkEku-I/s72-c/IOS.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-4053682416633199738</id><published>2009-01-21T22:53:00.000+05:00</published><updated>2009-01-21T23:40:10.347+05:00</updated><title type='text'>Real World eXperienCe</title><content type='html'>&lt;a href="http://s463.photobucket.com/albums/qq354/mh_omair/?action=view&amp;current=inner_06.jpg" target="_blank"&gt;&lt;img src="http://i463.photobucket.com/albums/qq354/mh_omair/inner_06.jpg" border="0" alt="worldcall"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Today I were engaged in a deployment for cisco 2821, The router was ordered with HSEC bundle which do comes with ADV IP SERVICES IOS along with VPN accleration card. By the passage of time i realize that how important the real world experience is. The deployment was simple I copy the old router configuration modified it and pasted it to new router. That's it !!!&lt;br /&gt;&lt;br /&gt;Althogh i need to configure BGP multiohoming too. The customer has one wimax link nad other DSL, both from link DOT net and they want to ensure that automatic switch over to second link. I thought that i can just give two default route and change AD for both and that would work but the problem is that both link are terminating on Rj45 ethernet so either i have to use BGP or IP SLA monitor. I will explore it in depth to see what works better.&lt;br /&gt;&lt;br /&gt;The REAL world notes:&lt;br /&gt;1- When i booted the brand new router it enters in ROMMON mode and i were wondering why it happens and a mighty REBOOT makes the job for me and normalize every thing.&lt;br /&gt;&lt;br /&gt;2- Somehow I lost user name after configuring router and  fortuntely worldcall EVDO (USB internet) do the maigc for me. I Google for password reset 2800 and found&lt;br /&gt;http://www.cisco.com/en/US/products/hw/routers/ps259/products_password_recovery09186a0080094675.shtml&lt;br /&gt;****************************************************************************&lt;br /&gt;Press Break key on keyboard when reboor router.&lt;br /&gt;In Rommon1 &gt; Rebbot and give ansower no to every question&lt;br /&gt;type # confreg 0x2142&lt;br /&gt;&lt;br /&gt;Now saved config is ignored&lt;br /&gt;&lt;br /&gt;type # copy start run&lt;br /&gt;do the changes as needed and remember to do No shut on interfaces&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#config-register 0x2102&lt;br /&gt;&lt;br /&gt;#copy run start   &lt;br /&gt;*******************************************************************************&lt;br /&gt; Thats all I enjoyed every bit of it, the network integration really makes me crazy no matter how small the deployment is, i enjoyed it. Last but not the least USB internet is a blessing for network engineer.  Grab it if you can.............&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-4053682416633199738?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/4053682416633199738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=4053682416633199738' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/4053682416633199738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/4053682416633199738'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2009/01/real-world-experience.html' title='Real World eXperienCe'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-3761824388644212553</id><published>2008-10-07T23:46:00.001+06:00</published><updated>2009-01-25T22:35:17.353+05:00</updated><title type='text'>Unable to explore drives due to autorun.inf (Solved)</title><content type='html'>What the hell it is, i am working and my PC is infected from a virus/trojan. It is making me crazy, i am not able to explore my devices, atleast by the way i used to open my drive. Fortunately Google my friend works for me, a little research lead to the solution of my problem.&lt;br /&gt;&lt;br /&gt;1- go to run then write " regedit"  that is registry&lt;br /&gt;&lt;br /&gt;2- Do search by  " ctrl+f"&lt;br /&gt;&lt;br /&gt;3- in this box write "mountpoints2"  and delete it ......&lt;br /&gt;&lt;br /&gt;4- Go to step from 2 until every entry is deleted,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;U r Done&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-3761824388644212553?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/3761824388644212553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=3761824388644212553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3761824388644212553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/3761824388644212553'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2008/10/unable-to-explore-drives-due-to.html' title='Unable to explore drives due to autorun.inf (Solved)'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-5113456375087886734</id><published>2008-10-02T15:47:00.000+06:00</published><updated>2008-10-02T16:05:37.950+06:00</updated><title type='text'>Resolved .chm files were unable to open</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold; font-family: arial;"&gt;Problem&lt;/span&gt;&lt;span style="font-family: arial;"&gt;: I am unable to open .chm file, no error upon opening, just showing waiting signal from curosor shape but file never open. Doing a little search on google resove my issue.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial;"&gt;&lt;span style="font-weight: bold;"&gt;Background:&lt;/span&gt; Microsoft Compiled HTML Help is a proprietary format for &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0); font-family: arial;" href="http://en.wikipedia.org/wiki/Help_%28online%29" title="Help (online)" class="mw-redirect"&gt;online help&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial;"&gt; files, developed by &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0); font-family: arial;" href="http://en.wikipedia.org/wiki/Microsoft" title="Microsoft"&gt;Microsoft&lt;/a&gt;&lt;span style="color: rgb(0, 0, 0); font-family: arial;"&gt; and first released in &lt;/span&gt;&lt;a style="color: rgb(0, 0, 0); font-family: arial;" href="http://en.wikipedia.org/wiki/1997" title="1997"&gt;1997&lt;/a&gt;&lt;span style="font-family: arial;"&gt;. CHM format is optimized for reading, as files are heavily indexed. All files are compressed together with &lt;/span&gt;&lt;a style="font-family: arial;" href="http://en.wikipedia.org/wiki/LZX_%28algorithm%29" title="LZX (algorithm)"&gt;LZX compression&lt;/a&gt;&lt;span style="font-family: arial;"&gt;. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p style="font-family: arial;"&gt;&lt;span style="font-size:100%;"&gt;On Windows, a CHM file can be extracted to plain HTML with the command:&lt;/span&gt;&lt;/p&gt; &lt;pre style="font-family: arial;"&gt;&lt;span style="font-size:100%;"&gt;hh.exe -decompile &lt;i&gt;extracted&lt;/i&gt; &lt;i&gt;filename.chm&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;br /&gt;Some users are unable to open these help files. They may experience this in one of two different ways:&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt; &lt;ol style="font-family: arial;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Search for the file &lt;code&gt;hhctrl.ocx&lt;/code&gt;. This file should be in the &lt;code&gt;C:\Windows\System32&lt;/code&gt; or &lt;code&gt;C:\Windows\System&lt;/code&gt; directory.&lt;/span&gt;&lt;/li&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Go to the Windows Start menu and select run. Then type the command:&lt;br /&gt;&lt;code&gt;&lt;b&gt;regsvr32 &amp;amp;ltdirectory&gt;&lt;/b&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Where &lt;i&gt;&amp;amp;ltdirectory&gt;&lt;/i&gt; is the location where &lt;code&gt;hhctrl.ocx&lt;/code&gt; is installed. This step will register the DLL with the ActiveX server.&lt;br /&gt;&lt;br /&gt;For instance:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;regsvr32&lt;/b&gt; &lt;code&gt;C:\Windows\System32\hhctrl.ocx&lt;/code&gt;&lt;/span&gt;      &lt;/li&gt;&lt;/ol&gt; &lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt; Once these steps have been completed, the user should be able to open the help files.&lt;br /&gt;&lt;br /&gt;References:&lt;br /&gt;http://digital.ni.com/public.nsf/allkb/BE8DBEC6B8590DEE862572220057B9B2&lt;br /&gt;http://en.wikipedia.org/wiki/CHM&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;pre style="font-family: arial;"&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-5113456375087886734?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/5113456375087886734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=5113456375087886734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5113456375087886734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/5113456375087886734'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2008/10/resolved-chm-files-were-unable-to-open.html' title='Resolved .chm files were unable to open'/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4697593655759831345.post-1774910891514516247</id><published>2007-07-25T17:41:00.000+05:00</published><updated>2007-07-25T17:42:07.749+05:00</updated><title type='text'></title><content type='html'>THe first testing post&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4697593655759831345-1774910891514516247?l=amazingsilence.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://amazingsilence.blogspot.com/feeds/1774910891514516247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4697593655759831345&amp;postID=1774910891514516247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/1774910891514516247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4697593655759831345/posts/default/1774910891514516247'/><link rel='alternate' type='text/html' href='http://amazingsilence.blogspot.com/2007/07/first-testing-post.html' title=''/><author><name>RiSing SuN---&amp;gt;</name><uri>http://www.blogger.com/profile/10132641929395422694</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
