ADC

全局绑定策略

以下绑定过程是典型的。但是,请参阅文档了解您感兴趣的功能,了解完整的说明。

使用 CLI 全局绑定集成缓存策略

在命令提示符下,键入以下命令以绑定集成缓存策略并验证配置:

-  bind cache global <policy> -priority <positiveInteger> [-type REQ_OVERRIDE | REQ_DEFAULT | RES_OVERRIDE | RES_DEFAULT]  

-  show cache global  
<!--NeedCopy-->

示例:

> bind cache global _nonPostReq -priority 100 -type req_default
     Done
> show cache global
    1)      Global bindpoint: REQ_DEFAULT
            Number of bound policies: 2

    2)      Global bindpoint: RES_DEFAULT
            Number of bound policies: 1
Done
<!--NeedCopy-->

类型参数是可选的,以保持向后兼容性。如果省略类型,则策略将绑定到 REQ_DEFAULT 或 RES_DEFAULT,具体取决于策略规则是响应时间还是请求时间表达式。

使用 CLI 全局绑定重写策略

在命令提示符处,键入以下命令以绑定重写策略并验证配置:

-  bind rewrite global <policyName> <priority> [-type REQ_OVERRIDE | REQ_DEFAULT | RES_OVERRIDE | RES_DEFAULT]

-  show rewrite global  
<!--NeedCopy-->

示例:

bind rewrite global pol_remove-pdf 100
Done
> show rewrite global
    1)      Global bindpoint: REQ_DEFAULT
            Number of bound policies: 1

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

Done
<!--NeedCopy-->

对于全局绑定策略,类型参数是可选的,以保持向后兼容性。如果省略类型,则策略将绑定到 REQ_DEFAULT 或 RES_DEFAULT,具体取决于策略规则是响应时间还是请求时间表达式。

使用 CLI 全局绑定压缩策略

在命令提示符处,键入以下命令以绑定压缩策略并验证配置:

-  bind cmp global <policyName> -priority <positiveInteger> [-type REQ_OVERRIDE | REQ_DEFAULT | RES_OVERRIDE | RES_DEFAULT]  

-  show cmp global
<!--NeedCopy-->

示例:

> bind cmp global cmp_pol_1 -priority 100
Done
> show cmp policy cmp_pol_1
            Name: cmp_pol_1
            Rule: HTTP.REQ.URL.SUFFIX.EQ("BMP")
            Response Action: COMPRESS
            Hits: 0

            Policy is bound to following entities
            1) GLOBAL REQ_DEFAULT
            Priority: 100
            GotoPriorityExpression: END
Done
<!--NeedCopy-->

使用 CLI 全局绑定响应程序策略

在命令提示符处,键入以下命令以绑定响应程序策略并验证配置:

-  bind responder global <policyName> <priority> [-type OVERRIDE | DEFAULT ]  

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

示例:

bind responder global pol404Error1 200
Done
> show responder global
    1)      Global bindpoint: REQ_DEFAULT
            Number of bound policies: 1

Done
<!--NeedCopy-->

使用 CLI 全局绑定 DNS 策略

在命令提示符下,键入以下命令以绑定 DNS 策略并验证配置:

-  bind dns global <policyName> <priority>  

-  show dns global  
<!--NeedCopy-->

示例:

> bind dns global pol_ddos_drop1 150
Done
> show dns global
    Policy name : pol_ddos_drop
            Priority : 100
            Goto expression : END
    Policy name : pol_ddos_drop1
            Priority : 150
Done
<!--NeedCopy-->

使用 GUI 全局绑定集成的缓存、响应程序、重写或压缩策略

  1. 在导航窗格中,单击要为其绑定策略的功能的名称。
  2. 在详细信息窗格中,单击 <Feature Name> 策略管理器。
  3. 在“策略管理器”对话框中,选择要将策略绑定到的绑定点(例如,对于“集成缓存”、“重写”或“压缩”,您可以选择“请求”和“默认全局”)。响应程序不区分请求时间和响应时间策略。
  4. 单击“插入策略”,然后从“策略名称”弹出菜单中选择策略名称。优先级会自动分配给策略,但如果您希望在此库中的其他策略之后评估策略,则可以单击“优先级”列中的单元格,并将其拖到对话框中的任意位置。优先级自动重置。请注意,策略库中的优先级值必须是唯一的。
  5. 单击应用更改。
  6. 单击关闭。状态栏中的消息指示策略已成功绑定。

使用 GUI 全局绑定 DNS 策略

  1. 导航到流量管理 > DNS > 策略。
  2. 在详细信息窗格中,单击全局绑定。
  3. 在全局绑定对话框中,单击 插入策略,然后选择要全局绑定的策略。
  4. 单击 优先 级字段并输入优先级。
  5. 单击 OK(确定)。状态栏中的消息指示策略已成功绑定。