Cms and predictor forward...

hi all,
how is possible that i cannot iniziate a connetion from a server farm with predictor forward? it seems stupid from my point of view..below a conf:
serverfarm forward_tmp
no nat server
no nat client
predictor forward
vserver direct_tmp
virtual 192.168.5.104 255.255.255.252 any
serverfarm forward_tmp
inservice
i can ping to 192.168.5.104 (from outside csm and msfc, external router) but i canno ping from ip 192.168.5.104 (that is a linux server with correct route table...) to router above mentioned.
may you help me?
thx das

To specify the load-balancing algorithm for the server farm, use the predictor command in the SLB serverfarm configuration submode.
Predictor forward tells the CSM to forward traffic in accordance with its internal
routing tables.
In general the contents are retrieved from cache.For transparent caching mode to retrieve content from the origin server use
virtual 0.0.0.0 0.0.0.0 any
If the CSM is configured in bridge mode. The client VLAN and server VLAN share the same IP address. The same virtual IP address is also configured on the CSM and on the SSLM.
If you do not want NAT to servers in the server farm, use the
no nat server
command in SLB serverfarm configuration submode.
This means this is a transparent redirect so do not change the destination IP address(request toward the server).
The load balance packet IP will not be changed
Similarly if no nat client is configured, the client IP address
in load-balanced packets are not changed
No nat client
Note that the nat server command has no effect when predictor forward is configured, because no servers can be configured.the routing table is used for forwarding.
Hope thisa may help you understand your configuratin.
If you find it useful please add your rating.
Sachin Garg

