Multiple content switches on same subnet

Can anyone confirm if there is an issue having two pairs of content switches (11500s) on the same subnet? The circuit addressing, interface redundancy and VIPs all use the same subnet. Wondering if there would be any issues with the redundancy, arps, etc.. Am stuck with this arrangement during the migration phase of the project.
Appreciate your input.
Rob

Rob,
they can be on the same subnet but they must use different VIP ip addresses.
For the VRRP protocol, you should use different group number on each pair to avoid collision.
Otherwise, that is no problem. I have many pairs like this in the lab sharing the same subnets and this is ok.
Gilles.

Similar Messages

  • Multiple Scopes for the same subnet with Cisco CNR

    I have a requeriment from my internal client that he wants to have  multiple scopes within the same /21  subnet , but he wants to have different scopes for each group of servers ( in the /21 subnet).
    We have 2 Cisco CNR ( I dont know the version they are running because they are managed by an external vendor) but they are in active / standby mode.
    My question is .. it is posible to make the CNR have different scopes (ranges of IP's) for the same subnet ( /21) and assign those based on the client ( I dont know what criteria can be followed .. maybe Mac Address ???).
    I appreciate any help or pointing to the right documentation
    Thank you in advanced

    I don't know that you would want a separate PO print. You can print the same PO print twice to provide a copy for the freight vendor. I think it should be okay as long as it is clear that the PO is with the vendor for the products but there is a condition specifying the freight deal. The second vendor (say the freight vendor) should be okay with this PO as well. I don't remember how the standard SAP PO forms handled the vendor condition but it should be enough I would think. I never came across a separate PO for freight since it is usually an value added service that is an integrated part of shipping goods and the paper-work usually is leveraged from PO, bill-of-lading, etc. SAP will make it difficult if you do need a separate PO since there is no way to use account assignment to material and therefore would need to manually account code and invoice verification, post to a clearing account in FI for re-class to material or charge to internal order with settlement to material or something like this.
    I would just make sure that the PO print makes sense in terms of being able to see the freight charge and maybe the vendor name or something (look at the standard SAP PO form to see what the best practice is).

  • Multiple Clusters on the same subnet

    Hi,
    We have two separate projects using coherence (3.5.2) in our location.
    Unfortunately they will be deployed on the same subnet.
    We use ExtencdTCP on the client side to connect to the cluster.
    What steps should be taken so that Project1 (P1) is kept separate from P2...
    We only have control over P1 or is there something that can be done purely from P1 config that will achieve this aim?
    The config for the client is given below, since we can restrict the hostnames and the ports in the tcp-initiator elements, we can easily force the client to connect only to the relevant P1 machines.
    +<cache-config xmlns="http://schemas.tangosol.com/cache">+
    +<caching-scheme-mapping>+
    +<cache-mapping>+
    +<cache-name>dist-*</cache-name>+
    +<scheme-name>extend-direct</scheme-name>+
    +</cache-mapping>+
    +</caching-scheme-mapping>+
    +<caching-schemes>+
    +<remote-cache-scheme>+
    +<scheme-name>extend-direct</scheme-name>+
    +<service-name>ExtendTcpCacheService</service-name>+
    +<initiator-config>+
    +<tcp-initiator>+
    +<remote-addresses>+
    +          <socket-address>+
    +<address>P1.1</address>+
    +<port>8078</port>+
    +</socket-address>+
    +               <socket-address>+
    +                    <address>P1.2</address>+
    +                    <port>8078</port>+
    +               </socket-address>+
    +               +
    +          </remote-addresses>+
    +</tcp-initiator>+
    +<outgoing-message-handler>+
    +               <heartbeat-interval>50s</heartbeat-interval>+
    +               <heartbeat-timeout>35s</heartbeat-timeout>+
    +               <request-timeout>30s</request-timeout>+
    +          </outgoing-message-handler>+
    +</initiator-config>+
    +</remote-cache-scheme>+
    +</caching-schemes>+
    +</cache-config>+
    On the server(s) there are
    a.ExtendTCPService running on each
    b.Mulitple cache servers with a distributed scheme running
    The cache-config for the server is given below, how can we restrict the hosts that it searches for for clusters to join?
    We noticed the configuration elements clusterport etc. that seem to be able to do this also authorized-hosts? Can this be done in the cache-config element or only in the cluster-config element.
    +<?xml version="1.0"?>+
    +<!--+
    +|+
    -->
    +<!DOCTYPE cache-config SYSTEM "cache-config.dtd">+
    +<cache-config>+
    +     <logging-config>+
    +     <destination>cache-server.log</destination>+
    +     <destination>stderr</destination>+
    +     </logging-config>+
    +<caching-scheme-mapping>+
    +<cache-mapping>+
    +<cache-name>dist-*</cache-name>+
    +<scheme-name>dist-default</scheme-name>+
    +</cache-mapping>+
    +<cache-mapping>+
    +<cache-name>repl-*</cache-name>+
    +<scheme-name>repl-default</scheme-name>+
    +</cache-mapping>+
    +</caching-scheme-mapping>+
    +<caching-schemes>+
    +<distributed-scheme>+
    +<scheme-name>dist-default</scheme-name>+
    +<serializer>+
    +          <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>+
    +          <init-params>+
    +          <init-param>+
    +               <param-type>string</param-type>+
    +               <param-value>custom-types-pof-config.xml</param-value>+
    +          </init-param>+
    +          </init-params>+
    +     </serializer>+
    +<backing-map-scheme>+
    +<local-scheme/>+
    +</backing-map-scheme>+
    +<autostart>true</autostart>+
    +</distributed-scheme>+
    +<replicated-scheme>+
    +<scheme-name>repl-default</scheme-name>+
    +<backing-map-scheme>+
    +<local-scheme/>+
    +</backing-map-scheme>+
    +<autostart>true</autostart>+
    +</replicated-scheme>+
    +<proxy-scheme>+
    +<service-name>ExtendTcpProxyService</service-name>+
    +<thread-count>5</thread-count>+
    +<acceptor-config>+
    +<tcp-acceptor>+
    +<local-address>+
    +<address>localhost</address>+
    +<port>8078</port>+
    +</local-address>+
    +</tcp-acceptor>+
    +<serializer>+
    +<class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>+
    +<init-params>+
    +<init-param>+
    +<param-type>string</param-type>+
    +<param-value>custom-types-pof-config.xml</param-value>+
    +</init-param>+
    +</init-params>+
    +</serializer>+
    +</acceptor-config>+
    +<autostart>true</autostart>+
    +</proxy-scheme>+
    +</caching-schemes>+
    +</cache-config>+
    Thanks for your response,
    Vipb

    Was able to override the multicast address thru the command line and have just P1 work with
    the following overrides.
    -Dtangosol.coherence.clusteraddress=P1Cluster -Dtangosol.coherence.clusterport=11111
    where p1Cluster=224.2.1.99 (say)
    Thanks,
    Vipin

  • Sending multiple content??

    How can i send multiple content at the same time in web application?? I need to send many HTTP Post to respond the request that i received. Can i juz use a servlet?? any tips & trick?

    multiple content means many content. what i mean is i hav to send a lot of content in the same time 2 the operator. The request come from the handset using sms but passed by the operator to my application using HTTP get. It may be a lot of request come to my application at the same time, means that i hav 2 send a lot of content as its responds.
    Unfortunately, that my application must send the content one by one to the operator using HTTP post.
    If i can bundle it into one HTTP post, i can do that. But i must send it one by one in short time, what should i do?

  • Multiple SSID's on the same subnet?

    Can you have Multiple SSID's on the same subnet?
    SSID1 authenticates clients via radius.
    Our corporation bought printers with wireless cards that only support WPA-PSK so we created SSID2 for the printers. We can connect to both SSID's and ping from SSID1 to SSID2 but we can not perform other functions such as view the printer management interface with a browser. Should it be possibe to communicate between SSID1 and SSID2 on the same subnet?

    Yes you should have no issue, but the only thing is that you are using a lower security method... so either you put them on different subnets so you can control the traffic via acl's or might as well use the same security method to make it easier. The fact that you can ping sounds like you should be able to http to the device.

  • HT1766 can you have multiple iPhones in the same iTunes account without overwriting each phones content?

    Can you have multiple iPhones in the same iTunes account without overwriting each phones content?

    Hi sandexpress,
    As Ocean20 indicates, you want to make sure that you have automatic syncing turned off. In iTunes Preferences under Devices, make sure you have "Prevent iPods, iPhones, and iPads from syncing automatically" checked. Then connect each iPhone, and make sure that "Manually Manage Music and Videos" is checked on the Info page for each of them. Then go into each page for each device, and select what you want to sync to that particular device. (you would do this one device at a time - complete the steps for one of the phones, then connect the next one and do the same thing).
    With this kind of setup, you can modify what will sync at any given time for a particular device once you have connected it to iTunes, but before you click on the Sync button at the bottom of the screen. If you want to change some sync options on a particular device, you would just go into the page you wanted to change (Music, Photos, Apps, etc.), make your changes, and then Sync.
    If you do not have any changes, you can just hook up the phone and click on Sync.
    Hope this helps.
    Cheers,
    GB

  • I can no longer (since upgrading to the latest firefox) open up multiple tabs of the same page (something I need to be able to do when emailing and referencing multiple emails while writing one email). The only option it gives me is to 'switch to tab'.

    Question
    I can no longer (since upgrading to the latest firefox) open up multiple tabs of the same page (something I need to be able to do when emailing and referencing multiple emails while writing one email). The only option it gives me is to 'switch to tab'.

    I'll try to make this clear. I USED to be able to left click on a hyper link and the hyper link would open in a NEW tab. Now for some unknown reason the hyper link by default opens in the same tab (window). I have to right click the hyper link in order for it to open in a NEW tab. (Yes, my 'tools'> 'options'> 'tabs' are set to "open new windows in a new tab." (Please no answers telling me to get rid of the Ask toolbar because I don't have one.) Thank you.

  • Multiple RAC databases on same GI using different subnets for Public i/face

    Hello. We are configuring a 2 node cluster. That cluster will host several RAC databases. For security reasons our networking team want to create separate subnets for the application traffic to each specific RAC database on the cluster.
    E.g. application 1 has 2 application servers that will connect to RAC database PROD1 via one subnet, application 2 has 3 application servers that will connect to RAC database PROD2 via a different subnet, etc.
    In addition the networking team want to configure a separate management subnet that DBAs etc. will use to administer all RAC databases and infrastructure in the cluster.
    Grid Infrastructure version 11.2.0.2. Database versions will vary from 10.2.0.x to 11.2.0.2. All databases will utilise RAC.
    We want to take advantage of SCAN listener functionality to support connectivity to all databases on the cluster. Forum thread 2199620 [https://cn.forums.oracle.com/forums/thread.jspa?threadID=2199620] suggests that 11gR2 supports multiple subnets, which looks to be exactly the feature we need. Please can you confirm how this works and point us to any documentation (standard docs, white papers, MOS, etc.) that might help us configure this.
    Document referenced in thread 2199620 was not exactly what we were looking for, and didn't translate too well in Google Translate.
    Any guidance much appreciated. Thanks, Rich.
    Similar threads:
    https://cn.forums.oracle.com/forums/thread.jspa?messageID=9846298? (Dual SCAN on multi homed cluster)
    https://cn.forums.oracle.com/forums/thread.jspa?threadID=2199620 (scan listener in OAM VLAN)
    Edited by: 887449 on 26-Sep-2011 01:41

    Thanks Levi. Your advice is very much appreciated.
    Your statement that we can only have one SCAN listener listening on one public network is actually the clarification I was looking for.
    For anyone else reading this thread I believe this gives us 3 options:
    1) Configure a SCAN listener and have all applications, and all management/administration, connecting to the corresponding database on the same cluster via that SCAN listener, all on the same subnet.
    2) Configure a SCAN listener for use by all applications connecting to the corresponding database on the same cluster, and use TNSNAMES/VIP for management/administration traffic, both on separate subnets (by configuring the LISTENER_NETWORKS parameter)
    3) Configure a SCAN listener for use by applications connecting to one of the databases on the cluster via one subnet, use TNSNAMES/VIP for all other applications connecting to other databases, each using their own subnet. Plus, the management/administration could be via another subnet utilising TNSNAMES/VIP.
    From our perspective we will work out the best one for us and implement accordingly.
    Thanks again for your timely and comprehensive response.

  • Multiple 11gR2 Clusterware installations on the same subnet using GNS

    Hi,
    I am hoping someone could shed some light on an issue I appear to have regarding the installation of 11gR2 Clusterware.   The main issue is that I have a host-vip.subdomain  that fails to startup on installation.  This is my 3rd cluster in my environment; the other 2 installed/configured ..fine.   This install fails because the host-vip.subdomain does not resolve with its own GNS service.
    Further investigation lead me down a path involving my other clusters.   I found in my DNS server /var/log/messages  file that the host-vip.subdomain  was trying to resolve to  host-vip.subdmain.subdomain_clust1 on IP xx.xxx.130.20.   However, this cluster's GNS service is listening on xx.xxx.130.22
    More detail on the environment:
    I currently have in production,  two  2-node clusters.   Not RAC..just 2-node linux clusters; On the production clusters, I do have a single-instance database running in a 'warm failover' configuration.   I do use SCAN to access each of the database on their respective clusters. 
    I am using GNS and DHCP (obviously) to generate the VIPs for each cluster.    Cluster1 GNS IP - xx.xxx.130.20  ; Cluster2 GNS IP xx.xxx.130.21.   Both are configured in DNS and resolve the SCAN address to each of the VIPs on that server.
    When testing SCAN access to the database, I noticed that a tnsping DB1  - which uses  SCAN-name1.subdomain1  connects fine.   Also, tnsping to DB2 using SCAN-name2.subdomain2  connects fine as well. 
    However, the weird part is that if I use each others subdomain..they still connect ...ie....tnsping DB1 using SCAN-name1.subdomain2  ...still connects to DB1.. albeit , it takes about 10x longer to get a response.   
    This has lead me to the idea that since GNS is basically a mDNS service, broadcasting on the subnet .130...could it be possible that ANY GNS service on that subnet could resolve a name lookup request for any other GNS on the same subnet , and during installation of a new server, cause a new VIP to go to the wrong GNS service  ? 
    So, my question is this :  Is there any requirement I may have missed that state multiple Clusters using GNS / SCAN  MUST BE on different subnets, as to not interfere with each other's lookup requests  ?
    Any info would be helpful
    ~ Allan

    Was able to override the multicast address thru the command line and have just P1 work with
    the following overrides.
    -Dtangosol.coherence.clusteraddress=P1Cluster -Dtangosol.coherence.clusterport=11111
    where p1Cluster=224.2.1.99 (say)
    Thanks,
    Vipin

  • Multiple NICs, same subnet

    I am building a test device requiring 6 IP addresses on the same subnet, unique 4th octets (xxx.xxx.xxx.101,102,103,...).  I am using 6 pxi 8231 NICs., 8108 controller, and 1045 PXI chaasis.  MAX will allow the target to configure 3 channels with an odd 4th octet, using 255.255.255.254.  The even IP addresses are disabled with the message one device per subnet.  The mask 255.255.255.255 is defined as an invalid mask by MAX.  Are there any suggestions to resolve this?  Can it be done using a hub or switch and a single card  (NIC)by tricking up the mask (255.255.255.0)?  I have also attempted this programmatically but could not confirm the IP addresses that have been set on the NICS
    Thanks,
    Phil.

    The use of the 255.255.255.254 was recommended by the NI engineer who is attempting to help me resolve this problem.  I have attempted to use several masks without success.  I understand the mask is currently inhibiting my ability to load the even ip addresses. 

  • Multiple context on Cisco Content Switching

    Hi Everyone
    I had new case with Cisco Content Switching design. The current network has two Cisco Content Module (CSM) and each of them response for switching content on one Vlan.
    Now i want to reconfigure it, to meet the redundancy requirement. But i don't know Cisco Content Module have same idea of design with ACE on Route Mode.
    I want configure CSM with two or more vlan pair in routed mode and it can HA between each other.
    Thanks
    Phai La Quy

    Hi Phai,
    Yes you can configure CSM in routed mode with clients in one VLAN and server in another. Pasting the link for your reference. You can find more in routing and switching guide.
    http://www.cisco.com/c/en/us/support/docs/interfaces-modules/content-switching-module/26220-csm-config.html
    Regards,
    Kanwal

  • DMS need to send the same document to multiple content servers

    Dear Experts,
    We are implemeting DMS with three content servers(A,B,C locations).We have requirement that need document must save on 3 content servers and user can see document from any one of them.
    As per understanding while create document ECC system ask which content server need to save,We can select one of content servers.
    Kindly give me answers for below questions
    - Is there any posibility to select multiple content servers which creating document?
    - Is there any posiblity to shared repository for 3 servers?
    Please advice on the requirement.
    Thanks in advace.
    Regards,
    Santhosh.

    Dear Santhosh...
    for this kind of scenario SAP Provide
    Content Servers and Cache Servers
    Any number of content servers can be installed in different locations. The contents are transferred directly between the client and content server. A cache is used to store copies of documents when they are accessed for the first time. As a result, the documents can be accessed again more quickly, since the contents are taken directly from the cache. Caching, however, must not be confused with replication.
    With caching, the original documents are stored in one location, namely on the content server. The copies in the cache can be replaced with newer content at any time.
    Follow the link ..it will help you
    http://help.sap.com/saphelp_nw04s/helpdata/en/02/804d3ccd6fba74e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/7f/fba637fcf7dc39e10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/21/f36c11389511d5992200508b6b8b11/frameset.htm
    for the installation process Content Servers and Cache Servers
    follow the link
    [SAP Content Server for Windows Installation Guide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cfa73246-0a01-0010-71b4-bc21ccb45c99?quicklink=index&overridelayout=true]
    or see this post...
    Content Repository & Content Category
    Regards
    Tushar Dave

  • Multiple GLBP groups in one subnet

    Hi All,
    I have read all I can on GLBP without a definitive answer to my question. I have two 7613 routers connected to two 7304's that serve as our gateways to the ISP. I would like to run these connections through a 6509VSS and run GLBP on all 4 routers in the following manner.
    I would like to connect 4 routers to the VSS, place their interfaces into the SAME subnet but running a different GLBP group as below
    7613:                                       Virtual IP  for Group 1                   7613:
    172.30.100.65/28       GLBP 1 IP 172.30.100 66              172.30.100.70/28
                X                                                                                 X
                  X                                                                            X
                  VSS Layer 2 only and used to connect all devices into the same vlan 2010
                    X                                                                          X
                  X                                                                               X
    172.30.100.73/28        GLBP 2 IP 172.30.100.75            172.30.100.78/28
    76XX:                                         Virtual IP for group 2                  76XX:
    The subnet is 172.30.100.64/28 ( .65 - .78 )
    My question is whether the two groups of GLBP instances can coexist within the same subnet using 4 routers. My goal is to have one gateway address for each side. The 76XX routers represent the AT&T routers facing their MPLS network. I want to do load balancing across those routers for outbound traffic and my 7613's to load balance the return traffic.
    I am running GLBP in my core between the two 7613's and multiple 3750me switches that provide a very high level of redundancy. I'm just not sure if the scenario above is supported.
    Thanks for any and all comments or suggestions.
    Glenn

    UPDATE.....
    Since first posting this question, I have coded the design in a lab and the design works as drawn. This provides gateway protection to an ISP in both directions.

  • Tabs and content switcher

    We're using a lower version of adf (10g) and using uix. Anybody here who has a sample of using tabs with content switcher.
    Basically I want to have 2 fixed tabs and when I click a tab, the content is shown in the same page. The content of the
    page basically consists of just read-only VO table..
    Appreciate any help.
    Thanks!

    Hi SarahShay,
    You could use JavaScript client object model to retrieve blog posts. You could use the getItemById(id) function to return a single item, or use the getItems(query) function to return multiple items.
    An official documentation:
    https://msdn.microsoft.com/en-us/library/office/hh185007(v=office.14).aspx
    A similar post:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/07/19/working-with-the-ecmascript-client-object-model-jsom-in-sharepoint-2010-part-3-nikhil-sachdeva.aspx
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Content Switch replacing Client IP in IIS Logs

    Hello Guys,
    I have been facing this problem ever since we configured our content switch infront of our web server. The IIS logs in the web server now show the content switch IP in the 'c-ip' column.
    Below is configuration for the website:
    service GlobalInv
      port 80
      protocol tcp
      ip address 172.21.21.31
      active
    owner GlobalWebSite
      content GlobalInv-http
        vip address 172.21.21.52
        add service GlobalInv
        port 80
        protocol tcp
        advanced-balance sticky-srcip
        active
    group GlobalInv
      vip address 172.21.21.52
      add destination service GlobalInv
      active
    Can someone please help me tellin as to how I can have the actual client IP addresses shown in my IIS logs instead of the content switch IP.
    Please this is very important to us.

    Thanks Jim,
    I am sorry but am not an export in CCS, it would be a great help to me if you can instruct me on how I can actually achieve this.
    I have already set the default gateway of my web server to the Content switch.
    My topology is quite simple, both the content switch & the web server are in the DMZ zone (same subnet) and are connected to the same switch. Users from outside & inside the company access our corporate website through the content switch
    Below is the configuration of my content switch (with the related config marked in red):
    CSS-GLOBAL# sh runn
    !Generated on 10/26/2010 23:14:04
    !Active version: sg0810106
    configure
    !*************************** GLOBAL ***************************
      dns primary 172.21.1.13
      dns secondary 192.168.0.50
      ssl associate rsakey eglobal eglobal.pem
      ssl associate cert eglobal-selfsigned eglobal.selfsigned.pem
      ssl associate rsakey glopedia glopedia.pem
      ssl associate cert glopedia glopedia.selfsigned.pem
      ssl associate cert eglobal-versign e-global-verisign.pem
      ssl associate cert glopedia-verisign glopedia-verisign.pem
      ssl associate cert EGlobal-Web EGlobal-Web.pem
      ssl associate cert EGlobal-Web-Chain EGlobal-Web.pem
      ssl associate cert Glopedia-Web-Chain Glopedia-Web.pem
      ftp-record conf 172.16.143.43 shahim des-password 1bnc2hnduhmgjend /
      ip route 0.0.0.0 0.0.0.0 172.21.21.1 1
      ip route 172.21.1.0 255.255.255.0 172.21.21.4 1
      ip route 172.16.0.0 255.255.0.0 172.21.21.4 1
      ip route 192.168.0.0 255.255.255.0 172.21.21.4 1
    !************************* INTERFACE *************************
    interface e1
      description "To Global Switch Foundary"
    !************************** CIRCUIT **************************
    circuit VLAN1
      ip address 172.21.21.49 255.255.255.0
    !*********************** SSL PROXY LIST ***********************
    ssl-proxy-list SSL-Proxy-List
      ssl-server 51
      ssl-server 51 rsakey eglobal
      ssl-server 51 vip address 172.21.21.51
      ssl-server 51 cipher rsa-with-rc4-128-md5 172.21.21.51 80 weight 10
      ssl-server 51 cipher rsa-with-rc4-128-sha 172.21.21.51 80 weight 8
      ssl-server 51 cipher rsa-export-with-rc4-40-md5 172.21.21.51 80 weight 5
      ssl-server 50
      ssl-server 50 rsakey glopedia
      ssl-server 50 vip address 172.21.21.50
      ssl-server 50 cipher rsa-with-rc4-128-md5 172.21.21.50 80 weight 10
      ssl-server 50 cipher rsa-with-rc4-128-sha 172.21.21.50 80 weight 8
      ssl-server 50 cipher rsa-export-with-rc4-40-md5 172.21.21.50 80 weight 5
      ssl-server 50 urlrewrite 1 *
      ssl-server 51 urlrewrite 1 *
      ssl-server 51 rsacert EGlobal-Web-Chain
      ssl-server 50 rsacert Glopedia-Web-Chain
      active
    !************************** SERVICE **************************
    service E-Global-https
      ip address 172.21.21.32
      port 80
      protocol tcp
      active
    service Ghalia
      port 81
      protocol tcp
      ip address 172.21.21.31
      active
    service GlobalInv
      port 80
      protocol tcp
      ip address 172.21.21.31
      active
    service dms
      ip address 172.21.1.115
      port 80
      protocol tcp
      keepalive type http
      active
    service eglobal-http
      port 80
      protocol tcp
      ip address 172.21.21.32
      keepalive type http
      active
    service email
      ip address 172.21.1.122
      port 80
      protocol tcp
      keepalive type http
      active
    service email123
      ip address 172.21.1.123
      port 80
      protocol tcp
      keepalive type http
      active
    service glopedia
      ip address 192.168.2.32
      port 80
      protocol tcp
      active
    service glopedia-expapps
      ip address 192.168.2.32
      port 4028
      protocol tcp
      active
    service secure-transfer
      type redirect
      no prepend-http
      ip address 172.21.21.32
      keepalive type none
      domain https://www.e-global.com.kw
      active
    service ssl-eglobal
      type ssl-accel
      keepalive type none
      slot 2
      add ssl-proxy-list SSL-Proxy-List
      active
    service workflow
      ip address 172.21.21.44
      port 80
      protocol tcp
      keepalive type http
      active
    !*************************** OWNER ***************************
    owner EGlobal
      content eglobal-http
        vip address 172.21.21.51
        no persistent
        protocol tcp
        port 80
        url "/*"
        add service eglobal-http
        active
      content eglobal-https
        vip address 172.21.21.51
        protocol tcp
        port 443
        add service ssl-eglobal
        active
    owner GhaliaWebSite
      content Ghalia-http
        vip address 172.21.21.53
        add service Ghalia
        protocol tcp
        port 80
        active
    owner GlobalWebSite
      content GlobalInv-http
        vip address 172.21.21.52
        add service GlobalInv
        port 80
        protocol tcp
        advanced-balance sticky-srcip
        active
    owner Glopedia
      content bpmweb
        vip address 172.21.21.50
        url "/workflow"
        protocol tcp
        port 80
        redirect "/bpmweb"
        active
      content cyberdocs
        vip address 172.21.21.50
        add service dms
        protocol tcp
        port 80
        url "/CyberDocs*"
        active
      content dms
        vip address 172.21.21.50
        url "/dms*"
        redirect "/CyberDocs"
        protocol tcp
        port 80
        active
      content email
        vip address 172.21.21.50
        no persistent
        url "/email"
        protocol tcp
        port 80
        redirect "/owa"
        active
      content glopedia-expapps
        vip address 172.21.21.50
        add service glopedia-expapps
        no persistent
        port 4028
        protocol tcp
        active
      content glopedia-http
        vip address 172.21.21.50
        add service glopedia
        no persistent
        protocol tcp
        port 80
        url "/*"
        active
      content glopedia-https
        vip address 172.21.21.50
        add service ssl-eglobal
        protocol tcp
        port 443
        active
      content owa
        vip address 172.21.21.50
        add service email123
        protocol tcp
        port 80
        url "/owa*"
        active
      content workflow
        vip address 172.21.21.50
        add service workflow
        no persistent
        protocol tcp
        port 80
        url "/bpmweb*"
        active
    !*************************** GROUP ***************************
    group Ghalia
      vip address 172.21.21.53
      add destination service Ghalia
      active
    group GlobalInv
      vip address 172.21.21.52
      add destination service GlobalInv
      active
    group dms
      vip address 172.21.21.50
      add destination service dms
      add destination service email
      add destination service workflow
      add destination service glopedia
      add destination service email123
      add destination service glopedia-expapps
      active
    group eglobal
      vip address 172.21.21.51
      add destination service eglobal-http
      active

Maybe you are looking for