cnMatrix VLAN, Access/Trunk ports config with Cisco core router & switch

Hi Justin,

thanks a lot for your response, i made sure that all equipment updated with latest SW release, also after reading most of your documentations and resources i noticed that syntax is very close to Cisco commands, but trying all the facts above; i couldn't configure switches for basic functions, however, talking about Cisco, i would do the following:

Switch(config)#int VLAN1 

Switch(config-if)#ip add 10.1.10.5 255.255.255.0

Switch(config-if)#exit

Switch(config)# ip default-gateway 10.1.10.1

also, with VLANs and ports:

- define VLANs:

Switch(config)#int VLAN 20

Switch(config)#int VLAN 30

Switch(config)#int VLAN 40

-Trunk/Access Ports:

Switch(config)#int gig 0/1

Switch(config-if)# switchport mode trunk

Switch(config-if)#int gig 0/2

Switch(config-if)#switchport mode access vlan 20

Switch(config-if)#int gig 0/3

Switch(config-if)#switchport mode access vlan 30

.

.

so, the point is, can you please help me in the basic tasks i want to do with my switches as i'm still new to Cambium products?

thanks again, and looking forward to hear from you