Forum Discussion

Andrew_Watson_1's avatar
Andrew_Watson_1
Icon for Nimbostratus rankNimbostratus
Feb 24, 2014

Pool selection with uri rewrite for Ellucian Banner

Hello!   I am fairly new to the f5 and LBs in general. We have several back end servers that are currently serving multiple websites on different TCP ports. We are looking to load balance these ...
  • IheartF5_45022's avatar
    Feb 25, 2014

    Sorry forgot the sample datagroup;

    ltm data-group internal dg_path_list { 
    records { 
        "/forms" { 
             data "pool pl_foo.com_8888" 
         } 
        "/reports" { 
            data "pool pl_foo.com_9002" 
        } 
        "/SSB" { 
            data "rewrite /test" 
        } 
    } 
    type string 
    }