Why one of virtual NICs called bond0? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!Why does ethernet have a minimum frame size specified?Why straight-through ethernet cables?Virtual Ethernet Adapter / Multiple MAC and IP address for one adapterMulti-NIC Linux machine's NICs are responding to each other's ARPs regardless of arp_filter settingVirtual interfaces with default routesWhy do ethernet cables have 8 wires?Bond0 Failover when link light stays up: High Availability NetworkDifferent speed on Internet connection by switching NICs. Can someone make sense of this?Is one 10 gig port the same as ten 1 gig portsubuntu-14.04 - why can I only connect only on one ethernet interface

Why are there no cargo aircraft with "flying wing" design?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

Should I call the interviewer directly, if HR aren't responding?

What do you call a plan that's an alternative plan in case your initial plan fails?

How do I keep my slimes from escaping their pens?

Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?

What would be the ideal power source for a cybernetic eye?

What happens to sewage if there is no river near by?

Java 8 stream max() function argument type Comparator vs Comparable

What does the "x" in "x86" represent?

How do I mention the quality of my school without bragging

How widely used is the term Treppenwitz? Is it something that most Germans know?

G-Code for resetting to 100% speed

What is the musical term for a note that continously plays through a melody?

Why is "Captain Marvel" translated as male in Portugal?

Is there a concise way to say "all of the X, one of each"?

Should I discuss the type of campaign with my players?

Is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN?

Did Kevin spill real chili?

Letter Boxed validator

How can players work together to take actions that are otherwise impossible?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

How can I make names more distinctive without making them longer?

Can Pao de Queijo, and similar foods, be kosher for Passover?



Why one of virtual NICs called bond0?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Why does ethernet have a minimum frame size specified?Why straight-through ethernet cables?Virtual Ethernet Adapter / Multiple MAC and IP address for one adapterMulti-NIC Linux machine's NICs are responding to each other's ARPs regardless of arp_filter settingVirtual interfaces with default routesWhy do ethernet cables have 8 wires?Bond0 Failover when link light stays up: High Availability NetworkDifferent speed on Internet connection by switching NICs. Can someone make sense of this?Is one 10 gig port the same as ten 1 gig portsubuntu-14.04 - why can I only connect only on one ethernet interface



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I just took over a very old network cluster(no documents and manual left) so I have to imagine the meaning of configuration by myself. Some of the servers' IP configure as following(when I issue ifconfig)



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
inet 10.1.237.11 netmask 255.255.255.192 broadcast 10.1.237.63
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.146.67.13 netmask 255.255.255.240 broadcast 147.146.67.15
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.185.211.5 netmask 255.255.255.0 broadcast 147.185.211.255
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)


From the same mac address, I can see there is only one NIC. I was told that bond0 for inner IP, bond0.901 for internet IP, bond0.901:1 for Anycast IP. So my question is that what do eth2 and eth3 for and why one of the virtual NIC called bond0, is there anything need to be bond together?



When I issued the command: lspci|grep Ether, I got the following:



01:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
04:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)


Does the above mean I have 10 physical Network cards please?










share|improve this question









New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What does the output of ifenslave -a and ip link show and ip addr show look like?

    – Zoredache
    5 hours ago






  • 1





    Does the above mean I have 10 physical Network cards please - Sure looks like it. Not sure which one of your interfaces are actually being used though.

    – Zoredache
    3 hours ago

















1















I just took over a very old network cluster(no documents and manual left) so I have to imagine the meaning of configuration by myself. Some of the servers' IP configure as following(when I issue ifconfig)



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
inet 10.1.237.11 netmask 255.255.255.192 broadcast 10.1.237.63
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.146.67.13 netmask 255.255.255.240 broadcast 147.146.67.15
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.185.211.5 netmask 255.255.255.0 broadcast 147.185.211.255
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)


From the same mac address, I can see there is only one NIC. I was told that bond0 for inner IP, bond0.901 for internet IP, bond0.901:1 for Anycast IP. So my question is that what do eth2 and eth3 for and why one of the virtual NIC called bond0, is there anything need to be bond together?



When I issued the command: lspci|grep Ether, I got the following:



01:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
04:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)


Does the above mean I have 10 physical Network cards please?










share|improve this question









New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What does the output of ifenslave -a and ip link show and ip addr show look like?

    – Zoredache
    5 hours ago






  • 1





    Does the above mean I have 10 physical Network cards please - Sure looks like it. Not sure which one of your interfaces are actually being used though.

    – Zoredache
    3 hours ago













1












1








1








I just took over a very old network cluster(no documents and manual left) so I have to imagine the meaning of configuration by myself. Some of the servers' IP configure as following(when I issue ifconfig)



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
inet 10.1.237.11 netmask 255.255.255.192 broadcast 10.1.237.63
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.146.67.13 netmask 255.255.255.240 broadcast 147.146.67.15
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.185.211.5 netmask 255.255.255.0 broadcast 147.185.211.255
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)


