<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[Config] 1700 to 1700 routing - HELP in Cisco</title>
<link>http://www.dslreports.com/forum/r8812353</link>
<description></description>
<language>en</language>
<pubDate>Sun, 29 Nov 2009 08:54:21 EDT</pubDate>
<lastBuildDate>Sun, 29 Nov 2009 08:54:21 EDT</lastBuildDate>

<item>
<title>Re: [Config] 1700 to 1700 routing - HELP</title>
<link>http://www.dslreports.com/forum/remark,8817520</link>
<description><![CDATA[<A HREF="/useremail/u/241337"><b>dpocoroba</b></A> : Acording to your diagram the ehternet segments MUST be on the same subnet. Your serial interfaces need to be on different subnets, hope that clears things up :)<br><br>DP<br><SMALL>--<br>"Knowledge is contagious, infect"</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,8817520</guid>
<pubDate>Wed, 17 Dec 2003 19:53:01 EDT</pubDate>
</item>

<item>
<title>Re: [Config] 1700 to 1700 routing - HELP</title>
<link>http://www.dslreports.com/forum/remark,8813333</link>
<description><![CDATA[<A HREF="/useremail/u/832136"><b>techwench</b></A> : Ooooookkkkaaaayyyy!<br><br>I haven't gotten over to the routers yet, but something just hit me on the head with a loud bang.<br><br>I just realized (and feel free to correct me if I'm wrong) that I cannot have 2 routers on the same class C.  My problem before was I was trying to set the IP addresses of both routers to 10.100.1.x/24 and 10.100.1.n/24...not realizing that doing that is going to make the routers gripe.  Instead, I have to set one router to 10.100.1.x and the other to 10.100.2.x<br><br>Am I on the right track here?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,8813333</guid>
<pubDate>Wed, 17 Dec 2003 12:27:26 EDT</pubDate>
</item>

<item>
<title>Re: [Config] 1700 to 1700 routing - HELP</title>
<link>http://www.dslreports.com/forum/remark,8812774</link>
<description><![CDATA[<A HREF="/useremail/u/241337"><b>dpocoroba</b></A> :  <BLOCKQUOTE><SMALL>said by  techwench <A HREF="/useremail/u/832136"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><HR> <br>Are both the t1 and ethernet connections between the two routers necessary?  He didn't say specifically that either one should be used.  I just didn't know if both were required.<br><HR></BLOCKQUOTE><br><br>No both are not required. Its just easier to set up the ethernet segments. Since all you have to worry about is them being on the same subnet and not shut down :) The other thing you may have to worry about depending on physicly your Pc's will be connected to the serials. Is the encapsulation of those interfaces by default its HDLC, This may require some tweaking to maybe PPP.<br><br>DP<br><SMALL>--<br>"Knowledge is contagious, infect"</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,8812774</guid>
<pubDate>Wed, 17 Dec 2003 11:25:53 EDT</pubDate>
</item>

<item>
<title>Re: [Config] 1700 to 1700 routing - HELP</title>
<link>http://www.dslreports.com/forum/remark,8812715</link>
<description><![CDATA[<A HREF="/useremail/u/832136"><b>techwench</b></A> :  <BLOCKQUOTE><SMALL>said by  dpocoroba <A HREF="/useremail/u/241337"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>:</SMALL><HR>First off seems rather strange that he would have you connect to the PC's with the serial cable and not ethernet :). Did he give you requirements you have to follow? Like ex: have to use the T1 and/or ethernet segment? Easiest way would be to use just the ethernet segment. and set up rip or ospf to be your routing protocol.<br><br>This might be a good starting point for you<HR></BLOCKQUOTE>Thanks for the quick reply,  dpocoroba <A HREF="/useremail/u/241337"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A>.  I don't know why the PCs are connected with serial and not ethernet either.  I guess it's because we work a lot with adtrans (which connect via serial) and he did it out of habit.  ;)<br><br>Are both the t1 and ethernet connections between the two routers necessary?  He didn't say specifically that either one should be used.  I just didn't know if both were required.<br><br>But thanks, I will try that out...it's a lot more than my two days of constant bursting of blood vessels in my head produced.  Thanks.  <IMG SRC="http://i.dslr.net/bb/vbull_coll/icon10.gif">]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,8812715</guid>
<pubDate>Wed, 17 Dec 2003 11:19:39 EDT</pubDate>
</item>

<item>
<title>Re: [Config] 1700 to 1700 routing - HELP</title>
<link>http://www.dslreports.com/forum/remark,8812571</link>
<description><![CDATA[<A HREF="/useremail/u/241337"><b>dpocoroba</b></A> : First off seems rather strange that he would have you connect to the PC's with the serial cable and not ethernet :). Did he give you requirements you have to follow? Like ex: have to use the T1 and/or ethernet segment? Easiest way would be to use just the ethernet segment. and set up rip or ospf to be your routing protocol.<br><br>This might be a good starting point for you<br><br><div class="code"><PRE><span class="codetext">!<br>hostname r1<br>!<br>interface Loopback0<br> ip address 200.1.1.1 255.255.255.0<br>!<br>interface Ethernet0/0<br> ip address 150.150.10.1 255.255.255.0<br> half-duplex<br>!<br>interface Serial0/0<br> no ip address<br> shutdown<br>!<br>interface Serial0/1<br> ip address 150.150.11.1 255.255.255.0<br>!<br>router ospf 110<br> log-adjacency-changes<br> network 0.0.0.0 255.255.255.255 area 0<br>!<br>end<br> <br>!<br>hostname r2<br>!<br>!<br>!<br>interface Loopback0<br> ip address 200.2.2.2 255.255.255.0<br>!<br>interface Ethernet0/0<br> ip address 150.150.10.2 255.255.255.0<br> half-duplex<br>!<br>interface Serial0/0<br> no ip address<br> shutdown<br>!<br>interface Serial0/1<br> ip address 150.150.22.1 255.255.255.0<br>!<br>router ospf 110<br> log-adjacency-changes<br> network 0.0.0.0 255.255.255.255 area 0<br>!<br>end<br></SPAN></PRE></DIV><br>Hope this points you in the right direction. Be sure to ask away if you have any other questions.<br><br>DP<br><br><SMALL>--<br>"Knowledge is contagious, infect"</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,8812571</guid>
<pubDate>Wed, 17 Dec 2003 11:00:34 EDT</pubDate>
</item>

<item>
<title>[Config] 1700 to 1700 routing - HELP</title>
<link>http://www.dslreports.com/forum/remark,8812353</link>
<description><![CDATA[<A HREF="/useremail/u/832136"><b>techwench</b></A> : Hi all.  Haven't posted in this forum before, so it his is not appropriate, please let me know.<br><br>I have been given this lab exercise by my boss, and basically, all he said was "make these talk to eachother".<br><br>It's 2 Cisco 1700s, connected by both ethernet and t1 crossover.  Each router is connected to a PC via serial cable.  And both with blank configurations.  (excuse my crude mockup)<br><br><U>Here's what I understand:</U><br>&#8226;Each interface needs an IP address</LI><br>&#8226;They have to be on the same subnet</LI><br>&#8226;I need to "ip route" statements on both sides or I won't be able to get a reply back</LI><br><br><U>Here's what I don't understand:</U><br>&#8226;Subnetting (in its entirety)</LI><br><br>Basically, all my experience with networking is in home networking...i.e. DSL/Cable modem to Linksys, out to PC(s).  I haven't worked with subnets (and don't fully understand it) other than a basic 255.255.255.0 class C subnet.<br><br>Can anyone point me in the right direction and/or offer some helpful hints?<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/8812353?c=491017&ret=L2ZvcnVtL3I4ODEyMzUzLnhtbA%3D%3D"><IMG TITLE="5491 bytes" BORDER=0 WIDTH=600 HEIGHT=324 SRC="/r0/download/491017~f413441d85e81a9184f6db789540afa8/cisco_routing.gif"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,8812353</guid>
<pubDate>Wed, 17 Dec 2003 10:32:28 EDT</pubDate>
</item>

</channel>
</rss>
