08-23-2007 05:52 AM - edited 03-05-2019 06:04 PM
Hope someone can give me any idea or suggestion.
I got a problem performance with a Static PE-to-PE Layer2 L2tp tunnel.
The line between the end point of the tunnel suppose to be 100Mbits/s. If I check it without tunnel (I mean with all the same devices but doing normal routing) I got around 5Mbytes/s which could be ok. But when I turn on the tunnel the bandwidth fall down to 0.8Mbytes/s.
How can be that? It could be because my router get so busy or could be any configuration problem. Is that normal?
The L2tp Tunnel are between two Cisco 2610XM with next features:
Cisco 2621XM with 127102K/3970K bytes of memory.
2 FastEthernet interfaces
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)
IOS: c2600-adventerprisek9-mz.124-16.bin (which need 128 DRAM and 32 Flash, according Cisco WebSite)
The configuration I am using for the tunnel is:
!
l2tp-class l2tp-Param
hidden
authentication
hostname ###
password 7 ###
retransmit initial retries 30
!
pseudowire-class lnk
encapsulation l2tpv3
protocol none
ip local interface Loopback0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
xconnect ### ### encapsulation l2tpv3 manual pw-class lnk
l2tp id ### ###
l2tp cookie local 4 ###
l2tp cookie remote 4 ###
l2tp hello l2tp-Param
!
I would be very grateful with any suggestion. Thanks.
08-23-2007 11:03 PM
Any suuggestion about this issue?
Thanks in forward.
08-27-2007 03:41 PM
Could be an MTU issue causing fragmentation.
Try ip pmtu max xxxx under your pseudowire-class
You may also experiment with
ip mtu and ip tcp adjust-mss under your F0/0 interface
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide