Forum Discussion

sheikh_316862's avatar
sheikh_316862
Icon for Nimbostratus rankNimbostratus
Aug 16, 2018

the vip is not working

why my vip is not working

 

ltm virtual V_demo_cnhestservice_1touchpoint_com_7443 { description demo.cnhestservice.1touchpoint.com destination 146.47.243.234:oracleas-https ip-protocol tcp mask 255.255.255.255 pool P_demo_cnhestservice_1touchpoint_com_443 profiles { tcp { } } source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled vs-index 32 }

 

ltm pool P_demo_cnhestservice_1touchpoint_com_443 { description demo.cnhestservice.1touchpoint.com members { democnhestservice:https { address 50.59.39.74 monitor https_443 session monitor-enabled state up } } }

 

4 Replies

    • jaikumar_f5's avatar
      jaikumar_f5
      Icon for MVP rankMVP

      Looks a clean setup, your pool is up, so will your VS be up too. Noticed just tcp profile, but don't see any layer 7 involvement, so http profile is also not required. Hence VS should be working just fine with tcp profile. snat automap is applied.

      Can you do curl and share the output,

      curl -kv https://146.47.243.234:7443

      curl -kv https://50.59.39.74:443

    • jaikumar_f5's avatar
      jaikumar_f5
      Icon for MVP rankMVP

      Looks a clean setup, your pool is up, so will your VS be up too. Noticed just tcp profile, but don't see any layer 7 involvement, so http profile is also not required. Hence VS should be working just fine with tcp profile. snat automap is applied.

      Can you do curl and share the output,

      curl -kv https://146.47.243.234:7443

      curl -kv https://50.59.39.74:443