From the same mac address, I can see there is only one NIC. I was told that bond0 for inner IP, bond0.901 for internet IP, bond0.901:1 for Anycast IP. So my question is that what do eth2 and eth3 for and why one of the virtual NIC called bond0, is there anything need to be bond together?



When I issued the command: lspci|grep Ether, I got the following:



01:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
04:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)


Does the above mean I have 10 physical Network cards please?










share|improve this question









New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I just took over a very old network cluster(no documents and manual left) so I have to imagine the meaning of configuration by myself. Some of the servers' IP configure as following(when I issue ifconfig)



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
inet 10.1.237.11 netmask 255.255.255.192 broadcast 10.1.237.63
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.146.67.13 netmask 255.255.255.240 broadcast 147.146.67.15
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

bond0.901:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>
inet 147.185.211.5 netmask 255.255.255.0 broadcast 147.185.211.255
ether 6c:90:af:68:5a:28 txqueuelen 0 (Ethernet)

eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
ether 6c:90:af:68:5a:28 txqueuelen 1000 (Ethernet)

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)


From the same mac address, I can see there is only one NIC. I was told that bond0 for inner IP, bond0.901 for internet IP, bond0.901:1 for Anycast IP. So my question is that what do eth2 and eth3 for and why one of the virtual NIC called bond0, is there anything need to be bond together?



When I issued the command: lspci|grep Ether, I got the following:



01:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.2 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
01:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
04:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
07:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
09:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)


Does the above mean I have 10 physical Network cards please?







ethernet






share|improve this question









New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago







Jack













New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 hours ago









JackJack

1085




1085




New contributor




Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Jack is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • What does the output of ifenslave -a and ip link show and ip addr show look like?

    – Zoredache
    5 hours ago






  • 1





    Does the above mean I have 10 physical Network cards please - Sure looks like it. Not sure which one of your interfaces are actually being used though.

    – Zoredache
    3 hours ago

















  • What does the output of ifenslave -a and ip link show and ip addr show look like?

    – Zoredache
    5 hours ago






  • 1





    Does the above mean I have 10 physical Network cards please - Sure looks like it. Not sure which one of your interfaces are actually being used though.

    – Zoredache
    3 hours ago
















What does the output of ifenslave -a and ip link show and ip addr show look like?

– Zoredache
5 hours ago





What does the output of ifenslave -a and ip link show and ip addr show look like?

– Zoredache
5 hours ago




1




1





Does the above mean I have 10 physical Network cards please - Sure looks like it. Not sure which one of your interfaces are actually being used though.

– Zoredache
3 hours ago





Does the above mean I have 10 physical Network cards please - Sure looks like it. Not sure which one of your interfaces are actually being used though.

– Zoredache
3 hours ago










1 Answer
1






active

oldest

votes


















5














I suspect that eth2, and eth3 are the physical devices that make up the bond0 device. See the master/slave flags. But your system probably has 2 physical interfaces, these are being combined in some kind of fault tolerance, or link aggregation setup. Try looking at the output of these tools which query the physical hardware lspci | grep Ether, or lshw -class network. You probably will see at least 2 interfaces.



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>


The contents of the file /proc/net/bonding/bond0 would tell you more.



  • Bonding docs https://wiki.linuxfoundation.org/networking/bonding#ethernet-device-renaming

The bond0.901 is a virtual device allowing for a tagged vlan 901 on bond0.



The bond0.901:1 is just an secondary IP address for the bond0.901 VLAN 901 interface. This is not a real interface, or even a virtual one. This 'interface' is just just a way for ifconfig to show you the second address. But it is a deprecated tool that can give you confusing output like this. Use ip addr, or ip link instead.






share|improve this answer

























  • Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

    – Jack
    3 hours ago






  • 1





    No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

    – Zoredache
    3 hours ago












  • one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

    – Jack
    1 hour ago











  • Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

    – Michael Hampton
    1 hour ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Jack is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963188%2fwhy-one-of-virtual-nics-called-bond0%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














I suspect that eth2, and eth3 are the physical devices that make up the bond0 device. See the master/slave flags. But your system probably has 2 physical interfaces, these are being combined in some kind of fault tolerance, or link aggregation setup. Try looking at the output of these tools which query the physical hardware lspci | grep Ether, or lshw -class network. You probably will see at least 2 interfaces.



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>


The contents of the file /proc/net/bonding/bond0 would tell you more.



  • Bonding docs https://wiki.linuxfoundation.org/networking/bonding#ethernet-device-renaming

The bond0.901 is a virtual device allowing for a tagged vlan 901 on bond0.



The bond0.901:1 is just an secondary IP address for the bond0.901 VLAN 901 interface. This is not a real interface, or even a virtual one. This 'interface' is just just a way for ifconfig to show you the second address. But it is a deprecated tool that can give you confusing output like this. Use ip addr, or ip link instead.






