Forum Discussion

neeeewbie's avatar
Jul 07, 2020

Does not work HSL

Hi guys

I have a question

 

I configured HSL but not working

I check https://support.f5.com/csp/article/K50040950#cu document

HSL server not inculde "Vlan Group self ip"

 

I post irule

and configuration of device please inform to me if you know problem

 

when CLIENT_ACCEPTED {

  # DEBUG On/Off : 1/0

  set DEBUG 0

  set hsl [HSL::open -proto UDP -pool p_hsl_svr]

  

HSL::send $hsl "P-Int-Svc-SSL Dst IP [IP::local_addr] is registred on bypass_dst-ip list\n"

  

}

 

=======================================================================

 

log Destinations

 

sys log-config publisher hsl_svr_pub {

  destinations {

    hsl_svr { }

  }

}

 

========================================================================

 

log publisher

sys log-config publisher hsl_svr_pub {

  destinations {

    hsl_svr { }

  }

}

 

2 Replies

  • Hi,

     

    Are you running HSL via your mgmt interface or via a TMM interface?

    Is the pool up?

    Is the log server reachable from the BIG-IP?

     

    Cheers,

     

    Kees

    • neeeewbie's avatar
      neeeewbie
      Icon for MVP rankMVP

      I want to using mgmt port

      I configured destination and publisher

      but not forwarding .. and remote syslog is working well

       

      thank you