Need some help with my Cisco SG-200

dashpuppy

Supreme [H]ardness
Joined
May 5, 2010
Messages
6,163
Can some one shed some help, I've been reading this manual day in and out and can't figure it out. I think im getting Dell's & Cisco's Terminology mixxed up and that's why i can't get this switch to work.

I know my vlans work on my TZ210 ( sonicwall firewall) because they work on my dell managed switch, but now that i have my Cisco one, id like to setup my vlans on this..

If i can get one working i can do the rest..

Trying to create vlan 50, iv'e created it but i don't know if i have done it correctly.
 
i've never used an SG200. is it IOS?

if so, try doing some commands:

show vlan brief
show vlan id 50

if your interface is an access port, it should look something like the following:

interface [fast|gigabit]ethernet X/Y
switchport
switchport access vlan 50
switchport mode access

or if it's a trunk:

interface [fast|gigabit]ethernet X/Y
switchport
switchport trunk allowed vlan 50
switchport mode trunk
 
i've never used an SG200. is it IOS?

if so, try doing some commands:

show vlan brief
show vlan id 50

if your interface is an access port, it should look something like the following:

interface [fast|gigabit]ethernet X/Y
switchport
switchport access vlan 50
switchport mode access

or if it's a trunk:

interface [fast|gigabit]ethernet X/Y
switchport
switchport trunk allowed vlan 50
switchport mode trunk

It's all web GUI, I can post any screen shot requested...
 
Got it working guys, called Cisco, 3 min later wolah!!

Will post screen shots step for step...
 
Hi,

I'm having a similar problem with this two devices.

I just created 7 new vlan's on the SG200 (10, 101, 102, 103, 104, 105, 106) and created 7 sub-interfaces on my NSA2400 (X0:10, X0:101, X0:102.....).

I need to have separated zones on each sub-interface but I can't get it working. Just the X0 default (LAN zone) is working.

I've tried with all possible configs on the ports (Trunk, General, Access / tagged, untagged) and nothing works.

Could you tell me how did you do it?


Thanks in advance,
 
Hi,

I'm having a similar problem with this two devices.

I just created 7 new vlan's on the SG200 (10, 101, 102, 103, 104, 105, 106) and created 7 sub-interfaces on my NSA2400 (X0:10, X0:101, X0:102.....).

I need to have separated zones on each sub-interface but I can't get it working. Just the X0 default (LAN zone) is working.

I've tried with all possible configs on the ports (Trunk, General, Access / tagged, untagged) and nothing works.

Could you tell me how did you do it?


Thanks in advance,

did you create your dhcp scopes for each vlan ?
 
Hi,

Yes, i have a dhcp scope for each vlan and does not work.

Any suggestions?


Thanks
 
Back
Top