[Help!] KeepAlived does not set vip on Teaming interface which team driver (LACP) is used

Latest response

Hello

I am trying to configure keepalived on NIC teaming (team driver) . NIC teaming working in LACP mode.

http://rhelblog.redhat.com/2014/06/23/team-driver/

However , virtual ip is not created on team0 . KeepAlived is properly running with MASTER and BACKUP.
Does team interface support ?

My keepalived virtual instance is configured as below.

vrrp_instance SERVICE_1 {
state MASTER
interface team0
virtual_router_id 50
priority 101
advert_int 1
}
virtual_ipaddress {
10.213.140.49 dev team0
}
track_script {
check_service
}
}

ip addr command is below.

[sysadmin@BSU00383 ~]$ ip addr show team0
13: team0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether 3c:a8:2a:e8:85:d4 brd ff:ff:ff:ff:ff:ff
inet 10.213.140.50/24 brd 10.213.140.255 scope global team0
valid_lft forever preferred_lft forever

My platform is RHEL 7.3.

[sysadmin@BSU00383 ~]$ sudo cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.3 (Maipo)

KeepAlived version is below.
[sysadmin@BSU00383 ~]$ sudo rpm -qa | grep keepalived
keepalived-1.2.13-8.el7.x86_64

Any help is appreciated!

Responses