panjingyi1@ruij Publish time 2022-7-5 11:49:17

How to configure ACL on Ruijie AP?

If you want the guest VLAN can't access the internal resource VLAN, you can use the ACL to blcok the guest IP to internal resource IP.
The ACL configuration example:
Guest vlan: vlan 10, 192.168.10.0/24
Internal resource vlan: vlan 20, 192.168.20.0/24
The following are the commands to configure it.
Ruijie#conf terRuijie(config)#ip access-list extended 101Ruijie(config-ext-nacl)#10 deny ip 192.168.10.0 0.0.0.255 192.168.20.0 0.0.0.255Ruijie(config-ext-nacl)#20 permit ip any anyRuijie(config-ext-nacl)#exitRuijie(config)#interface BVI 10Ruijie(config-if-BVI 10)#ip access-group 101 inRuijie(config-if-BVI 10)#endRuijie#wr

support@multiso Publish time 2024-3-20 22:49:39

How is about Reyee AP?

yangyue1@ruijie Publish time 2024-3-20 23:05:42

Leo Tam replied at 2024-3-20 22:49
How is about Reyee AP?

reyee ap itself cannot configure ACL, you may apply it to its gateway


Pages: [1]
View full version: How to configure ACL on Ruijie AP?