Ruijie Community

Title: Does Ruijie AP support ACL feature? [Print this page]

Author: panjingyi1@ruij    Time: 2022-7-5 11:49
Title: Does Ruijie AP support ACL feature?
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 ter

Ruijie(config)#ip access-list extended 101

Ruijie(config-ext-nacl)#10 deny ip 192.168.10.0 0.0.0.255 192.168.20.0 0.0.0.255

Ruijie(config-ext-nacl)#20 permit ip any any

Ruijie(config-ext-nacl)#exit

Ruijie(config)#interface BVI 10

Ruijie(config-if-BVI 10)#ip access-group 101 out

Ruijie(config-if-BVI 10)#end

Ruijie#wr









Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2