Query on probe configuration in ACE

Hi All,
If the URI is www.cisco.com/books/videos/test.xml
what could be the probe URL which need to be configured in ACE?
Regards,
Thiyagu                  

Hello,
Probably something like this:
probe http testing
   request method get url /books/videos/test.xml
   expect status 200 200
Here you have a link about it:
http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/probe.html#wp1031398
Jorge

Similar Messages

  • Query on Probe configuration

    Hello All,
    I have a probe config as below:
    probe http healthcheck
      interval 5
      faildetect 1
      passdetect interval 2
      passdetect count 1
      request method get url /healthcheck.aspx
      expect status 200 200
      expect regex "Name = ASR"
    The ASR health check page verifies the health of a given ASR server based on the ASR performance counters and returns a web page (HTML) formatted with one of the two following results:
    GET /healthcheck.aspx
    1) healthy ASR server returns code 200 + a page that contains "Name = ASR"
    2) unhealthy ASR server returns code 200 + a page that contains diagnostic counter data (counts for database, launcher, and adapter faults)
    So, the expectation is that the load balancer could use both the return code and the page content to determine whether a given ASR server is healthy (or not) and either keep it in the pool or remove it.
    Can someone advice if this config is correct or how the config should be ?
    Thanks,
    Karthik

    Karthik-
      In theory, your configuration is correct for what you want to do, however, there are a few things you need to be aware of that can be issues -
    1.) For expect regex to work, the server MUST set a content length field telling the ACE how much data will be recieved in the request. 
    2.) As well, the string is a regex - so you might need to put .* before or after it depending if the expression is on a line of its own.
    3.) 5 Seconds is too agressive of an interval - this type of query should be every 10-15 seconds at a minimum.
    Regards,
    Chris Higgins

  • Probe results in ACE

    Hi
    is it possible to view the result of a probe on the  ACE? Specifically, I want to view the oid value I receive back from doing an snmp probe without having to debug raw packets (meltdown!!) on my ACE?

    "debug hm info"
    You should see messages with the following information
    version=%d, community=%s, ipaddr=%s, pquery_len=%u
    OID #%u, string=%s, weight=%u
    Response for oid=%u, type=%u, name_length=%u
    Gilles.

  • SMTP and IMAP ACE Probe configuration Example

    Hi,
    Could someone share he SMTPS and IMAPS probe setting configuration in CISCO ACE 4710 for my reference.
    I have two server 10.1.1.58 and 10.1.1.59 which supposed to be load balaced for the service 993 and 465.
    Regards
    BR

    Hello There,
    The ACE has built-in scripted probes in order to check connectivity beyond layer 4 with these kinds of mail servers but only for the unencrypted versions SMTP/IMAP.
    In your case since you're working with these protocols over SSL/TLS, you'll need to configure regular TCP probes for each serverfarm so reachability will be test'd based on TCP port.
    probe tcp IMAPS-993
      port 993
      interval 5
      faildetect 2
      passdetect interval 3
      passdetect count 1
      open 1
    probe tcp SMTPS-464
      port 465
      interval 5
      faildetect 2
      passdetect interval 3
      passdetect count 1
      open 1
    HTH
    Pablo

  • Need help to Configure Cisco ACE 4710 Cluster Deployment

    Dear Experts,
    I'm newbie for Cisco ACE 4710, and still I'm in learning stage. Meanwhile I got chance at my work place to deploy a Cisco ACE 4710 cluster which should load balance the traffic between  two Application Servers based on HTTP and HTTPS traffic. So I was looking for good deployment guide in Cisco SBA knowledge base then finall found this guide.
    http://www.cisco.com/en/US/docs/solutions/SBA/February2013/Cisco_SBA_DC_AdvancedServer-LoadBalancingDeploymentGuide-Feb2013.pdf
    This guide totally fine with my required deployment model. I have same deployment environment as this guide contains with ACE cluster that connects to two Cisco 3750X (Stack) switches. But I have some confusion places in this guide
    This guide follow the "One-armed mode" as a deployment method. But when I go through it further I have noticed that they have configured server VLAN as a 10.4.49.0/24 (all servers reside in it) and Client side VIP also in same VLAN which is 10.4.49.100/24 (even NAT pool also).
    My confusion is, as I have learned about Cisco ACE 4710 one-armed mode deployment method, it should has two VLAN segments, one for Client side which client request come and hit the VIP and then second one for Server side. which means besically two VLANs. So please be kind enough to go through above document then tell me where is wrong, what shoud I need to do for the best. Please this is an urgent, so need your help quickly.
    Thanks....!
    -Amal-

    Dear Kanwal,
    I need quick help for you. Following are the Application LB requirements which I received from my clinet side.
    Following detail required for configuring Oracle EBS Apps tier on HA:
    LBR IP and Name required to configure EBS APPS Tier (i.e, ap1ebs & ap2ebs nodes)
    Suggested IP and Name for LBR:
    IP : 172.25.45.x [should be on same 172.25.45 subnet of ap1ebs & ap2ebs nodes]
    ebiz.xxxx.lk [on port 80 for http protocol accessibility]
    This LBR IP & name must be resolve and respond on DNS network
    Server Farm detail for LBR Setup
    Following detail will be use for configuring the LBR:
    LBR IP and Name :
    IP : 172.25.45.x [should be on same 172.25.45 subnet of ap1ebs & ap2ebs nodes]
    ebiz.xxxx.lk [on port 80 for http protocol accessibility]
    This LBR IP & name must be resolve and respond on DNS network
    Server Farm Detail for LBR setup:
    Server 1 (EBS App1 Node, ap1ebs):
    IP : 172.25.45.19
    Server Name: ap1ebs.xxxx.lk [ap1ebs hostname is an example, actual hostname will be use]
    Protocol: http
    Port: 8000
    Server 2 (EBS App2 Node, ap2ebs):
    IP : 172.25.45.20
    Server Name: ap2ebs.xxxx.lk [ap2ebs hostname is an example, actual hostname will be use]
    Protocol: http
    Port: 8000
    Since my client needs to access URL ebiz.xxxx.lk which should be resolved by IP 172.25.45.21 (virtual IP) via http (80) before they deploy the app on the two servers I just ran web service on both servers (Linux) and was trying to access http://172.25.45.21 it was working fine and gave me index.html page. Now after my client has deployed the application then when he tries to access the page http://172.25.45.21 he cannot see his main login page. But still my testing web servers are there on both servers when I type http://172.25.45.21 it will get index.html page, but not my client web login page. What can I do for this ?
    Following are my latest config :
    probe http Get-Method
      description Check to url access /OA_HTML/OAInfo.jsp
      interval 10
      faildetect 2
      passdetect interval 30
      request method get url /OA_HTML/OAInfo.jsp
      expect status 200 200
    probe udp http-8000-iRDMI
      description IRDMI (HTTP - 8000)
      port 8000
    probe http http-probe
      description HTTP Probes
      interval 10
      faildetect 2
      passdetect interval 30
      passdetect count 2
      request method get url /index.html
      expect status 200 200
    probe https https-probe
      description HTTPS traffic
      interval 10
      faildetect 2
      passdetect interval 30
      passdetect count 2
      ssl version all
      request method get url /index.html
    probe icmp icmp-probe
      description ICMP PROBE FOR TO CHECK ICMP SERVICE
    rserver host ebsapp1
      description ebsapp1.xxxx.lk
      ip address 172.25.45.19
      conn-limit max 4000000 min 4000000
      probe icmp-probe
      probe http-probe
      inservice
    rserver host ebsapp2
      description ebsapp2.xxxx.lk
      ip address 172.25.45.20
      conn-limit max 4000000 min 4000000
      probe icmp-probe
      probe http-probe
      inservice
    serverfarm host ebsppsvrfarm
      description ebsapp server farm
      failaction purge
      predictor response app-req-to-resp samples 4
      probe http-probe
      probe icmp-probe
      inband-health check log 5 reset 500
      retcode 404 404 check log 1 reset 3
      rserver ebsapp1 80
        conn-limit max 4000000 min 4000000
        probe icmp-probe
        inservice
      rserver ebsapp2 80
        conn-limit max 4000000 min 4000000
        probe icmp-probe
        inservice
    sticky http-cookie jsessionid HTTP-COOKIE
      cookie insert browser-expire
      replicate sticky
      serverfarm ebsppsvrfarm
    class-map type http loadbalance match-any default-compression-exclusion-mime-type
      description DM generated classmap for default LB compression exclusion mime types.
      2 match http url .*gif
      3 match http url .*css
      4 match http url .*js
      5 match http url .*class
      6 match http url .*jar
      7 match http url .*cab
      8 match http url .*txt
      9 match http url .*ps
      10 match http url .*vbs
      11 match http url .*xsl
      12 match http url .*xml
      13 match http url .*pdf
      14 match http url .*swf
      15 match http url .*jpg
      16 match http url .*jpeg
      17 match http url .*jpe
      18 match http url .*png
    class-map match-all ebsapp-vip
      2 match virtual-address 172.25.45.21 tcp eq www
    class-map type management match-any remote_access
      2 match protocol xml-https any
      3 match protocol icmp any
      4 match protocol telnet any
      5 match protocol ssh any
      6 match protocol http any
      7 match protocol https any
      8 match protocol snmp any
    policy-map type management first-match remote_mgmt_allow_policy
      class remote_access
        permit
    policy-map type loadbalance first-match ebsapp-vip-l7slb
      class default-compression-exclusion-mime-type
        serverfarm ebsppsvrfarm
      class class-default
        compress default-method deflate
        sticky-serverfarm HTTP-COOKIE
    policy-map multi-match int455
      class ebsapp-vip
        loadbalance vip inservice
        loadbalance policy ebsapp-vip-l7slb
        loadbalance vip icmp-reply active
        nat dynamic 1 vlan 455
    interface vlan 455
      ip address 172.25.45.36 255.255.255.0
      peer ip address 172.25.45.35 255.255.255.0
      access-group input ALL
      nat-pool 1 172.25.45.22 172.25.45.22 netmask 255.255.255.0 pat
      service-policy input remote_mgmt_allow_policy
      service-policy input int455
      no shutdown
    ft interface vlan 999
      ip address 10.1.1.1 255.255.255.0
      peer ip address 10.1.1.2 255.255.255.0
      no shutdown
    ft peer 1
      heartbeat interval 300
      heartbeat count 10
      ft-interface vlan 999
    ft group 1
      peer 1
      no preempt
      priority 110
      associate-context Admin
      inservice
    ip route 0.0.0.0 0.0.0.0 172.25.45.1
    Hope you will reply me soon
    Thanks....!
    -Amal-

  • Configuration help - ACE redirection

    Please see the below ACE configuration.  It is currently in place for both load balancing and redirection.  Here are the 4 current scenarios...
    1. https://www.URL1.com is the desired URL and will be load balanced.  Certificate is for this URL.
    2. http://www.URL1.com will redirect the client to https://www/URL1.com for appropriate load balancing.
    3. URL1.com resolves to the same vip ip address as www.URL1.com, so http://URL1.com will redirect the client to https://URL1.com
    4. https://URL1.com will be load balanced, but client gets a certificate error since the cert is not associated with this address.
    How can I redirect http://URL1.com and https://URL1.com to https://www.URL1.com?  Can I create a L7 policy map in addition to the existing L4 policy map?
    Thanks for any help you can give.
    rserver host URL1-ws07
      ip address 1.1.1.1
      inservice
    rserver host URL1-ws08
      ip address 1.1.2.1
      inservice
    rserver host URL1-ws09
      ip address 1.1.3.1
      inservice
    rserver host URL1-ws10
      ip address 1.1.4.1
      inservice 
    rserver host URL1-ws06
      ip address 1.1.5.1
      inservice
    !************** Generic redirect rserver used by many policy maps to redirect clear text addresses to secure addresses *************
    rserver redirect server-rd
      webhost-redirection https://%h%p 301
      inservice
    ssl-proxy service URL1
      key URL10911-key
      cert URL10911-cert
      chaingroup verisign-ev-cg
    serverfarm host URL1
      description www.URL1.com
      probe port_80
      rserver URL1-ws07 80
        inservice
      rserver URL1-ws08 80
        inservice
      rserver URL1-ws09 80
        inservice
      rserver URL1-ws10 80
        inservice
      rserver URL1-ws06 80
        inservice
    sticky http-cookie acecookie sticky-URL1
      cookie insert browser-expire
      replicate sticky
      serverfarm URL1
    !***************** Redirect to https *****************
    class-map match-all URL1-vip
      2 match virtual-address 2.2.2.2 tcp eq https
    class-map match-all URL1-vip-rd
      2 match virtual-address 2.2.2.2 tcp eq www 
    policy-map type loadbalance first-match URL1-lb
      class class-default
        sticky-serverfarm sticky-URL1
        action https-rewrite
        insert-http X-Forwarded-For header-value "%is"
    policy-map type loadbalance first-match URL1-rd
    class class-default
        serverfarm server-rd
    policy-map multi-match yellow-policy 
      class URL1-vip-rd
        loadbalance vip inservice
        loadbalance policy URL1-rd
        loadbalance vip icmp-reply active
      class URL1-vip
        loadbalance vip inservice
        loadbalance policy URL1-lb
        loadbalance vip icmp-reply active
        appl-parameter http advanced-options generic-http-parameter-map
        ssl-proxy server URL1

    Hi there,
    If all the URLs respond to the same VIP then you need to modify your server-rd as follows:
    rserver redirect server-rd
      webhost-redirection https://www.URL1.com/%p 301
      inservice
    That would take care of the HTTP part.
    For HTTPS we can't do much as decryption happens before URL matching, you'll get the certificate
    error before being sent to the correct domain. The only way you can get HTTPS working is either with:
    - Wildcard Certificate: *.URL1.com
    - SAN certificate: You can include multiple domains into the same SSL certificate.
    HTH
    Pablo

  • Questions in Ad Hoc Query & How to Configure the EEO standard reports

    Hi all,
      I have a  question in Ad hoc query report in HR.
    <b>How to:</b> Get a list of the total number of employees included in a particular report at the end of the report. Ex: If i create and run a report for salaried employees, sorted out by company codes, how can i get a sub-total and total no. of employees listed in the report.
    I tried Ranked format, but when you print the report it doesn't retain the report name on the top.
    -->I have a question regarding the Standard reports for EEO and AAP
    <b> How do I</b>
    1. Start configuring these report
    2. What are the things i should have before configuring it in IMG
    If anyone can provide me with some documentation regarding the EEO and AAP report configuration that would be great.
    Thanks in advance.....
    Harish

    This can be done using the security for the Infoprovider,  provide the users access to create queries only for that Infoprovider.

  • How to Virtual IP configuration in ACE module?

    Hi,
    I am in the process of configuring load balancing on ACE module but struggling to configure virtual IP address for ACE module.
    I'm working on ACE30 module and using software version A5 (1.2). ACE module is in slot of Catalyst 6504 switch.
    Can anybody please post the steps/commands to perform this activity? An early response would be appreciated.
    Regards,
    Rachit.

    Hi Rachit,
    Here is a basic configuration example:
    access-list Allow_Access line 10 extended permit ip any any
    rserver host test
      ip address 10.198.16.98
      inservice
    rserver host test2
      ip address 10.198.16.93
      inservice
    serverfarm host test
      rserver test 80
        inservice
      rserver test2 80
        inservice
    sticky http-cookie test group2
      cookie insert
      serverfarm test
    class-map match-all VIP
      2 match virtual-address 10.198.16.122 tcp eq www
      policy-map type loadbalance first-match test
      class class-default
        sticky-serverfarm group1
    policy-map multi-match clients
      class VIP
        loadbalance vip inservice
        loadbalance policy test
        loadbalance vip icmp-reply active
        nat dynamic 1 vlan 112
    interface vlan 112
      ip address 10.198.16.91 255.255.255.192
      access-group input Allow_Access
      nat-pool 1 10.198.16.122 10.198.16.122 netmask 255.255.255.192 pat
      service-policy input NSS_MGMT
      service-policy input clients
      no shutdown
    ip route 0.0.0.0 0.0.0.0 10.198.16.65
    Here is the configuration guide:
    http://tools.cisco.com/squish/101AD
    Cesar R

  • Query on Alerts Configuration

    Hi,
    We have configured the alerts such that when ever there is an error within a particular interface alerts should be generated via email..
    In the email iam getting the alert notification as mentioned below:
    Alert ID: ##00001##
    Error: Mapping Exceptionis from sender service  XXXXX in Quality
    Sender Service : XXXXX
    Sender Interface : YYYYY
    Possible Subsequent Activities
    Message Monitor
    httpabc.com:12345/rwb_mdt/index.jsp?rwb=true&objectName=name=is.00.abc,type=XIServerEngine&messageid=XYZ
    Message Monitor (Safe Connection) https://abc.com:@com.sap.aii.connect.rwb.httpsport@/rwb_mdt/index.jsp?rwb=true&objectName=name=is.00.abc,type=XIServerEngine&messageid=XYZ.
    Now my query is that,as soon as i click on the above links i will be routed to the message monitoring screen in RWB.In the same way is there any possibiltiy to have a link withing the alert message taht would route me to Alert Inbox in RWB directly ?
    All the useful postings will be rewarded..
    Regards
    Madhu

    hi,
    Setting up alerts
    Setting up alerts in RZ20
    Alert Management
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062c2df
    Alert Notification
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90f449a8-a6db-2910-a386-d2b5999f5751
    regards

  • SAP Query that is configured

    Hi,
    I'm doing some configuration for a report. Actually, I was told that there may be a Customised T-Code associated with this configuration but this configuration is purely retrieving data from the standard Infotype and 1 field from a Custom field based on function module to derive, so I'm not sure if configuring this query will it be done in SQ01 if a Customised T-Code will be used to represent this query and if it will be done in SQ01 then can it incorporate the custom field as how we choose for standard field in standard infotype? If it is the same, then am I able to add in some more fields which will have hard-coded value (which means these hard-coded fields will not get any value from any infotype)? Thanks.

    First of all, most questions have version-dependent answers. You need to post your Oracle version always to get accurate help.
    Secondly, if you can identify the session, you can identify the query. V$session has attributes pointing to the query.
    In attempt to learn you to fish yourself, you should use the view dict_columns to see which they are, or look v$session up in the Oracle reference manual for your version.
    If you have those columns, you'll need to join them to v$sql_text_with_newlines and you have your query.
    Sybrand Bakker
    Senior Oracle DBA

  • Why do I see "FAILED" for probes on standby ACE?

    Here there,
    I am running a pair of ACE in redundancy mode for HA and have created multiple context.
    here is my basic config for the serverfarm.
    serverfarm host VPN_Farm
      transparent
      failaction purge
      predictor leastconns
      probe ICMP_Probe
      rserver SVR_A
        probe ICMP_Probe
        inservice
      rserver SVR_B
        probe ICMP_Probe
        inservice
    So, on the active unit, I can see that the probes are running fine. However, if I do "show probe" on the standby unit, it appears that all my probes fail.
    Result of  "show probe" captured from Standby Unit.
    probe       : ICMP_Probe
    type        : ICMP
    state       : ACTIVE
       port      : 0       address     : 0.0.0.0         addr type  : -          
       interval  : 15      pass intvl  : 60              pass count : 3   
       fail count: 3       recv timeout: 10  
                    ------------------ probe results ------------------
       associations ip-address      port  porttype probes   failed   passed   health
       ------------ ---------------+-----+--------+--------+--------+--------+------
       rserver        : SVR_A
                          1.1.1.1   0     --                       109      109      0        FAILED
    is it normal to see failed probe on the standby unit?
    Thank you
    Best Regards

    Hi Hyeon,
    Some questions here.
    Is this an ACE module or an ACE 4710? What version?
    Are both ACEs peers connected to the same switch or how you got them setup? Can you describe a little bit your topology?
    From the standby, Did you try to ping/telnet the servers?
    Did you try to remove the probe and re-add it back? (get a #show tech-support before and after)
    Is there any firewall or L3 device between the ACEs and the servers?
    Do you use these servers for several contexts? Is the probe failing in all the contexts?
    Jorge

  • Query on Pre-configured (standard) settings

    I am working on my first SAP-HCM project (ECC 6.0). When I sarted configuring the enterprise & personnel structure (pers. area, pers. subarea, emp group, emp. subgroup), I noticed that there were already many entries in all of them. I used some some of the configurations without changing anything (e.g. employee group 1 - Active), used some configurations by changing the  "description/Text" for the relevant code and I also created some new entries for personnel area & personnel sub area.
    My query is:
    1. Should we delete all the standard settings, which are not needed for our project?
    2. If not, when we later transport the confifuration settings, should we transport only what is relevant to the project or transport all the standard (pre-configured) configuration settings also?
    -Shambhvi

    1. Should we delete all the standard settings, which are not needed for our project?
    2. If not, when we later transport the confifuration settings, should we transport only what is relevant to the project or transport all the standard (pre-configured) configuration settings also?
    For 1& 2 :-
    No need to delete any standard settings. create your own settings and transport those settings, anyways for standard there will be no request to transport. so no need to do any thing. just create your setting, it will generate transport request. just transport that request. deleting standard settings is not a best practice. it will create unnecessary headaches later.
    Regards,
    SAPUUSER

  • Sticky issue for an application configured in ACE

    Hi All,
    We are facing a strange issue with ACE. We have a sticky configured for an application in ACE.
    Sometimes the application is not working, We have to clear sticky session on ACE to fix the issue.
    Can anbody help me to troubleshoot this issue?
    Regards,
    Thiyagu

    Hi Jorge,
    Here is the sticky configuration of the application which is having issue.
    sticky ip-netmask 255.255.255.255 address source SG
      timeout 15
      serverfarm SF
    Please let me know if you need the complete configurarion.
    Regards,
    Thiyagu

  • Configuring Cisco ACE

    I have been given the task of configuring a Cisco ACE20 initially for SLB. I have configured IOS SLB sucesfully but the ACE appears far more complex. Does anyone have any confgiuration guides with diagrams. The Cisco documentation only gives command guides which I am finding difficult to follow. I have set up a test scenario as follows:
    Client side vlan 10 - 172.22.152.0 / 21
    Server side vlan 17 - 172.22.244.0 /24
    Vlan 10 is set up on Sup720 as L2/3
    Vlan 17 is set up on Sup720 as L2 only
    PC with IIS running with IP address 172.22.244.101
    VIP address 172.22.152.6
    Rserver address 172.22.244.101
    Route on ACE 0.0.0.0 0.0.0.0 172.22.152.2
    I can ping the rserver from ACE OK as I have captured the ICMP traffic with analyser, when I attempt to HTTP to the vserver address I see the traffic hit the ACE but it sends TCP resets.
    I can provide the full config of the ACE etc if needed.
    With IOS SLB (without NAT) I used loopback addresses on the real servers from the ACE documentation it appears the VIP address has to be completely unique, does this mean there is no need for loopback interfaces. Also does the VIP address have to be in a different subnet than the clients as mine is not but it is in the same subnet as my client side vlan as was stated in the ACE getting started guide.
    I am very new to content swithing especially classifying traffic etc, can anyone please help ?

    Giles
    Capture attached (etherreal).
    I am the client on 172.21.17.20, the VIP address 172.22.152.6 replies with a RST/ACK. I can see the connection attempt on the ACE:
    switch/Admin# sh conn
    total current connections : 6
    conn-id np dir proto vlan source destination state
    ----------+--+---+-----+----+---------------------+---------------------+------+
    4 1 in TCP 10 172.21.17.20:1291 172.22.152.6:80 SYNSEEN
    1 1 out TCP 17 172.22.152.6:80 172.21.17.20:1291 INIT
    3 1 in TCP 10 172.21.17.20:1285 172.22.152.5:23 ESTAB
    5 1 out TCP 10 172.22.152.5:23 172.21.17.20:1285 ESTAB
    4 2 in UDP 17 172.22.244.101:1042 172.28.7.25:161 --
    2 2 out UDP 10 172.28.7.25:161 172.22.244.101:1042 --
    switch/Admin#
    Do I need a loopback address on the real server. Also I only have one real server set-up at the moment - I didn't think this would matter.
    Hope this helps....
    Paul

  • LB configuration on ACE

    I have  configured  2 SMTP Servers ,to balance traffic on port 25,and using source IP as sticky and doing a source nat .
    And the algorithm is Round Robin
    The traffic  from different mailservers need to hit my vip and balancer the traffic between the two servers.But instead all my the mailtraffic is going to only one SMTP server.
    Please advise me on this if I need to change the sticky or add any thing to my configuration ,so that the traffic is LB equally between the 2SMTP servers.
    probe smtp PROBE_SMTP
      interval 20
      passdetect interval 5
      passdetect count 2
      receive 1
      open 1
      expect status 211 250
    rserver host SMTP1
      ip address 10.24.133.15
      inservice
    rserver host SMTP2
      ip address 10.24.133.16
      inservice
    serverfarm host SMTP
      probe PROBE_SMTP
      rserver SMTP1
        inservice
      rserver SMTP2
        inservice
    sticky ip-netmask 255.255.255.255 address source SMTP_STICKY
      timeout 30
      replicate sticky
      serverfarm SMTP
    class-map match-all SMTP_class
      2 match virtual-address 10.24.133.10 tcp eq
    policy-map type loadbalance first-match SMTP_POLICY
      class class-default
        sticky-serverfarm SMTP_STICKY
    policy-map multi-match POLICY
      class SMTP_class
        loadbalance vip inservice
        loadbalance policy SMTP_POLICY
        loadbalance vip icmp-reply active
        nat dynamic 2 vlan 10

    Asharmav
    The request to the VIP comes from various mailservers.But not sure why its not being LB equally between the 2SMTP servers
    serverfarm     : SMTP, type: HOST
    total rservers : 2
    state          : ACTIVE
    DWS state      : DISABLED
                                                    ----------connections-----------
           real                  weight state        current    total      failures
       ---+---------------------+------+------------+----------+----------+---------
       rserver: SMTP1
           10.24.133.15:0      8   OPERATIONAL     18         23772      968
       rserver: SMTP2
           10.24.133.16:0      8   OPERATIONAL     7          20664      1012
    Please advise me if I need to change the sticky setting  or any other options

Maybe you are looking for

  • ITUNES INSTALL WONT OPEN

    The download of itunes and quicktime works and it says it successfully finished, but when i go to my desktop or progam files there is no itunes - there is only the itunes set up. why wont my itunes show up if it successfully downloaded? I have window

  • TV as extended desktop screen via DLNA?

    Wirelessly as a quick, convenient extra screen with laptop from time to time. Is there any solution ready to do this? I know I can already send my mbp's desktop to tv with vlc, but this is like "mirroring". What I'd like to do is, that I could define

  • [object object] dynamic text error :(

    Hey, I was just in the middle of my programming and I wrote this onto some dynamic text: var wood:Number; wood = 0; var water:Number; water = 0; var s_water:String; s_water = toString(water); var s_wood:String; s_wood = toString(wood); statsInstance.

  • Can I pass the selected member at page dimension to form business rule?

    I have a business rule which will be executed when the form get loaded, the business rule is very complex, so I want to narrow down the calculation by passing the selected member at page dimension to the business rule. For example, I have year as pag

  • SET TITLE IN MPP

    Hi experts, i am working in module pool programing. by default screen title is displaying as SAP. i want to display my own title using set title . can any body tell me how to do this. thaks in advance, tharangini