《信诺瑞得培训—F5iRules功能20080721.ppt

《信诺瑞得培训—F5iRules功能20080721.ppt

  1. 1、本文档共39页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
5 基于内容的会话保持 对于会话保持,很多时候是需要使用根据数据包七层的内容来进行的。比如说无线业务,这种业务中,很多情况不能使用源地址或cookie。 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. 5.1 基于内容的会话保持 Internet :80 :80 :80 基于用户名的会话保持 when HTTP_REQUEST { ???persist uie [findstr [HTTP::uri] “user=“ 5 “” ] } uri=“/index.html”?user=abcpw=5%tu#4i Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. 5.2 基于内容的会话保持 基于会话ID的会话保持 when HTTP_REQUEST { if { [HTTP::cookie exists JSessionID] } { persist uie [HTTP::cookie JSessionID] } else { set jsess [findstr [HTTP::uri] “JSessionID” 11 ;] if { $jsess != “” } { persist uie $jsess } } } when HTTP_RESPONSE { if { [HTTP::cookie exists JSessionID] } { persist add uie [HTTP::cookie JSessionID] } } Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. 6 其他功能 由于iRules是使用一个脚本语言来编写,这样就能够根据用户的需要对用户数据进行很灵活的控制,这里再提2个简单应用: 1.记录日志 2.限制连接,并对超出部分进行重定向 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. 6.1 记录日志 Internet :80 :80 记录TCP的访问流程日志 when CLIENT_ACCEPTED { set vs [IP::local_addr]:[TCP::local_port] } when SERVER_CONNECTED { set client [IP::client_addr]:[TCP::client_port] set server [IP::server_addr]:[TCP::server_port] } when CLIENT_CLOSED { # log connection info log local0. Client: $client - VS: $vs - Server: $server } 输出结果为: Mar 1 08:34:01 tmm tmm[730]: Rule TCP_logging CLIENT_CLOSED: Client: 6:4746 -VS:2:80-: :80 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. 6.2 限制VS的连接数 Internet :80 :80 :80 限制VS的连接数,超出部分作重定向 when RULE_INIT { set ::conn_count 0 } when CLIENT_ACCEPTED { incr ::conn_count } when HTTP_REQUEST { if { $::conn_count 1000 } { HTTP::redirect 0

文档评论(0)

wyj18116135670 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档