ThinkCookies’s blog

忘れない内に色々記録する目的のブログです。

2018-09-17から1日間の記事一覧

VMware NSX設定確認用コマンド

#基本設定確認 show hostname show version show clock show arp show configuratin dns show configuration syslog #route設定確認、インターフェイス確認 show ip route show ip forwarding show configuration static-routing show configuration interfa…

windowsOS_route追加

#interface確認 route print #route追加 route add {IP} mask {mask} {gateway} IF {インターフェイス一覧に確認した番号} #metricを修正したい場合 netsh interface ipv4 show interface netsh interface ipv4 set interface {インターフェイス一番号} metr…

esxcliコマンドでSNMP設定

#設定確認 esxcli system snmp get #有効化 esxcli system snmp set --enable true(またはesxcli system snmp set -e yes) #コミュニティ名指定 esxcli system snmp --communities {コミュニティ名} (またはesxcli system snmp -c {コミュニティ名}) #ターゲ…