Specifications
CLI Conventions
1-4 Using the Command-Line Interface
wildcardcharactermatchesanynumberofcharactersupto,butnotincluding,adelimiter
characterintheglob.Validuserglobdelimitercharactersaretheat(@)signandtheperiod(.).
Forexample,thefollowingglobsidentifythefollowingusers:
MAC Address Globs
Amediaaccesscontrol(MAC)addressglobisasimilarmethodformatchingsomeauthentication,
authorization,andaccounting(AAA)andforwardingdatabase(FDB)commandstooneormore
6‐byteMACaddresses.InaMACaddressglob,youcanuseasingleasterisk (*) asawildcardto
matchallMACaddresses,
orasfollowstomatchfrom1byteto5bytesoftheMACaddress:
00:*
00:01:*
00:01:02:*
00:01:02:03:*
00:01:02:03:04:*
Forexample,theMACaddressglob02:06:8c*representsallMACaddressesstartingwith02:06:8c.
Specifyingonlythefirst3bytesofaMACaddressallowsyoutoapplycommandstoMAC
addressesbasedonanorganizationallyuniqueidentity(OUI).
VLAN Globs
AVLANglobisamethodformatchingoneofasetoflocalrulesonaRAS,knownasthelocation
policy,tooneormoreusers.MSScomparestheVLANglob,whichcanoptionallycontain
wildcardcharacters,againsttheVLAN‐NameattributereturnedbyAAA,todeterminewhether
to
applytherule.
TomatchallVLANs,usethedouble‐asterisk(**)wildcardcharacterswithnodelimiters.Tomatch
anynumberof charactersupto,butnotincl uding,adelimitercharacterintheglob,usethesingle‐
asterisk(*)wildcard.ValidVLANglobdelimitercharactersaretheat(@)signand
theperiod(.).
User Glob User(s) Designated
jose@example.com User jose at example.com
*@example.com All users at example.com whose usernames do not
contain periods—for example, jose@example.com
and tamara@example.com, but not
nin.wong@example.com, because nin.wong
contains a period
*@marketing.example.com All marketing users at example.com whose
usernames do not contain periods
*.*@marketing.example.com All marketing users at example.com whose
usernames contain periods
* All users with usernames that have no delimiters
EXAMPLE\* All users in the Windows Domain EXAMPLE with
usernames that have no delimiters
EXAMPLE\*.* All users in the Windows Domain EXAMPLE whose
usernames contain periods
** All users