Switching

last person joined: 20 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.  Different VLAN Definition Methods in Configuration

    Posted 09-22-2011 14:41

    I couldn't think of a good way to pose this question for a search.

     

    What's the difference (if any) of specifying a port's VLAN membership by configuring,

     

    interface <interface> {
    unit 0 { family ethernet-switching { port-mode access; vlan { members vlan1000;
    }
    } } }

     Versus,

    vlans {
        vlan1000 {
            vlan-id 1000;
            interface {
                <interface>.0;
            }
        }
    }

     



  • 2.  RE: Different VLAN Definition Methods in Configuration
    Best Answer

    Posted 09-22-2011 15:23

    From a functional point of view there really is no difference. Operationally everything looks the same. It is really a question of how you want to look at your VLAN / INTERFACE information. Do you prefer to see all IF's under the VLAN or see what VLAN(s) are associated with an Interface.

     

    Operationally it makes no difference, just on how you want to view / manage your config.



  • 3.  RE: Different VLAN Definition Methods in Configuration

     
    Posted 10-08-2011 05:40
    One has precedence over the other (and I don't remember which) but the manual will tell you.