SRX

last person joined: 17 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  how to configure an IP on aggregated Ethernet Interfaces with Lacp enable

    Posted 01-11-2016 14:06

    is it possible to configure an ip on a aggregated Ethernet Interface with lacp enable ? all the configuration i find is without a ip address configura



  • 2.  RE: how to configure an IP on aggregated Ethernet Interfaces with Lacp enable
    Best Answer

     
    Posted 01-11-2016 14:32

    lab@core2.cex2# show interfaces ae0
    description "ae1 dis-sw1.cen2";
    vlan-tagging;
    aggregated-ether-options {
        minimum-links 1;
        link-speed 1g;
        lacp {
            active;
        }
    }
    unit 5 {
        vlan-id 5;
        family inet {
            address 10.2.11.3/24
        }
    }

     


    lab@core2.cex2# show chassis
    aggregated-devices {
        ethernet {
            device-count 1;
        }
    }



  • 3.  RE: how to configure an IP on aggregated Ethernet Interfaces with Lacp enable

    Posted 01-12-2016 06:37

    one more question 

    link-speed 1g

     

    means each physical interface speed 1g or the aggregated Ethernet Interface speed is 1g 



  • 4.  RE: how to configure an IP on aggregated Ethernet Interfaces with Lacp enable

     
    Posted 01-14-2016 14:58

    It suggests each physical interface is 1G. All members must be the same speed.



  • 5.  RE: how to configure an IP on aggregated Ethernet Interfaces with Lacp enable

     
    Posted 01-11-2016 14:33

    Forgot the interfaces.

     


    [edit]
    lab@core2.cex2# show interfaces ge-0/0/4  
    gigether-options {
        802.3ad ae0;
    }

    [edit]
    lab@core2.cex2# show interfaces ge-0/0/5    
    gigether-options {
        802.3ad ae0;
    }