User's Manual

59JadeOSUserManual
authentication-portal Configure Portal authentication profile
authentication-psk
Configure PSK authentication profile
authentication-radius-proxy
Configure radius proxy profile
authentication-wep Configure WEP authentication profile
disconnect-message-client
Configure disconnect message client
http-redir-url-id
Configure http redirection url ID
http-redirection
Configure http-redirection
initial-role
Role that is assigned to a user before authentication
takes place
post-auth
Post-auth Timer
pre-auth
Pre-auth Timer
radius-accounting
Configure radius accounting
9.4.6 Binding VLAN
Bind the AAA profile to VLAN 100, all the user in VLAN 100 will use this AAA
profile. Configuration commands as follows:
(JadeOS) (config)#vlan 100 aaa-profile aaa
9.5 MAC Authentication
Authentication Description
MAC address authentication is an authentication way to control user network access
based on MAC address; it need not to install any client software.
MAC authentication encapsulates the MAC address into RADIUS message according
to configuration, and then authenticate in the specified RADIUS server. Therefore,
MAC authentication will be used together with other authentication ways (WPA,
web-auth) in usual, also it can be used independently. After detecting MAC address in
the first time, JadeOS will enable authentication for this user.
Configuration Management
To configure MAC address, use the following steps:
Step 1Configure MAC authentication profile
(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