Hello Folks,
Let me give the background of my setup. I have CentOS 6.8 KVM hypervisor
along with OVS 2.5. I have build the openvswitch rpm and then install it.
Installation was successful.
I have created a bride with name br0 and add bond interface to the bridge
and my bond consists of 4 Lan Cards ( eth2, eth3 , eth4 & eth5), Below are
the exact commands
Lan Ports eth2,3,4,5 are already on Trunk mode on switch
ovs-vsctl add-br br0
ifconfig br0 up
ovs-vsctl add-bond br0 bond0 eth2 eth3 eth4 eth5 bond_mode=balance-slb
other_config:bond-detect-mode=miimon other_config:bond-miimon-interval=100
other_config:trunks=3,4,5,8,12,13,10,11 other_config:bond_updelay=100
other_config:lacp-time=fast
ovs-vsctl set interface eth2 other-config:enable-vlan-splinters=true
ovs-vsctl set interface eth3 other-config:enable-vlan-splinters=true
ovs-vsctl set interface eth4 other-config:enable-vlan-splinters=true
ovs-vsctl set interface eth5 other-config:enable-vlan-splinters=true
created Fake bridge using below commands
ovs-vsctl add-br br4 br0 4
ovs-vsctl add-br br13 br0 13
ifconfig br4 up
ifconfig br13 up
*Issue :*
*When i boot the VM with fake bridge , i not able to ping and access it.
Any idea how to troubleshoot further and resolve the issue.*
Below is the output of ovs-vsctl command
[root@eginosrvhyp15 ~]# ovs-vsctl show
efbab8e3-7fb7-4835-93c1-4b8aa9963134
Bridge "br0"
Port "br0"
Interface "br0"
type: internal
Port "br13"
tag: 13
Interface "br13"
type: internal
Port "bond0"
Interface "eth5"
Interface "eth4"
Interface "eth3"
Interface "eth2"
Port "vnet0"
tag: 13
Interface "vnet0"
ovs_version: "2.5.0"
[root@eginosrvhyp15 ~]#
*# ovs-ofctl show br0*OFPT_FEATURES_REPLY (xid=0x2): dpid:000000259065e976
n_tables:254, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
actions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan mod_dl_src
mod_dl_dst mod_nw_src mod_nw_dst mod_nw_tos mod_tp_src mod_tp_dst
1(eth5): addr:00:25:90:65:e9:77
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
2(eth4): addr:00:25:90:65:e9:76
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
3(eth3): addr:04:7d:7b:47:2c:f3
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
4(eth2): addr:04:7d:7b:47:2c:f2
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
5(eth4.13): addr:00:25:90:65:e9:76
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
6(eth5.13): addr:00:25:90:65:e9:77
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
7(eth3.13): addr:04:7d:7b:47:2c:f3
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
8(br13): addr:8e:fa:33:5a:5f:b4
config: 0
state: 0
current: 10MB-FD COPPER
speed: 10 Mbps now, 0 Mbps max
9(eth2.13): addr:04:7d:7b:47:2c:f2
config: 0
state: 0
current: 1GB-FD COPPER AUTO_NEG
advertised: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
supported: 10MB-HD 10MB-FD 100MB-HD 100MB-FD 1GB-FD COPPER AUTO_NEG
AUTO_PAUSE
speed: 1000 Mbps now, 1000 Mbps max
11(vnet0): addr:fe:54:00:a4:7a:17
config: 0
state: 0
current: 10MB-FD COPPER
speed: 10 Mbps now, 0 Mbps max
LOCAL(br0): addr:00:25:90:65:e9:76
config: 0
state: 0
current: 10MB-FD COPPER
speed: 10 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
[root@eginosrvhyp15 ~]#
--
Best Regards
Pradeep Kumar
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss