Data ONTAP 7- 模式中的 autosupport.support.proxy 选项是什么?
适用场景
- Data ONTAP 7
- Data ONTAP 8 7-模式
- AutoSupport
问题解答
运行>options autosupport
命令以查看当前配置
autosupport.support.proxy
如果autosupport.support.transport
是 HTTPS 或 HTTP ,则此选项允许设置基于 HTTP 的代理。- 此选项的默认值为空字符串、表示不需要代理。
- Both IPv6 and IPv4 addresses are accepted.
You use this option to specify user name and password for proxy authentication.The URL is entered without an http:// or https:// prefix.以下是一些示例:
- options autosupport.support.proxy myusername : mypassword@myhost.com
- options autosupport.support.proxy myusername : mypassword@myhost.com : 9090
- options autosupport.support.proxy myhost.com
- options autosupport.support.proxy myhost.com:9090
注意:如果未指定端口,则代理配置默认为端口 3128 。
- 可以使用许多可能的组合,包括 HTTP 参数和 CGI 调用。请联系您的 IT 部门以了解正确的 HTTP 代理语法。