Configuring Bonding of Two 10Gb NICs Using Netplan












0















I'm running Ubuntu 18.04.2 LTS and I want to bond two 10Gb NICs using LACP up to a Cisco 3850 switch....this is the configuration I'm using but it is not working....I'm editing the YAML file within Netplan:



YAML File Configuration



network:
version: 2
renderer: networkd
bonds:
bond0:
interfaces:
- ens1f0
- ens1f1
addresses: [192.168.1.49/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8,8.8.4.4]
parameters:
mode: 802.3ad
lacp-rate: fast
primary: ens1f0
mii-monitor-interval: 100









share|improve this question









New contributor




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

























    0















    I'm running Ubuntu 18.04.2 LTS and I want to bond two 10Gb NICs using LACP up to a Cisco 3850 switch....this is the configuration I'm using but it is not working....I'm editing the YAML file within Netplan:



    YAML File Configuration



    network:
    version: 2
    renderer: networkd
    bonds:
    bond0:
    interfaces:
    - ens1f0
    - ens1f1
    addresses: [192.168.1.49/24]
    gateway4: 192.168.1.1
    nameservers:
    addresses: [8.8.8.8,8.8.4.4]
    parameters:
    mode: 802.3ad
    lacp-rate: fast
    primary: ens1f0
    mii-monitor-interval: 100









    share|improve this question









    New contributor




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























      0












      0








      0








      I'm running Ubuntu 18.04.2 LTS and I want to bond two 10Gb NICs using LACP up to a Cisco 3850 switch....this is the configuration I'm using but it is not working....I'm editing the YAML file within Netplan:



      YAML File Configuration



      network:
      version: 2
      renderer: networkd
      bonds:
      bond0:
      interfaces:
      - ens1f0
      - ens1f1
      addresses: [192.168.1.49/24]
      gateway4: 192.168.1.1
      nameservers:
      addresses: [8.8.8.8,8.8.4.4]
      parameters:
      mode: 802.3ad
      lacp-rate: fast
      primary: ens1f0
      mii-monitor-interval: 100









      share|improve this question









      New contributor




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












      I'm running Ubuntu 18.04.2 LTS and I want to bond two 10Gb NICs using LACP up to a Cisco 3850 switch....this is the configuration I'm using but it is not working....I'm editing the YAML file within Netplan:



      YAML File Configuration



      network:
      version: 2
      renderer: networkd
      bonds:
      bond0:
      interfaces:
      - ens1f0
      - ens1f1
      addresses: [192.168.1.49/24]
      gateway4: 192.168.1.1
      nameservers:
      addresses: [8.8.8.8,8.8.4.4]
      parameters:
      mode: 802.3ad
      lacp-rate: fast
      primary: ens1f0
      mii-monitor-interval: 100






      networking






      share|improve this question









      New contributor




      John Abruzzese 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




      John Abruzzese 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 6 hours ago









      vidarlo

      10.7k52748




      10.7k52748






      New contributor




      John Abruzzese 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









      John AbruzzeseJohn Abruzzese

      1




      1




      New contributor




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





      New contributor





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






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






















          1 Answer
          1






          active

          oldest

          votes


















          0














          network:
          version: 2
          renderer: networkd
          ethernets:
          ens1f0:
          dhcp4: no
          ens1f1:
          dhcp4: no
          bonds:
          bond0:
          interfaces: [ens1f0, ens1f1]
          addresses: [192.168.1.49/24]
          gateway4: 192.168.1.1
          nameservers:
          addresses: [8.8.8.8,8.8.4.4]
          parameters:
          mode: 802.3ad
          lacp-rate: fast
          primary: ens1f0
          mii-monitor-interval: 100


          Use this please






          share|improve this answer








          New contributor




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




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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
            });


            }
            });






            John Abruzzese 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%2faskubuntu.com%2fquestions%2f1121207%2fconfiguring-bonding-of-two-10gb-nics-using-netplan%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









            0














            network:
            version: 2
            renderer: networkd
            ethernets:
            ens1f0:
            dhcp4: no
            ens1f1:
            dhcp4: no
            bonds:
            bond0:
            interfaces: [ens1f0, ens1f1]
            addresses: [192.168.1.49/24]
            gateway4: 192.168.1.1
            nameservers:
            addresses: [8.8.8.8,8.8.4.4]
            parameters:
            mode: 802.3ad
            lacp-rate: fast
            primary: ens1f0
            mii-monitor-interval: 100


            Use this please






            share|improve this answer








            New contributor




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

























              0














              network:
              version: 2
              renderer: networkd
              ethernets:
              ens1f0:
              dhcp4: no
              ens1f1:
              dhcp4: no
              bonds:
              bond0:
              interfaces: [ens1f0, ens1f1]
              addresses: [192.168.1.49/24]
              gateway4: 192.168.1.1
              nameservers:
              addresses: [8.8.8.8,8.8.4.4]
              parameters:
              mode: 802.3ad
              lacp-rate: fast
              primary: ens1f0
              mii-monitor-interval: 100


              Use this please






              share|improve this answer








              New contributor




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























                0












                0








                0







                network:
                version: 2
                renderer: networkd
                ethernets:
                ens1f0:
                dhcp4: no
                ens1f1:
                dhcp4: no
                bonds:
                bond0:
                interfaces: [ens1f0, ens1f1]
                addresses: [192.168.1.49/24]
                gateway4: 192.168.1.1
                nameservers:
                addresses: [8.8.8.8,8.8.4.4]
                parameters:
                mode: 802.3ad
                lacp-rate: fast
                primary: ens1f0
                mii-monitor-interval: 100


                Use this please






                share|improve this answer








                New contributor




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










                network:
                version: 2
                renderer: networkd
                ethernets:
                ens1f0:
                dhcp4: no
                ens1f1:
                dhcp4: no
                bonds:
                bond0:
                interfaces: [ens1f0, ens1f1]
                addresses: [192.168.1.49/24]
                gateway4: 192.168.1.1
                nameservers:
                addresses: [8.8.8.8,8.8.4.4]
                parameters:
                mode: 802.3ad
                lacp-rate: fast
                primary: ens1f0
                mii-monitor-interval: 100


                Use this please







                share|improve this answer








                New contributor




                Alpy 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 answer



                share|improve this answer






                New contributor




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









                answered 5 hours ago









                AlpyAlpy

                813




                813




                New contributor




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





                New contributor





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






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






















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










                    draft saved

                    draft discarded


















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













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












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
















                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f1121207%2fconfiguring-bonding-of-two-10gb-nics-using-netplan%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

                    Category:香港粉麵

                    List *all* the tuples!

                    Channel [V]