VLAN Configuration Conflict, Who Wins?
        Posted  
        
            by 
                Kevin
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Kevin
        
        
        
        Published on 2012-10-15T22:27:59Z
        Indexed on 
            2012/10/15
            23:07 UTC
        
        
        Read the original article
        Hit count: 209
        
vlan
I'm new to VLANs, so take that into consideration...
Lets say that I had a server set up to create a virtual interface that is set to be tagged as VLAN 3. For example, the following Debian config:
iface eth0.1 inet static
    address 192.168.1.1
    netmask 255.255.255.0
Now on my switch, lets say that I have the port that the aforementioned server connects to, set to VLAN 4...
Who wins? What are the packets tagged as, as viewed by the rest of the network?
© Server Fault or respective owner