I try to connect two router 2600 with two serial cards and I just have DTE cable...
B
big si
Use a DTE-DCE cable. I got mine from
formatting link
router A (DTE) ! int s0/0 bandwidth 2048 (optional, needed to give wan utilisation for SNMP reports) ip address 10.1.1.1 255.255.255.252 no shutdown !
router B (DCE) ! int s0/0 bandwidth 2048 ip address 10.1.1.2 255.255.255.252 clock rate 2000000 no shut !
This gives an HDLC link with an IP subnet over the WAN.
----------------------------------------------------- For Frame Relay, use something like this:
router A (DTE) ! frame-relay switching ! interface Serial0/0 bandwidth 512 no ip address encapsulation frame-relay no ip route-cache no ip mroute-cache no fair-queue ! interface Serial0/0.1 point-to-point bandwidth 256 ip address 10.1.1.6 255.255.255.252 no ip route-cache no ip mroute-cache frame-relay interface-dlci 17 IETF !
Router B (DCE)
! interface Serial0/0.1 bandwidth 512 no ip address encapsulation frame-relay no ip route-cache no ip mroute-cache clockrate 500000 frame-relay intf-type dce ! interface Serial0/0.1 point-to-point bandwidth 256 ip address 10.1.1.5 255.255.255.252 no ip route-cache no ip mroute-cache frame-relay interface-dlci 17 IETF !
Bob's your uncle.
Big Si (uk)
W
Watt
Cheers Big Si,
I've got the DTE-DCE cable so I will give that config a bash.
Thanks,
Dougie
W
Watt
Just realised I have a smart serial to V35 female -> V35 male to smart serial.
Will purchase a smart serial to smart serial crossover cable.
Dougie
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.