CSM command similar to CSS sticky-srcip-dstport

Is there a command in the CSM similar to the CSS command sticky-srcip-dstport?
If thre isn't...is there still a way to do something similar on the CSM?

CSM sticky functionality with multiple SSL connections with resumption.
http://www.cisco.com/en/US/products/hw/modules/ps2706/products_configuration_example09186a0080216c16.shtml

Similar Messages

  • Sticky-srcip timeout

    Hello!
    How long CSS save sticky-srcip in loadbalance? In other words if there is a rule where I set advanced-balance sticky-srcip and all requests from one IP go to one server, are there any timeouts on it or this IP will go to that server always?
    I ask it because our servers are overload because of large user requests and when we add new server in farm effect is small (only few user requests forwards to a new server because of sticky-srcip)
    Thanks!

    Unless you use the command sticky-inact-timeout, there is no default time. The sticky table is kept on a FIFO basis (32k or 128k entries, according to the device type and memory available), or until the reboot of the CSS.
    Use the sticky-inact-timeout command to specify the inactivity timeout period on a sticky connection for a content rule before the CSS removes the sticky entry from the sticky table. When you configure this period, the CSS keeps the sticky entry in the sticky table for the specified amount of time.
    The syntax for this command is:
    sticky-inact-timeout minutes
    Enter the number of minutes of inactivity, from 0 to 65535. The default value is 0, which means this feature is disabled.
    For example, enter:
    (config-owner-content[arrowpoint-rule1])# sticky-inact-timeout 9
    Thanks
    Syed Iftekhar Ahmed

  • Command similar to protect..endprotect in abap

    Hi All
            Is there any command similar to protect endprotect in abap list output so that salutation doesn't fragment over next page.
    or any other logic that one can use for same?
    For e.g.,
    THANKING YOU
    FOR XYZ COMPANY LTD,
    AUTHORIZED SIGNATORY.
    Regards
    Babita

    hi babita , try to use Reserve Key word for tht .
    Here is the standard help on tht  -
    Basic form
    RESERVE n LINES.
    Effect
    If there is not enough space left on the current page for at least n lines, this statement starts a new page. n can be a constant (1,2,3,...) or a variable.
    Notes
    Before starting a new page, the END-OF-PAGE processing is executed. This differs from NEW-PAGE.
    If the RESERVE statement does not trigger a new page, output is continued on the current page.
    Use BACK to return to the first line output after RESERVE.
    Note
    Performance:
    The runtime required to execute a RESERVE statement is approx. 1 msn (standardized microseconds).
    hope this will help.
    amit

  • Does MAC OS have a "route add" command similar to a DOS command?

    Does MAC OS have a "route add" command similar to a DOS command?
    I know that with DOS, you can type "route add 192.168.x.x MASK 255.255.x.x 192.168.x.x" to add a route on your PC,but does MAS OS X(10.4.9) have something similar to it? I have a network printer that my winXP can access but my MAC cannot. I was unable to ping it from both wINXP and MAC. But after I added the route to my winXP I was able to ping and print to it. I do not know if I can do the same to my MAC. Does anyone know what the command is?
    Thank you in advance.

    Yes, and Welcome! ...
    http://www.osxfaq.com/man/8/route.ws
    And to make it permanent...
    http://www.osxfaq.com/tips/kluskens/index.ws

  • Apparent gap below CSS sticky footer in IE?

    I've been testing CSS "sticky footer" solutions I found on the Web. The one I picked works in the four browsers I checked with (Firefox, Chrome, Opera and IE) but there's one possible glitch. In IE 8. I'm seeing what appears to be a small gap between the footer and the bottom of the browser window. My Color Cop utility says neither of the two colors in that gap match anything specified in the CSS. I've included a screen capture, and a link if you have IE installed. I'd like to know if this is a problem with IE (who woulda thunk?) or something inherent in the look of IE's browser window?
    http://dreamweaverresources.com/tutorials/sticky-footer/

    I assume "browser chrome" means the imagery used to create the "pieces" of the browser's appearance outside the browser window contents.
    Yes.
    http://www.expression-web-tips.com/what-is-browser-chrome/
    But, if by scrollbar you mean the sliding blue rectangle on white background with a directional arrow on either end, I don't see that anywhere -- side or bottom -- when I view that link in IE 8?
    You'll see it if you shrink the height of your browser below a certain dimension.
    I saw it on my widescreen monitor.

  • CSS sticky position

    I'm trying to create a navigation bar that is initially down the page and as the user scrolls the navigation bar remains pinned to the top of the browser. An example are shown here, in a CSS demo http://demo.hongkiat.com/css-sticky-position/index2.html and then here is a complete website that uses this: http://albanyrisk.com/
    On the second example (albanyrisk.com) the navigation bar initially seems pinned to the footer, and then moves to the header when scrolling – ideally, this is the effect I'm trying to achieve.
    Any help greatly appreciated!
    Thanks
    Steve

    Hi,
    Try this tutorial: http://www.youtube.com/watch?v=c-SD489AGa8
    Abhishek

  • CSS Balance srcip = sticky source ip?

    Hi
    Is the balance method "srcip" the same as the general method known as "sticky source ip"? Whereby, the same source ip will be directed to the same destination server by the CSS?
    Thanks in advance.

    sorry, but it looks like my explanation was not clear enough.
    Let's take the following scenario.
    We have 2 servers - A & B.
    Initially A is down.
    A client C connects to the vip and is therefore loadbalanced to B based on the srcip algorithm.
    After a while, A comes alive.
    C open a new connections with the VIP and this time the algorithm selects A.
    So stickyness did not work.
    With 'advanced-balance srcip' the first connection will go to B and a sticky entry will be created.
    When the 2nd connection comes in with both A & B alive, the CSS will forward the connection to B based on the sticky table.
    If B was down, the CSS would forward the connection to A and update the sticky table.
    So, the advanced method gives you a better guarantee of stickyness.
    As I said, the only problem is the sticky table.
    Actually this is most of the time not a problem, but sometimes you could end up with the table being full and stickyness start failing. There is solutions to this problem so.
    I hope this makes more sense like this.
    Gilles.
    With balance srcip

  • CSS Sticky-table analysis

    We have a CSS 11503 at 7.4.2.02.
    It has a number of L3 Sticky rules.
    The users or rather their workstations are working 24 x 7.
    We would like to work out what is the best sticky-inact-timeout value to use so that we can gracefully close a server (weight = 0) and drain the sticky entries for that backend server.
    It would be good to have more information about the life of the sticky-entry in the table. For example when it was first loaded and perhaps the maximum elapsed time value.
    Are there any debug commands that can get more information on the sticky-table entries?
    Or has anyone got any other ideas on how to find out how long it would take to drain a server without actually setting the weight to zero and seeing what happens?
    My last thought is to change the sticky-inact-timeout value on the rule. As I understand it this change, which appears to be dynamic will only impact new sticky sessions. So a show sticky-table should show the new value for new entries where previous sessions elapsed time has exceeded the old value. Measuring the time taken from the change to the rule to the time that the majority of sessions have shifted to the new timeout value should give an indication of the time it would take to drain the majority of users off the server to be closed.
    If this is true then the only problem is how to interrogate the sticky-table which can only be paged at 100 entries a time and does not seem to be filterable in normal CLI. Hence the request for more info on Debug mode.

    Gilles,
    thanks for the response.
    However, what I am trying to acheive is a little more than see the sticky-entries as they are displayed using the standard show sticky-table command.
    For Layer three sticky entries even if you filter on IP address, you get a single entry in the standard 1 line format. I actually would like to see all entries with a given set of characteristics.
    Also for SSL sticky entries there is a Hash argument that allows the ability to see much more information for an individual entry. I cannot find an equivalent for Layer 3 sticky entries.
    The inability to search the whole table for certain characteristics without devizing a script with a loop on page count is giving us some interesting challenges. The abscence of information about statistics/timers on each flow is also a bit of a barrier for diagnosis.
    Hence the request for more information about the sticky-table debug facilities.
    regards
    Andrew T

  • Migrating Local Director to CSM - commands "name" "oos"

    On a CSM v4.2(3) on a 6509: I'm trying to make the real servers have names (like on the local director) instead of IP addresses:
    VOC-SW15#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    VOC-SW15(config)#mod csm 4
    VOC-SW15(config-module-csm)#serverfarm TEST1
    VOC-SW15(config-slb-sfarm)#real ?
    A.B.C.D real server IP address
    name use a named real server
    VOC-SW15(config-slb-sfarm)#real name webtest
    % Config not found for module real WEBTEST
    VOC-SW15(config-slb-sfarm)#real name ?
    WORD real server name
    VOC-SW15(config-slb-sfarm)#real name webtest
    % Config not found for module real WEBTEST
    VOC-SW15(config-slb-sfarm)#
    VOC-SW15(config-slb-sfarm)#real webtest
    VOC-SW15(config-slb-module-real)#address 10.1.250.37
    This is what I end up with (I want the real server under server farm test1:
    real WEBTEST
    address 10.1.250.37
    serverfarm TEST1
    nat server
    no nat client
    real 10.1.250.38
    inservice
    Also, if anyone has an easy way to take a box out of service (like on the local director) please let me know. On CSM we're having to do this:
    VOC-SW15#conf t
    VOC-SW15(config)#mod csm 4
    VOC-SW15(config-module-csm)#serverfarm relays
    VOC-SW15(config-slb-sfarm)#real 10.1.11.23
    VOC-SW15(config-slb-real)#no inservice
    on ld it was just: oos real relay-01
    Thank you for all the posts. They have been tremendous help in getting the CSM in production.
    ps (Gilles, My Christmas wish is that you're working on a CSS/CSM Book for Cisco Press. One is definately needed)
    Thank you, Sheila

    We figured out the name configuration.
    real MLXWEBTEST
    address 10.1.250.36
    inservice
    serverfarm TEST1
    nat server
    no nat client
    real 10.1.250.38
    inservice
    real name MLXWEBTEST
    no inservice
    real server farm weight state conns/hits
    10.1.250.38 TEST1 8 OPERATIONAL 0
    MLXWEBTEST TEST1 8 OUTOFSERVICE 0
    Is this the best configuration? We have to migrate
    250+ servers over to the CSM. Thanks, sheila

  • Is there Exchange 2013 view Exchange Management Shell command similar to Exchange 2010

    Hi,
    Is there anything similar in Exchange 2013 (Please refer the image).  In Exchange 2010 if you make any changes via Management console you could go to "View Exchange Management Shell Command Log" and see what shell command it ran in the background.
     It was very handy to copy shell command from here and then run it from shell in case you need to make bulk changes rather than try to find out the shell command from scratch.
    I was wondering if there is anything similar in Exchange 2013.
    Thanks,
    Raman

    Probably in SP1...
    Keep your finger cross ;)
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • What IOS command similar to catos command 'set port vtp X disable'

    Hi,
    Does anyone know if a similar command of catos command 'set port vtp X disable' exists in native IOS (12.1E or 12.2SX) on cat6500?
    We still can play in native IOS with VTP pruning, transparent mode but it seems that we can no more disable VTP on a particular port/interface.
    Many thanks.
    Regards/Ludovic.

    While one may not be able to disable VTP directly, I would think you could use a MAC ACL against the VTP MAC address of 01-00-0C-CC-CC-CC. (See http://www.cisco.com/en/US/partner/tech/tk389/tk689/technologies_tech_note09186a0080094c52.shtml for details on how that addressing works.)
    See http://www.cisco.com/en/US/partner/products/hw/switches/ps708/products_configuration_guide_chapter09186a00801679f8.html#wp1359352 for details on the command syntax.
    Hope this helps. Please rate helpful posts.

  • Command Similar to "IN LIKE"

    select * from emp
    where deptno in like ('10%','20%')
    i need similar command to perform the above sql.
    i cannot give or comman as no of departments inside the in like clause is dynamic..
    Pls Help
    Thanks
    Vinoth
    Edited by: suzvino on Dec 26, 2011 2:40 PM

    May i know i how it will help in my case...Yes you may
    just to play with something like (assuming deptno is varchar2 type as in your original post, if not, you just do to_number(substr(...)) as token and you're done
    :txt should contain your department list as '10,20' or '10,30,50' ...
    select *
      from emp
    where deptno in (select substr(txt,
                                    instr(txt,',',1,level) + 1,
                                    instr(txt,',',1,level + 1) - instr(txt,',',1,level) - 1
                                   ) as token
                        from (select ',' || :txt || ',' txt
                                from dual
                      connect by level <= length(:txt) - length(replace(:txt,',','')) + 1
                     )having an inline query providing the deptno list
    with
    inline_query as
    (select listagg(to_char(deptno),',') within group (order by deptno) dept_list
       from departments
      where rownum <= :number_of_depts
    select *
      from emp
    where deptno in (select substr(txt,
                                    instr(txt,',',1,level) + 1,
                                    instr(txt,',',1,level + 1) - instr(txt,',',1,level) - 1
                                   ) as token
                        from (select ',' || dept_list || ',' txt
                                from inline_query
                      connect by level <= length(dept_list) - length(replace(dept_list,',','')) + 1
                     )Regards
    Etbin

  • Command similar to data fill in Excel?

    Is there a command that is similar to the data fill command in Excel? I am looking to have a way to increment a column by week and another to decrement each cell by one. And while I am on this subject, has anyone seen a cheat sheet for the most common Excel commands to iWork '08 for say Pages and Numbers?

    Ancient_One wrote:
    Is there a command that is similar to the data fill command in Excel? I am looking to have a way to increment a column by week and another to decrement each cell by one.
    look at pages 66 and 91 in the PDF User Guide.
    And while I am on this subject, has anyone seen a cheat sheet for the most common Excel commands to iWork '08 for say Pages and Numbers?
    Apple deliver three well done PDF User Guide describing the way to use the progs and giving a list of every available FUNCTION().
    Yvan KOENIG (from FRANCE jeudi 29 mai 2008 18:29:17)

  • Css stickiness based on the http header

    there is CSS 11503 that should load balances the traffic between 2 servers running IIS (http port 80). In front of load balancer there is a reverse proxy, that hides all real ip addresses of users that send requests to web-servers.
    The customer would like to have stickiness per user. The reverse proxy can add user real ip address to http header.
    What kind of load balancing mechanism is better to use  to fulfill customer requirements? HTTP load balancing? If "yes", are there standard field-types that is possible to use?

    You can't do sticky on http header in CSS , best solution is to insert a cookie for stickyness, individula clients will get a cookie and will stick based on cookie ppresented.
    see:
    http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20/configuration/content_lb/guide/Sticky.html#wp1109390
    content testing
    vip address 192.168.128.131
    add service s1
    advanced-balance arrowpoint-cookie
    active

  • What is the command similar to ied (HPUX) on Solaris

    I was using ied (interactive editor) to store previous commands on HPUX. Is there a similar utility on Solaris?
    Rgds
    Haraprasad

    Hi Haraprasad,
    If you use ksh on Solaris and use option -o vi ($ksh -o vi), this will provide you the similar functionality. You can recall or search the previous command using key sequence "ESC k" or "ESC /<command>".
    Hope this helps.
    Thanks,
    --Raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Can't make new folder in FireFox Bookmarks

    When in FireFox I go to Bookmarks -> Organize Bookmarks -> Bookmarks Menu -> Organize -> New Folder and make new bookmark folder, it appears. Then, I move some existing bookmarks into it. Logout FireFox, start it again. This bookmark folder is absent

  • Where to do the abap sql statement in sapscript (PO)

    Hi, all. Hope anybody can guide me to find a solution. My situation now is i have to do a purchase order in SAPSCRIPT starting from a standard po. I already found out all the related details as below: Program           SAPFM06P FORM routine      ENTR

  • Address book exporter with Lion

    Address book exporter does not work with the new Lion operating software.  How do I now export my address book into a csv file?

  • OSB Server issue

    hi all, OSB weblogic server version 10.3 I created a JMS project(Includes creating JMS Queue n Servers in console) in OSB workshop and deployed it successfully. The problem arose when i reopened my workshop and restarted the server.The server did not

  • Iphoto macbook: how can find edited photos in macbook from iphone6?

    hi there: i used iphone6 take pics and edited it, then i synced it into my macbook and deleted it after i found those of pics are original, no edited. how can find those of edited pics on my macbook now? i try to find in " /~iphoto library , the Modi