Hello,
You need to bind the IP address in the address pool to the MAC address to ensure that the terminals that do not need to be authenticated obtain the same IP address each time they access the network. Then, run the free rule command to configure the ACL to permit these terminals based on the source IP address. In this way, these terminals can access the network without authentication.
1. Assign a fixed IP address to the terminal.
<HUAWEI> system-view
[HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] dhcp server static-bind ip-address 10.1.1.100 mac-address x-x-e4c0
2. Configure a free rule.
NAC unified mode:
[HUAWEI] authentication free-rule 1 destination any source ip 10.1.1.100 mask 32
Traditional mode:
[HUAWEI] portal free-rule 1 destination any source ip 10.1.1.100 mask 32
I hope this helps.