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

SG-300-20 Port based address setting

sangjun park
Level 1
Level 1

We are using the sg300-20 switch
A each static ip address should be assigned to each port . Can it be set up?

ex. port 1 is static ip address 10.0.0.1
10.0.0.1 is set on the device even if other devices are connected.

1 Reply 1

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The SG300 does support routed switchports. First you need to put the SG300 in router mode:

 

set system mode router

 

Once rebooted, you can configure an IP subnet on each interface:

 

!
int gi1
  ip address 10.10.1.254 /24
int gi2
  ip address 10.10.2.254 /24
int gi3
  ip address 10.10.3..254 /24
!

 

cheers,

Seb.