User's Manual Part 2
77JadeOSUserManual
Forexample:
(JadeOS) (config)#ip access-list session acl1
(JadeOS) (config-sess-acl1)#host 1.1.1.1 any tcp 1 100 deny
(JadeOS) (config-sess-acl1)#exit
(JadeOS) (config)#user-role role1
(JadeOS) (config-role)#access-list session acl1
(JadeOS) (config-role)#exit
(JadeOS) (config)#aaa profile aaa1
(JadeOS) (AAA profile "aaa1")#initial-role role1
(JadeOS) (AAA profile "aaa1")#exit
(JadeOS) (config)#wlan virtual-ap default
(JadeOS) (Virtual AP Profile "default")#aaa-profile aaa1
(JadeOS) (Virtual AP Profile "default")#exit
10.8AuthenticationExemption
For the special user that accounting exemption such as administrator and so on,
JadeOSsupportsauthenticationexemption,forexample:
Step1ConfigureAAAprofile,disableradius‐accounting
(JadeOS) (config)#aaa profile a1
(JadeOS) (AAA profile "a1")#no radius-accounting enable
(JadeOS) (AAA profile "a1")#exit
Step2ApplyAAApro filetotheVLAN
(JadeOS) (config)#vlan 10 aaa profile a1
10.9Anti‐fakeandRogueAPdetect
Anti‐fake
Toenable anti‐fakefunction,usethefollowingcommand:
validate-sta-enable
Todisable anti‐fakefunction,usethefollowingcommand:
no validate-sta-enable
RogueAPDetect
ACwillconfiguredetectruleaccordingtothemessagesentbyAP,thatistomakea
detectpolicyforrogueequipment;thenACwillclassifytheAPsaccordingtothede‐
tectrule.