problem with vlan interfaces tagging/untagging in a simulated switch box

2012-03-13 Thread saeedeh motlagh
i think i have similar problem too. you want to have tagged and untagged traffic at the same time on the trunk port, right? in your topology the vlans and trunk port are bridged and the tagged traffic is passed through the trunk port and every thing works fine. then when you want to have the

Re: Re[2]: ixgbe interface micro stalls / slow responses

2012-03-13 Thread Steven Hartland
Same behaviour with just one queue:- Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. ixtest 0.0%280.1 24.4 0.1 297.5 73.0 ix0: Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.4.5 port 0x2000-0x201f

Re: problem with vlan interfaces tagging/untagging in a simulated switch box

2012-03-13 Thread Doug Ambrisko
saeedeh motlagh writes: | i think i have similar problem too. you want to have tagged and | untagged traffic at the same time on the trunk port, right? | in your topology the vlans and trunk port are bridged and the tagged | traffic is passed through the trunk port and every thing works fine. |

Re: STP on netgraph bridge node

2012-03-13 Thread Julian Elischer
On 3/11/12 1:06 AM, h bagade wrote: Hi all, Is there any way to add STP and RSTP protocols to bridge node on netgraph? Should I implement it on the node or it has done before? ___ freebsd-net@freebsd.org mailing list

Re: STP on netgraph bridge node

2012-03-13 Thread Andrew Thompson
On 14 March 2012 09:40, Julian Elischer jul...@freebsd.org wrote: On 3/11/12 1:06 AM, h bagade wrote: Hi all, Is there any way to add STP and RSTP protocols to bridge node on netgraph? Should I implement it on the node or it has done before? ___

Re: STP on netgraph bridge node

2012-03-13 Thread Julian Elischer
On 3/13/12 1:45 PM, Andrew Thompson wrote: On 14 March 2012 09:40, Julian Elischerjul...@freebsd.org wrote: On 3/11/12 1:06 AM, h bagade wrote: Hi all, Is there any way to add STP and RSTP protocols to bridge node on netgraph? Should I implement it on the node or it has done before?

Re: Use of network_interfaces in rc.conf

2012-03-13 Thread hiren panchasara
Can someone please help? :-) On Mar 12, 2012 9:04 AM, hiren panchasara hiren.panchas...@gmail.com wrote: Looking at man rc.conf, network_interfaces (str) Set to the list of network interfaces to configure on this host or “AUTO” (the default) for all

Re: Use of network_interfaces in rc.conf

2012-03-13 Thread Chuck Swiger
On Mar 13, 2012, at 10:18 PM, hiren panchasara wrote: What difference does it make when I have each (separately) in my rc.conf: 1) no network_interfaces at all 2) network_interfaces=AUTO These two are the same. 3) network_interfaces=em0 This will configure em0 only, using ifconfig_em0 if