Cisco-WLC 4402 wireless AC performs DHCP on the core switch. The SSID1 is used internally, and SSID2 is used for visiting customers. SSID2 is not allowed to access the Intranet.
Problem: SSID2 cannot obtain the IP address
Solution: remove it from the access control list.
Deny ip 192.168.113.0 0.0.0.255 192.168.113.0 0.0.0.255
Problem Solving
Ip access-list extended guest
Deny ip 192.168.113.0 0.0.0.255 192.168.105.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.106.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.107.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.108.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.109.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.110.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.111.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.112.0 0.0.0.255
Deny ip 192.168.113.0 0.0.0.255 192.168.113.0 0.0.0.255
Permit ip any