Skip to content

related DO question & feature request #385

@mink0119

Description

@mink0119

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("xx.xx.xx.xx" port(531));
udp("xx.xx.xx.xx" 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuntriagedIssue needs to be reviewed for validity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions