Cisco Cisco Expressway

Page of 57
Argument 
index
Parameter 
name
Required/Optional Sample value
0
Url
Required
protocol://host[:port][/path]
Where:
 
protocol is 
http
 or 
https
 
host may be a DNS name or IP address
 
:port is optional, and may only be : followed by one 
number in the range 0-65535
 
/path is optional and must conform to HTTP specification
1
ExpectedResult
Required
allow
 or 
block
. Specifies whether the test expects that the rules 
should allow or block the specified URL.
2
Deployment
Optional
Name of the deployment to test with this URL. If you omit this 
argument, the test will use the default deployment.
3
Description
Optional
Text description of the rule. Enclose with double quotes if there 
are spaces.
4
HttpMethod
Optional
Specify one HTTP method to test eg. 
PUT
. Defaults to 
GET
 if not 
supplied.
Table 5    Allow List Test Arguments
Example CSV file
Url,ExpectedResult,Deployment,Description,HttpMethod
 
https://myServer1:8443/myPath1,block,"my deployment","a block test",GET
 
http://myServer2:8000/myPath2,allow,"my deployment","an allow test",PUT
 
https://myServer4/myPath4,allow,,,GET
 
http://myServer4/myPath4,block,,,POST
 
 
 
 
List the parameter names (as shown) in the first line
 
One test per line, one line per test
 
Separate arguments with commas
 
Correctly order the test values as shown in the table above
 
Enclose values that have spaces in them with double quotes
56
Mobile and Remote Access Through Cisco Expressway Deployment Guide
Allow List Tests File Reference