Specifications

Overriding or Adding Attributes Locally with a Location Policy
RoamAbout Mobility System Software Configuration Guide 17-53
Setting the Location Policy
ToenablethelocationpolicyfunctiononaRoamAboutSwitch,youmustcreateatleastone
locationpolicyrulewithoneofthefollowingcommands:
set location policy deny if {ssid operator ssid-name | vlan operator vlan-glob |
user operator user-glob | port port-list | dap dap-num} [before rule-number |
modify rule-number]
set location policy permit {vlan vlan-name | inacl inacl-name | outacl
outacl-name} if {ssid operator ssid-name | vlan operator vlan-glob | user
operator user-glob | port port-list | dap dap-num} [before rule-number |
modify rule-number]
Youmustspecifywhethertopermitordenyaccess,andyoumustidentifyaVLANorusername
tomatch.UseoneofthefollowingoperatorstospecifyhowtherulemustmatchtheVLANor
username:
eq—AppliesthelocationpolicyruletoallusersassignedVLANnamesmatchingvlanglob
or
havingusernamesthatmatchuserglob.
(Likeauserglob,aVLANglobisawaytogroupVLANsforuseinthiscommand.Formore
information,seeVLANGlobsonpage 15.)
neq—AppliesthelocationpolicyruletoallusersassignedVLANnamesnotmatchingvlan
glob
orhavingusernamesthatdonotmatchuserglob.
Examples
Thefollowingcommanddeniesnetworkaccesstoallusersmatching*.theirfirm.com,causing
themtofailauthorization:
RBT-8100# set location policy deny if user eq *.theirfirm.com
Thefollowingcommandauthorizesaccesstotheguest_1VLANforalluserswhodonotmatch
*.ourfirm.com:
RBT-8100#setlocationpolicypermitvlanguest_1ifuserneq*.ourfirm.com
ThefollowingcommandplacesalluserswhoareauthorizedforSSIDtempvendor_aintoVLAN
kiosk_1:
RBT-8100# set location policy permit vlan kiosk_1 if ssid eq tempvendor_a
success: change accepted.
Note: Asterisks (wildcards) are not supported in SSID names. You must specify the complete SSID
name.