VRNI CLI commands

Reading Time: < 1 minuteshow configchange-network-settings (DNS, GW, domain)ntp set –ip-fqdn “1.2.3.4” (NTP server)set-proxy-shared-secret (reset shared...

Add syslog to NSX

Reading Time: < 1 minuteon each host  add Firewall rules to allow syslogesxcli network firewall ruleset set –ruleset-id=syslog –enabled true esxcli network firewall refresh esxcli system syslog config set...

Checkpoint Hitcount not increasing

Reading Time: < 1 minutefw ctl set int fw_rules_uid_max_dic_entries 1048575and in CMA’Policy’ menu – click on ‘Global Properties…’ – click on ‘SmartDashboard Customization’ pane – click on...

Checkpoint find top talkers

Reading Time: < 1 minutefind top talkerstcpdump -tnn -c 20000 -i wrp1024 | awk -F “.” ‘{print $1″.”$2″.”$3″.”$4}’ | sort | uniq -c | sort -nr | awk ‘ $1 > 100...