What kind of fiber connection is coming in on the e0 of the 1601?

How are you measuring that 1.6Mbps throughput?

Bandwidth command doesn't influence interface speed. Clockrate does, but you
have that set to 4000000 in the config below. That should translate to
roughly 4Mbps. It might happen though that the serial cable can't support
that high speed. Do you see any errors on the serial interface? Or lot's of
collisions on the Ethernet interfaces?

Thanks,

Zsombor

Paul Carter wrote:
> 
> I have a 1601 router and a 2509 to practice with. I've
> connected them
> with a DCE/DTE cable off the s0 ports on each router and set a
> clock
> rate on the DCE end, the 1601. On Sundays I can use a fiber
> connection
> with this setup. I have this coming in the e0 on the 1601. The
> E0 on the
> 2509 is crossover cabled to a PC.
> 
> 
> 
> 10Mbps in at switch(10.140.240.1/30) ------- (10.140.240.2/30)
> e0-1601 /
> s0-1601(172.16.96.1/30) ------- (172.16.96.2/30)s0-2509 /
> e0-2509(10.140.240.161/27) -------- (10.140.240.162/27)PC
> 
> 10.140.240.160 is my inside network
> 
> My problem seems to be a lack of bandwidth to the PC end. At
> speed test
> sites on the net I'm only getting about 1.6 Mbps.
> I think I may be bottlenecked somewhere in the router back to
> back
> setup. The configs are close to what they were originally set
> up as to
> keep my boss happy in case he needs one in a hurry. I've
> changed the
> addresses to similar types of networks but private numbers. The
> ethernet
> ports are ARPA and the serial ports HDLC. I've set bandwidth to
> 10000Kbps at each port. I originally had the clock rate at
> 64000 but
> didn't know if that was a bottleneck.
> 
> ------------------------------------------------------------------------
> ----------
> Router1601#sh run
> Current configuration:
> !
> version 11.2        (not enough memory to upgrade)
> service timestamps debug datetime msec localtime show-timezone
> service timestamps log datetime msec localtime show-timezone
> service password-encryption
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname 1601
> !
> boot system flash
> enable secret 5 xxxxxxxxxxxxxxxx
> enable password 7 xxxxxxxxxxxxxxxx
> !
> ip subnet-zero
> clock timezone PST -8
> clock summer-time pdt recurring
> !
> interface Ethernet0
>  description E0 10Mbps connection to Fiber
>  ip address 10.140.240.2 255.255.255.252
>  media-type 10BaseT
>  no cdp enable
> !
> interface Serial0
>  description S0 to 2509 S0
>  ip address 172.16.96.1 255.255.255.252
>  bandwidth 10000
>  clockrate 4000000
> !
> no ip classless
> ip route 0.0.0.0 0.0.0.0 64.240.140.1
> ip route 10.140.240.160 255.255.255.224 172.16.96.2
> logging buffered 4096 debugging
> snmp-server community xxxxxxxx RO
> !
> snip Banner stuff
> !
> end
> ------------------------------------------------------------------------
> ----------------
> Router2509#sh run
> Current configuration : 2227 bytes
> !
> version 12.1
> no service single-slot-reload-enable
> service timestamps debug datetime msec localtime show-timezone
> service timestamps log datetime msec localtime show-timezone
> service password-encryption
> service udp-small-servers
> service tcp-small-servers
> !
> hostname Router2509
> !
> boot system flash
> enable password 7 xxxxxxxxxxxxxxxx
> !
> !
> clock timezone PST -8
> clock summer-time pdt recurring
> ip subnet-zero
> !
> interface Ethernet0
>  description to LAN
>  ip address 10.140.240.161 255.255.255.224
> !
> interface Serial0
>  bandwidth 10000
>  ip address 172.16.96.2 255.255.255.252
>  no fair-queue
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> no ip classless
> ip route 0.0.0.0 0.0.0.0 172.16.96.1
> ip route 10.140.240.160 255.255.255.224 10.140.240.162
> no ip http server
> !
> end
> 
> Any ideas?
> ........................................................................
> ................
> PC
> 
> 


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=73902&t=73897
--------------------------------------------------
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html

Reply via email to