04-26-2015 11:36 PM - edited 03-01-2019 12:09 PM
Hi
I want to get traffic Infomations from UCS (all statistics infomation)
Though I know I can get this infomation with GUI , what I want to do is using CLI not GUI.
anyone who knows how to get this infomation via cli , let me know
04-27-2015 10:21 AM
You want to get packets sent and received, CRC and stuff like that for each port? If that is the case you can always connect thru SSH, then issue the command "connect nx a|b" (a or b) and then do the same show commands you would do on any switch running NX-OS (only show commands though)
-Kenny
05-08-2015 01:17 AM
Hi Keny Perez
Thank you for your Reply
I found how to get these infomations .
■To get packet's infomatoins of VIF
1. Loggin UCS Manager CLI
2. scope server xx
3. scope host-eth-if xx
4. show stats virtual-interface-stats detail
■To get packet's infomations of FI Server Ports
1. Loggin UCS Manager CLI
2. scope eth-server
3. scope fabric x
4. scope interface x x
5. show stats ether-rx-stats detail
6. show stats ether-tx-stats detail
■To get packet's infomations of Uplink(Port-Channel) Ports
1. Loggin UCS Manager CLI
2. scope eth-uplink
3. scope fabric x
4. scope port-channel x
5. show stats ether-rx-stats detail
6. show stats ether-tx-stats detail
05-08-2015 05:39 AM
that is very good information. I wish I could mark your reply as "answer"
-Kenny
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide