3Com 09-1324-000 Webcam User Manual


 
Learning About the User Interface 6-9
Privilege Level
The privilege level determines which commands and parameters a user can access.
The network manager must set the Network Manager password and the User
password to be the same in order to provide equal levels of security. If only the
Network Manager password is set, any other user receives User level privileges.
Refer to “Changing the Password” on page 6-18.
You can change the privilege level with the SET PRIvilege command. For more
information, refer to Reference for NETBuilder Family Software.
Command-Line
Parameter Attributes
Parameter values, set members, and addresses can be expressed either as numbers
or as text. This section provides guidelines for specifying numeric values, strings,
and addresses. For details on the values permitted for each parameter, refer to
Reference for NETBuilder Family Software.
!-<n> Repeats the command whose number is the current
command number minus <n>. The current command
number is shown on the screen preceding the
bridge/router prompt. For example, if the current
command is 100 and <n> is 2, command number 98 is
repeated.
!<string> Repeats the most recent command that starts with the
variable <string>. The SHow History command might
display:
166 setdefault !1 -path control = enabled
167 show -path configuration
168 show history
169 set screenlength = 23
170 setdefault -bridge control = bridge
171 show statistics ?
If you enter !SETD at the prompt, the most recent
occurrence of the SETDefault command is executed:
setdefault -bridge control = bridge
!?<string> Repeats the most recent command containing <string>.
In the preceding example, if you enter !?stat, the
command show statistics ? (number 171) is executed.
You can also repeat a previous command with
modifications by using the syntax described next.
^<string1>
^<string1>^<string2>
Repeats the most recent command that contains
<string1>. If <string2> is specified, it replaces <string1>
in that command. For example, suppose you made a
typing mistake when you entered the following
SETDefault command:
seed welcomestring = “You are talking to the 3Com NETBuilder”
To repeat the command with the correct spelling of SETD,
you do not need to reenter the entire command. Enter:
^seed^setd
The following command is then displayed and executed:
setd welcomestring = “You are talking to the 3Com NETBuilder”