03-08-2019 12:12 PM
I'm going out on a limb and asking this community if they would mind assisting me in better designing my simple home network.
This is my current network diagram:
I'd like to see what this SG350 is capable of and how I can use it to enhance my networking skill-set without having the family throttle me because I accidentally nixed their Internet access.
My plans are to introduce additional VLANS, like Wireless Users, Guest, Gaming, Management, Kids, etc. I am also very interested in load balancing and utilizing that port 26 to connect to an additional port on the Modem, this way, one port isn't the only route; if I can use port 12 and 24 as well, that would be really cool. I really want the Modem to stop being my network everything and just be a "dumb" L2 Router/Border Firewall and have my SG350 be in charge of the network (DHCP included).
I look forward to the conversation!
Ken
03-08-2019 12:31 PM
Hello,
I sugges to you something like it:
for vlans:
interface vlan 10
ip address 192.168.1.1 255.255.255.0
description Guest
interface vlan 20
ip address 192.168.2.1 255.255.255.0
description wireless users
interface vlan 30
ip address 192.168.2.1 255.255.255.0
description Gaming
ip dhcp pool GUEST
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 (as you choice)
ip dhcp pool USER_WIRELESS
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 8.8.8.8 (as you choice)
ip dhcp pool GAMING
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 8.8.8.8 (as you choice)
interface port-channel 1
description LB_MODEM
switchport mode access
interface gig 1/0/12
description "Port Channel 1"
channel-group 1 mode on
interface gig 1/0/24
description "Port Channel 1"
channel-group 1 mode on
Obs: Dont forget to config Etherchannel in your MODEM
For each vlan, check NAT configuration to allow internet.
Set each port as specific vlan that you need.
03-08-2019 12:46 PM
Jaderson Pessoa,
Looking at these blocks:
interface port-channel 1
description LB_MODEM
switchport mode access
interface gig 1/0/12
description "Port Channel 1"
channel-group 1 mode on
interface gig 1/0/24
description "Port Channel 1"
channel-group 1 mode on
Since 25 is the first connection to the modem, the port-channel would be 25, correct? With that, would I be able to use 12, 24, and 26 as a channel-group, as well, just like you did above? We were debating this back at the office, but none of us knew if it would work.
I'll start configuring now to check it out. If if works, well, I guess you just killed my discussion...but in a good way.
Ken
03-08-2019 12:56 PM
Since 25 is the first connection to the modem, the port-channel would be 25, correct? Yes, it is. With that, would I be able to use 12, 24, and 26 as a channel-group, as well, just like you did above? Of course, you just need change as you need. We were debating this back at the office, but none of us knew if it would work.
I'll start configuring now to check it out. If if works, well, I guess you just killed my discussion...but in a good way.
03-08-2019 01:42 PM
Hi there,
while @Jaderson Pessoa reply is correct, do you actually know if your modem supports etherchannel? If it is just your standard ISP device I would be stunned if it did!
The other option you have is just to connect two links from the SG350 to the modem. Assuming the modem participates in STP it should choose one as a root port and block the other. Is the modem really is a simple device there is a good chance that it may just take the BPDU sent from SG350 and switch it back up the other link. The SG350 will detect this as a loop and put the port in err-disabled.
If the pair of un-bundled links does work, you will at least have redundant links to the modem but incur a small delay in the event of link failure whilst STP re-converges.
cheers,
Seb,
03-08-2019 02:59 PM
03-08-2019 06:49 PM
The only other load balancing option you have would be to run a pair of Layer3 links from the modem to the SG350 and use PBR to pick one of the links towards the modem depending on the source subnet.
However, I doubt the modem will allow you create another 'inside' subnet/ interface which you could use for the Layer3 links back to the SG350.
Secondly you will need a router to perform the PBR, which the SG350 cannot do.
Given your hardware, STP redundancy is the best you can achieve, there is not much you can do to create a pair of forwarding links towards the modem.
Cheers,
Seb.
03-19-2019 08:28 PM
03-26-2019 06:48 PM
I would like to try one of these SG350 switches. I have a Cisco SG300-28 which I use in layer3 mode and a Cisco RV340 router. My switch does all my local routing. I have a router VLAN which I created for the router using a 30 bit mask. The router VLAN has one port which is an access port. This forces the layer 3 switch to route. Use the router as your default gateway for the switch. Then add routing statements to your router for all non-connecting networks defined on the layer 3 switch. I really want to try this on a SG350 switch. I think it is the way to go. DHCP needs to be setup on the switch. The router is hard coded with no DHCP.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide