Dobrý den,
v síti mám použity VLAN na oddělení sítě provoz, kamery a hosti. Nastala potřeba přistupovat ze sítě provoz VLAN 100 do sítě kamery VLAN120. Prosím jak na to? VLANy mám nakonfigurované na zařízení CRS328. Ukázka konfigurace:
/interface bridge
add comment="Vlan Switch Bridge" name=switchbridge1 vlan-filtering=yes
/interface vlan
add comment=MGM interface=switchbridge1 name=swbr1v99_MGM vlan-id=99
add comment="Local LAN" interface=switchbridge1 name=swbr1v100_LAN vlan-id=\
100
add comment="Wifi Guest" interface=switchbridge1 name=swbr1v110_Wifi_Guest \
vlan-id=110
add comment=Kamery interface=switchbridge1 name=swbr1v120_Kamery vlan-id=120
/interface bridge vlan
add bridge=switchbridge1 comment="Local LAN" tagged="ether17,ether18,ether19,e\
ther20,ether22,sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4,switchb\
ridge1" untagged="ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,\
ether9,ether10,ether11,ether12,ether13,ether14" vlan-ids=100
add bridge=switchbridge1 comment=MGM tagged="ether17,ether18,ether19,ether20,e\
ther22,sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4,switchbridge1" \
untagged=ether16 vlan-ids=99
add bridge=switchbridge1 comment="Wifi Guest" tagged="ether17,ether18,ether19,\
ether20,ether22,sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,\
sfp-sfpplus4,switchbridge1" untagged=ether13 vlan-ids=110
add bridge=switchbridge1 comment=pokladny tagged="ether17,ether18,ether19,ethe\
r20,ether21_LAN_O2_ESX,ether22,sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-\
sfpplus4,switchbridge1" vlan-ids=130
/ip address
add address=192.168.1.1/24 interface=swbr1v100_LAN network=192.168.1.0
add address=172.16.2.1/16 interface=swbr1v110_Wifi_Guest network=172.16.0.0
add address=192.168.2.1/24 interface=swbr1v120_Kamery network=192.168.2.0
add address=192.168.99.1/24 interface=swbr1v99_MGM network=192.168.99.0