bigpipe ⇔ tmsh
bigpipe | tmsh |
---|---|
b arp all delete | tmsh delete /net arp all |
b arp show | tmsh show /net arp all |
b class <Data Group> mode read | modify ltm data-group <Data Group> access-mode read-only |
b config install <file.ucs> | tmsh load /sys ucs <file.ucs> |
b class show | tmsh show running-config /ltm data-group |
b cluster show | tmsh show /sys cluster tmsh show /sys cluster all-properties |
b config load <file.ucs> | tmsh load /sys ucs <file.ucs> |
b config save <file.ucs> | tmsh save /sys ucs <file.ucs> |
b config sync | tmsh run /cm config-sync from-group|to-group <device group name> |
b config sync all | tmsh run /cm config-sync to-group <device group name> |
b conn show | tmsh show /sys connection |
b conn show all | tmsh show /sys connection all-properties |
b conn ss server node-ip:node-port delete | tmsh delete /sys connection ss-server-addr node-ip ss-server-port node-port |
b daemon list | tmsh list /sys daemon-ha all-properties |
b db <key name> <value> | tmsh modify /sys db <key name> value <value> |
b db Platform.PowerSupplyMonitor disable | tmsh modify sys db platform.powersupplymonitor value disable |
b db LiveInstall.SaveConfig | tmsh show running-config /sys db liveinstall.saveconfig |
b db LiveInstall.SaveConfig disable | tmsh modify /sys db liveinstall.saveconfig value disable |
b db show | tmsh show running-config /sys db -hidden all-properties |
b export <file.scf> | tmsh save /sys config file <file.scf> tar-file <file.tar> |
b failover network failover | tmsh list /cm device-group device_trust network-failover |
b failover network failover enable | tmsh modify /cm device-group devie_trust_group network-failover <enable|disable> |
b failover show | tmsh show /sys failover |
b failover standby | tmsh run /sys failover standby |
b ha table | tmsh show /sys ha-status all-properties |
b hardware baud rate | tmsh modify /sys console baud-rate |
b ha table show | tmsh show /sys ha-status all-properties |
b httpd list | tmsh list /sys httpd |
b httpd allow default | tmsh modify /sys httpd allow |
b httpd allow show | tmsh list /sys httpd allow |
b httpd allow <Network/Mask> | tmsh modify /sys httpd allow replace-all-with <Network/Mask> |
b httpd allow <Network/Mask> add | tmsh modify /sys httpd allow add <Network/Mask> |
b httpd allow <Network/Mask> delete | tmsh modify /sys httpd allow delete <Network/Mask> |
b import <file.scf> | tmsh load /sys <file.scf> |
b import <file.scf> | tmsh load /sys config file <file.scf> tar-file <tarfile.tar> |
b interface show | tmsh show /net interface |
b interface show -j | tmsh show /net interface -hidden all-properties |
b list | tmsh list tmsh show running-config |
b load | tmsh load sys config partitions all |
b merge | tmsh load /sys config merge |
b merge /path/to/file.txt | tmsh load /sys config file /path/to/file.txt merge |
b mgmt show | tmsh show running-config /sys management-ip |
b mgmt <IP Address> netmask <Mask> | tmsh create /sys management-ip <IP Address>/<Mask> |
b monitor show | tmsh show running-config /ltm monitor |
b nat show | tmsh show /ltm nat all tmsh list /ltm nat all-properties |
b node all monitor show | tmsh list ltm node monitor |
b node show | tmsh show /ltm node |
b ntp servers <IP Address> | tmsh modify sys ntp servers add { <IP Address> } |
b packet filter all show | tmsh show /net packet-fliter |
b partition | tmsh list auth partition |
b persist show | tmsh show ltm persistence persist-records |
b persist show all | tmsh show ltm persistence persist-records all-properties |
b platform | tmsh show /sys hardware |
b pool list | tmsh list /ltm pool |
b pool show | tmsh show /ltm pool members |
b profile auth all show all | tmsh show /ltm auth profile all |
b profile http ramcache show | tmsh show /ltm profile http |
b profile <http|ssl|tcp|udp|xml> show | tmsh show /ltm profile <http|ssl|tcp|udp|xml> |
b provision <Module Name> level nominal | tmsh modify /sys provision <Module Name> level nominal |
b provision level none | tmsh modify /sys provision ltm level none |
b profile persist profile_name list all | tmsh list ltm persistence profile_name all-properties |
b reset | tmsh load / sys default-config |
b reset | tmsh load / sys config default |
b route show | tmsh show /net route all |
b rule <rule> show all | tmsh show /ltm rule <rule> |
b rule show | tmsh show /ltm rule all |
b rule stats reset | tmsh reset-stats /ltm rule <rule> |
b save all | tmsh save /sys config partitions all |
b self show | tmsh show running-config /net self |
b snat | tmsh show /ltm snat |
b snatpool show | tmsh show /ltm snatpool show |
b software show | tmsh show /sys software tmsh show /sys software status |
b software desired | tmsh install /sys software image <File Name> volume HDX.Y reboot |
b software desired | tmsh install /sys software image <File Name> create-volume volume HDX.Y |
b software desired | tmsh install /sys software hotfix <File Name> volume HDX.Y |
b stp show | tmsh show running-config /net stp all-properties |
b syslog list all | tmsh list /sys syslog all-properties |
b syslog remote server none | tmsh modify /sys syslog remote-servers none |
b syslog remote server test-srv host <IP Address> | tmsh modify /sys syslog remote-servers add {test-srv{host <IP Address>}} |
b syslog remote server test-srv local ip <IP Address> | tmsh modify /sys syslog remote-servers modify {test-srv{local-ip <IP Address>}} |
b system hostname | tmsh modify /sys global-settings hostname <HostName> |
b trunk show -j | tmsh show /net trunk -hidden all |
b trunk all lacp show | tmsh show /net trunk detail |
b verify load | tmsh load /sys config verify |
b version | tmsh show /sys version |
b virtual address show | tmsh show /ltm virtual-address all-properties |
b virtual list | tmsh list /ltm virtual |
b virtual all show all | tmsh show /ltm virtual all-properties |
b vlan all show all -j | tmsh show /net vlan -hidden |
b vlangroup all show all | tmsh show /net vlan-group all |
bigstart stop <Service Name> | tmsh stop /sys service <Service Name> |
bigstart start <Service Name> | tmsh start /sys service <Service Name> |
bigstart restart <Service Name> | tmsh restart /sys service <Service Name> |
bigstart status <Service Name> | tmsh show /sys service <Service Name> |
Linuxコマンド ⇔ tmsh
Linux Command | tmsh |
---|---|
arp -an | run /util bash -c “arp -an” |
crontab -l | run /util bash -c “crontab -l” |
date | run /util bash -c “date” |
df -h | run /util bash -c “df -h” |
df -i | run /util bash -c “df -i” |
df -ik | run /util bash -c “df -ik” |
eud_info (version) | run /util bash -c “eud_info (version)” |
free | run /util bash -c “free” |
grub default -d | run /util bash -c “grub default -d” |
grub default -l | run /util bash -c “grub default -l” |
halid | run /util bash -c “halid” |
hsb snapshot (version) | run /util bash -c “hsb snapshot (version)” |
ifconfig -a | run /util bash -c “ifconfig -a” |
interrupts | run /util bash -c “interrupts” |
ip -f dnet addr show | run /util bash -c “ip -f dnet addr show” |
ip -f inet addr show | run /util bash -c “ip -f inet addr show” |
ip -f inet link show | run /util bash -c “ip -f inet link show” |
ip -f inet neigh show | run /util bash -c “ip -f inet neigh show” |
ip -f inet route show | run /util bash -c “ip -f inet route show” |
ip -f inet rule show | run /util bash -c “ip -f inet rule show” |
ip -f inet tunnel show | run /util bash -c “ip -f inet tunnel show” |
ip -f inet6 addr show | run /util bash -c “ip -f inet6 addr show” |
ip -f inet6 link show | run /util bash -c “ip -f inet6 link show” |
ip -f inet6 neigh show | run /util bash -c “ip -f inet6 neigh show” |
ip -f inet6 route show | run /util bash -c “ip -f inet6 route show” |
ip -f inet6 tunnel show | run /util bash -c “ip -f inet6 tunnel show” |
ip -f ipx addr show | run /util bash -c “ip -f ipx addr show” |
ip -f link addr show | run /util bash -c “ip -f link addr show” |
ip -f link link show | run /util bash -c “ip -f link link show” |
ip -f link neigh show | run /util bash -c “ip -f link neigh show” |
ip -f link route show | run /util bash -c “ip -f link route show” |
ls -las /var/local/ucs | run /util bash -c “ls -las /var/local/ucs” |
ls -lasLR /dev/mprov/ | run /util bash -c “ls -lasLR /dev/mprov/” |
ls -lasLR /var/core | run /util bash -c “ls -lasLR /var/core” |
ls -lasR /boot | run /util bash -c “ls -lasR /boot” |
ls -lasR /hotfix | run /util bash -c “ls -lasR /hotfix” |
lsof -n | run /util bash -c “lsof -n” |
meminfo | run /util bash -c “meminfo” |
mount | run /util bash -c “mount” |
netstat -nge | run /util bash -c “netstat -nge” |
netstat -ni | run /util bash -c “netstat -ni” |
netstat -pan | run /util bash -c “netstat -pan” |
netstat -sa | run /util bash -c “netstat -sa” |
ntpdc -n -c peer 127.0.0.1 | run /util bash -c “ntpdc -n -c peer 127.0.0.1” |
ntpq -pn | run /util bash -c “ntpq -pn” |
pci | run /util bash -c “pci” |
pstree | run /util bash -c “pstree” |
qkview | run /util qkview |
rpm -qa | run /util bash -c “rpm -qa” |
switchboot -l | run /util bash -c “switchboot -l” |
sysctl | run /util bash -c “sysctl” |
top | run /util bash -c “top” |
vmstat | run /util bash -c “vmstat” |
who -aH | run /util bash -c “who -aH” |