Switching

 View Only
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.  Anyone has tried PVLAN on vQFX ?

    Posted 01-30-2021 01:02
    I tested the following in the QFX 5100.

    set vlans vlan-hr vlan-id 102

    set vlans vlan-hr private-vlan community

    set vlans vlan-iso vlan-id 103

    set vlans vlan-iso private-vlan isolated

    set vlans vlan-pri vlan-id 101

    set vlans vlan-pri l3-interface irb.101

    set vlans vlan-pri isolated-vlan vlan-iso

    set vlans vlan-pri community-vlans vlan-hr

     

    set interfaces lo0 unit 0 family inet address 4.4.4.4/32

    set interfaces irb unit 101 family inet address 10.10.101.100/24

     

    set interfaces xe-0/0/6 unit 0 family ethernet-switching vlan members 103

    set interfaces xe-0/0/94 unit 0 family ethernet-switching vlan members 102

     

    set interfaces xe-0/0/94 unit 0 family inet address 10.10.101.94/24  (Client A)

    set interfaces xe-0/0/6 unit 0 family inet address 10.10.101.6/24    (Client B)

    But it does not work vQFX. Did I miss something or vQFX does not support this yet ?

    thanks !!



  • 2.  RE: Anyone has tried PVLAN on vQFX ?

    Posted 01-30-2021 05:15
    I looks like private vlans are supported on the QFX but in particular versions that vary by platform.

    https://apps.juniper.net/feature-explorer/feature-info.html?fKey=1206&fn=Private%20VLANs%20(PVLANs)

    QFX3500
    Junos OS 12.1X49-D1
    QFX3600
    Junos OS 12.2X50-D20
    QFX5100
    Junos OS 14.1X53-D15
    QFX5100-VC
    Junos OS 14.1X53-D15
    QFX5110
    Junos OS 15.1X53-D210
    QFX5120-48Y
    Junos OS 18.3R1
    QFX5120-32C
    Junos OS 19.1R1
    QFX5120-48T
    Junos OS 20.2R1
    QFX5200
    Junos OS 15.1X53-D210
    QFX5210-64C
    Junos OS 18.1R1
    QFX3000-G QFabric System
    Junos OS 13.1X50-D10
    QFX3000-M QFabric System
    Junos OS 13.1X50-D10
    QFX5100-VCF
    Junos OS 14.1X53-D15


    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP)
    http://puluka.com/home
    ------------------------------



  • 3.  RE: Anyone has tried PVLAN on vQFX ?

    Posted 01-31-2021 10:53
    thanks so much !!