ну допустим настроено так:
VID: 1 VLAN Name: default
Current Untagged ports : 3
VID: 2 VLAN Name: 176
Current Untagged ports : 2
VID: 3 VLAN Name: 192
Current Untagged ports : 1
Т.е. по одному порту в каждом влане
Interface Name : System
IP Address : 10.90.90.1
Subnet Mask : 255.255.255.0
VLAN Name : default
Interface Name : 176_1
IP Address : 176.43.1.1
Subnet Mask : 255.255.255.0
VLAN Name : 176
Interface Name : 192_1
IP Address : 192.168.1.1
Subnet Mask : 255.255.255.0
VLAN Name : 192
Получается по одному интерфейсу ваших подсетей на каждый влан
Разделение по Traffic_segmentation:
config traffic_segmentation 1-3 forwarding 3
config traffic_segmentation 1 forwarding 1,3
config traffic_segmentation 2 forwarding 2,3
Или ограничение по ACL:
create access_profile ip destination_ip_mask 255.255.255.0 profile_id 3
config access_profile profile_id 3 add access_id 1 ip destination_ip 176.43.1.0 port 1 deny
config access_profile profile_id 3 add access_id 2 ip destination_ip 192.168.1.0 port 2 deny
Я бы делал по ACL, мне почему-то так удобнее
Про сегментацию можете почитать тут:
http://www.dlink.ru/up/uploads_media/Tr ... tation.pdf