Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help on a back to back configuration on 2 cisco 2501s

Status
Not open for further replies.

mpaters

MIS
Jun 24, 2000
12
US
I have a serial crossover cable, one end DCE and the other DTE, and I'm having problems when I drag a file across the network. My yahoo messenger works ok but when I open anything that requires a lot of bandwidth, it seems like the link between the cisco routers chokes up. Can anyone help?? or has done this before?? The config for both routers is below.<br><br>Router 1 (dte)<br><br>Current configuration:<br>!<br>version 11.0<br>service udp-small-servers<br>service tcp-small-servers<br>!<br>hostname MAP_Tweener<br>!<br>enable secret 5 $1$U/WG$ukdCxG1rRi6vuTgrSbaUI1<br>enable password baynet<br>!<br>!<br>interface Ethernet0<br>&nbsp;ip address 192.168.8.100 255.255.255.0<br>!<br>interface Serial0<br>&nbsp;ip address 192.168.9.1 255.255.255.0<br>&nbsp;encapsulation ppp<br>&nbsp;bandwidth 2000000<br>&nbsp;no keepalive<br>!<br>interface Serial1<br>&nbsp;no ip address<br>&nbsp;shutdown<br>!<br>ip route 0.0.0.0 0.0.0.0 192.168.8.1<br>ip route 192.168.20.0 255.255.255.0 192.168.9.2<br>ip route 208.188.12.144 255.255.255.248 192.168.8.10<br>snmp-server community osage RO<br>!<br>line con 0<br>line aux 0<br>&nbsp;transport input all<br>line vty 0 4<br>&nbsp;password baynet<br>&nbsp;login<br>!<br>end<br><br><br><br>Router 2 (dce)<br><br>Current configuration:<br>!<br>version 11.1<br>service udp-small-servers<br>service tcp-small-servers<br>!<br>hostname MAP_External<br>!<br>enable secret 5 $1$Z2Xo$O9DFBldcf2MULTOR6wGZG.<br>enable password baynet<br>!<br>!<br>interface Ethernet0<br>&nbsp;ip address 192.168.20.1 255.255.255.0<br>&nbsp;ip helper-address 192.168.8.20<br>!<br>interface Serial0<br>&nbsp;no ip address<br>&nbsp;shutdown<br>!<br>interface Serial1<br>&nbsp;ip address 192.168.9.2 255.255.255.0<br>&nbsp;encapsulation ppp<br>&nbsp;bandwidth 2000000<br>&nbsp;no keepalive<br>&nbsp;clockrate 2000000<br>!<br>no ip classless<br>ip route 0.0.0.0 0.0.0.0 192.168.9.1<br>logging buffered<br>snmp-server community osage RO<br>!<br>line con 0<br>line aux 0<br>line vty 0 4<br>&nbsp;password baynet<br>&nbsp;login<br>!<br>end<br><br>
 
I would clear the counter on the serial links and then try to run a couple of test copies. Go back and see what the interface stats show for any errors. ANother thing to do is setup debuging on the serial lines and see what comes across, check the processor load, check the physical cabling to make sure it is tight. <br><br>Mike
 
On the DCE interface, set-up the interface type as DCE.
Remove the bandwidth 2000000 command.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top