cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
0
Helpful
0
Replies

Cisco SG350

mkeefe226-1
Level 1
Level 1

Hello,

 

I am looking for some guidance in setting up a Cisco SG350 10P that I recently purchased. I am looking to connect my wired and wireless network to this switch and then uplink to my Comcast Xfinity router for internet access. I was able to connect to the SG350 using the defaults and created two vlans to do some testing:

 

Comcast Router IP: 10.0.1.1

 

VLAN 100: 10.0.1.3/24

VLAN 200: 10.2.2.1/24

 

I configured interface 1 with VLAN 100 and interface 2 with VLAN 200. I connected a couple of laptops and confirmed they both get DHCP address and can ping their own gateway. Only one laptop can ping the other but I have a feeling this has to do with the laptops themselves. I connected port 8 to a layer 2 switch which connects to the Comcast router. I created a static route 0.0.0.0/0 to the 10.0.1.1 router. I wanted to test internet connectivity from a device plugged into port 1 (Vlan 100) but it's not working. Vlan 100 is on the same network as the router IP. How can I get Vlan 200 to connect to the internet? I'm not sure what I'm missing and any help would be appreciated. 

 

config-file-header
switch52eb73
v2.5.0.83 / RTESLA2.5_930_364_091
CLI v1.0
file SSD indicator excluded
@
!
unit-type-control-start
unit-type unit 1 network gi uplink none
unit-type-control-end
!
vlan database
vlan 100,200
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
ip dhcp server
ip dhcp pool network "VLAN100"
address low 10.0.1.10 high 10.0.1.254 255.255.255.0
exit
ip dhcp pool network "VLAN200"
address low 10.2.2.10 high 10.2.2.254 255.255.255.0
exit
bonjour interface range vlan 1
hostname switch52eb73
!
interface vlan 1
ip address 192.168.1.254 255.255.255.0
no ip address dhcp
!
interface vlan 100
name Test_100
ip address 10.0.1.3 255.255.255.0
!
interface vlan 200
name Test_200
ip address 10.2.2.1 255.255.255.0
!
interface GigabitEthernet1
switchport access vlan 100
switchport general pvid 100
switchport trunk native vlan 100
!
interface GigabitEthernet2
switchport access vlan 200
switchport trunk native vlan 200
!
interface GigabitEthernet8
switchport mode trunk
switchport access vlan 100
switchport general pvid 100
switchport trunk native vlan 100
!
exit
ip default-gateway 10.0.1.1

0 Replies 0