[Vyatta-users] vlan trunking?

2008-01-29 Thread aaron-linuxuser
Out of couristiy, does Vyatta (I'm currently using community edition 3) support 
vlan trunking? I have yet to see in any documenation or tutorials any sort of 
the word trunk. I have seen tutorials that have 2-3 vlan (vif interfaces) on a 
single physical interface-- so I guess its just implied trunking on dot1q 
protocol? 

Thanks in advance,

Aaron___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] vlan trunking?

2008-01-29 Thread Aubrey Wells
You are correct, a vif is a dot1q tagged vlan interface where the vif  
number is the vlan id. so to tag vlan 27 and 29 on interface eth0:


set interfaces ethernet eth0 vif 27
set interfaces ethernet eth0 vif 29
set interfaces ethernet eth0 vif 27 address 10.1.1.1 prefix-length 24
set interfaces ethernet eth0 vif 29 address 10.2.2.1 prefix-length 24
commit

make sense?

--
Aubrey Wells
Senior Engineer
Shelton | Johns Technology Group
A Vyatta Ready Partner
www.sheltonjohns.com





On Jan 29, 2008, at 5:28 PM, [EMAIL PROTECTED] wrote:

Out of couristiy, does Vyatta (I'm currently using community edition  
3) support vlan trunking? I have yet to see in any documenation or  
tutorials any sort of the word trunk. I have seen tutorials that  
have 2-3 vlan (vif interfaces) on a single physical interface-- so I  
guess its just implied trunking on dot1q protocol?


Thanks in advance,

Aaron
___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users