设为首页 收藏本站
查看: 3132|回复: 0

[经验分享] Network Troubleshooting Using ESXCLI 5.1 (VMware vSphere Blog)

[复制链接]

尚未签到

发表于 2015-10-9 14:12:30 | 显示全部楼层 |阅读模式
When it comes to network troubleshooting in an ESXi host, there are various types of information that can be useful to a vSphere administrator such as basic information like a virtual machine’s IP Addresses, MAC Addresses, Uplink ports, Port ID, etc. to thenetwork statistics view in the [r]esxtop command-line utility. However, all of this useful information today is spread across multiple tools and this can be challenging for a vSphere administrator when needing to quickly retrieve this data while troubleshootingan issue.
With the release of vSphere 5.1, the network namespace in ESXCLI has been enhanced to include a comprehensiveset network statistics at various points in the virtual network. This enables a vSphere administrator to easily get an overall status of the vSphere network as well as provide the ability to drill down further for troubleshooting.
In ESXCLI 5.1, you can now retrieve additional network statistics at a physical NIC ( vmnic ), on a per VLAN ( portgroup ) which needs to be configured and on a per VM port ( vNIC ).Here is a quick diagram to help you visualize where you can retrieve network statistics:
DSC0000.png
Note: Network statistics are available on a per host basis and this is applicable to both a Distributed Virtual Switch as well as a regular Virtual Standard Switch.
Let’s start off by taking a looking at the physical NIC of the ESXi host or vmnic as it is commonly referred to. You will need to identify the vmnic you are interested in and you can list all available vmnics on your ESXi host by running the following command:
esxcli network nic list
DSC0001.png Wecan see from the screenshot above that we have four vmnics (0-3) on this host and let’s say we are interesting in getting statistics for vmnic2. We can do so by using the new “ stats ” namespace by running the followingcommand and specifying the vmnic of our choice:
esxcli network nic stats get -n vmnic2
DSC0002.png Youwill get some basic stats such as packet transmit/received and bytes transmit/received but in addition you will also get new stats pertaining to length, over, CRC, frame, FIFO and missed transmit/received.
Next, let’s take a look at statistics on a per portgroup or more specifically on a per VLAN basis using the new “ vlan ” namespace. By default VLAN statistics is disabled and you will need to enable this on each vmnic thatyou wish to pull statistics from. We will go ahead and enable VLAN stats collection on vmnic2 by running the following command (replace with the vmnic of choice):
esxcli network nic vlan stats set -e true -n vmnic2
and then run the following command to retrieve all VLAN stats for that given vmnic interface (replace with the vmnic of choice):
esxcli network nic vlan stats get -n vmnic2
DSC0003.png ForVLAN statistics, you will see packets received and sent for each VLAN ID for that given vmnic interface.
Finally, let’s take a look at the network details and statistics for our virtual machines. There is new “ vm ” namespace that allows you to easily list all virtual machines including the number of ports (configured vNIC)as well as the networks they are connected to. You will need to run the following command:
esxcli network vm list
Included in the output is also the VM’s World ID which can be thought of as the process ID for that given VM. Next, we will take this World ID and run the following command to get more details about the VM’s network configuration which includes the Port ID,VSS/VDS, Portgroup, DVPort Group, MAC Address, IP Address, vmnic Uplink, Uplink ID and any active filters (replace with the World ID of choice):
esxcli network vm port list -w 10930
DSC0004.png Asyou can see, just from a single command, you can now easily retrieve all the networking details about your VM where-as before this would require the use of multiple tools to get the same info versus having a single location for quick ease of access.
Note: The IP Address information is made available by ARP packet inspection and this is disabled by default. If you wish to see the IP Address information, you will need to enablethis by running the following command: esxcli system settings advanced set -o /Net/GuestIPHack -i 1
From here, we can drill down one additional level and retrieve network statistics on a per VM port (vNIC) level which is available through the new “ port ” namespace. You will need to identify the Port ID from the last stepand then run the following command (replace with the Port ID of choice):
esxcli network port stats get -p 50331660
DSC0005.png Hopefullywith these new enhancements to ESXCLI, gathering networking details and statistics for your virtual machines will be much easier to perform as well as easier to consume without having to use multiple tools. To get more details, you can refer to the ESXCLIdocumentation .
Note: All these statistics are available via SNMP and can be monitored remotely. For details on configuring SNMP traps for your ESXi host, please refer to this article .
Get notification of new blog postings and more by following VMware Automation on Twitter:   @VMWAutomation

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-124796-1-1.html 上篇帖子: VMware vSphere 5.0 五大改变 下篇帖子: [VM] The Practice of VMware vSphere 4 PerformanceTuning
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表