介绍
简介:一款基于 Go 语言实现的 F5 LTM 配置自动化输出工具,目前支持 Windows、Linux 以及 MacOS。
作者 :lefeck
表格输出效果
参数说明
- partition : 分区
- virtualservername :虚拟服务名称
- destination :虚拟服务地址
- description : 描述
- source : 源地址
- vs_ip_protocol :协议
- profiles :调用的配置文件
- pool_name :pool 名称
- pool_members:Pool 成员
- snat_type:源地址转换类型
- snat_pool :源地址转换 pool
- irules : 调用的 iRule
实战演示
1、下载 Windows 应用程序
2、运行程序
语法:
C:\Users\wangh>C:\Users\wangh\Desktop\ltmx.exe -h
Usage of C:\Users\wangh\Desktop\ltmx.exe:
-a string
Host ip address. (default "192.168.5.134")
-f string
Specifies an alternative configuration file. (default "/tmp/ltm.xlsx")
-p string
Password to login to the host. (default "admin")
-u string
username to login to the host. (default "admin")
执行示例:
MacOS 和 Linux 版本再次不做演示了,用法几乎一致,有需要的 传送门
请问 这是什么程序源码啊