Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  private vlan assistance

    Posted 10-07-2020 21:12

    172.16.100.1  ---------(PriVLAN200) xe-0/0/2   SW(QFX) xe-0/0/0 (SecVLAN20) ----------------- 172.16.100.11

    I have the following configuration

    set vlans PriVLAN200 vlan-id 200
    set vlans PriVLAN200 community-vlans SecVLAN20
    set vlans SecVLAN20 vlan-id 20
    set vlans SecVLAN20 private-vlan community

    set interfaces xe-0/0/0 unit 0 family ethernet-switching interface-mode access
    set interfaces xe-0/0/0 unit 0 family ethernet-switching vlan members SecVLAN20

    set interfaces xe-0/0/2 unit 0 family ethernet-switching interface-mode trunk
    set interfaces xe-0/0/2 unit 0 family ethernet-switching vlan members PriVLAN200

    Both IP should be pingable ?

    thanks !!