1-8MAC Authentication Configuration ExampleNetwork requirementsAs illustrated in Figure 1-1, a supplicant is connected to the switch through port Ethernet 1/0/2.z MAC authentication is required on port Ethernet 1/0/2 to control user access to the Internet.z All users belong to domain aabbcc.net. The authentication performed is locally and the MACaddress of the PC (00-0d-88-f6-44-c1) is used as both the user name and password.Network DiagramFigure 1-1 Network diagram for MAC authentication configurationIP networkHostMAC: 00-0d-88-f6-44-c1 SwitchEth1/0/2Configuration Procedure# Enable MAC authentication on port Ethernet 1/0/2. system-view[Sysname] mac-authentication interface Ethernet 1/0/2# Set the user name in MAC address mode for MAC authentication, requiring hyphened lowercaseMAC addresses as the usernames and passwords.[Sysname] mac-authentication authmode usernameasmacaddress usernameformat with-hyphenlowercase# Add a local user.z Specify the user name and password.[Sysname] local-user 00-0d-88-f6-44-c1[Sysname-luser-00-0d-88-f6-44-c1] password simple 00-0d-88-f6-44-c1z Set the service type to “lan-access”.[Sysname-luser-00-0d-88-f6-44-c1] service-type lan-access[Sysname-luser-00-0d-88-f6-44-c1] quit# Add an ISP domain named aabbcc.net.[Sysname] domain aabbcc.netNew Domain added.# Specify to perform local authentication.[Sysname-isp-aabbcc.net] scheme local[Sysname-isp-aabbcc.net] quit# Specify aabbcc.net as the ISP domain for MAC authentication[Sysname] mac-authentication domain aabbcc.net# Enable MAC authentication globally (This is usually the last step in configuring access control relatedfeatures. Otherwise, a user may be denied of access to the networks because of incompleteconfiguaration.)[Sysname] mac-authentication