User Tools

Site Tools


documentation:examples:maximum_bsdrp_features_lab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
documentation:examples:maximum_bsdrp_features_lab [2019/05/29 17:32] – external edit 127.0.0.1documentation:examples:maximum_bsdrp_features_lab [2019/10/03 14:09] – [Router 4] olivier
Line 215: Line 215:
 sysrc rtadvd_interfaces="em0" sysrc rtadvd_interfaces="em0"
 sysrc vlans_em1="23" sysrc vlans_em1="23"
-sysrc ifconfig_em1="up"+sysrc ifconfig_em1="up mtu 1528"
 sysrc ifconfig_em0="inet 10.0.12.2/24" sysrc ifconfig_em0="inet 10.0.12.2/24"
 sysrc ifconfig_em0_ipv6="inet6 2001:db8:12::2 prefixlen 64" sysrc ifconfig_em0_ipv6="inet6 2001:db8:12::2 prefixlen 64"
Line 430: Line 430:
 sysrc hostname=R3 sysrc hostname=R3
 sysrc vlans_em1="23" sysrc vlans_em1="23"
-sysrc ifconfig_em1="up"+sysrc ifconfig_em1="up mtu 1528"
 sysrc ifconfig_em1_23="inet 10.0.23.3/24" sysrc ifconfig_em1_23="inet 10.0.23.3/24"
 sysrc ifconfig_em1_23_ipv6="inet6 2001:db8:23::3 prefixlen 64" sysrc ifconfig_em1_23_ipv6="inet6 2001:db8:23::3 prefixlen 64"
-sysrc ifconfig_em2="inet 10.0.34.3/24"+sysrc ifconfig_em2="inet 10.0.34.3/24 mtu 1528"
 sysrc ifconfig_em2_ipv6="inet6 2001:db8:34::3 prefixlen 64" sysrc ifconfig_em2_ipv6="inet6 2001:db8:34::3 prefixlen 64"
 sysrc bird_enable=YES sysrc bird_enable=YES
Line 544: Line 544:
 sysrc ifconfig_em3="inet 10.0.45.4/24" sysrc ifconfig_em3="inet 10.0.45.4/24"
 sysrc ifconfig_em3_ipv6="inet6 2001:db8:45::4 prefixlen 64" sysrc ifconfig_em3_ipv6="inet6 2001:db8:45::4 prefixlen 64"
-sysrc ifconfig_em2="10.0.34.4/24"+sysrc ifconfig_em2="10.0.34.4/24 mtu 1528"
 sysrc ifconfig_em2_ipv6="inet6 2001:db8:34::4 prefixlen 64" sysrc ifconfig_em2_ipv6="inet6 2001:db8:34::4 prefixlen 64"
 sysrc cloned_interfaces="lo1" sysrc cloned_interfaces="lo1"
Line 846: Line 846:
 Start an iperf3 ipv6 client on R1, and check available bandwith is about 20Mb/s: Start an iperf3 ipv6 client on R1, and check available bandwith is about 20Mb/s:
  
 +<code>
 +[root@R1]~# iperf3 -c 2001:db8:56:0:cf:8fff:fea9:490b
 +Connecting to host 2001:db8:56:0:cf:8fff:fea9:490b, port 5201
 +[  5] local 2001:db8:12:0:5a9c:fcff:fe01:201 port 62845 connected to 2001:db8:56:0:cf:8fff:fea9:490b port 5201
 +[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
 +[  5]   0.00-1.00   sec  1.74 MBytes  14.6 Mbits/sec    0   68.2 KBytes
 +[  5]   1.00-2.00   sec  2.23 MBytes  18.7 Mbits/sec    3   65.2 KBytes
 +[  5]   2.00-3.00   sec  2.19 MBytes  18.3 Mbits/sec    2   77.6 KBytes
 +[  5]   3.00-4.00   sec  2.19 MBytes  18.3 Mbits/sec    8   57.1 KBytes
 +[  5]   4.00-5.00   sec  2.19 MBytes  18.3 Mbits/sec    2   38.0 KBytes
 +[  5]   5.00-6.00   sec  2.19 MBytes  18.3 Mbits/sec    1   61.2 KBytes
 +[  5]   6.00-7.00   sec  2.19 MBytes  18.4 Mbits/sec    2   42.1 KBytes
 +[  5]   7.00-8.00   sec  2.19 MBytes  18.3 Mbits/sec    1   61.2 KBytes
 +[  5]   8.00-9.00   sec  2.19 MBytes  18.3 Mbits/sec    2   44.8 KBytes
 +[  5]   9.00-10.00  sec  2.18 MBytes  18.3 Mbits/sec    1   65.3 KBytes
 +- - - - - - - - - - - - - - - - - - - - - - - - -
 +[ ID] Interval           Transfer     Bitrate         Retr
 +[  5]   0.00-10.00  sec  21.5 MBytes  18.0 Mbits/sec   22             sender
 +[  5]   0.00-10.03  sec  21.3 MBytes  17.8 Mbits/sec                  receiver
 +
 +iperf Done.
 +[root@R1]~#
 +</code>
 ==== netflow ==== ==== netflow ====
  
documentation/examples/maximum_bsdrp_features_lab.txt · Last modified: 2022/07/07 13:23 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki