Switching

last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  ae configuration not able to be committed

    Posted 08-12-2019 15:13

    We got a EX3400 and would need to incorporate the configurations in EX2200 where ae is concerned:

     

    chassis {
    aggregated-devices {
    ethernet {
    device-count 1;
    }
    }
    alarm {
    management-ethernet {
    link-down ignore;
    }
    }
    auto-image-upgrade;
    }

    ...

    ge-0/0/20 {
    ether-options {
    802.3ad ae0;
    }
    }
    ge-0/0/21 {
    ether-options {
    802.3ad ae0;
    }
    }

    ......

    ae0 {
    description "LAG to Juniper Fw02.vlan20";
    unit 0 {
    family ethernet-switching {
    port-mode access;
    vlan {
    members svr;
    }
    }
    }
    }

     

    I was trying to configure ae in J-web, but I goth this error message:

    The configuration could not be locked.

    Error(s):
    'interface'

    1) XSTP : Interface ge-0/0/20 is not enabled for Ethernet Switching
    2) configuration check-out failed

     

    Can someone help me out?

     

    Appreciated.

     

    Wayne 



  • 2.  RE: ae configuration not able to be committed

     
    Posted 08-12-2019 17:25

    Hi Wayne,

     

    Looks like you have spanning tree configured on ge-0/0/20, which is now a in a lagg. 

    Delete the spanning tree configuration for both ge-0/0/20 and ge-0/0/21.

     

    show configuration protocols

    Not sure which version you are running but will be under rstp / vstp / mst. I do not use j-web but I assume there is a protocols section somwhere.

     

    Tim



  • 3.  RE: ae configuration not able to be committed

    Posted 08-12-2019 18:23

    Hey all!

     

    I am going to move this post to a better spot - the Switching Forum!

     

    Thanks for contributing to the community!

    - Jeremiah, Community Manager

     



  • 4.  RE: ae configuration not able to be committed

    Posted 08-12-2019 18:40
    Hi Wayne,

    Could you please provide the output of “ show configuration protocols” ? it might be that ge-0/0/20 is configured for spanning tree

    Below command will show what all has been configured for ge-0/0/20

    show configuration | match ge-0/0/20 | display set

    Regards,
    Jibu


  • 5.  RE: ae configuration not able to be committed

     
    Posted 08-12-2019 20:58

    Hello Wayne

     

    Please compare the default configuration of interface ge-0/0/20 and ge-0/0/21 and make the configuration identical.

    You are seeing the error message only for ge-0/0/20 and not ge-0/0/21. Most probably you might have to enable the ethernet switching on the interfacege-0/0/20.

     

    Thanks

     



  • 6.  RE: ae configuration not able to be committed
    Best Answer

     
    Posted 08-13-2019 05:22

    Interfaces ge-0/0/20 and ge-0/0/20 could be enabled for spanning-tree since by default rstp is enabled for all interfaces.

     

    Remove the ports from spanning-tree and commit again.

     

    https://www.juniper.net/documentation/en_US/junos/topics/example/layer-2-spanning-tree-security-configuring.html