Options

Linux ether channel

dellpedellpe Member Posts: 16 ■□□□□□□□□□
[FONT=&#24494]I am trying to configure ether channel between a Huawei [/FONT]S5700-24TP-SI-AC [FONT=&#24494]switch and a linux server. I found out that i needed to use lacp as it supports interoperability between different types of hosts. i followed cisco's guide for forming ether channel. However when i do the configuration the ethernet goes down and the device becomes unpingable. [/FONT]

[FONT=&#24494]On the Linux side, the configuration looks like this:
[/FONT]



cat /etc/modprobe.d/bond.conf
alias bond0 bonding

cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
USERCTL=no
BOOTPROTO=none
NM_CONTROLLED="no"
IPADDR=10.76.161.135
PREFIX=21
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System bond0"
BONDING_OPTS="mode=4 miimon=100 lacp_rate=1"

cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no

cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE="eth1"
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no

Comments

  • Options
    mikeybikesmikeybikes Member Posts: 86 ■■□□□□□□□□
    Which distribution and version? Looks like a RHEL derivative?

    Can you copy/paste the contents of /etc/sysconfig/network

    Also, copy/paste the output of /sbin/ifconfig and /sbin/route

    And to rule out firewall, output of iptables -L -v -n
  • Options
    W StewartW Stewart Member Posts: 794 ■■■■□□□□□□
    You already made a duplicate post to this one and you didn't provide any of the information that was asked of you to provide any assistance.
Sign In or Register to comment.