Config looks simple:
My ISP provides a router that I cannot control (a BINTEC) with a WAN (serial) 2 Mbps and a LAN interface.
If I test the bandwidth with a PC behind the Bintec, I have 2Mbps both ways -everything fine so far.
I connected a Cisco with two FaEth on the Bintec LAN.
I run a bandwidth test from a PC behind the Cisco: upstream is fine almost 1.8 Mbps and downstream is crap between 200K and 300K. I thought an IPsec Tunnel (with another site) was the pb but I removed it and same pb.
Router is 2621 with IOS 12.2(17).
ANY IDEA?
config is :
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
!
logging buffered 16000 debugging
enable password 7 094E471B11041C170201
!
memory-size iomem 15
clock timezone paris 1
ip subnet-zero
!
!
no ip domain-lookup
ip dhcp excluded-address 10.0.6.2 10.0.6.19
!
ip dhcp pool DDM
network 10.0.6.0 255.255.255.0
default-router 10.0.6.1
option 150 ip 10.0.5.10
dns-server A.A.A.A
netbios-node-type h-node
lease 2
!
!
!
call rsvp-sync
!
!
!
interface FastEthernet0/0
ip address x.x.x.x 255.255.255.248
ip nat outside
no ip route-cache
no ip mroute-cache
speed 100
full-duplex
no cdp enable
!
interface Serial0/0
no ip address
encapsulation frame-relay
shutdown
no arp frame-relay
!
interface Serial0/0.1 point-to-point
bandwidth 1024
shutdown
no cdp enable
frame-relay interface-dlci 108 IETF
!
interface FastEthernet0/1
description LAN
ip address 10.0.6.1 255.255.255.0
ip nat inside
speed auto
full-duplex
no cdp enable
!
ip nat pool branch x.x.x.x x.x.x.x netmask 255.255.255.248
ip nat inside source route-map nonat pool branch overload
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x+1
no ip http server
!
access-list 130 permit ip 10.0.6.0 0.0.0.255 any
no cdp run
route-map nonat permit 10
match ip address 130
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
password 7 110B10171F1300090D27
login
speed 115200
line aux 0
password 7 110B10171F1300090D27
login
line vty 0 4
access-class 10 in
password 7 14151B190405212E2D25
login
!
My ISP provides a router that I cannot control (a BINTEC) with a WAN (serial) 2 Mbps and a LAN interface.
If I test the bandwidth with a PC behind the Bintec, I have 2Mbps both ways -everything fine so far.
I connected a Cisco with two FaEth on the Bintec LAN.
I run a bandwidth test from a PC behind the Cisco: upstream is fine almost 1.8 Mbps and downstream is crap between 200K and 300K. I thought an IPsec Tunnel (with another site) was the pb but I removed it and same pb.
Router is 2621 with IOS 12.2(17).
ANY IDEA?
config is :
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
!
logging buffered 16000 debugging
enable password 7 094E471B11041C170201
!
memory-size iomem 15
clock timezone paris 1
ip subnet-zero
!
!
no ip domain-lookup
ip dhcp excluded-address 10.0.6.2 10.0.6.19
!
ip dhcp pool DDM
network 10.0.6.0 255.255.255.0
default-router 10.0.6.1
option 150 ip 10.0.5.10
dns-server A.A.A.A
netbios-node-type h-node
lease 2
!
!
!
call rsvp-sync
!
!
!
interface FastEthernet0/0
ip address x.x.x.x 255.255.255.248
ip nat outside
no ip route-cache
no ip mroute-cache
speed 100
full-duplex
no cdp enable
!
interface Serial0/0
no ip address
encapsulation frame-relay
shutdown
no arp frame-relay
!
interface Serial0/0.1 point-to-point
bandwidth 1024
shutdown
no cdp enable
frame-relay interface-dlci 108 IETF
!
interface FastEthernet0/1
description LAN
ip address 10.0.6.1 255.255.255.0
ip nat inside
speed auto
full-duplex
no cdp enable
!
ip nat pool branch x.x.x.x x.x.x.x netmask 255.255.255.248
ip nat inside source route-map nonat pool branch overload
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x+1
no ip http server
!
access-list 130 permit ip 10.0.6.0 0.0.0.255 any
no cdp run
route-map nonat permit 10
match ip address 130
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
password 7 110B10171F1300090D27
login
speed 115200
line aux 0
password 7 110B10171F1300090D27
login
line vty 0 4
access-class 10 in
password 7 14151B190405212E2D25
login
!