Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#address-bind 192.168.1.1 0021.cccf.6f70 ------>绑定IP为192.168.1.1 mac为0021.cccf.6f70的用户
Ruijie(config)#address-bind 192.168.1.2 0023.5abd.1975 ------>绑定IP为192.168.1.2 mac为0023.5abd.1975的用户
Ruijie(config)#address-bind uplink gigabitEthernet 0/25 ------>设置上联口为25口,该端口不受检查,所有用户的报文均可以通过
Ruijie(config)#address-bind install ------>全局启用该功能
Ruijie(config)#interface range fastEthernet 0/1-2
Ruijie(config-if-range)#arp-check ------>接口下开启ARP-Check
Ruijie(config-if-range)#end
Ruijie#write ------>确认配置正确,保存配置
Ruijie(config)#expert access-list extended permit1x
Ruijie(config-exp-nacl)#permit ip any any host 211.58.23.11 any ------>放通允许认证前访问的校内主页地址
Ruijie(config-exp-nacl)#permit arp any any any any any ------>放通用户和网关间的ARP报文交互
Ruijie(config)#security global access-group permit1x |