Switching

last person joined: 21 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.  Configure Private VLANs in Juniper Switch

    Posted 06-02-2014 00:38

    Hi there, 

     

    I am trying to configure Private VLANs, community vlans and isolated vlans. I have followed this link, 

    http://www.juniper.net/techpubs/en_US/junos10.4/topics/example/private-vlans-multiple-switches-ex-series.html#jd0e366

     

    community vlans are fine, but what about Isolated vlan? How to setup isolated vlan. This is my current config,

     

    {master:0}[edit vlans]
    root@EX3300# show
    COM-MGMT-30 {
    vlan-id 30;
    primary-vlan PVLAN-100;
    }
    COM-SALES-20 {
    vlan-id 20;
    primary-vlan PVLAN-100;
    }
    ISO-TEST-40 {
    vlan-id 40;
    no-local-switching;
    }
    PVLAN-100 {
    vlan-id 100;
    interface {
    ge-0/0/0.0 {
    pvlan-trunk;
    }
    }
    no-local-switching;
    }

     

    The partial output of "show vlans extensive" command is, 

    Secondary VLANs: Isolated 0, Community  2, Inter-switch-isolated  0

     

    What is the difference between isolated and inter-switch-isolated secondary vlans? And how do I configure isolated VLAN? 

     

    And I don't understand this line, "isolation-id 50" which is configured in the given link.. If I add this in my above config, I get Inter-switch-isolated  1 in the output of "show vlans extensive". 

     

     



  • 2.  RE: Configure Private VLANs in Juniper Switch



  • 3.  RE: Configure Private VLANs in Juniper Switch
    Best Answer

    Posted 06-09-2014 19:13

    Thanks for the reply. I have solved it. Here is the link, 

    http://www.mustbegeek.com/configure-private-vlans-in-juniper-switch/