  dpocoroba Premium join:2000-11-14 224.0.0.5
| reply to techwench Re: [Config] 1700 to 1700 routing - HELP
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.
This might be a good starting point for you
! hostname r1 ! interface Loopback0 ip address 200.1.1.1 255.255.255.0 ! interface Ethernet0/0 ip address 150.150.10.1 255.255.255.0 half-duplex ! interface Serial0/0 no ip address shutdown ! interface Serial0/1 ip address 150.150.11.1 255.255.255.0 ! router ospf 110 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 ! end
! hostname r2 ! ! ! interface Loopback0 ip address 200.2.2.2 255.255.255.0 ! interface Ethernet0/0 ip address 150.150.10.2 255.255.255.0 half-duplex ! interface Serial0/0 no ip address shutdown ! interface Serial0/1 ip address 150.150.22.1 255.255.255.0 ! router ospf 110 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 ! end
Hope this points you in the right direction. Be sure to ask away if you have any other questions.
DP
-- "Knowledge is contagious, infect" |
|
  techwench I Work For Food Premium join:2003-06-26 Sherman, TX
| said by dpocoroba : 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.
This might be a good starting point for you
Thanks for the quick reply, dpocoroba . 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. 
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.
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.  |
|
  dpocoroba Premium join:2000-11-14 224.0.0.5
| said by techwench :
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.
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.
DP -- "Knowledge is contagious, infect" |
|
  techwench I Work For Food Premium join:2003-06-26 Sherman, TX
| Ooooookkkkaaaayyyy!
I haven't gotten over to the routers yet, but something just hit me on the head with a loud bang.
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
Am I on the right track here? |
|