Re: Back to Back Routers [7:73897]

2003-08-14 Thread MADMAN
You really don't expext 10M over the serial interface do you!?!?!

   Dave

Tom Martin wrote:
 Keep in mind that neither the 1601 or the 2509 are beefy routers. You 
 may be hitting a practical limitation. You may want to verify that CEF 
 is enabled (or at least fast switching if CEF isn't supported).
 
 How does your router CPU utilization look?
 
 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
1Kbps 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 
enable password 7 
!
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 1
 clockrate 400
!
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  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 
!
!
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 1
 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
**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
 **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
 


-- 
David Madland
CCIE# 2016
Sr. Network Engineer
Qwest Communications
612-664-3367

Government can do something for the people only in proportion as it
can do something to the people. -- Thomas Jefferson




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73922t=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


Re: Back to Back Routers [7:73897]

2003-08-14 Thread Tom Martin
Keep in mind that neither the 1601 or the 2509 are beefy routers. You 
may be hitting a practical limitation. You may want to verify that CEF 
is enabled (or at least fast switching if CEF isn't supported).

How does your router CPU utilization look?

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
 1Kbps 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 
 enable password 7 
 !
 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 1
  clockrate 400
 !
 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  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 
 !
 !
 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 1
  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
 **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
**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




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73947t=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


RE: Back to Back Routers [7:73897]

2003-08-14 Thread Zsombor Papp
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 400 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
 1Kbps 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 
 enable password 7 
 !
 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 1
  clockrate 400
 !
 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  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 
 !
 !
 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 1
  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=7i=73902t=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


Re: Back to Back Routers [7:73897]

2003-08-12 Thread Tom Martin
Keep in mind that neither the 1601 or the 2509 are beefy routers. You 
may be hitting a practical limitation. You may want to verify that CEF 
is enabled (or at least fast switching if CEF isn't supported).

How does your router CPU utilization look?

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
 1Kbps 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 
 enable password 7 
 !
 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 1
  clockrate 400
 !
 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  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 
 !
 !
 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 1
  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
 **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




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73913t=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


RE: Back to Back Routers [7:73897]

2003-08-12 Thread Joel Satterley
I think you may find the interface on the 1601 can only handle 2mbp/s.

-Original Message-
From: Zsombor Papp [mailto:[EMAIL PROTECTED] 
Sent: 12 August 2003 02:41
To: [EMAIL PROTECTED]
Subject: RE: Back to Back Routers [7:73897]

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 400 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
 1Kbps 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 
 enable password 7 
 !
 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 1
  clockrate 400
 !
 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  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 
 !
 !
 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 1
  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
**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

===
  This message has been checked for all known viruses by the 
Sirocom Virus Scanning Service   
===

===
   This message has been checked for all known viruses by the
 Sirocom Virus Scanning Service

  WWW.SIROCOM.COM  
===




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73914t=73897
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http