Switching

last person joined: 19 hours ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  PVLAN on EX4300

    Posted 10-19-2015 05:51

    Hello,

     

    I have many pvlan in my architecture, composed of EX4200 and 4500.

     

    I've received an EX4300 and I must create pvlan-trunk on ae interface.

     

    Usually, I create a pvlan like that :

     

    set vlans TOTO vlan-id 1123
    set vlans TOTO interface ae1.0 pvlan-trunk
    set vlans TOTO no-local-switching
    set vlans TOTO isolation-id 1124

     

    On EX4300, these commands don't exist...

     

    Can you help me ?

    Thank you.



  • 2.  RE: PVLAN on EX4300

     
    Posted 10-19-2015 06:51

    PVLAN support came in 14.1X53-D10 (and above).  I assume you need a SW upgrade to get this feature support.  See RN, page 8.



  • 3.  RE: PVLAN on EX4300

    Posted 10-19-2015 08:01

    I think it's the solution

     

    I'm in 13.2X

     

    Thank you



  • 4.  RE: PVLAN on EX4300
    Best Answer

     
    Posted 10-19-2015 06:51

    What release are you using?

     

    According to the pathfinder, this should be available starting with 14.1X53-D10:

     

    http://pathfinder.juniper.net/feature-explorer/feature-info.html?fKey=1206&fn=Private+VLANs+%28PVLANs%29


    =====

    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.



  • 5.  RE: PVLAN on EX4300

    Posted 10-20-2015 23:12

    Hi

     

    This would be the syntax

     

    set primary-vlan-name vlan-id number
    set interfaces interface-name unit 0 family ethernet-switching interface-mode trunk
    set interfaces interface-name unit 0 family ethernet-switching vlan members primary-vlan-name
    set interfaces interface-name unit 0 family ethernet-switching interface-mode trunk inter-switch-link <----
    set interfaces interface-name unit 0 family ethernet-switching vlan members name-of-private-vlan
    set vlans isolated-vlan-name private-vlan isolated vlan-id isolated-vlan-id <---------
    set vlans community-vlan-name private-vlan community vlan-id community-vlan-id <-----------
    set vlans primary-vlan-name vlan-id primary-vlan-id isolated-vlan isolated-vlan-name <----------
    set vlans primary-vlan-name vlan-id primary-vlan-id community-vlan community-vlan-name <-------------

     

    If you like it, give "Kudos"