Routing

last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Aggregated Ethernet interface as a layer 3 interface on MX960

    Posted 07-09-2014 21:45

     

    Hi

     

    I am trying to configure an Aggregated Ethernet interface as a layer 3 interface with vlan tagging on MX960. Can someone please take a look at my solution below, will this work?

     

    ==============================================

    set chassis aggregated-devices ethernet device-count 1

    set interfaces ge-2/0/1 gigether-options 802.3ad ae0
    set interfaces ge-2/0/2 gigether-options 802.3ad ae0
    set interfaces ge-2/0/3 gigether-options 802.3ad ae0
    set interfaces ge-2/0/4 gigether-options 802.3ad ae0

    set interfaces ae0 vlan-tagging
    set interfaces ae0 aggregated-ether-options lacp active

    set interfaces ae0 unit 100 vlan-id 100
    set interfaces ae0 unit 100 family inet filter input <name>
    set interfaces ae0 unit 100 family inet address y.y.y.y/pp

    set interfaces ae0 unit 200 vlan-id 200
    set interfaces ae0 unit 200 family inet address x.x.x.x/mm

    ===============================================

     

    Thanks

     



  • 2.  RE: Aggregated Ethernet interface as a layer 3 interface on MX960
    Best Answer

     
    Posted 07-09-2014 22:43

    Yes, that will work:

     

     

    [edit]
    lab@MX960-re0# run show version | match "boot|Model"
    Model: mx960
    JUNOS Base OS boot [12.3R6.6]

    [edit]
    lab@MX960-re0# show interfaces ae0 | display set
    set interfaces ae0 vlan-tagging
    set interfaces ae0 aggregated-ether-options lacp active
    set interfaces ae0 unit 100 vlan-id 100
    set interfaces ae0 unit 100 family inet filter input F
    set interfaces ae0 unit 100 family inet address 1.1.1.1/24
    set interfaces ae0 unit 200 vlan-id 200
    set interfaces ae0 unit 200 family inet address 2.2.2.2/24

    [edit]
    lab@MX960-re0# show interfaces | display set | match ge-2/0
    set interfaces ge-2/0/1 gigether-options 802.3ad ae0
    set interfaces ge-2/0/2 gigether-options 802.3ad ae0
    set interfaces ge-2/0/3 gigether-options 802.3ad ae0
    set interfaces ge-2/0/4 gigether-options 802.3ad ae0

    [edit]
    lab@MX960-re0# show chassis | display set
    set chassis aggregated-devices ethernet device-count 1

    [edit]
    lab@MX960-re0# commit check
    re0:
    configuration check succeeds
    re1:
    configuration check succeeds

    [edit]
    lab@MX960-re0#

     

     

     

    =====

    If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.



  • 3.  RE: Aggregated Ethernet interface as a layer 3 interface on MX960

    Posted 07-10-2014 14:21

    Thanks, you're awesome!!!



  • 4.  RE: Aggregated Ethernet interface as a layer 3 interface on MX960

    Posted 07-13-2014 01:34

    Just an FYI, you can always make configuration changes and use "commit check" to see if they will work on your production device with affecting your active/bootup/running config. When you are done, if you do not wish to fully commit the changes, then, enter "rollback or rollback 0" and it will clear the changes the you were testing. You can also save the changes in a config file for later use. I bet you loving Juniper now:)