npm-tcpip's nvlan option

I see there is an nvlan option to npm-tcpip.
How would one use it, and what would the advantages?
Could one use this on a single PC with multiple
ethernet interfaces to offer redundancy?

Thanks in advance

Alex Cellarius <acellarius@yahoo.com> wrote in message
news:1104_1037682956@192.168.0.5

I see there is an nvlan option to npm-tcpip.
How would one use it, and what would the advantages?
Could one use this on a single PC with multiple
ethernet interfaces to offer redundancy?

It enables support of VLAN (802.1Q). You will need to enable vlan (nvlan =

  1. on stack,
    and use ifconfig to config a “vlanX” interface.

No, it is not for “redundant nic card”.

-xtang

On Tue, 19 Nov 2002 09:52:17 -0500, “Xiaodan Tang” <xtang@qnx.com> wrote:

Alex Cellarius <> acellarius@yahoo.com> > wrote in message
news:1104_1037682956@192.168.0.5
I see there is an nvlan option to npm-tcpip.
How would one use it, and what would the advantages?
Could one use this on a single PC with multiple
ethernet interfaces to offer redundancy?

It enables support of VLAN (802.1Q). You will need to enable vlan (nvlan =

  1. on stack,
    and use ifconfig to config a “vlanX” interface.

No, it is not for “redundant nic card”.

-xtang

Thank you Xiaodian