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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bad PPPoE performance with Cisco 871.

Status
Not open for further replies.

Vieron82

Technical User
Aug 19, 2009
13
0
0
HU
Hi!

I have a 80/25 Mbit Cable link, but it uses PPPoE for authentication of users.
When i connect my laptop directly, i can achieve 95/40 MBit according to speedtest.net, but when i use the 871, the speed drops to 35/33 Mbit.

Is it a misconfiguration?

 
I forgot the config:

Current configuration : 8415 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname hyal
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging message-counter syslog
no logging buffered
enable secret 5 <passowrd>
!
aaa new-model
!
!
aaa authentication login local_authen local
aaa authorization exec local_author local
!
!
aaa session-id common
clock timezone CET 1
!
crypto pki trustpoint TP-self-signed-150542628
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-150542628
revocation-check none
rsakeypair TP-self-signed-150542628
!
!
crypto pki certificate chain TP-self-signed-150542628
certificate self-signed 01
--REMOVED--
quit
dot11 syslog
no ip source-route
!
!
ip dhcp excluded-address 192.168.2.26 192.168.2.30
!
ip dhcp pool sdm-pool1
network 192.168.2.0 255.255.255.224
default-router 192.168.2.30
dns-server 74.82.42.42 193.110.56.8 193.110.57.4
lease 0 8
!
!
ip cef
no ip bootp server
ip domain name lookup
ip name-server 193.110.56.8
ip name-server 193.110.57.4
!
ipv6 unicast-routing
ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
spanning-tree vlan 1 priority 8192
username <user> privilege 15 secret 5 <hash>
!
!
!
archive
log config
hidekeys
!
!
ip ssh rsa keypair-name hyal.lookup
ip ssh version 2
!
!
!
!
!
!
!
interface Tunnel0
description Hurricane Electric IPv6 Tunnel Broker
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ipv6 address <address>
ipv6 enable
ipv6 traffic-filter ipv6-acl in
tunnel source Dialer1
tunnel destination <he-frankfurt>
tunnel mode ipv6ip
!
interface Null0
no ip unreachables
!
interface FastEthernet0
description Lan
!
interface FastEthernet1
description WiFi
!
interface FastEthernet2
description OPlay
!
interface FastEthernet3
description Switchport 4
!
interface FastEthernet4
description WAN Port
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Vlan1
description $FW_INSIDE$
ip address 192.168.2.30 255.255.255.224
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
ipv6 address <address>
ipv6 enable
!
interface Dialer0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
shutdown
!
interface Dialer1
description $FW_OUTSIDE$
bandwidth 25000
bandwidth receive 80000
ip address negotiated
ip access-group 101 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1452
ip flow ingress
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username <username & password>
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
ip http authentication local
no ip http secure-server
!
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.2.28 9091 interface Dialer1 59091
ip nat inside source static tcp 192.168.2.26 3724 interface Dialer1 3724
ip nat inside source static udp 192.168.2.28 51413 interface Dialer1 51413
ip nat inside source static tcp 192.168.2.28 51413 interface Dialer1 51413
ip nat inside source static tcp 192.168.2.28 443 interface Dialer1 443
ip nat inside source static tcp 192.168.2.28 21 interface Dialer1 21
ip nat inside source static tcp 192.168.2.28 20 interface Dialer1 20
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.2.0 0.0.0.31
access-list 101 permit tcp any any eq ftp-data
access-list 101 permit tcp any any eq ftp
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq 443
access-list 101 permit tcp any any gt 1023
access-list 101 permit udp any any gt 1023
access-list 101 permit tcp any any established
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any ttl-exceeded
access-list 101 permit icmp any any port-unreachable
access-list 101 permit ip host <he-frankfurt> any
dialer-list 1 protocol ip permit
no cdp run

ipv6 route ::/0 Tunnel0
!
!
!
!
!
ipv6 access-list ipv6_acl
permit tcp any any eq ftp-data
permit tcp any any eq ftp
permit tcp any any eq 22
permit tcp any any eq 443
permit tcp any any gt 1023
permit udp any any gt 1023
sequence 100 permit icmp any any
!
control-plane
!
!
line con 0
login authentication local_authen
no modem enable
transport output telnet ssh
line aux 0
login authentication local_authen
transport output telnet
line vty 0 4
authorization exec local_author
login authentication local_authen
transport input ssh
transport output telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
ntp source Dialer1
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top