3com MSR 20-20 참조 매뉴얼

다운로드
페이지 2742
2287
url
Syntax
url url
undo url
View
HTTP test type view
Parameter
url: Website an HTTP test visits, a string of 1 to 185 characters. It is case sensitive.
Description
Use the url command to configure the website an HTTP test visits.
Use the undo url command to remove the configured website an HTTP test visits.
Note that the character string of the configured URL cannot contain spaces.
Example
# Configure the website that an HTTP test visits as /index.htm.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type http
[Sysname-nqa-admin-test-http] url /index.htm 
username (FTP test type view)
Syntax
username username
undo username
View
FTP test type view
Parameter
username: Username used to log onto the FTP server, a string of 1 to 32 
characters. It is case sensitive.
Description
Use the username command to configure a username used to log onto the FTP 
server.
Use the undo username command to remove the configured username.
By default, no username is configured for logging onto the FTP server.
Related command:
Example
# Configure the login username as administrator.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type ftp
[Sysname-nqa-admin-test-ftp] username administrator