Switching

last person joined: yesterday 

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

    Posted 05-22-2013 05:40
      |   view attached

    I would make a software router(Vyatta) in case when my J2320 will break down and it will go to service. I have a problem with switches or more with VLANs. Network on the picture is a part of bigger network but I would test only between this 3 switches.

    Configuration of switches is the same, only difference is port number.

     

    trzcionek@MDF-sw01# show interfaces ge-0/0/47

    unit 0 {
    family ethernet-switching {
    port-mode trunk;
    vlan {
    members [ MGMT prod vm default ];
    }
    native-vlan-id 1;
    }
    }

     

    trzcionek@MDF-sw01# show vlans

    MGMT {
    vlan-id 100;
    l3-interface vlan.100;
    }
    default {
    description "Native VLAN";
    vlan-id 1;
    }
    prod {
    vlan-id 101;
    }
    vm {
    vlan-id 102;
    }

     

    Vyatta has configurated on interface eth0.
    VLAN 1 - 192.168.1.1/30
    VLAN 100 - 10.0.100.1/24
    VLAN 101 - 10.0.101.1/24
    VLAN 102 - 10.0.102.1/24

     

    What is wrong in my configuration, because I can't ping a provider router or any devices plugged to SW1 ge-0/0/47 with ip address 192.168.1.2.

     

    Sorry for my english.



  • 2.  RE: EX2200 vlans

    Posted 05-22-2013 08:35

    you have to create and associate a vlan.xxx for the other vlans. Then configure the clients on each of those vlans to use the ip address on the vlan.xxx interface as their gateway.



  • 3.  RE: EX2200 vlans

    Posted 05-22-2013 22:44

    Where should I do it? Can you write how create this associate?
    In my internal network Vyatta works fine, clients can get access to company servers in each VLANs , but from any station (Vyatta too) I can't ping 192.168.1.2.



  • 4.  RE: EX2200 vlans
    Best Answer

    Posted 05-23-2013 14:53

    Try removing default from the vlan members.  I don't beleive you are supposed to have a vlan as both the native-vlan-id and a member



  • 5.  RE: EX2200 vlans

    Posted 05-27-2013 00:42

    It was my fault because I didn't set native-vlan-id in most important interface.