Specifications

Overriding or Adding Attributes Locally with a Location Policy
17-54 Configuring AAA for Network Users
Applying Security ACLs in a Location Policy Rule
WhenreassigningsecurityACLfilters,specifywhetherthefilterisaninputfilteroranoutput
filter,asfollows:
•Inputfilter—Useinaclinaclnametofiltertrafficthatenterstheswitchfromusersviaawired
authenticationportorfromthenetworkviaanetworkport.
•Outputfilter—Useoutacloutaclname
tofiltertrafficsentfromtheswitchtousers viaawired
authenticationport,orfromthenetworkviaanetworkport.
Examples
Thefollowingcommandauthorizesusersat*.ny.ourfirm.comtoaccessthebld4.tacVLAN,and
appliesthesecurityACLtac_24tothetraffictheyreceive:
RBT-8100# set location policy permit vlan bld4.tac outacl tac_24 if user eq
*.ny.ourfirm.com
ThefollowingcommandauthorizesaccesstousersonVLANswithnamesmatchingbld4.*and
appliessecurityACLssvcs_2tothetraffictheysendandsvcs_3tothetraffictheyreceive:
RBT-8100#setlocationpolicypermitinaclsvcs_2outaclsvcs_3ifvlaneqbldg4.*
Youcanoptionallyaddthesuffixes.inand.outtoinaclnameandoutaclnameforconsistencywith
theirusageinentriesstoredinthelocalRoamAboutSwitchdatabase.
Displaying and Positioning Location Policy Rules
Theorderoflocationpolicyrulesissignificant.MSSchecksalocat ionpolicyrulethatishigherin
thelistbeforethoselowerinthelist.Rulesarelistedintheorderinwhichyoucreatethem,unless
youmovethem.
Topositionlocationpolicyruleswithinthelocationpolicy,use
beforerulenumberandmodify
rulenumberinthesetlocationpolicycommand,orusetheclearlocationpolicyrulenumber
command.
Example
Forexample,supposeyouhaveconfiguredthefollowinglocationpolicyrules:
RBT-8100 show location policy
Id Clauses
----------------------------------------------------------------
1) deny if user eq *.theirfirm.com
2) permit vlan guest_1 if vlan neq *.ourfirm.com
3) permit vlan bld4.tac inacl tac_24.in if user eq *.ny.ourfirm.com
4) permit inacl svcs_2.in outacl svcs_3.out if vlan eq bldg4.*
Tomovethefirstruletotheendofthelistanddisplaytheresults,typethefollowingcommands:
RBT-8100 clear location policy 1
success: clause 1 is removed.
RBT-8100 set location policy deny if user eq *.theirfirm.com
RBT-8100 show location policy