ADC

解除策略的绑定

如果要重新分配或删除策略,则必须先删除其绑定。

使用 CLI 全局解除集成缓存、重写或压缩高级策略的绑定

在命令提示符处,键入以下命令以全局解除集成缓存、重写或压缩高级策略的绑定并验证配置:

-  unbind cache|rewrite|cmp global <policyName> [-type req_override|req_default|res_override|res_default] [-priority <positiveInteger>]  

-  show cache|rewrite|cmp global  
<!--NeedCopy-->

示例:

> unbind cache global_nonPostReq
Done
> show cache global
    1)      Global bindpoint: REQ_DEFAULT
            Number of bound policies: 1

    2)      Global bindpoint: RES_DEFAULT
            Number of bound policies: 1

Done
<!--NeedCopy-->

只有名为 NOPOLICY 的“虚拟”策略才需要优先级。

使用 CLI 全局解除响应者策略的绑定

在命令提示符处,键入以下命令以全局解除响应者策略的绑定并验证配置:

-  unbind responder global <policyName> [-type override|default] [-priority <positiveInteger>]  

-  show responder global  
<!--NeedCopy-->

示例:

> unbind responder global pol404Error
Done
> show responder global
    1)      Global bindpoint: REQ_DEFAULT
            Number of bound policies: 1
Done
<!--NeedCopy-->

只有名为 NOPOLICY 的“虚拟”策略才需要优先级。

使用 CLI 全局解除 DNS 策略的绑定

在命令提示符处,键入以下命令以全局解除 DNS 策略的绑定并验证配置:

-  unbind responder global <policyName>  

-  unbind responder global  
<!--NeedCopy-->

示例:

unbind dns global dfgdfg
Done
show dns global
    Policy name : dfgdfggfhg
            Priority : 100
            Goto expression : END
Done
<!--NeedCopy-->

使用 CLI 解除高级策略与虚拟服务器的绑定

在命令提示符处,键入以下命令以解除与虚拟服务器的高级策略的绑定并验证配置:

-  unbind cs vserver <name> -policyName <policyName> [-priority <positiveInteger>] [-type REQUEST|RESPONSE]  

-  show lb vserver <name>  
<!--NeedCopy-->

示例:

unbind cs vserver vs-cont-switch  -policyName pol1
Done
> show cs vserver vs-cont-switch
            vs-cont-switch (10.102.29.10:80) - HTTP Type: CONTENT
            State: UP
            Last state change was at Wed Aug 19 08:56:55 2009 (+18 ms)
            Time since last state change: 0 days, 02:47:55.750
            Client Idle Timeout: 180 sec
            Down state flush: ENABLED
            Disable Primary Vserver On Down : DISABLED
            Port Rewrite : DISABLED
            State Update: DISABLED
            Default:        Content Precedence: RULE
            Vserver IP and Port insertion: OFF
            Case Sensitivity: ON
            Push: DISABLED  Push VServer:
            Push Label Rule: none
Done
<!--NeedCopy-->

只有名为 NOPOLICY 的“虚拟”策略才需要优先级。

使用 GUI 全局解除集成缓存、响应器、重写或压缩高级策略的绑定

  1. 在导航窗格中,单击包含要取消绑定的策略的功能(例如,集成缓存)。
  2. 在详细信息窗格中,单击 <Feature Name> 策略管理器。
  3. 策略管理器 对话框中,选择要解除绑定的策略的绑定点,例如 Advanced Global。
  4. 单击要取消绑定的策略名称,然后单击取消绑定策略。
  5. 单击应用更改
  6. 单击关闭。状态栏中的消息指示该策略已成功取消绑定。

使用 GUI 全局解除 DNS 策略的绑定

  1. 导航到 流量管理 > DNS > 策略
  2. 在详细信息窗格中,单击 全局绑定
  3. 在“全局绑定”对话框中,选择策略,然后单击“取消绑定策略”。
  4. 单击确定。状态栏中的消息指示该策略已成功取消绑定。

使用 GUI 解除高级策略与负载平衡或内容交换虚拟服务器的绑定

  1. 导航到“流量管理”, 展开“负载平衡”或“内容切换”,然后单击“虚拟服务器”。
  2. 在详细信息窗格中,双击要解除策略绑定的虚拟服务器。
  3. 策略 选项卡的 活动 列中,清除要解除绑定的策略旁边的复选框。
  4. 单击确定。状态栏中的消息指示该策略已成功取消绑定。