Re: VLAN IMPLEMENTATION

2011-01-26 Thread Alan Altmark
On Tuesday, 01/25/2011 at 10:30 EST, Scott Rohling scott.rohl...@gmail.com wrote: I just noticed that the vlan12 device and eth0 use the same MAC address (so would seem to be the same virtual NIC).. so this setup goes out of the realm of my experience.. I've used vlan aware vswitch's

Re: VLAN IMPLEMENTATION

2011-01-26 Thread Louis . Gaines
I now have a vswitch with vlan capabilities thanks to all of you for your help ROGERIO ALAN CATHERINE SCOTT MARK

VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
I am a newbie I am trying to create a vswitch with vlan capablitites I am using the osa-express implementatiion guide chapter 11 1. I defined the switch ( define vswitch vsw3 rdev fa00 eth vlan 12 portt trunk q vswitch vsw3 09:59:42 VSWITCH SYSTEM VSW3 Type: VSWITCH Connected: 2

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Scott Rohling
I believe you need to grant access to the vlan as well:set vswitch vsw3 grant user vlan 12 Scott Rohling On Tue, Jan 25, 2011 at 9:14 AM, louis.gai...@its.ms.gov wrote: I am a newbie I am trying to create a vswitch with vlan capablitites I am using the osa-express implementatiion guide

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Scott Rohling
Duh -never mind - I see you did in the access list... sorry. Scott Rohling On Tue, Jan 25, 2011 at 9:31 AM, Scott Rohling scott.rohl...@gmail.comwrote: I believe you need to grant access to the vlan as well:set vswitch vsw3 grant user vlan 12 Scott Rohling On Tue, Jan 25, 2011 at

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Rogério Soares
did you use vconfig add command to create vlan12 interface on linux? you need module 802.1q should be loaded on linux... vconfig do all you need. On Tue, Jan 25, 2011 at 2:14 PM, louis.gai...@its.ms.gov wrote: I am a newbie I am trying to create a vswitch with vlan capablitites I am using

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Alan Altmark
On Tuesday, 01/25/2011 at 11:15 EST, louis.gai...@its.ms.gov wrote: I am trying to create a vswitch with vlan capablitites I am using the osa-express implementatiion guide chapter 11 1. I defined the switch ( define vswitch vsw3 rdev fa00 eth vlan 12 portt trunk Welcome to z/VM. As a

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Rogério Soares
opz... thanks for clarification Alan, i will do it right on my new system :) On Tue, Jan 25, 2011 at 3:16 PM, Alan Altmark alan_altm...@us.ibm.comwrote: On Tuesday, 01/25/2011 at 11:15 EST, louis.gai...@its.ms.gov wrote: I am trying to create a vswitch with vlan capablitites I am using

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
4. ifconfig display ifconfig -a eth0      Link encap:Ethernet  HWaddr 02:00:01:00:00:26          inet6 addr: fe80::1ff:fe00:26/64 Scope:Link          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1          RX packets:253698 errors:0 dropped:0 overruns:0 frame:0          TX packets:30 errors:0

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
I detached my switch defined it again define vswitch vsw3 rdev fa00 eth vlan 666 granted access to vsw3 vlan 12 I still get no connection

Re: VLAN IMPLEMENTATION

2011-01-25 Thread McBride, Catherine
Sorry I haven't been following this but did you try SET VSWITCH VSW3 CONNECT -Original Message- From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of louis.gai...@its.ms.gov Sent: Tuesday, January 25, 2011 3:24 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: VLAN

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Scott Rohling
Well -that was number 1 3 ;-) what about the rest? porttype - did you make it access instead of trunk? If things still don't work out -- how about your routing? Are things being routed over this interface? I notice from your Q VSWITCH DETAILS you show lots of receiving (RX) packets with no

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
Thanks I am trying to configure a vlan vswitch with no success

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
q vswitch vsw3 det 16:41:31 VSWITCH SYSTEM VSW3 Type: VSWITCH Connected: 1Maxconn: INFINITE 16:41:31 PERSISTENT RESTRICTEDETHERNET Accounting: OFF 16:41:31 VLAN Aware Default VLAN: 0666Default Porttype: Access GVRP: Ena bled 16:41:31 Native

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
are you asking for the ifconfig display

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Louis . Gaines
route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 10.12.27.0 0.0.0.0 255.255.255.0 U 0 00 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 00 eth0 127.0.0.0 0.0.0.0

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Scott Rohling
So - nothing is being routed except over eth0 .. it looks like you have the same subnet already defined for eth0 that you are using for your 'vlan12' device (10.12.27.x)?In any case - Linux is only routing over eth0 -- you would need to add routing that points to the vlan12 device for it to

Re: VLAN IMPLEMENTATION

2011-01-25 Thread Scott Rohling
I just noticed that the vlan12 device and eth0 use the same MAC address (so would seem to be the same virtual NIC).. so this setup goes out of the realm of my experience.. I've used vlan aware vswitch's before, but it was always with just eth0 on Linux and not the extra 'vlan' device. Just on