f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

related DO question & feature request

Open mink0119 opened this issue 6 months ago • 0 comments

Q1: DO has no plans to support rSeries F5 OS? (As far as I know, rSeries is not supported.)

  • If there is no plan to support rSeries, what is the process recommended by F5 for automation? EX) F5 OS API(hardware F5 OS) -> DO(tenant system/network/HA) -> AS3(tenant service object)

additional feature request

  1. can not be used global-settings in DO EX) tmsh modify ltm global-settings connection global-syn-challenge-threshold 0 tmsh modify ltm global-settings connection default-vs-syn-challenge-threshold 0 tmsh modify ltm global-settings connection vlan-syn-cookie disabled

  2. can not be used syslog include config in DO EX)

tmsh modify sys syslog include '" filter f_remote_loghost { not (facility(local6) and level(info) and filter(f_httpd_ssl_acc)) and not (facility(local6) and level(info) and filter(f_httpd_ssl_req)); }; source s_rest_log_file { file (/var/log/restjavad-audit.0.log follow-freq(1) flags(no-parse) log-fetch-limit(1) log-iw-size(1)); }; destination d_remote_loghost { udp("10.42.255.19" port(531)); udp("10.63.255.19" port(531)); }; log { source(s_syslog_pipe); source(s_rest_log_file); filter(f_remote_loghost); destination(d_remote_loghost); }; "'

  1. can not be used ha-group config in DO

mink0119 avatar Apr 02 '25 07:04 mink0119