share|improve this answer

























  • Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

    – Jack
    3 hours ago






  • 1





    No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

    – Zoredache
    3 hours ago












  • one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

    – Jack
    1 hour ago











  • Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

    – Michael Hampton
    1 hour ago















5














I suspect that eth2, and eth3 are the physical devices that make up the bond0 device. See the master/slave flags. But your system probably has 2 physical interfaces, these are being combined in some kind of fault tolerance, or link aggregation setup. Try looking at the output of these tools which query the physical hardware lspci | grep Ether, or lshw -class network. You probably will see at least 2 interfaces.



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>


The contents of the file /proc/net/bonding/bond0 would tell you more.



  • Bonding docs https://wiki.linuxfoundation.org/networking/bonding#ethernet-device-renaming

The bond0.901 is a virtual device allowing for a tagged vlan 901 on bond0.



The bond0.901:1 is just an secondary IP address for the bond0.901 VLAN 901 interface. This is not a real interface, or even a virtual one. This 'interface' is just just a way for ifconfig to show you the second address. But it is a deprecated tool that can give you confusing output like this. Use ip addr, or ip link instead.






share|improve this answer

























  • Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

    – Jack
    3 hours ago






  • 1





    No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

    – Zoredache
    3 hours ago












  • one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

    – Jack
    1 hour ago











  • Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

    – Michael Hampton
    1 hour ago













5












5








5







I suspect that eth2, and eth3 are the physical devices that make up the bond0 device. See the master/slave flags. But your system probably has 2 physical interfaces, these are being combined in some kind of fault tolerance, or link aggregation setup. Try looking at the output of these tools which query the physical hardware lspci | grep Ether, or lshw -class network. You probably will see at least 2 interfaces.



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>


The contents of the file /proc/net/bonding/bond0 would tell you more.



  • Bonding docs https://wiki.linuxfoundation.org/networking/bonding#ethernet-device-renaming

The bond0.901 is a virtual device allowing for a tagged vlan 901 on bond0.



The bond0.901:1 is just an secondary IP address for the bond0.901 VLAN 901 interface. This is not a real interface, or even a virtual one. This 'interface' is just just a way for ifconfig to show you the second address. But it is a deprecated tool that can give you confusing output like this. Use ip addr, or ip link instead.






share|improve this answer















I suspect that eth2, and eth3 are the physical devices that make up the bond0 device. See the master/slave flags. But your system probably has 2 physical interfaces, these are being combined in some kind of fault tolerance, or link aggregation setup. Try looking at the output of these tools which query the physical hardware lspci | grep Ether, or lshw -class network. You probably will see at least 2 interfaces.



bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST>
eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>
eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>


The contents of the file /proc/net/bonding/bond0 would tell you more.



  • Bonding docs https://wiki.linuxfoundation.org/networking/bonding#ethernet-device-renaming

The bond0.901 is a virtual device allowing for a tagged vlan 901 on bond0.



The bond0.901:1 is just an secondary IP address for the bond0.901 VLAN 901 interface. This is not a real interface, or even a virtual one. This 'interface' is just just a way for ifconfig to show you the second address. But it is a deprecated tool that can give you confusing output like this. Use ip addr, or ip link instead.







share|improve this answer














share|improve this answer



share|improve this answer








edited 5 hours ago

























answered 5 hours ago









ZoredacheZoredache

112k30231379




112k30231379












  • Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

    – Jack
    3 hours ago






  • 1





    No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

    – Zoredache
    3 hours ago












  • one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

    – Jack
    1 hour ago











  • Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

    – Michael Hampton
    1 hour ago

















  • Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

    – Jack
    3 hours ago






  • 1





    No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

    – Zoredache
    3 hours ago












  • one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

    – Jack
    1 hour ago











  • Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

    – Michael Hampton
    1 hour ago
















Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

– Jack
3 hours ago





Thank you! I appended description on my question about lspci results. And, you mentioned VLAN 901, where can I find the VLAN config please, what purpose of this VLAN please.

– Jack
3 hours ago




1




1





No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

– Zoredache
3 hours ago






No idea what it is for, and no idea where it is configured. There is no way for me to possibly know what it is for. It is probably something local to your network environment. The location for the configuration is distro specific. On Debian it might be under /etc/network/interfaces, but it might also be under /etc/systemd/network, or maybe one of a dozen other places.

– Zoredache
3 hours ago














one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

– Jack
1 hour ago





one more question please, should the Switch has 901 Vlan configure, but I didn't find this Vlan in switch.

– Jack
1 hour ago













Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

– Michael Hampton
1 hour ago





Modern Linux systems no longer even install ifconfig and route by default anymore, unless some legacy package gets installed that needs them. It's a good idea to get out of the habit of using them.

– Michael Hampton
1 hour ago










Jack is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Jack is a new contributor. Be nice, and check out our Code of Conduct.












Jack is a new contributor. Be nice, and check out our Code of Conduct.











Jack is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f963188%2fwhy-one-of-virtual-nics-called-bond0%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367