03-17-2018 11:45 PM - edited 03-21-2019 11:23 AM
hello I'm Harry
I'm korean so I'm not good at speaking in English.
Anyway I have some questions about sg300
I want to ping from valn1 to other vlan's without a router.
As far as I'm concernd, normally switch can use a "ip routeing"commend but I can't use that command on the sg300.
So I can't communicate from vlan to other vlan's.
There are my cofigurations on the sg300 as followings.
ip dhcp pool vlan1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
ip dhcp pool vlan10
network 192.168.10.0 255.255.255.0
default-router 192.168.10.254
ip dhcp pool vlan20
network 192.168.20.0 255.255.255.0
default-router 192.168.20.254
interface range gi1-3
switchport mode access
switchport access vlan 1
interface range gi4-6
switchport mode access
switchport access vlan 10
interface gi7-10
switchport mode access
switchport access vlan 20
interface Vlan1
ip address 192.168.1.254 255.255.255.0
interface Vlan10
ip address 192.168.10.254 255.255.255.0
interface Vlan20
ip address 192.168.20.254 255.255.255.0
How could I solve this problem?
03-23-2018 03:21 AM
Hi there,
The command you are probably looking for is:
set system mode router
cheers,
Seb.
07-31-2018 09:18 PM
o enable routing you need to change the box mode to router (the default is switch mode, ie. L2). The CLI command to achieve this is as follows:
set system mode router
Please be aware of this:
After executing the command, the Startup Configuration file is deleted and the device is rebooted. It is highly recommended to back up the Startup configuration file before executing this command.
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