Hello everyone,
Today I will share with you how to configure guest VLAN function.
You can configure the guest VLAN function to enable users to access some network resources without authentication. For example, the users can download client software, upgrade clients, and update the virus library. For example, configure the guest VLAN function on GE0/0/1 and GE0/0/5 so that the users on the two interfaces can update the virus library in real time. Assume that the virus library server is located in VLAN 10.
NOTE:
In the V200R005C00 and later versions, only the common NAC mode supports the guest VLAN function.
Batch configure multiple interfaces in the system view:
<HUAWEI> system-view
[HUAWEI] dot1x enable
[HUAWEI] dot1x enable interface gigabitethernet 0/0/1 gigabitethernet 0/0/5
[HUAWEI] authentication guest-vlan 10 interface gigabitethernet 0/0/1 gigabitethernet 0/0/5
Configure each interface in the interface view:
<HUAWEI> system-view
[HUAWEI] dot1x enable
[HUAWEI] interface gigabitethernet 0/0/1
[HUAWEI-GigabitEthernet0/0/1] dot1x enable
[HUAWEI-GigabitEthernet0/0/1] authentication guest-vlan 10
[HUAWEI-GigabitEthernet0/0/1] quit
[HUAWEI] interface gigabitethernet 0/0/5
[HUAWEI-GigabitEthernet0/0/5] dot1x enable
[HUAWEI-GigabitEthernet0/0/5] authentication guest-vlan 10
More Information: S Series Switches Common Operation Guide
That is all I want to share with you! Thank you!