本サイトはプロモーションを含みます。

BIGIP – tmshコマンド対応表

bigpipe ⇔ tmsh

bigpipetmsh
b arp all deletetmsh delete /net arp all
b arp showtmsh show /net arp all
b class <Data Group> mode readmodify ltm data-group <Data Group> access-mode read-only
b config install <file.ucs>tmsh load /sys  ucs <file.ucs>
b class showtmsh show running-config /ltm data-group
b cluster showtmsh 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 synctmsh run /cm config-sync from-group|to-group <device group name>
b config sync alltmsh run /cm config-sync to-group <device group name>
b conn showtmsh show /sys connection
b conn show alltmsh show /sys connection all-properties
b conn ss server node-ip:node-port deletetmsh delete /sys connection ss-server-addr node-ip ss-server-port node-port
b daemon listtmsh list /sys daemon-ha all-properties
b db <key name> <value>tmsh modify /sys db <key name> value <value>
b db Platform.PowerSupplyMonitor disabletmsh modify sys db platform.powersupplymonitor value disable
b db LiveInstall.SaveConfigtmsh show running-config /sys db liveinstall.saveconfig
b db LiveInstall.SaveConfig disabletmsh modify /sys db liveinstall.saveconfig value disable
b db showtmsh 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 failovertmsh list /cm device-group device_trust network-failover
b failover network failover enabletmsh modify /cm device-group devie_trust_group network-failover <enable|disable>
b failover showtmsh show /sys failover
b failover standbytmsh run /sys failover standby
b ha tabletmsh show /sys ha-status all-properties
b hardware baud ratetmsh modify /sys console baud-rate
b ha table showtmsh show /sys ha-status all-properties
b httpd listtmsh list /sys httpd
b httpd allow defaulttmsh modify /sys httpd allow
b httpd allow showtmsh list /sys httpd allow
b httpd allow <Network/Mask>tmsh modify /sys httpd allow replace-all-with <Network/Mask>
b httpd allow <Network/Mask> addtmsh modify /sys httpd allow add <Network/Mask>
b httpd allow <Network/Mask> deletetmsh 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 showtmsh show /net interface
b interface show -jtmsh show /net interface -hidden all-properties
b listtmsh list
tmsh show running-config
b loadtmsh load sys config partitions all
b mergetmsh load /sys config merge
b merge /path/to/file.txttmsh load /sys config file /path/to/file.txt merge
b mgmt showtmsh show running-config /sys management-ip
b mgmt <IP Address> netmask <Mask>tmsh create /sys management-ip <IP Address>/<Mask>
b monitor showtmsh show running-config /ltm monitor
b nat showtmsh show /ltm nat all
tmsh list /ltm nat all-properties
b node all monitor showtmsh list ltm node monitor
b node showtmsh show /ltm node
b ntp servers <IP Address>tmsh modify sys ntp servers add { <IP Address> }
b packet filter all showtmsh show /net packet-fliter
b partitiontmsh list auth partition
b persist showtmsh show ltm persistence persist-records
b persist show all tmsh show ltm persistence persist-records all-properties
b platformtmsh show /sys hardware
b pool listtmsh list /ltm pool
b pool showtmsh show /ltm pool members
b profile auth all show alltmsh show /ltm auth profile all
b profile http ramcache showtmsh show /ltm profile http
b profile <http|ssl|tcp|udp|xml> showtmsh show /ltm profile <http|ssl|tcp|udp|xml>
b provision <Module Name> level nominaltmsh modify /sys provision <Module Name> level nominal
b provision level nonetmsh modify /sys provision ltm level none
b profile persist profile_name list alltmsh list ltm persistence profile_name all-properties
b resettmsh load / sys default-config
b resettmsh load / sys config default
b route showtmsh show /net route all
b rule <rule> show alltmsh show /ltm rule <rule>
b rule showtmsh show /ltm rule all
b rule stats resettmsh reset-stats /ltm rule <rule>
b save alltmsh save /sys config partitions all
b self showtmsh show running-config /net self
b snattmsh show /ltm snat
b snatpool showtmsh show /ltm snatpool show
b software showtmsh show /sys software
tmsh show /sys software status
b software desiredtmsh install /sys software image <File Name> volume HDX.Y reboot
b software desiredtmsh install /sys software image <File Name> create-volume volume HDX.Y
b software desiredtmsh install /sys software hotfix <File Name> volume HDX.Y
b stp showtmsh show running-config /net stp all-properties
b syslog list alltmsh list /sys syslog all-properties
b syslog remote server nonetmsh 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 hostnametmsh modify /sys global-settings hostname <HostName>
b trunk show -jtmsh show /net trunk -hidden all
b trunk all lacp showtmsh show /net trunk detail
b verify loadtmsh load /sys config verify
b versiontmsh show /sys version
b virtual address showtmsh show /ltm virtual-address all-properties
b virtual listtmsh list /ltm virtual
b virtual all show alltmsh show /ltm virtual all-properties
b vlan all show all -jtmsh show /net vlan -hidden
b vlangroup all show alltmsh 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 Commandtmsh
arp -anrun /util bash -c “arp -an”
crontab -lrun /util bash -c “crontab -l”
daterun /util bash -c “date”
df -hrun /util bash -c “df -h”
df -irun /util bash -c “df -i”
df -ikrun /util bash -c “df -ik”
eud_info (version)run /util bash -c “eud_info (version)”
freerun /util bash -c “free”
grub default -drun /util bash -c “grub default -d”
grub default -lrun /util bash -c “grub default -l”
halidrun /util bash -c “halid”
hsb snapshot (version)run /util bash -c “hsb snapshot (version)”
ifconfig -arun /util bash -c “ifconfig -a”
interruptsrun /util bash -c “interrupts”
ip -f dnet addr showrun /util bash -c “ip -f dnet addr show”
ip -f inet addr showrun /util bash -c “ip -f inet addr show”
ip -f inet link showrun /util bash -c “ip -f inet link show”
ip -f inet neigh showrun /util bash -c “ip -f inet neigh show”
ip -f inet route showrun /util bash -c “ip -f inet route show”
ip -f inet rule showrun /util bash -c “ip -f inet rule show”
ip -f inet tunnel showrun /util bash -c “ip -f inet tunnel show”
ip -f inet6 addr showrun /util bash -c “ip -f inet6 addr show”
ip -f inet6 link showrun /util bash -c “ip -f inet6 link show”
ip -f inet6 neigh showrun /util bash -c “ip -f inet6 neigh show”
ip -f inet6 route showrun /util bash -c “ip -f inet6 route show”
ip -f inet6 tunnel showrun /util bash -c “ip -f inet6 tunnel show”
ip -f ipx addr showrun /util bash -c “ip -f ipx addr show”
ip -f link addr showrun /util bash -c “ip -f link addr show”
ip -f link link showrun /util bash -c “ip -f link link show”
ip -f link neigh showrun /util bash -c “ip -f link neigh show”
ip -f link route showrun /util bash -c “ip -f link route show”
ls -las /var/local/ucsrun /util bash -c “ls -las /var/local/ucs”
ls -lasLR /dev/mprov/run /util bash -c “ls -lasLR /dev/mprov/”
ls -lasLR /var/corerun /util bash -c “ls -lasLR /var/core”
ls -lasR /bootrun /util bash -c “ls -lasR /boot”
ls -lasR /hotfixrun /util bash -c “ls -lasR /hotfix”
lsof -nrun /util bash -c “lsof -n”
meminforun /util bash -c “meminfo”
mountrun /util bash -c “mount”
netstat -ngerun /util bash -c “netstat -nge”
netstat -nirun /util bash -c “netstat -ni”
netstat -panrun /util bash -c “netstat -pan”
netstat -sarun /util bash -c “netstat -sa”
ntpdc -n -c peer 127.0.0.1run /util bash -c “ntpdc -n -c peer 127.0.0.1”
ntpq -pnrun /util bash -c “ntpq -pn”
pcirun /util bash -c “pci”
pstreerun /util bash -c “pstree”
qkviewrun /util qkview
rpm -qarun /util bash -c “rpm -qa”
switchboot -lrun /util bash -c “switchboot -l”
sysctlrun /util bash -c “sysctl”
toprun /util bash -c “top”
vmstatrun /util bash -c “vmstat”
who -aHrun /util bash -c “who -aH”