Re: vr0 interface and VLAN tagging

2006-07-28 Thread Chuck Swiger
William wrote: [ ... ] Switch config has stayed the same, what I want to do now is do a one-liner on the vr0 interface so I can bring it up and set the speed duplex to 100/full. When I do: ifconfig_vr0="up media 100baseTX mediaopt full-duplex" It doesnt seem to work, any ideas what I'm doing wr

Re: vr0 interface and VLAN tagging

2006-07-28 Thread William
Hi list, I've made some progress.. my rc.conf looks like this: cloned_interfaces="vlan100 vlan200 vlan254" ifconfig_vr0="up" ifconfig_vlan100="inet 192.168.100.1 netmask 255.255.255.0 vlan 100 vlandev vr0" ifconfig_vlan200="inet 192.168.200.1 netmask 255.255.255.0 vlan 200 vlandev vr0" ifconfig_

vr0 interface and VLAN tagging

2006-07-27 Thread William
Hi list, I'm trying to get a FreeBSD 5.3-RELEASE (running GENERIC kernel) to do vlan tagging. I want to have several 'vlan interfaces' that can talk to their local subnet and also use a default route. On the switch side of things I'm using a Cisco 3550 runing layer3 code, I've had this working