- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- miimon setting for network bonding
Operating System - Linux
1824877
Members
3771
Online
109675
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2006 02:39 PM
тАО07-12-2006 02:39 PM
miimon setting for network bonding
I have binded 2 NIC (eth0, eth6) into a network bdnding NIC (bond0), with IP address 130.20.61.41.
The following line was added in the /etc/modules.conf under bond0
options bond0 mode=1 miimon=500 max_bonds=3
Recently, our application suffer timeout ping 130.20.61.254 via bond0 occassionally. I just want to ask if it is ok to set the "option" value at modules.conf under bond0, or put the setting under the ifup scripts for eth0 / eth6.
Pls help. Many thanks
The following line was added in the /etc/modules.conf under bond0
options bond0 mode=1 miimon=500 max_bonds=3
Recently, our application suffer timeout ping 130.20.61.254 via bond0 occassionally. I just want to ask if it is ok to set the "option" value at modules.conf under bond0, or put the setting under the ifup scripts for eth0 / eth6.
Pls help. Many thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2006 05:59 PM
тАО07-12-2006 05:59 PM
Re: miimon setting for network bonding
Yes you can use the options value in the /etc/modules.conf file.
Below is the line from my modprobe.conf:
options bonding miimon=100 mode=active-backup
It means that if one card fails-second starts to work. mode=1 in your file means the same.
I assume that you use an older version of RedHat (/etc/modules.conf is called /etc/modprobe.conf on newer versions).
Below is the line from my modprobe.conf:
options bonding miimon=100 mode=active-backup
It means that if one card fails-second starts to work. mode=1 in your file means the same.
I assume that you use an older version of RedHat (/etc/modules.conf is called /etc/modprobe.conf on newer versions).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2006 08:06 PM
тАО07-12-2006 08:06 PM
Re: miimon setting for network bonding
If you
cat /proc/net/bond0/info
you'll see that the options you configured in /etc/modules.conf have been applied.
EG Output:
Bonding Mode: fault-tolerance (active-backup)
Currently Active Slave: eth0
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Multicast Mode: all slaves
Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Slave Interface: eth0
MII Status: up
Link Failure Count: 2
cat /proc/net/bond0/info
you'll see that the options you configured in /etc/modules.conf have been applied.
EG Output:
Bonding Mode: fault-tolerance (active-backup)
Currently Active Slave: eth0
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Multicast Mode: all slaves
Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Slave Interface: eth0
MII Status: up
Link Failure Count: 2
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP