3Com WX2200 3CRWX220095A Switch User Manual


 
Overriding or Adding Attributes Locally with a Location Policy 503
For example, suppose you have configured the following location policy
rules:
WX1200 display 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.*
To move the first rule to the end of the list and display the results, type the
following commands:
WX1200 clear location policy 1
success: clause 1 is removed.
WX1200 set location policy deny if user eq
*.theirfirm.com
WX1200 display location policy
Id Clauses
----------------------------------------------------------------
1) permit vlan guest_1 if vlan neq *.ourfirm.com
2) permit vlan bld4.tac inacl tac_24.in if user eq *.ny.ourfirm.com
3) permit inacl svcs_2.in outacl svcs_3.out if vlan eq bldg4.*
4) deny if user eq *.theirfirm.com
Clearing Location
Policy Rules and
Disabling the
Location Policy
To delete a location policy rule, use the following command:
clear location policy rule-number
Type display location policy to display the numbers of configured
location policy rules. To disable the location policy on a WX switch, delete
all the location policy rules.