beautypg.com

Show proxy-autoconfig-file – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1210

background image

Authentication Commands

Software Reference for x310 Series Switches

43.84

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

show proxy-autoconfig-file

This command displays the contents of the proxy auto configuration (PAC) file.

Syntax

show proxy-autoconfig-file

Mode

Privileged Exec

Example

To display the contents of the proxy auto configuration (PAC) file, enter the command:

Output

Figure 43-9: Example output from the show proxy-autoconfig-file

Related Commands

copy proxy-autoconfig-file
erase proxy-autoconfig-file

awplus#

show auth proxy-autoconfig-file

function FindProxyForURL(url,host)

{

if (isPlainHostName(host) ||

isInNet(host, “192.168.1.0”,”255.255.255.0”)) {

return “DIRECT”;

}

else {

return “PROXY 192.168.110.1:8080”;

}

}