<?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:blogger='http://schemas.google.com/blogger/2008' 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-5820522903246357426</id><updated>2024-10-06T22:57:03.977-07:00</updated><title type='text'>Computer Networking</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bestcomputernetworks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://bestcomputernetworks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>DR</name><uri>http://www.blogger.com/profile/05893623170139040075</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5CCNzAUTeJtD0lfPR6ac-4XPNPTT4IT4Mmy3eqmCaMEctEFby1XS-SNnSB_yz7smrdjFptiWbIsRVUnr0W3viBUK8VCUPb2GQ1TVK0EhKYQbdujQ6hDFMgGWqOljtsw/s220/images.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5820522903246357426.post-7428956672856592037</id><published>2009-10-14T01:36:00.000-07:00</published><updated>2009-10-14T01:43:37.232-07:00</updated><title type='text'>Commands to prepair the Extended Ping Test</title><content type='html'>&lt;span class=&quot;content&quot;&gt;&lt;p style=&quot;font-weight: bold;&quot;&gt;Steps to prepare for the extended ping test:&lt;/p&gt;  &lt;ol type=&quot;1&quot;&gt;&lt;li&gt; &lt;p&gt;Insert the plug into the port in question.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Use the &lt;b&gt;write memory&lt;/b&gt; command to save your router configuration. For example:&lt;/p&gt;  &lt;blockquote&gt;&lt;pre&gt;bru-nas-03#&lt;b&gt;write memory&lt;/b&gt;&lt;br /&gt;   Building configuration... [OK]&lt;/pre&gt; &lt;/blockquote&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;To run the loopback test on channelized E1s (PRI or CAS) we need to use the &lt;b&gt;channel-group&lt;/b&gt; E1 controller command to create one or more serial interfaces mapped to a set of timeslots in the channelized E1. If the E1 is configured as a PRI you need to remove the &lt;b&gt;pri-group&lt;/b&gt; before using the &lt;b&gt;channel-group&lt;/b&gt; command. If you are not using a channelized E1, proceed to step 4.&lt;/p&gt;  &lt;blockquote&gt;&lt;pre&gt;bru-nas-02#&lt;b&gt;configure terminal&lt;/b&gt;&lt;br /&gt;Enter configuration commands, one per line.  End with CNTL/Z.&lt;br /&gt;bru-nas-02(config)#&lt;b&gt;controller e1 0&lt;/b&gt;&lt;br /&gt;bru-nas-02(config-controller)#&lt;b&gt;no pri-group timeslots 1-31&lt;/b&gt;&lt;br /&gt;bru-nas-02(config-controller)#&lt;b&gt;channel-group 0 timeslots 1-31&lt;/b&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;Note: &lt;/b&gt;This creates a single Serial0:0 interface (where the first 0 stands for the controller and the second 0 represents the channel-group number) using all 31 timeslots for an aggregate of 1.984Mbps.&lt;/p&gt;   &lt;/li&gt;&lt;li&gt; &lt;p&gt;Set the encapsulation for interface serial 0:0 to High-Level Data Link Control (HDLC) in interface configuration mode. For example:&lt;/p&gt;  &lt;blockquote&gt;&lt;pre&gt;bru-nas-03(config)#&lt;b&gt;interface serial 0:0&lt;/b&gt;&lt;br /&gt;bru-nas-03(config-if)#&lt;b&gt;encapsulation HDLC&lt;/b&gt;&lt;br /&gt;bru-nas-03(config-if)#&lt;b&gt;^Z&lt;/b&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/blockquote&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Use the &lt;b&gt;show running config&lt;/b&gt; command to see if the interface has a unique IP address. If the serial interface above does not have an IP address, obtain a unique address and assign it to the interface with a subnet mask of 255.255.255.0. For example:&lt;/p&gt;  &lt;blockquote&gt;&lt;pre&gt;bru-nas-03(config-if)#&lt;b&gt;ip address 172.22.53.1&lt;/b&gt;&lt;br /&gt;&lt;/pre&gt; &lt;/blockquote&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Clear the interface counters using the &lt;b&gt;clear counters&lt;/b&gt; command. For example:&lt;/p&gt;  &lt;blockquote&gt;&lt;pre&gt;bru-nas-03#&lt;b&gt;clear counters &lt;/b&gt;&lt;br /&gt;Clear &quot;show interface&quot; counters on all interfaces [confirm]&lt;br /&gt;bru-nas-03#&lt;/pre&gt; &lt;/blockquote&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Perform the extended ping test as described in the extended ping test section.&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestcomputernetworks.blogspot.com/feeds/7428956672856592037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5820522903246357426/7428956672856592037' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default/7428956672856592037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default/7428956672856592037'/><link rel='alternate' type='text/html' href='http://bestcomputernetworks.blogspot.com/2009/10/commands-to-prepair-extended-ping-test.html' title='Commands to prepair the Extended Ping Test'/><author><name>DR</name><uri>http://www.blogger.com/profile/05893623170139040075</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5CCNzAUTeJtD0lfPR6ac-4XPNPTT4IT4Mmy3eqmCaMEctEFby1XS-SNnSB_yz7smrdjFptiWbIsRVUnr0W3viBUK8VCUPb2GQ1TVK0EhKYQbdujQ6hDFMgGWqOljtsw/s220/images.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5820522903246357426.post-4658844247343325283</id><published>2009-10-14T01:21:00.000-07:00</published><updated>2009-10-14T01:34:06.409-07:00</updated><title type='text'>Hard Plug Loopback Tests for E1 Lines</title><content type='html'>&lt;span class=&quot;content&quot;&gt;The hardware loopback plug test is used to see if the router has any faults. If a router passes a hardware loopback plug test, then the problem exists elsewhere on the line.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a style=&quot;font-weight: bold;&quot; name=&quot;topic1&quot;&gt;Creating the Loopback Plug for E1 on RJ-45&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.cisco.com/image/gif/paws/14165/h2936.gif&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 225px; height: 72px;&quot; src=&quot;http://www.cisco.com/image/gif/paws/14165/h2936.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;content&quot;&gt;Complete the following steps to create a loopback plug for E1:&lt;br /&gt;&lt;/span&gt;&lt;ol type=&quot;1&quot;&gt;&lt;span class=&quot;content&quot;&gt;&lt;li&gt; &lt;p&gt;Use wire cutters to cut a working cable that is 5 inches long with a connector attached.&lt;/p&gt; &lt;/li&gt;  &lt;li&gt; &lt;p&gt;Strip the wires.&lt;/p&gt; &lt;/li&gt;  &lt;li&gt; &lt;p&gt;Twist the wires from pins 1 and 4 together.&lt;/p&gt; &lt;/li&gt;  &lt;li&gt; &lt;p&gt;Twist the wires from pins 2 and 5 together.&lt;/p&gt; &lt;/li&gt;  &lt;li&gt; &lt;p&gt;Leave the other wires alone&lt;/p&gt;&lt;/li&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span class=&quot;content&quot;&gt;&lt;/span&gt;&lt;h2&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;a name=&quot;topic2&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span class=&quot;content&quot;&gt;&lt;/span&gt;&lt;h2&gt;&lt;span style=&quot;font-size:78%;&quot;&gt;&lt;a name=&quot;topic2&quot;&gt;Creating the Loopback Plug for E1 on DB-15&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.cisco.com/image/gif/paws/14165/db15.gif&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 140px; height: 219px;&quot; src=&quot;http://www.cisco.com/image/gif/paws/14165/db15.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/h2&gt;&lt;span class=&quot;content&quot;&gt;&lt;p&gt;Complete the following steps to create a loopback plug for E1 on DB-15:&lt;/p&gt;  &lt;ol type=&quot;1&quot;&gt;&lt;li&gt; &lt;p&gt;Use wire cutters to cut a working DB-15 cable that is 5 inches long with a connector attached.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Strip the wires.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Twist the wires from pins 2 and 15 together.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Twist the wires from pins 9 and 8 together.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Leave the other wires alone.&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestcomputernetworks.blogspot.com/feeds/4658844247343325283/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5820522903246357426/4658844247343325283' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default/4658844247343325283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default/4658844247343325283'/><link rel='alternate' type='text/html' href='http://bestcomputernetworks.blogspot.com/2009/10/hard-plug-loopback-tests-for-e1-lines.html' title='Hard Plug Loopback Tests for E1 Lines'/><author><name>DR</name><uri>http://www.blogger.com/profile/05893623170139040075</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5CCNzAUTeJtD0lfPR6ac-4XPNPTT4IT4Mmy3eqmCaMEctEFby1XS-SNnSB_yz7smrdjFptiWbIsRVUnr0W3viBUK8VCUPb2GQ1TVK0EhKYQbdujQ6hDFMgGWqOljtsw/s220/images.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5820522903246357426.post-2667823325303825494</id><published>2007-06-15T01:16:00.000-07:00</published><updated>2007-06-15T01:17:59.825-07:00</updated><title type='text'></title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjtwvZIy3W73ksxVBxxQuW0ilpL6HmCDFMEHsrHKGvHEw30i_YkTm_zl71c5sUP_VtsTJ1ZcNBoM95g-mAiqfqoBxefsOqPUikWZt3remEucByjnM-Vhmf13QNn3HlKOTFz8zOGOWKt8E/s1600-h/200px-NOAA_Internet_example.gif&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjtwvZIy3W73ksxVBxxQuW0ilpL6HmCDFMEHsrHKGvHEw30i_YkTm_zl71c5sUP_VtsTJ1ZcNBoM95g-mAiqfqoBxefsOqPUikWZt3remEucByjnM-Vhmf13QNn3HlKOTFz8zOGOWKt8E/s320/200px-NOAA_Internet_example.gif&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5076202394097697170&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestcomputernetworks.blogspot.com/feeds/2667823325303825494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5820522903246357426/2667823325303825494' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default/2667823325303825494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5820522903246357426/posts/default/2667823325303825494'/><link rel='alternate' type='text/html' href='http://bestcomputernetworks.blogspot.com/2007/06/blog-post.html' title=''/><author><name>DR</name><uri>http://www.blogger.com/profile/05893623170139040075</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5CCNzAUTeJtD0lfPR6ac-4XPNPTT4IT4Mmy3eqmCaMEctEFby1XS-SNnSB_yz7smrdjFptiWbIsRVUnr0W3viBUK8VCUPb2GQ1TVK0EhKYQbdujQ6hDFMgGWqOljtsw/s220/images.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjtwvZIy3W73ksxVBxxQuW0ilpL6HmCDFMEHsrHKGvHEw30i_YkTm_zl71c5sUP_VtsTJ1ZcNBoM95g-mAiqfqoBxefsOqPUikWZt3remEucByjnM-Vhmf13QNn3HlKOTFz8zOGOWKt8E/s72-c/200px-NOAA_Internet_example.gif" height="72" width="72"/><thr:total>0</thr:total></entry></feed>