12-11-2017 08:10 AM - edited 03-05-2019 09:37 AM
Hello, I have set up a lab of 3 physical routers. trying to create a serial connection using crossover cable via the dsu/csu. I gave them ips and they are in the same subnet and no shut was issue but they are not up. Please tell me what Im doing wrong. I'm creating eigrp/ospf routing so I need to connect the 3 computers together . BTW, im using the two g0/0 and g0/1 for internet connection so the only port left is dsu/csu. Thx
12-11-2017 09:38 AM
Is that an RJ-45 to RJ-45 Serial connection? If so, you'll need them to be a "DS1 crossover" meaning that instead of crossing over pins 1 & 2 to positions 3 & 6 you instead need 3 & 4 to go to positions 5 & 6.
To diagram:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 Position
wo | o | wg | Bl | wBl | g | wBr | Br Starting Pin-Outs
wo | o | wBl | g | wg | Bl | wBr | Br Ending Pin-Outs for DS1 Crossover
Compared to
wo | o | wg | Bl | wBl | g | wBr | Br Starting Pin-Outs
wg | g | wo | Bl | wBl | o | wBr | Br Ending Pin-Outs for Ethernet Crossover
12-13-2017 12:38 PM
12-11-2017 09:46 AM
12-13-2017 12:39 PM
12-11-2017 10:02 AM
Hi
If you are using serial cables you need to identify the DCE port and configure: clock rate 64000, also verify if the interfaces are UP UP using:
show ip interface brief
If they are administrately down you must configure: no shutdown under the interfaces. Example:
interface serial 0/0
no shutdown
Hope it is useful
:-)
12-13-2017 02:41 PM - edited 12-13-2017 02:45 PM
Hello
I assume you have enabled FR encapsulation?
Example back to back FR- no FR switch
RTR1
int serx/x
encap Fr
ip address 1.1.1.1 255.255.255.252
clock rate 64000 ( this is the dce side of the cross overcable - show controller x/x | in clock to verify)
frame-relay map ip 1.1.1.2 102
no keepaive
RTR2
int serx/x
encap Fr
ip address 1.1.1.2 255.255.255.252
frame-relay map ip 1.1.1.1 102
no keepalive
res
Paul
12-13-2017 02:55 PM
I'm not using any frame relay. This is just straight router from time warner cable. I did encap ppp but the ports are not coming up. I suppose I cant do the clocking because I dont have the DTE/DTC cable. This is my question: Do i have to buy a specific cable to do the clocking? The crossover cannot do it because it does not define male/female who will do the clocking.
thx
12-13-2017 03:13 PM
12-13-2017 03:48 PM
12-13-2017 04:01 PM
12-13-2017 04:19 PM
12-14-2017 01:00 PM
Hello,
try the configs below:
R1
=====
interface Serial0/0
description Link to R2
ip address 192.168.1.1 255.255.255.0
service-module t1 timeslots 1-24
service-module t1 linecode b8zs
service-module t1 framing esf
service-module t1 clock source internal
R2
=====
interface Serial0/0
description Link to R1
ip address 192.168.1.2 255.255.255.0
service-module t1 timeslots 1-24
service-module t1 linecode b8zs
service-module t1 framing esf
service-module t1 clock source line
12-14-2017 08:43 PM
12-15-2017 05:26 AM
Hello
@staphisco wrote:
thank you for helping but im not using framerelay. This is just a crossover cable. so I decided to go with
int s0/0/0
enc ppp
ip add ....
If your crossover cable is applicable for the controller cards you are using ( meaning not a normal data crossover cable) specific ones for E1/T1 cards then all you need to establish connection use is HDLC encapsulation as I stated previously
res
Paul
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide