Netgear X10 (R9000)

I need your help guys. I've been trying to setup VLANS on my R9000.

I have had success with getting the Master switch (Swithc0) to work with VLANS but the slave switch (switch1) does not seem to function.

Please see my configuration below

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '2t 4 6t 0t'

config switch_vlan
	option device 'switch0'
	option vlan '100'
	option ports '2t 0t'

config switch_vlan
	option device 'switch0'
	option vlan '200'
	option ports '1 2t 0t'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option ports '3 5t'

config switch
	option name 'switch1'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch1'
	option vlan '1'
	option ports '0t 2 3 4 5 6t'

config switch_vlan
	option device 'switch1'
	option vlan '100'
	option ports '0t 6t'

config switch_vlan
	option device 'switch1'
	option vlan '200'
	option ports '1 0t 6t'

The above configuration is supposed to place the lan2 and lan6 on VLAN 200, while lan1 is trunk port.

With above configuration applied, devices connected to lan1 and lan2 (which are ports on Switch0) function as expected, but devices on lan6 (Switch1) are unable to obtain an IP so I can't really tell what VLAN the port is placed into. All other ports on Switch1 are placed on VLAN1 and function correctly.

What am I doing wrong? please help!!