N
N
Nikname_non_name2019-09-06 07:33:37
Computer networks
Nikname_non_name, 2019-09-06 07:33:37

How to set up relationships between vlans?

Hello!
There are vlan1, vlan3, vlan5. How to make vlan3 devices have access to vlan5 devices, and vlan5 devices have no access to vlan3 devices? How to make vlan3 devices have access to vlan1 devices and vlan1 devices have access to vlan3 devices? How to implement everything and what is needed ?!
Thanks in advance for your replies!!!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2019-09-06
@Tabletko

Set up routing between them

S
Sergey Ryzhkin, 2019-09-06
@Franciz

L3 switch + ACL

D
DDwrt100, 2019-09-06
@DDwrt100

Acess Lists is your tool.
ip access List vlan 5
deny ip vlan5(network) vlan3(network)
permit ip any any
Ip acess lists vlan3
permit ip any any
ip access List vlan 1
pemit ip any any

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question