Regarding VRF support in Linux Kernel

2016-06-22 Thread Ajith Adapa
Hi, I am following the steps present in (https://www.kernel.org/doc/Documentation/networking/vrf.txt) and trying to create IPv4 VRF in latest Fedora 24 distribution with 4.5 Linux kernel. [root@localhost ip]# uname -a Linux localhost.localdomain 4.5.5-300.fc24.x86_64 #1 SMP Thu May 19 13:05:32

Regarding vxlan unicast configuration

2016-05-16 Thread Ajith Adapa
Hi, I am trying vxlan unicast configuration on a back to back connected interfaces of VM1 and VM2 running fedora 23 with 4.2 version of kernel. Below is my configuration VM1 ip address add 100.1.1.1/24 dev enp0s8 ifconfig enp0s8 up ip link add name vxlan42 type vxlan id 42 dev enp0s8 remote

Re: Issue with LACP mode in linux bonding driver

2015-06-26 Thread Ajith Adapa
On 26 June 2015 at 07:45, Jay Vosburgh jay.vosbu...@canonical.com wrote: echo 'module bonding =p' /sys/kernel/debug/dynamic_debug/control Hi, thanks for the reply. Linux server (enp0s8)(bond0) (po1)(xe1) switch Linux server (enp0s9)(bond0) (po2)(xe2) switch I have tried the

Re: Issue with LACP mode in linux bonding driver

2015-06-26 Thread Ajith Adapa
/26/15 5:19 PM, Jay Vosburgh wrote: Ajith Adapa adapa.aj...@gmail.com wrote: On 26 June 2015 at 07:45, Jay Vosburgh jay.vosbu...@canonical.com wrote: echo 'module bonding =p' /sys/kernel/debug/dynamic_debug/control Hi, thanks for the reply. I tried this out a bit here

Re: Issue with LACP mode support in Linux bonding driver

2015-06-25 Thread Ajith Adapa
Hi, How can I know the current maintainer for Linux Bonding Driver ? Regards, Ajith Regards, Ajith codingfreak.blogspot.com On 24 June 2015 at 15:25, Ajith Adapa adapa.aj...@gmail.com wrote: Hi, I am using Centos7 with v3.10 kernel. My issue

Issue with LACP mode support in Linux bonding driver

2015-06-24 Thread Ajith Adapa
Hi, I am using Centos7 with v3.10 kernel. My issue is related to multiaggregation in LACP. In my setup topology I connected linux server and a L2 switch back to back with 2 interfaces eth0 and eth1 (on both sides). On Switch I have mapped eth0 to po1 and eth1 to po2. On linux server I have