Specifications

Command Prompts
RoamAbout Mobility System Software Configuration Guide 1-3
TheCLIdoesnotsupporttheuseofspecialcharactersincludingthefollowinginanynamed
elementssuchasSSIDsandVLANs:ampersand(&),anglebrackets(<>),numbersign(#),
questionmark(?),orquotationmarks(“”).
Inaddition,theCLIdoesnotsupporttheuseofinternationalcharacterssuch
astheaccentedÉin
DÉCOR.
MAC Address Notation
MSSdisplaysMACaddressesinhexadecimalnumberswithacolon(:)delimiterbetweenbytes—
forexample,00:01:02:1a:00:01.YoucanenterMACaddresseswitheitherhyphen()orcolon(:)
delimiters,butcolonsarepreferred.
Forshortcuts:
•YoucanexcludeleadingzeroswhentypingaMACaddress.MSSdisplaysofMACaddresses
includeallleadingzeros.
•Insomespecifiedcommands,youcanusethesingleasterisk(*)wildcardcharacterto
representfrom1byteto5bytesofaMACaddress.(Formoreinformation,seeMACAddress
Globsonpage 15.)
IP Address and Mask Notation
MSSdisplaysIPaddressesindotteddecimalnotation—forexample,192.168.1.111.MSSmakes
useofbothsubnetmasksandwildcardmasks.
Subnet Masks
Unlessotherwisenoted,useclasslessinterdomainrouting(CIDR)formattoexpresssubnet
masks—forexample,192.168.1.112/24.Youindicatethesubnetmaskwithaforwardslash(/)and
specifythe numberofbitsinthemask.
Wildcard Masks
Securityaccesscontrollists(ACLs)usesourceanddestinationIPaddressesandwildcardmasks to
determinewhethertheRoamAboutSwitchfiltersorforwardsIPpackets.Matchingpacketsare
eitherpermittedordeniednetworkaccess.TheACLchecksthebitsinIPaddressesthat
correspondtoany0s(zeros)inthe
mask,butdoesnotcheckthebitsthatcorrespondto1s(ones)in
themask.Youspecifythewildcardmaskindotteddecimalnotation.
Forexample,theaddress10.0.0.0andmask0.255.255.255matchallIPaddressesthatbeginwith10
inthefirstoctet.
TheACLmaskmustbeacontiguous
setofzeroesstartingfromthefirstbit.Forexample,
0.255.255.255,0.0.255.255,and0.0.0.255arevalidACLmasks.However,0.255.0.255isnotavalid
ACLmask.