From: Ales MusilDate: 2022-05-27 13:58To: tommyCC: usersSubject: [ovirt-users] Re: about the bridge of the hostHi,On Wed, May 25, 2022 at 8:21 AM tommy <sz_cuitao@163.com> wrote:1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00inet 127.0.0.1/8 scope host lovalid_lft forever preferred_lft foreverinet6 ::1/128 scope hostvalid_lft forever preferred_lft forever2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master ovirtmgmt state UP group default qlen 1000link/ether 08:00:27:94:4d:e8 brd ff:ff:ff:ff:ff:ff3: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000link/ether 9e:5d:8f:94:00:86 brd ff:ff:ff:ff:ff:ffThis is an interface that is installed by openvswitch. AFAIK it shouldn't be used anymore and is there for historical reasons.4: br-int: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000link/ether ea:20:e5:c3:d6:31 brd ff:ff:ff:ff:ff:ffThis is OVNs integration bridge, it is used for all traffic that is defined through ovirt-provider-ovn.5: ovirtmgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000link/ether 08:00:27:94:4d:e8 brd ff:ff:ff:ff:ff:ffinet 10.1.1.7/24 brd 10.1.1.255 scope global noprefixroute ovirtmgmtManagement bridge for oVirt. Depending on the network roles it might be the only network and that willbe passing all oVirt and host related traffic.valid_lft forever preferred_lft forever21: ip_vti0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000link/ipip 0.0.0.0 brd 0.0.0.0IPSec virtual interface. Created by libreswan.22: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000link/ether 1e:cb:bf:02:f7:33 brd ff:ff:ff:ff:ff:ffBridge created by oVirt, it is used for VMs that do not have any interface assigned.what use of the 3/4/5/21/22 ? ( I know the item 5 )are they all the bridge ?Not all of them are bridges, and also brctl will show only linux bridges. For examplebr-int is an OvS bridge.The out put of the brctl show appears only the ovirtmgmt and ;vdsmdummy' are bridge.[root@host1 ~]# brctl showbridge name bridge id STP enabled interfaces;vdsmdummy; 8000.000000000000 noovirtmgmt 8000.080027944de8 no enp0s3[root@host1 ~]#Let us know if you have any further questions.Regards,Ales_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/56MHW44NW6TSPHLXOYQUJOWYB4ULXY5I/
--