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

SG350 IPv6 Routing

edisonjose
Level 1
Level 1

hi

Device: SG350

I'm trying to ipv6 intervlan route below is my configuration.

switch2437ef(config)#interface vlan 10
switch2437ef(config-if)#ipv6 address 2001:DB8:2222:7270::2312/64
switch2437ef(config-if)#EXIT
switch2437ef(config)#interface vlan 20
switch2437ef(config-if)#ipv6 address 2001:DB8:3333:7271::2312/64
switch2437ef(config-if)#exit
switch2437ef(config)#interface loopback 1
switch2437ef(config-if)#ipv6 address 2001:DB8:2222:7272::72/128
switch2437ef(config-if)#exit
switch2437ef(config)#ipv6 route 0::/0 2001:DB8:2222:7270::1
switch2437ef(config)#ipv6 route 2001:DB8:3333::/48 2001:DB8:3333:7271::1
From pc, I'm able to ping to the respective vlan ip, but can not ping form PC to PC.

What could be the problem. 

Thanks

4 Replies 4

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

What mode is the SG350 running in, switch or router?

 

cheers,

Seb.

Switch mode

Go to Administration > System Settings > System Mode and select 'L3', then reboot the device (page 62 of the attached user guide).

https://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/78-19308-01.pdf

On the CLI type:

set system mode router

 

cheers,

Seb.