tmsh show net interface
tmsh create net vlan external interfaces add { 1.1 { untagged } }
tmsh create net self 192.168.25.12 address 192.168.25.12/24 vlan external allow-service default
tmsh create net route Default_Gateway network 0.0.0.0/0 gw 192.168.25.254
tmsh modify sys ntp timezone Asia/Shanghai
tmsh save sys configBIG-IP
快速组网
单臂接入快速初始化
双臂接入快速初始化
tmsh create net vlan external interfaces add { 1.1 { untagged } }
tmsh create net vlan internal interfaces add { 1.2 { untagged } }
tmsh create net self 10.1.10.240 address 10.1.10.240/24 vlan external allow-service default
tmsh create net self 10.1.20.240 address 10.1.20.240/24 vlan internal allow-service default
tmsh create net route Default_Gateway network 0.0.0.0/0 gw 10.1.10.2
tmsh modify sys dns name-servers add { 10.1.10.2 }
tmsh modify sys ntp timezone Asia/Shanghai
tmsh modify sys db ui.system.preferences.recordsperscreen value 110
tmsh save sys config常用命令
| 功能 | 命令 | ||
|---|---|---|---|
| 查看物理内存大小 |  | ||
| 查看内存分配情况 |  | ||
| 查看所有进程 | Option 1 Option 2 
 
 | ||
| 查看 TMM 信息 |  | ||
| 查看 TMM 上流量 |  | ||
| UCS 配置备份与恢复 |  | ||
| 抓包 |  |