Hello, Is it posible to do vlan trunking between an OpenBSD and a cisco switch? I know you can create vlan interfaces in OpenBSD but how would they be trunk with the switch?
In the physical interface (hostname.fxp1) i should just put 'up'? Do you have to set some kind of native vlan here? Example: $ cat /etc/hostname.fxp1 up $ cat /etc/hostname.vlan0 inet 172.21.0.31 255.255.255.0 NONE vlan 2 vlandev fxp1 I don't have a spare box to test this right now, so any guidelines, advice or tips on how to this would be greatly apreciated as i have to do this overnight. Thanks Der

