User's Manual Part 2

48JadeOSUserManual
Step3andStep4showhowtoapplyACLtoVLAN100,pleaserefertochapter9.4for
moreinformation.
Step3ConfigureuserroleandapplyACl
(JadeOS)(config)#user-role trole
(JadeOS)(config-trole)#access-list session tacl
Step4ConfigureAAAProfile,andspecifyuserrole
(JadeOS)(config)#aaa profile test
(JadeOS)(AAA profile “test”)#initial-role trole
Step5ApplyAAApro filetoVLAN100
(JadeOS)(config)#vlan 100 aaa profile test
7.3.2ConfiguringDNAT
Figure72Destinationaddresstransfer
ToconfigureDNATaddresstransferinsessionACl,usefollowingcommand:
<src-subnet> <dest-subnet> <protocol> dst-nat ip <ip-address>
Usingfigure72asanexample,JadeOSachievestomakeuserthatfailedauthentica
tionredirecttoportalserver(150.0.0.150)byDNATfunction.Pleaserefertochapter
9.4formoreinformation.
Step1TocreatesessionACLandspecifyDNATIPaddressandDNATdestinationIP
address,usethefollowingcommand:
(JadeOS) (config) #ip access-list session tacl
(JadeOS) (config-sess-tacl) # any host 150.0.0.1 any dst-nat ip
200.0.0.200
Step2TocreateuserroleandapplyittoACL,usethefollowingcommand:
(JadeOS) (config) #user-role trole
(JadeOS) (config-trole) #access-list session tacl
Step3TocreateAAAprofileandapplyittouserroleandauthenticationgroup,use
thefollowingcommand: