User's Manual Part 2
60JadeOSUserManual
MAC authentication will be used together with other authentication ways (WPA,
web‐auth)inusual,alsoitcanbeusedindependently.AfterdetectingMACaddressin
thefirsttime,JadeOSwillenableauthenticationforthisuser.
ConfigurationManagement
ToconfigureMACaddress,usethefollowingsteps:
Step1:ConfigureMACauthenticationprofile
(JadeOS) (config)#aaa authentication mac mac1
(JadeOS) (MAC Authentication Profile "mac1")#server-group sg
(JadeOS) (MAC Authentication Profile "mac1")#default-role post-auth
(JadeOS) (MAC Authentication Profile "mac1")#exit
Step2:ApplyMACauthenticationinAAAprofile
(JadeOS) (MAC Authentication Profile "mac1")#aaa profile aaa
(JadeOS) (AAA profile "aaa")#authentication-mac mac1
9.6802.1XAuthentication
AuthenticationDescription
802.1 x authentication is an authentication policy based on port. The purpose of
802.1xauthenticationistodecidewhetheraportisavailable;ifsuccessfullyauthen‐
ticate , the port will allow all the message; if unsuccessfully authenticate, the port
onlyallow802.1xmessage.
ConfiguringSteps
802.1x authentication need to specify radius ser ver and default‐role, examples as
follows:
Step1Configureradiusserver
(JadeOS) (config)#aaa authentication dot1x dot1x1
(JadeOS) (802.1X Authentication Profile "dot1x1")#default-role
post-auth
(JadeOS) (802.1X Authentication Profile "dot1x1")#server-group SG1
(JadeOS) (802.1X Authentication Profile "dot1x")#server-group SG1
(JadeOS) (802.1X Authentication Profile "dot1x")#default-role postauth
Step2Apply802.1xauthenticationinAAAprofile
(JadeOS) (MAC Authentication Profile "mac1")#aaa profile aaa
(JadeOS) (AAA profile "aaa")#authentication-dot1x dot1x1