Similar Messages

  • Predictor Forward in CSM (catalyst 6509)

    --begin ciscomoderator note-- The following post has been edited to remove potentially confidential information. Please refrain from posting confidential information on the site to reduce security risks to your network. -- end ciscomoderator note --
    Hello:
    My problem is that not can make that the Catalyst, forwarded packets come vlan client when the Cache is down. Adjunt config.6509#sh runn
    Building configuration...
    Current configuration : 5084 bytes
    version 12.1
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    hostname router
    boot system slot0:c6sup22-ps-mz.121-13.E3.bin
    enable secret 5 xxxxxxxxxxxxxxxxxxxxx
    enable password xxxxxxxxxx
    ip subnet-zero
    no ip domain-lookup
    ip slb mode csm
    ip slb vlan 30 server
    ip address 192.168.198.2 255.255.255.0
    gateway 192.168.198.200
    ip slb vlan 40 server
    ip address X.X.0.1 255.255.255.0
    ip slb vlan 20 client
    ip address 10.1.1.1 255.255.255.0
    ip slb probe PRUEBA icmp
    address X.X.0.2
    interval 5
    retries 1
    ip slb serverfarm CACHE
    no nat server
    no nat client
    real X.X.0.2
    inservice
    probe PRUEBA
    ip slb serverfarm ROUTE
    no nat server
    no nat client
    predictor forward
    ip slb vserver FROMCACHE
    virtual 0.0.0.0 0.0.0.0 any
    vlan 40
    serverfarm ROUTE
    persistent rebalance
    inservice
    ip slb vserver HTTP
    virtual 0.0.0.0 0.0.0.0 tcp www
    vlan 20
    serverfarm CACHE
    persistent rebalance
    inservice
    ip slb vserver INTERNET
    virtual 0.0.0.0 0.0.0.0 any
    vlan 20
    serverfarm ROUTE
    persistent rebalance
    inservice
    ip slb vserver RESPONSE
    virtual 0.0.0.0 0.0.0.0 any
    vlan 30
    serverfarm CACHE backup ROUTE
    persistent rebalance
    inservice
    ip slb vserver RTSP
    virtual 0.0.0.0 0.0.0.0 tcp rtsp service rtsp
    vlan 20
    serverfarm CACHE
    persistent rebalance
    inservice
    ip slb vserver WMT
    virtual 0.0.0.0 0.0.0.0 tcp 1755
    vlan 20
    serverfarm CACHE
    persistent rebalance
    inservice
    no dss interface-purge
    no dss range-purge
    no dss mac-purge
    mls rp ip
    no mls netflow
    mls flow ip destination
    mls flow ipx destination
    redundancy
    mode rpr-plus
    main-cpu
    auto-sync running-config
    auto-sync standard
    interface FastEthernet6/12
    no ip address
    switchport
    switchport access vlan 20
    interface FastEthernet6/36
    no ip address
    duplex full
    speed 100
    switchport
    switchport access vlan 40
    interface FastEthernet6/46
    no ip address
    switchport
    interface FastEthernet6/47
    no ip address
    switchport
    switchport access vlan 30
    interface FastEthernet6/48
    no ip address
    switchport
    switchport access vlan 30
    interface Vlan1
    ip address 192.1.1.1 255.255.255.0
    interface Vlan20
    ip address 10.1.1.2 255.255.255.0
    interface Vlan30
    ip address 192.168.198.10 255.255.255.0
    interface Vlan40
    ip address X.X.0.10 255.255.255.0
    ip default-gateway 192.168.198.200
    ip classless
    ip route 0.0.0.0 0.0.0.0 192.168.198.200
    no ip http server

    When the cache engine goes down, the switch should be forwarding w/o using the cache. There is a keepalive mechanism to keep track of this. The switch and the cache exchange keepalives regularly. Check if there is a problem with the keepalives.

  • Predictor forwarder

    Hello, can you explain why I am unable to get a vserver with a virtual address of 0.0.0.0 pointing to a serverfarm
    with predictor forward to become operational?
    The configuration I have is as follows:
    vlan 100 client
    ip address 192.168.0.20 255.255.255.240
    gateway 192.168.0.17
    vlan 301 server
    ip address 192.168.0.177 255.255.255.240
    route 192.168.6.0 255.255.255.0 gateway 192.168.0.178
    serverfarm FE-SUBNET202
    no nat server
    no nat client
    predictor forward
    vserver FEDIR-ACCESS202
    serverfarm FE-SUBNET202
    persistent rebalance
    inservice
    With this configuration the vserver shows OUTOFSERVICE.
    If I change the vserver configuration and add a class C virtual address then the vserver becomes OPERATIONAL:
    vserver FEDIR-ACCESS202
    virtual 192.168.6.0 255.255.255.0 any
    serverfarm FE-SUBNET202
    persistent rebalance
    inservice
    Thanks

    to use ip 0.0.0.0/0 you need to configure it explicitly.
    Like this :
    vserver FEDIR-ACCESS202
    virtual 0.0.0.0/0 any
    serverfarm FE-SUBNET202
    persistent rebalance
    inservice
    Regards,
    Gilles.

  • Hi.  My new computer had Acrobat on it.  Suddenly, I was unable to open any PDF's.  and then I tried to update and was forwarded to the Adobe site that said I had to buy a monthly subscription.  I do not have the physical box with a serial number and was

    Hi.  My new computer had Acrobat on it.  Suddenly, I was unable to open any PDF's.  and then I tried to update and was forwarded to the Adobe site that said I had to buy a monthly subscription.  I do not have the physical box with a serial number and was going to buy the one advertised on the website until I discovered it's only for students and teachers, which I am not.  What should I do next as I need to use PDFs on a daily basis.  Thanks!  I would like to be able to download this and pay online.  Possible? I currently have Adobe Acrobat XI Pro.  I have a Windows 7 system.  Please help!

    As long as you know your serial number you can download PSE from here:
    Download Photoshop Elements products | 11, 10
    If you don't know your serial number:
    Find your serial number quickly

  • When i take a picture with my iphone and then forward the picture in an email (regardless of picture size) it will not send - any thoughts????? Thanks.

    When I take a picture with my iPhone and then forward the picture to an emaila ddress (regardless of picture size) it will not send the email with the pciture enclosed - any thoughts on how to fix ?????
    Thanks -

    The collum to the right listed similar problems.  The solution appears to be that under smtp outgoing settings the user name and password are listed as optional.  I have not plugged in the information and it seems to be working.  However from my office it always allowed the relaying.  The true test will be when I try to respond later from the road.
    Thank you for your help.

  • Xbox 360/one problem and port forwarding

    For a couple months now (since I got my AirPort Extreme) I have not been able to connect to a certain friend on xbox. I can connect to anybody else however. The only way we can (kind of) connect is if somebody else is host and we both connect to him.
    My NAT type is Moderate. When I try to test my connection on my xbox it says that I can connect but I am limited in matchmaking (this is joining games and using voice chat, which is the problem named above for my particular friend). The xbox shows the error and suggests that I enable UPnP or open the port 3074.
    The problem is that I have already have! I gave my xbox a static IP and forwarded the port 3074 to that IP.
    (I have also tried forwarding all the ports that xbox live uses to the xbox. These being:
    Port 88 (UDP)
    Port 3074 (UDP and TCP)
    Port 53 (UDP and TCP)
    Port 80 (TCP)
    as found on the xbox website...  https://support.xbox.com/en-US/xbox-360/networking/network-ports-used-xbox-live
    I made sure to put them in the right text boxes for UDP and TCP so that is not the problem either.)
    I know that the AirPort Extreme does not support UPnP but does have a similar thing called NAT Port Mapping Protocol which was already enabled. (I tried all possibilities of enabling/disabling NAT...Protocol and port forwarding/not port forwarding.)  ---  This is not the solution as I see it
    In short: My xbox tells me to open port 3074. I already have. It still tells me to open it and still won't work.
    I posted this on the apple discussion page (instead of the xbox discussion page) because I know that it's not an xbox problem. When I had my old linksys router it worked perfectly.

    I have this exact same question and problem.  I know this doesn't help, but would appreciate any updated information if you find an answer.  I'll keep working on this also and let you know if I find an anwer.

  • Are "Back to my MAC" and "Port Forwarding" mutually exclusive?

    I have been using APExtreme and Port Forwarding successfully for several weeks now. The PF is to allow access to game players on a PC which acts as a server on the web. All Good.
    One more thing, I have a ISP provided wireless modem/router to talk to the cable and the world. It seems to work either bridged or un-bridged.
    I have disabled the wireless on the ISP's modem/router. (Actually the ISP's device doesn't hold a candle to the APE.)
    Still all good.
    So the firewall is on in the APExtreme and none on the modem router, and I have a port defined for my gamers to get access to my server in the APExtreme.
    I now want to implement Back to my MAC on my MBP and my other Apple devices. I believe these use iCloud for which I have an account and it seems to be working well with my iPhone.
    In Properties, when I select BtmM, iCloud says communications will be slow if I have port forwarding on. Also I will not be able to use the router function in my Modem/router.
    I'd really like to have the modem/router firewall up, and do the port forwarding there, but the BtmM will likely not get through.
    So what does anyone suggest?
    Can I use BtmM and port forwarding without too much degradation?
    Please advise.
    Thanks
    Barry

    To best answer your question on whether the two are "mutually exclusive," let take a look at how Back to My Mac (BTMM) basically works.
    BTMM - General Requirements
    OS X Leopard 10.7.3+
    Active iCloud account. Each Mac & the AirPort router, that will be relying on BTMM, needs to be configured with the same account.
    A publicly reachable IP address for your router.
    A router that supports either NAT-PMP or UPnP. For AirPorts, be sure it is running 7.6.1+ firmware.
    BTMM uses TCP port 5354 and UDP ports 4500 & 5353 for communications.
    BTMM - Basic Communication Flow
    For a computer connected to the Internet via a router, BTMM "asks" the router for its configuration information. For a router, like your AirPort, that uses NAT-PMP, BTMM will ask the router to assign arbitrary public ports. In turn, the router will provide these port assignments (& the router's Public IP address) back to BTMM.
    BTMM then sends this information to the iCloud account. In background iCloud updates a special set of DNS entries to be used by BTMM. These entries are then made available to all BTMM clients using your iCloud account. When a computer, with BTMM enabled, uses your iCloud credentials, it automatically retrieves a list of all other computers/routers that are registered with the same account. All these devices should then appear under the SHARED section of the Finder.
    When attempting to connect to a remote computer (or router), BTMM creates a secure connection to that remote device using the information from the iCloud account.
    Once the connection is established, the devices can then communicate with each other.
    So potentially, unless you are using Port Mapping for any of the ports BTMM uses, they should not conflict.

  • "Data Page" and "Page Forward"

    Friends!
    What is the difference between "Data Page" and "Page Forward"?
    Thanks for all!

    Here is a nice trick for you.
    Right-Click on an element in the component palette and choose help.
    You'll get the explanation there.

  • Changing CMS and Audit Repository databases from Oracle to SQl server 2008

    Hi guys,
      We have a Business Objects Dev environment which was installed with Oracle 10g database for CMS and Audit Repository.
    Our database team now decided to change the CMS and Audit databases of Dev BOE from Oracle to  SQL server 2008.
    What is the ideal way to achieve this? I'm concerned because the old DB is Oracle and the new one would be SQL server.
    Earlier, I have changed CMS database from one to another by stopping SIA , taking the backup of old DB into new and changing it in the Update Databse option. But in that case both old and new CMS databses were on SQL server 2005.
    Thanks,
    Ganga

    Denise,
      Thanks for the solution.
    We have done Windows AD and SAP integration on the Dev BOE. Will there be any issue with those after the DB change. I am guessing there won't be, but just want to confirm. Please reply.
      Also, we need to stop the old SIA and start using the new SIA after the step two is done right?

  • Receive 10 pics and only forward 2

    why can i receive 10 pics and only forward 2 out of the 10

    Try doing around 5 at a time. If that doesn't work try sending 1 of the forwarded pics at a time that has not sent. Also do you receive the red exclamation mark next to the message?

  • Business Rule Currency Conversion and Carry Forward

    Hello Guys,
    I have a question related to the Business Rules Currency Conversion and Carry Forward
    I configured the business rule "Currency Conversion" and I selected "Apply to Periodic". What this rules does with the flag selected  is to get the value of the previous month converted and add the factor (Local Currency previos month - Local Currency Actual month) * Exchange Rate of Current Month
    For Example: USD previos month +
    This rule applies perfectly from FEB to DEC but if I run it for January, it does not consider the value of USD previos month and LC previous month for calculations so the result I get is:
    (and of course it´s because it only applies to periodic)
    I need to include into my results this amounts and factor so the question is: Is not a flag I can activate to force the system to act as it does for FEB to DEC periodic ??
    I also set up the Business Rule "Carry Forward" so with this rule Im able to bring values converted in USD from DEC to JAN for example from a Data Source Input, but the problem is that it erase any other value I have in other Data Source members and I need to keep that info.
    Hope you can come with a suggestion.
    Im working with SAP BPC NW 7.5 SP08

    Hello guys,
    Yes, my fiscal year is from JAN to DEC and Im using a YTD app,
    As you mentioned for P&L accounts the rule works fine; but we want to carry forward LEQ accounts. Is there a way to use or configure the currency conversion rule with the flag "Apply to Periodic" to carry forward LEQ accounts for the next following year?
    Here is how we configured our Carry Forward Business Rule
    Source and Destionation account = 4111
    Source and destionation Flow= FCLO
    Reverse Sign= False
    Data Source Type= ALL
    Same Period= False
    Apply to Periodic=False
    Opening Data Source=DatosBase
    Source Data Source = AJ_AC
    Regards

  • CCMS,CMS and alert configuration guides

    hi,
    can I have CCMS,CMS and ALERT configuration pdf guides or links please.
    I have searched for them on SDN but can't find the exact documents.
    thank you for your help.

    Hi Babu,
    Please find the below links for reference.
    <b><i><u>CMS :</u></i></b>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109
    <b><i><u>CCMS :</u></i></b>
    /people/dirk.jenrich/blog/2007/01/21/how-to-use-the-monitor-set-sap-ccms-technical-operation-templates
    <b><i><u>ALERT :</u></i></b>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0b4580be-0601-0010-d3ad-bd6ce51ae916
    <u><i><b>How to guides:</b></i></u>
    Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken]
    <i>Thanks & Rgds</i>
    <b>J</b>

  • ARQ: Risk Mitigation Mandatory and Request Forward causing problem???

    Hi,
    I have a scenario where in, at a certain stage, "Risk Mitigation" is made mandatory and also "Forward Request" option is available at this stage for the same approver.
    What is happening is that, when this approver tries to approve the request without mitigating the risks, it gives error message and request can not be approved. This is fine and going as per the configuration.
    Now the same approver is trying to forward the request to some other person for some business reasons (with "WITH RETURN" check box checked and disabled). This request is reaching to the desired recipient as expected. But the problem is that, when after providing his comments (a business requirement before mitigating risks, if need be) if he tries to approve (submit) the request, application gives the same error message that: "Request can not be submitted. Mitigate Risk XYZ"!
    Due to this, request can not be submitted and sent back to main approver! I noticed that, the request still lies on the same stage and the same stage configuration is being considered for this forwardee too!
    This is keeping the request hanging as this forwadee is not authorized to mitigate the risks.
    Can any one please help me resolve this?
    Regards,
    Faisal

    Alessandro,
    Thanks for your reply.
    Now I see (as confirmed) that we have technical limitation or application design that when we forward a request, it DOES NOT change the stage (even I noticed this). So I was thinking that only we have "SUBMIT" button to send it back to the main approver.
    But as you said, this forwardee can use the same "Forward Request" option instead of "Submit" button. This looks the option here which suits the situation.
    But can you please tell me if we can do something to inform the forwardee that he must select "Forward Request" option and not Submit button?
    Because, this submit button is visible and he can click it without knowing! And then this error message of Mandatory risk analysis then appears!
    Is there any work around?
    Please advise.
    Regards,
    Faisal

  • How do I get my go baxk and go forward buttons work?

    my go baxk and go forward buttons seem to bw turned off. I have no idea how but the are.

    Have a look at > One or more keys on the keyboard do not respond

  • Using SRM for carrier and freight forwarder contract management

    Hi,
    Does it make sense to use SRM to manage contracts from carriers and freight forwarder? Has anybody done that? The documentation I read makes me think SRM is oriented towards manufacturers.
    Do you recommend any other solution for this situation?
    Any comments are highly appreciated.
    Thanks in advance.

    Hi Prakash,
    SRM does provide the facility of contract management with the help of Purchase Contracts and Global Outline Agreements but it is used as part of the sourcing for materials and services. The materials or services have contracts against some given target value against which PO is released. The contract is based on a material number ( eithe material or a service) which will be used as a source of supply during the creation of the Shopping Cart. It might not really fit in the scenario of carrier and freight forwarders but still can be customized for this kind of use.
    The contract management functionalities in the R/3 space can also be looked on for this purpose.
    Reg
    Sachin

Maybe you are looking for

  • Quicktime movies in iWeb??

    I want to include a lot of movies in my site I have presently 8 of them but when you go to the page they all have to load. Is their a way to create a button or link to a file that will open the movie in a specific section of the page and when another

  • Using CSS structure to slice up a layout: Best practice?

    I used to use sliced up Photoshop files that where held together in a table to create a very graphic intensive web page. Now that CSS is the preferred method for creating structure within a web page, Im wondering about the correct method to go about

  • IPhoto 11 will not open, just bounces.

    Whenever I connect my iPhone or independently try to open iPhoto, it just bounces on my dock.  It will not open at all.  I don't know what happened.  Can anyone help with this?

  • My newest events show up as black squares

    The newest events I've imported show up as black key photos and no images show when I roll my mouse over the event. When I am in photos view all the pictures show up and can be opened. It looks like this: When I change the size of the events by using

  • How can I install illustrator 7.0 without a CD-ROM

    We are a research lab. The principal investigator purchased a illustrator 7.0 a few years ago. It's a education version. But the CD-ROM for installation is lost. How can we install the software?