04-24-2020 11:31 AM
Hope someone can give me any idea or suggestion.
I have to make a 80MB data connection (upstream 80mb and downstream 80mb) over end to end L2 transparent connectivity from A-End to B-End and for that i have chosen to make the L2TPV3 between the connection. before doing something over the live network, i have decided to make a back to back connection with the test routers. the router i have are Cisco 1841 and i have configured it as below.
A-End Cisco 1841 Router: (1500 MTU Supported Only)
interface Loopback1
ip address 1.1.1.1 255.255.255.255
!
pseudowire-class R1
encapsulation l2tpv3
ip local interface Loopback1
!
interface FastEthernet0/0
ip address 192.168.50.1 255.255.255.252
duplex full
speed 100
!
interface FastEthernet0/1
duplex full
speed 100
xconnect 2.2.2.2 500 encapsulation l2tpv3 pw-class R1
!
router eigrp 20
network 192.168.50.0
network 1.1.1.1
!
-----------------------------------------------------------------------------------------------------------
B-End Cisco 1841 Router: (1500 MTU Supported Only)
interface Loopback1
ip address 2.2.2.2 255.255.255.255
!
pseudowire-class R1
encapsulation l2tpv3
ip local interface Loopback1
!
interface FastEthernet0/0
ip address 192.168.50.2 255.255.255.252
duplex full
speed 100
!
interface FastEthernet0/1
duplex full
speed 100
xconnect 1.1.1.1 500 encapsulation l2tpv3 pw-class R1
!
router eigrp 20
network 192.168.50.0
network 2.2.2.2
!
The connection has established successfully and i'm able to ping same network IP on laptops at both side. however, when i connect the A-End interface with RFC2544 BERT and B-End interface with Looping device the BERT are not able to verify the bandwidth more than 28 MB and there is bandwidth variation over different different frames i.e (512 byte frame pass 10MB, 1280 byte frame pass 24 MB, 1450 byte frame pass 28 MB).
So my question is, am i doing something wrong or missed something ? I would be very grateful with any suggestion. Thanks.
NOTE: All the connections between devices are with straight UTP cables and ports speed/duplex are 100/Full. RFC 2544 BERT only verify same upstream and downstream bandwidth.
Solved! Go to Solution.
04-29-2020 05:26 PM
04-24-2020 11:57 AM
04-24-2020 12:22 PM
04-24-2020 03:15 PM - edited 04-24-2020 03:16 PM
04-25-2020 09:42 AM
04-25-2020 11:44 AM
04-25-2020 11:58 AM
04-25-2020 02:05 PM
04-29-2020 02:21 PM
04-29-2020 05:26 PM
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