Richard Clapper pisze:

At this point I'm using:
def vswitch vsw20x rdev de0 vlan 304 native 1 porttype access nogvrp portname 
chpid47
set vswitch vsw20x grant zp_wa01 vlan 304
And my goal is to add guests with other VLANs once I get this working.


I am not familiar with "native" world yet because I am still on 5.2. But you can add guest from other vlans using "grant" subcommand for vswitch. Normally I define vswitches with vlan 1 because the default vlan in our network and real switches is "1" (e.g. define vswitch test01 rdev 403 803 nogvrp vlan 0001 - the second rdev is for "backup" osa) . And then, when I want to add a guest to a specific vlan (e.g. 120) I just type "set vswitch test01 grant guest_name vlan 120"
Next, I simply do a "couple" commad from guest.

So You don't need a vswitch for every single vlan
Best Regards
Grzegorz Powiedziuk

Reply via email to