Ruijie Community

Title: How to set guest wifi on ruijie switch? [Print this page]

Author: yujiamin@ruijie    Time: 2022-4-3 22:30
Title: How to set guest wifi on ruijie switch?
If you wan to let the guest can't access the internal resource. You can configure refer to the following guide.
Step 1: Let the guest wifi use different vlan with the internal resource.
Step 2: Configure 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

Ruijie#con 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 g0/1   //need to make sure that the user traffic will come in this switch port
Ruijie(config-if-BVI 10)#ip access-group 101 in
Ruijie(config-if-BVI 10)#end
Ruijie#wr





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