Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  LACP interface doesn't show in Operation mode

    Posted 01-30-2014 11:03
      |   view attached

    I have an EX3300 that I’m trying to configure link aggregation between it and an Oracle ZFS 7420 Storage controller. I’ve had Oracle on site to look at their ZFS and the issue seems to be with the switch. The ZFS’s IP does not show in the ARP table.  I’ve gone into configuration mode and setup the LACP, but after committing the changes I run a show interface terse and interfaces ae0 and ae1 I built are not displayed. I don’t know why the interfaces ae0 and ae1 do not show in operational mode.

     

    Here is my configuration; full config attached.

     

    Here is how I build the LACP interfaces.


    ge-0/0/42 {

        ether-options {

            802.3ad ae1;

        }

    }

    ge-0/0/43 {

        ether-options {

            802.3ad ae1;

        }

    }

    ge-0/0/44 {

        ether-options {

            802.3ad ae0;

        }

    }

    ge-0/0/45 {

        ether-options {

            802.3ad ae0;

        }

    }

    ae0 {

        aggregated-ether-options {

            minimum-links 1;

            link-speed 1g;

        }

        unit 0 {

            family ethernet-switching {

                port-mode access;

                vlan {

                    members storage;

                }

            }

        }

    }

    ae1 {

        aggregated-ether-options {

            minimum-links 1;

            link-speed 1g;

        }

        unit 0 {

            family ethernet-switching {

                port-mode access;

                vlan {

                    members storage;

                }

            }

        }

    }

    root@CDMCMaaSSwitch# show vlans

    storage {

        description Storage;

        vlan-id 574;

        interface {

            ge-0/0/37.0;

            ge-0/0/38.0;

            ge-0/0/39.0;

            ge-0/0/40.0;

            ge-0/0/41.0;

            ge-0/0/46.0;

            ae0.0;

            ae1.0;

        }

        l3-interface vlan.574;

     

     

    When I do a show interface terse, I do not see ae0 or ae1?

     

    root@CDMCMaaSSwitch# run show interfaces terse

    Interface               Admin Link Proto    Local                 Remote

    ge-0/0/0                up    up

    ge-0/0/0.0              up    up   eth-switch

    ge-0/0/47               up    up

    ge-0/0/47.0             up    up   inet     192.168.57.241/30

    bme0                    up    up

    bme0.32768              up    up   inet     128.0.0.1/2

                                                128.0.0.16/2

                                                128.0.0.32/2

                                       tnp      0x10

    dsc                     up    up

    gre                     up    up

    ipip                    up    up

    jsrv                    up    up

    jsrv.1                  up    up   inet     128.0.0.127/2

    lo0                     up    up

    lo0.0                   up    up   inet

    lo0.16384               up    up   inet     127.0.0.1           --> 0/0

    lsi                     up    up

    me0                     up    down

    me0.0                   up    down inet     192.168.1.1/24

    mtun                    up    up

    pimd                    up    up

    pime                    up    up

    tap                     up    up

    vlan                    up    up

    vlan.571                up    up   inet     192.168.57.1/25

    vlan.572                up    down inet     192.168.57.129/27

    vlan.573                up    down inet     192.168.57.161/27

    vlan.574                up    up   inet     192.168.57.193/27

    vme                     up    down

     

     

    Thanks Peter

    JNCIA|CCENT

    Attachment(s)

    txt
    config.txt   13 KB 1 version


  • 2.  RE: LACP interface doesn't show in Operation mode
    Best Answer

    Posted 01-30-2014 11:23
    I guess you're missing the "set chassis aggregated-devices ethernet device-count xx" command.

    Could you add that and see if it works?

    http://www.juniper.net/techpubs/software/junos-security/junos-security10.2/junos-security-swconfig-interfaces/config-aggregated-ethernet-interfaces-section.html

    ankit


  • 3.  RE: LACP interface doesn't show in Operation mode

    Posted 01-30-2014 11:54

    Thank you, sometimes just need a second set of eyes to find what you missed. I still can't ping the device, but it is showing in my interface terse now, which is a set in the right direction.



  • 4.  RE: LACP interface doesn't show in Operation mode

    Posted 01-30-2014 12:06

    For anyone who might be intereseted, the reason I could not ping even after fixing the LACP on the switch was I needed to set the LACP mode to "off" on the ZFS appliacne.