Configuration Guide Configuring Web Authentication
 Enable Web authentication on ports GigabitEthernet 0/2 and GigabitEthernet 0/3 on the NAS.
Ruijie#configure
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#aaa new-model
Ruijie(config)#radius-server host 192.168.197.79 key ruijie
Ruijie(config)#aaa authentication iportal default group radius
Ruijie(config)#aaa accounting network default start-stop group radius
Ruijie(config)#web-auth template iportal
Ruijie(config.tmplt.iportal)#exit
Ruijie(config)# interface range GigabitEthernet 0/2-3
Ruijie(config-if-range)# web-auth enable iportal
Ruijie(config-if-range)# exit
 Check whether Ruijie iPortal Web Authentication is configured successfully.
Ruijie(config)#show running-config
…
aaa new-model
aaa authentication web-auth default group radius
aaa accounting network default start-stop group radius
…
radius-server host 192.168.197.79 key ruijie
…
web-auth template iportal
!
…
interface GigabitEthernet 0/2
web-auth enable iportal
!
interface GigabitEthernet 0/3
web-auth enable iportal